> 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
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
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
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
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