Re: Upstart (now, a very modest suggestion)

2010-03-07 Thread Tom H
> So, I'm testing samba on a Lucid alpha 3, and I decide to restart the > smbd daemon: > sudo /etc/init.d/samba restart > sudo: /etc/init.d/samba: command not found > Oops, I guess it's a service now? > sudo service samba restart > samba: unrecognized service > So of course it only took a littl

Re: Upstart (now, a very modest suggestion)

2010-03-05 Thread Scott James Remnant
On Fri, 2010-03-05 at 12:27 -0600, Patrick Goetz wrote: > So of course it only took a little digging to discover that smbd and > nmbd are now services started separately, and that (bizarrely) there is > now a winbind daemon which is still started from /etc/init.d, but > nevertheless a bit unner

Re: Upstart (now, a very modest suggestion)

2010-03-05 Thread C de-Avillez
On Fri, 05 Mar 2010 13:54:48 -0500 Ben Gamari wrote: > Excerpts from Patrick Goetz's message of Fri Mar 05 13:27:52 -0500 > 2010: > > So of course it only took a little digging to discover that smbd > > and nmbd are now services started separately, and that (bizarrely) > > there is now a winbind

Re: Upstart (now, a very modest suggestion)

2010-03-05 Thread Ben Gamari
Excerpts from Patrick Goetz's message of Fri Mar 05 13:27:52 -0500 2010: > So of course it only took a little digging to discover that smbd and > nmbd are now services started separately, and that (bizarrely) there is > now a winbind daemon which is still started from /etc/init.d, but > neverthe

Re: Upstart (now, a very modest suggestion)

2010-03-05 Thread Patrick Goetz
So, I'm testing samba on a Lucid alpha 3, and I decide to restart the smbd daemon: sudo /etc/init.d/samba restart sudo: /etc/init.d/samba: command not found Oops, I guess it's a service now? sudo service samba restart samba: unrecognized service So of course it only took a little digging to di