Displaying 3 results from an estimated 3 matches for "sigrt_0".
Did you mean:
  sigrt_1
  
2004 Aug 06
1
icecast2 is killed when client connects (on sparc32)
...timedwait(ptrace: umoven: Input/output error
[?], ptrace: umoven: Input/output error
0xffff, 0x80, -268442784) = 0
rt_sigtimedwait(ptrace: umoven: Input/output error
[?], ptrace: umoven: Input/output error
0xffff, 0x8, -268442800) = 0
time(NULL)                              = 1047243022
kill(25894, SIGRT_0)                    = 0
poll([{fd=3, events=POLLIN}], 1, 100)   = -1 EINTR (Interrupted system call)
+++ killed by SIGKILL +++
kernel is 2.2.20-smp (2.4 unfortunately does not work on sparc32-smp :(( ).
any guesses ? is anyone seeing similar problems on other platforms with 
current cvs (2003-03-...
2002 Aug 13
2
AW: Unable to open configuration file "/etc/smb.conf" (or whereve r i specify)
Hi,
it looks like you have something really messed up on your system.
The size of the file is 1243 bytes (from strace) but 0 bytes are being read.
If you had no permission to read the strace would have looked like this:
open("/etc/samba/smb.conf", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission
denied)
A quick look at the source code reveals:
/etc/samba/smb.conf is opened in file_load
2008 Feb 29
1
cram-md5 crashes passdb
...id 24795] mprotect(0xb7f4e000, 4096, PROT_READ) = 0
[pid 24795] munmap(0xb7f37000, 16778)   = 0
[pid 24795] getrlimit(0x3, 0xbf94cdc8)  = 0
[pid 24795] setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, 
rlim_max=RLIM_INFINITY}) = 0
[pid 24795] getpid()                    = 24795
[pid 24795] rt_sigaction(SIGRT_0, {0xb7eb7f60, [], 0}, NULL, 8) = 0
[pid 24795] rt_sigaction(SIGRT_1, {0xb7eb7e40, [32], 0}, NULL, 8) = 0
[pid 24795] rt_sigaction(SIGRT_2, {0xb7eb7ff0, [], 0}, NULL, 8) = 0
[pid 24795] rt_sigprocmask(SIG_BLOCK, [32], NULL, 8) = 0
[pid 24795] rt_sigprocmask(SIG_UNBLOCK, [33], NULL, 8) = 0
[pid 24795...