Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: boss_hog on December 19, 2005, 07:28:22 PM

Title: daemon needs non-root user
Post by: boss_hog on December 19, 2005, 07:28:22 PM
Hey yall,
I am doing some install testing for Wcal.
The box is SME 6.01.
I was able to get through all the dependencies, but am unable to get the "wcald" to start.
It requires a non-root user to start wcald.
I have created wcal <user> but am not having any luck.
The wcald "can see" that I am logged in as root, which stops the daemon from starting.
I have tried doing su wcald wcal&, but it gives errors about permissions.
Any help or suggestions appreciated.
Joe

P.S. I am trying to make an install How-To for Wcal.
Title: Re: daemon needs non-root user
Post by: r_sasson on February 10, 2006, 03:13:34 AM
>I have tried doing su wcald wcal&, but it gives errors about permissions.
sudo -u wcal /usr/local/bin/wcald &

>P.S. I am trying to make an install How-To for Wcal
That would be great, since i tried :
http://forums.contribs.org/index.php?topic=4374.0

If you manage to do it , please do share...
Thanks, Ran
[/quote]
Title: daemon needs non-root user
Post by: boss_hog on February 10, 2006, 04:30:05 PM
Hey Ran
thanks for the hints!
I am hoping to get some free time next week. At which time I will try to get Wcal running again on a fresh install.
If there are any new developments afterwards, I will drop a note back here.
Joe