osx snow leopard - How do you restart Samba on OSX 10.6.7? -


how restart samba on osx 10.6.7? i've looked everywhere can't fine docs.

reason asking on occasion samba hangs , have forcibly restart mac fix it. (restart command hangs mac)

on terminal, sudo killall smbd terminate smbd instances. respawned on demand accoring tests (i.e. kill smbd, try browse services smbclient -l hostname, , daemons restarted automagically).

you can check smbd processes ps uax | grep smbd

edit: if need assassinate blocked smbd processes, use killall -9 smbd (which not recommended, see section on signals )


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -