search for: rt_signal_notify

Displaying 5 results from an estimated 5 matches for "rt_signal_notify".

Did you mean: ctx_signal_notify
2006 May 25
3
3.0.23rc1 - Failed to setup RT_SIGNAL_NOTIFY handler
Hi @all, I have many messages in the log file with this version: [2006/05/25 15:25:42, 0] smbd/oplock_linux.c:linux_init_kernel_oplocks(247) Failed to setup RT_SIGNAL_LEASE handler [2006/05/25 15:25:42, 0] smbd/notify_kernel.c:kernel_notify_init(224) Failed to setup RT_SIGNAL_NOTIFY handler [2006/05/25 15:25:49, 0] smbd/oplock_linux.c:linux_init_kernel_oplocks(247) Failed to setup RT_SIGNAL_LEASE handler [2006/05/25 15:25:49, 0] smbd/notify_kernel.c:kernel_notify_init(224) Failed to setup RT_SIGNAL_NOTIFY handler [2006/05/25 15:26:02, 0] smbd/oplock_linux.c:linux_init_ke...
2006 May 25
1
3.0.23rc1 - Failed to setup RT_SIGNAL_NOTIFY handler]
Thomas Bork wrote: > [2006/05/25 15:25:42, 0] smbd/oplock_linux.c:linux_init_kernel_oplocks(247) > Failed to setup RT_SIGNAL_LEASE handler Switched back to 3.0.21c. Ouch, access to shares is not granted anymore :( The client is confused and thinks the samba server is an domain controller!: Auf \\Deveis\public kann nicht zugegriffen werden. Sie haben eventuell keine Berechtigung,
2004 Mar 19
0
2.2.8a with kernel-2.4.22 has kernel oplock problems (NOT Failed to setup RT_SIGNAL_LEASE handler)
...L_LEASE -#define RT_SIGNAL_LEASE 33 +#define RT_SIGNAL_LEASE (SIGRTMIN+1) #endif #ifndef F_SETSIG --- samba-2.2.7a/source/smbd/notify_kernel.c.orig 2003-06-06 13:33:56.000000000 -0400 +++ samba-2.2.7a/source/smbd/notify_kernel.c 2003-06-06 13:37:44.000000000 -0400 @@ -39,7 +39,7 @@ #ifndef RT_SIGNAL_NOTIFY -#define RT_SIGNAL_NOTIFY 34 +#define RT_SIGNAL_NOTIFY (SIGRTMIN+2) #endif #ifndef F_SETSIG That did get rid of the "Failed to setup RT_SIGNAL_LEASE handler" messages in the log for both kernels 2.4.20 + 2.4.22 but I still can't install the printer driver files from the samba s...
2004 Nov 22
0
RT_SIGNAL_* issue - samba 3.0.9
...8, 0] smbd/oplock_linux. c:linux_init_kernel_oplocks(289) Nov 22 22:25:48 toshiba smbd[32209]: Failed to setup RT_SIGNAL_LEASE handler Nov 22 22:25:48 toshiba smbd[32209]: [2004/11/22 22:25:48, 0] smbd/notify_kernel .c:kernel_notify_init(225) Nov 22 22:25:48 toshiba smbd[32209]: Failed to setup RT_SIGNAL_NOTIFY handler strace output: [pid 32209] 22:25:48.977573 time([1101122748]) = 1101122748 [pid 32209] 22:25:48.977656 getpid() = 32209 [pid 32209] 22:25:48.977734 rt_sigaction(SIGPIPE, {0x4046bfb4, [], 0x4000000}, { SIG_DFL}, 8) = 0 [pid 32209] 22:25:48.977834 send(24, "<27>Nov 22 22:25:48...
2002 Oct 25
4
Samba 2.2.6 leaks file descriptions!
Hi My server has ran out of file descriptors(FDs) a few times since 2.2.5 up to 2.2.6. When looked into the problem I found a lot of smbd processes that had hundreds of open FDs. I am on RH 7.2. Any ideas? I have compiled the sources form SAMBA_2_2 CVS branch from yesterday. usally I just specify the --prefix= parameter to configure before I do make clean;make; make install I also noticed