HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] faxqclean and launchd on Leopard
Chris Kostecki wrote:
I'm trying to run faxqclean on mac OS 10.5 but I keep getting the
following error in my log;
"The fax server must run with real uid root".
it looks like everything is runing as root as id, any help?
The code that produces that message is:
if (getuid() != 0)
faxApp::fatal("The fax server must run with real uid root.\n");
So it means that getuid() is not returning 0.
I don't know what you'll need to do on OS X, but if "root" does not
correspond to uid 0 then you'll need to make some adjustments, I'd guess.
Thanks,
Lee.
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*