Date: Mon, 26 Apr 2004 16:03:00 +0200 (CEST)
To: freebsd-questions@freebsd.org
Hi all,
I am trying to start a daemon 'kannel' with the following command:
su kannel -c "/usr/local/sbin/bearerbox -v 3 /etc/kannel.conf"
The daemon is supposed to be able to write to files located in
/var/log/kannel and /var/spool/kannel. I have set the permissions to 666
of both directories and even 'touched' the relevant files. However, all I
get is permission denied errors:
2004-04-26 15:52:47 [0] ERROR: Couldn't open logfile
`/var/log/kannel/access.log'.
2004-04-26 15:52:47 [0] ERROR: System error 13: Permission denied
Re: System-users and-groups? ...bin shouldn't do so much. ... was root and bin... ... Although the daemon user/group are ... as that user runs that command.... (alt.linux)
Re: [RFC] Disk shock protection (revisited) ... The daemon runs mlock'd anyway, so there won't be any need for paging ... idle immediate command at the head of the queue.... accepted after the idle immediate command has been received. ... (Linux-Kernel)
Re: functional differences between cp and mv ... Your daemon will still be writing to the ... restart logging to grab the new inode of your newly created trace.log file. ... thus having the process continue to write entries to the old original ... When using the web based GUI admin console or the command line admin ... (comp.unix.admin)
Re: Hotfolders or "watched" folders in Ruby? ...plus dirwatch is really designed to setup a processing system ...command: simple.sh ... this does NOT start a daemon every fifteen minutes. ... watch -> monitor directory and trigger actions in the foreground start -> spawn a daemon watcher in the background restart -> spawn a daemon watcher in the background stop -> stop/halt any currently running watcher status -> determine if any watcher is currently running truncate -> truncate/delete all entries from the database archive -> create a tar.gz archive of a watch's directory contents ... (comp.lang.ruby)
Trusted callers for command line programs ... command line utilities, admin and daemon programs.... The command line utilities check based upon the invoking user id, ... So I'm looking for a way that a parent can securely pass info to ... parent and pass it to a target child.... (comp.unix.programmer)