Page 1 of 1

problems with smb and grsec

PostPosted: Fri Mar 07, 2003 2:31 pm
by mutombo
since i patched my kernel with grsec i have one problem with smbmounts.
i've mounted some windowsshares onto my linuxbox.
sometimes the mounts are renewed:
without grsec:
Code: Select all
kernel: smb_trans2_request: result=-104, setting invalid
kernel: smb_retry: successful, new pid=152, generation=57

with grsec:
Code: Select all
kernel: smb_trans2_request: result=-104, setting invalid
kernel: smb_retry: signal failed, error=-3


so i have to unmount all mounts and remount again.

is there a fix for this ?

greetings christian

PostPosted: Fri Mar 07, 2003 3:27 pm
by spender
What signal is it trying to send? It must be related to the "Protect outside processes" chroot restriction. Try disabling that feature and see if your mounts work.

-Brad