On Thu, Mar 02, 2000 at 03:53:45PM -0800, aphro wrote: > whats the best way? im running a icecast server and wanna set it to start > on boot.. > > what i got goin is.. > > su icecast -c /usr/local/icecast/bin/icecast >/dev/null & > > BUT the problem is it segfaults when i have the & ..without the & its > fine..i thought of doing screen but i cant figure out how to auto detach > it after it loads.. > > any ideas?? thanks :) > > nate
Try adding 2>&1 before the final & so that stderr is also sent to the bit bucket. I'm not sure why it should have segfaulted though, if the stderr thing was the problem ... -- Regards, Paul