Displaying 4 results from an estimated 4 matches for "setuidgid".
2006 Jul 06
3
Daemontools and icecast / ices2
Hi all,
I'm trying to use daemontools to manage the icecast server.
I've got it installed and working (with qmail)
However it wont work with icecast.
My run file has the contents:
-------------------------------
#!/bin/sh
exec setuidgid icecast /usr/local/bin/icecast -c /usr/local/etc/icecast.xml
------------------------
I have also tried it using icecasts built in user switching abilities, but
makes no difference.
What is happening is that daemontools is trying to start it and failing, and
as it should be, trying again in a...
2006 Jul 06
3
Daemontools and icecast / ices2
Hi all,
I'm trying to use daemontools to manage the icecast server.
I've got it installed and working (with qmail)
However it wont work with icecast.
My run file has the contents:
-------------------------------
#!/bin/sh
exec setuidgid icecast /usr/local/bin/icecast -c /usr/local/etc/icecast.xml
------------------------
I have also tried it using icecasts built in user switching abilities, but
makes no difference.
What is happening is that daemontools is trying to start it and failing, and
as it should be, trying again in a...
2006 Aug 03
2
daemontools
Hi,
I just started running RC2 on Thursday. I migrated an old Courier IMAP
server, and the only issue I had was that I didn't understand how to
enable quotas :)
It's impressively fast, and I'm quite happy with it so far.
This morning I found that dovecot had crashed, I had exceeded FreeBSD's
kern.maxpipekva
Has anyone successfully run dovecot under daemontools? I got it to
2008 Mar 12
1
deliver fails - passdb doesn't support lookups?
...}
client {
path = /var/run/dovecot/auth-client
mode = 0660
}
}
}
And yet, when I run deliver, I get no warnings, no errors, and most
especially, no email delivered. Here's how I call deliver:
cat testemail | setuidgid vpopmail \
/usr/local/libexec/dovecot/deliver \
-d testuser at example.com
I tried running deliver within strace, and here's what I found. It
opens up the authentication socket and writes:
VERSION\t1\t0\nUSER\t1\ttestuser at example.com\tservice=deliver\n
And it gets...