[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] SAMBA problem
H Cedric,
Cedric LORANT wrote:
> Could you please tell me if you can run smbd and nmbd as deamon without
> problem?
>
> This is because at that time after having some difficulties with compiling
> option, I also had some problem to run them as deamon.
> The only way possible at that time was to start both smbd and nmbd in
> Interactive mode...
If they are using fork() to daemonize themselves then it won't work.
You can just run them in interactive mode, but put the ampersand '&' at
the end to put into the background. Should work just fine.
Regards,
John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/