Displaying 1 result from an estimated 1 matches for "smbdprocess".
Did you mean:
smbd_process
2002 Sep 11
0
Problem: authorise_login: refusing user with no session setup
...problem doesn't seem to be user-depedent, it
can happen to any user on any machine randomly.
Is this a known bug or something you can do anything about? Killing the
smbd-process makes the win2k-client reconnect and everything works
again. The user can open files and work.
If you truss the smbdprocess when the problem have ocurred you see:
root@dune:>truss -p 12325
*** SUID: ruid/euid/suid = 0 / 0 / 60001 ***
*** SGID: rgid/egid/sgid = 0 / 0 / 60001 ***
Before the problem:
root@dune:>truss -p 14245
*** SUID: ruid/euid/suid = 0 / 0 / 18097 ***
*** SGID: rgid/egid/sgi...