Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Restart | 3 comments | Create New Account
Click here to return to the 'Restart' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Restart
Authored by: BraindeadMac on Sep 06, '02 12:18:44PM
Actually the correct way to get smbd to restart is to use SIGHUP, i.e.,
do sudo kill -HUP theprocessidofsmbd. The man for smbd
tell you that doing a kill (-9) can leave memory in an inconsistent state.

[ Reply to This | # ]