Samba 2.2.2 dies without error messages

Subba Rao sailorn at attglobal.net
Fri Dec 28 06:14:04 GMT 2001


Hello,

I am a normal admin of Samba server (not an expert) on Linux. I am
trying to troubleshoot why SMBD is dying and am at a stage where I am
kicking the walls.

When I set debugging level to 10, Samba still does not reveal why it is
dying. So, I have used "strace -f smbd -D". I have attached the smb.conf
and strace output.

The system is running Slackware 8 with kernel 2.4.16

Any help appreciated.

--
Subba Rao
sailorn at attglobal.net

-------------- next part --------------
# Samba config file created using SWAT
# from localhost (127.0.0.1)
# Date: 2001/12/26 17:36:01

# Global parameters
[global]
	workgroup = LYNIX
	netbios name = KAISER
	server string = Subba Rao's Samba Server
	interfaces = 10.0.0.2/24
	bind interfaces only = Yes
	security = SHARE
	encrypt passwords = Yes
	syslog only = Yes
	log file = /usr/local/samba/var/samba.log
	max log size = 50000
	socket options = TCP_NODELAY IPTOS_LOWDELAY
#	domain logons = Yes
	hosts allow = 10.0.0.0/255.0.0.0

[homes]
	comment = Users Home Directories
	path = %H
	valid users = %S
	read only = No
	create mask = 0600
	directory mask = 0700
	veto files = /.?*/
	mangled names = No
	browseable = No

[users]
	comment = All users directories
	path = /home
	valid users = root
	write list = root
	read only = No
	create mask = 0750
	mangled names = No

[shared]
	comment = Shared Partition
	path = /shared/subbarao
	valid users = subbarao
	write list = subbarao
	read only = No
	create mask = 0750
	mangled names = No
-------------- next part --------------
execve("/usr/local/samba/bin/smbd", ["smbd", "-D"], [/* 31 vars */]) = 0
brk(0)                                  = 0x81aee88
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40016000
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(0x3, 0xbfffece4)                = 0
old_mmap(NULL, 35785, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40017000
close(3)                                = 0
open("/lib/libdl.so.2", O_RDONLY)       = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\364\36"..., 1024) = 1024
fstat64(0x3, 0xbfffed2c)                = 0
old_mmap(NULL, 13296, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40020000
mprotect(0x40023000, 1008, PROT_NONE)   = 0
old_mmap(0x40023000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x2000) = 0x40023000
close(3)                                = 0
open("/lib/libnsl.so.1", O_RDONLY)      = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 D\0\000"..., 1024) = 1024
fstat64(0x3, 0xbfffed1c)                = 0
old_mmap(NULL, 83616, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40024000
mprotect(0x40035000, 13984, PROT_NONE)  = 0
old_mmap(0x40035000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x10000) = 0x40035000
old_mmap(0x40037000, 5792, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40037000
close(3)                                = 0
open("/lib/libcrypt.so.1", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\23\0"..., 1024) = 1024
fstat64(0x3, 0xbfffed0c)                = 0
old_mmap(NULL, 184764, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40039000
mprotect(0x4003e000, 164284, PROT_NONE) = 0
old_mmap(0x4003e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x4000) = 0x4003e000
old_mmap(0x40040000, 156092, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40040000
close(3)                                = 0
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\264\323"..., 1024) = 1024
fstat64(0x3, 0xbfffecfc)                = 0
old_mmap(NULL, 1116516, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40067000
mprotect(0x4016e000, 39268, PROT_NONE)  = 0
old_mmap(0x4016e000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x106000) = 0x4016e000
old_mmap(0x40174000, 14692, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40174000
close(3)                                = 0
munmap(0x40017000, 35785)               = 0
getpid()                                = 1269
semop(1075259992, 0x401711f0, 0)        = 0
time(NULL)                              = 1009529461
brk(0)                                  = 0x81aee88
brk(0x81aeeb0)                          = 0x81aeeb0
brk(0x81af000)                          = 0x81af000
brk(0x81b0000)                          = 0x81b0000
open("/etc/localtime", O_RDONLY)        = 3
fstat64(0x3, 0xbffff5cc)                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40017000
read(3, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0\6\0"..., 4096) = 811
close(3)                                = 0
munmap(0x40017000, 4096)                = 0
open("/dev/urandom", O_RDONLY|0x8000)   = 3
ipc_subcall(0, 0, 0, 0)                 = 0
msgget(IPC_PRIVATE, 0)                  = 0
semop(1075259992, 0x401711f0, 0)        = 0
SYS_199(0x40172a58, 0, 0x40173760, 0x401711f0, 0) = 0
ipc_subcall(0, 0, 0, 0)                 = 0
msgctl(0, IPC_RMID, 0x401711f0)         = 0
semget(1075259992, 0, IPC_CREAT|IPC_EXCL|0x40173160|0440) = 0
ipc_subcall(0x40172a58, 0, 0x40173760, 0x401711f0) = 0
rt_sigaction(SIGSEGV, {0x80f8ed4, [SEGV], SA_RESTART|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGBUS, {0x80f8ed4, [BUS], SA_RESTART|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGTERM, {0x804b1b8, [TERM], SA_RESTART|0x4000000}, NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [PIPE], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [FPE], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [USR2], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [HUP], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [USR1], NULL, 8) = 0
umask(0)                                = 022
semop(1075259992, 0x401711f0, 0)        = 0
semget(1075259992, 0, IPC_CREAT|IPC_EXCL|0x40173160|0440) = 0
ipc_subcall(0, 0xbffff8b8, 0x40173760, 0) = 8
ipc_subcall(0x8, 0x81aef20, 0x40173760, 0x8) = 8
umask(022)                              = 0
open("/usr/local/samba/var/log.smbd", O_WRONLY|O_APPEND|O_CREAT|0x8000, 0666) = 4
fstat64(0x4, 0xbffff2bc)                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40017000
fstat64(0x4, 0xbffff39c)                = 0
_llseek(4, 22888, [22888], SEEK_SET)    = 0
munmap(0x40017000, 4096)                = 0
umask(0)                                = 022
umask(022)                              = 0
open("/usr/local/samba/var/log.smbd", O_WRONLY|O_APPEND|O_CREAT|0x8000, 0666) = 5
fstat64(0x5, 0xbfffee9c)                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40017000
fstat64(0x5, 0xbfffef7c)                = 0
_llseek(5, 22888, [22888], SEEK_SET)    = 0
munmap(0x40017000, 4096)                = 0
close(4)                                = 0
umask(0)                                = 022
stat64(0xbffff0ac, 0xbfffefec)          = 0
open("/usr/local/samba/lib/smb.conf", O_RDONLY|0x8000) = 4
fstat64(0x4, 0xbfffef8c)                = 0
read(4, "# Samba config file created usin"..., 997) = 997
close(4)                                = 0
brk(0x81b1000)                          = 0x81b1000
brk(0x81b2000)                          = 0x81b2000
stat64(0xbffff0bc, 0xbffff01c)          = -1 ENOENT (No such file or directory)
umask(022)                              = 0
open("/usr/local/samba/var/samba.log", O_WRONLY|O_APPEND|O_CREAT|0x8000, 0666) = 4
fstat64(0x4, 0xbfffea6c)                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40017000
fstat64(0x4, 0xbfffeb4c)                = 0
_llseek(4, 0, [0], SEEK_SET)            = 0
munmap(0x40017000, 4096)                = 0
close(5)                                = 0
umask(0)                                = 022
stat64(0xbfffec9c, 0xbfffec0c)          = 0
umask(022)                              = 0
open("/usr/local/samba/var/samba.log", O_WRONLY|O_APPEND|O_CREAT|0x8000, 0666) = 5
fstat64(0x5, 0xbfffee9c)                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40017000
fstat64(0x5, 0xbfffef7c)                = 0
_llseek(5, 0, [0], SEEK_SET)            = 0
munmap(0x40017000, 4096)                = 0
close(4)                                = 0
umask(0)                                = 022
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 4
ioctl(4, SIOCGIFCONF, 0xbfffc754)       = 0
ioctl(4, SIOCGIFADDR, 0xbfffc77c)       = 0
ioctl(4, SIOCGIFFLAGS, 0xbfffc77c)      = 0
ioctl(4, SIOCGIFNETMASK, 0xbfffc77c)    = 0
ioctl(4, SIOCGIFADDR, 0xbfffc75c)       = 0
ioctl(4, SIOCGIFFLAGS, 0xbfffc75c)      = 0
ioctl(4, SIOCGIFNETMASK, 0xbfffc75c)    = 0
close(4)                                = 0
brk(0x81b4000)                          = 0x81b4000
getrlimit(0x7, 0xbffff854, 0, 0xbffff854, 0x7) = 0
setrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=10010}) = 0
setrlimit(RLIMIT_NOFILE, {rlim_cur=10010, rlim_max=10010}) = 0
getrlimit(0x7, 0xbffff854, 0x271a, 0xbffff854, 0x7) = 0
open("/usr/local/samba/private/secrets.tdb", O_RDWR|O_CREAT|0x8000, 0600) = 4
shmat(4, 0xe, 0xe)                      = 0x1
shmat(4, 0xd, 0xd)                      = 0x1
read(4, "TDB file\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 168) = 168
fstat64(0x4, 0xbffff2f8)                = 0
brk(0x81b5000)                          = 0x81b5000
mmap2(NULL, 696, PROT_READ|PROT_WRITE, MAP_SHARED, 4, 0) = 0x40017000
_llseek(4, 40, [40], SEEK_SET)          = 0
write(4, "\0\0\0\0", 4)                 = 4
shmat(4, 0xd, 0xd)                      = 0x2
shmat(4, 0xe, 0xe)                      = 0
shmat(4, 0xe, 0xe)                      = 0x2
stat64(0xbffff4bc, 0xbffff45c)          = 0
open("/usr/local/samba/lib/codepages/codepage.850", O_RDONLY|0x8000) = 6
read(6, "\1\0R\3|\0\0\0", 8)            = 8
read(6, "\205\267\1\1\240\265\1\1\203\266\1\1\306\307\1\1\204\216"..., 124) = 124
close(6)                                = 0
stat64(0xbffff37c, 0xbffff31c)          = 0
open("/usr/local/samba/lib/codepages/unicode_map.850", O_RDONLY|0x8000) = 6
fstat64(0x6, 0xbffff16c)                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000
read(6, "\1\200850\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0\0"..., 4096) = 4096
old_mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40178000
read(6, "_\0_\0_\0_\0_\0_\0_\0_\0_\0_\0_\0_\0_\0_\0_\0_\0"..., 126976) = 126976
read(6, "_\0_\0_\0_\0_\0_\0_\0_\0_\0_\0_\0_\0_\0_\0_\0_\0"..., 4096) = 542
close(6)                                = 0
munmap(0x40018000, 4096)                = 0
rt_sigaction(SIGHUP, {0x804b978, [HUP], SA_RESTART|0x4000000}, NULL, 8) = 0
fork()                                  = 1270
[pid  1269] _exit(0)                    = ?
setsid()                                = 1270
close(0)                                = 0
close(1)                                = 0
close(2)                                = 0
open("/dev/null", O_RDWR|0x8000)        = 0
open("/dev/null", O_RDWR|0x8000)        = 1
open("/dev/null", O_RDWR|0x8000)        = 2
stat64(0x81b46a0, 0xbffff88c)           = 0
open("/usr/local/samba/var/locks/smbd.pid", O_RDONLY|O_NONBLOCK|0x8000) = 6
read(6, "1267\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 19) = 19
kill(1267, SIG_0)                       = -1 ESRCH (No such process)
close(6)                                = 0
unlink("/usr/local/samba/var/locks/smbd.pid") = 0
open("/usr/local/samba/var/locks/smbd.pid", O_WRONLY|O_NONBLOCK|O_CREAT|O_EXCL|0x8000, 0644) = 6
shmat(6, 0x6, 0xd)                      = 0x1
getpid()                                = 1270
write(6, "1270\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 20) = 20
stat64(0x81abee0, 0xbffff840)           = 0
open("/usr/local/samba/var/locks/messages.tdb", O_RDWR|O_CREAT|0x8000, 0600) = 7
shmat(7, 0xe, 0xe)                      = 0x1
shmat(7, 0xd, 0xd)                      = -1 EAGAIN (Resource temporarily unavailable)
read(7, "TDB file\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 168) = 168
fstat64(0x7, 0xbffff738)                = 0
mmap2(NULL, 696, PROT_READ|PROT_WRITE, MAP_SHARED, 7, 0) = 0x40018000
shmat(7, 0xe, 0xe)                      = 0
brk(0x81b6000)                          = 0x81b6000
shmat(7, 0xe, 0xe)                      = 0x2
rt_sigaction(SIGUSR1, {0x810d310, [USR1], SA_RESTART|0x4000000}, NULL, 8) = 0
stat64(0x81abee0, 0xbffff5b0)           = 0
open("/usr/local/samba/var/locks/connections.tdb", O_RDWR|O_CREAT|0x8000, 0644) = 8
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xd, 0xd)                      = 0x1
ftruncate64(0x8, 0, 0, 0x1, 0x8)        = 0
read(8, "", 168)                        = 0
_llseek(8, 0, [0], SEEK_SET)            = 0
ftruncate64(0x8, 0, 0, 0xffffffff, 0x8) = 0
write(8, "TDB file\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 696) = 696
fstat64(0x8, 0xbffff4a8)                = 0
mmap2(NULL, 696, PROT_READ|PROT_WRITE, MAP_SHARED, 8, 0) = 0x40019000
_llseek(8, 40, [40], SEEK_SET)          = 0
write(8, "\0\0\0\0", 4)                 = 4
shmat(8, 0xd, 0xd)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
time(NULL)                              = 1009529461
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x1
fstat64(0x8, 0xbffff4cc)                = 0
munmap(0x40019000, 696)                 = 0
ftruncate64(0x8, 0x2000, 0, 0x1d48, 0x8) = 0
pwrite(8, "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"..., 1024, 696) = 1024
pwrite(8, "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"..., 1024, 1720) = 1024
pwrite(8, "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"..., 1024, 2744) = 1024
pwrite(8, "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"..., 1024, 3768) = 1024
pwrite(8, "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"..., 1024, 4792) = 1024
pwrite(8, "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"..., 1024, 5816) = 1024
pwrite(8, "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"..., 1024, 6840) = 1024
pwrite(8, "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"..., 328, 7864) = 328
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_SHARED, 8, 0) = 0x40019000
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x2
open("/usr/local/samba/private/LYNIX.KAISER.mac", O_RDWR|0x8000) = -1 ENOENT (No such file or directory)
rt_sigaction(SIGCHLD, {0x80fcde0, [CHLD], SA_RESTART|0x4000000}, NULL, 8) = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 9
setsockopt(9, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
bind(9, {sin_family=AF_INET, sin_port=htons(139), sin_addr=inet_addr("10.0.0.2")}}, 16) = -1 EADDRINUSE (Address already in use)
time(NULL)                              = 1009529461
brk(0x81b9000)                          = 0x81b9000
time([1009529461])                      = 1009529461
getpid()                                = 1270
rt_sigaction(SIGPIPE, {0x4012f4f8, [], 0x4000000}, {SIG_DFL}, 8) = 0
socket(PF_UNIX, SOCK_DGRAM, 0)          = 10
shmat(10, 0xffffffff, 0x2ptrace: umoven: Input/output error
)              = ?
connect(10, {sin_family=AF_UNIX, path="      /dev/log"}, 16) = 0
send(10, "<27>Dec 28 03:51:01 smbd[1270]: "..., 93, 0) = 93
rt_sigaction(SIGPIPE, {SIG_DFL}, NULL, 8) = 0
semop(1075259992, 0x401711f0, 98)       = 0
fstat64(0x5, 0xbfffe1bc)                = 0
time([1009529461])                      = 1009529461
getpid()                                = 1270
rt_sigaction(SIGPIPE, {0x4012f4f8, [], 0x4000000}, {SIG_DFL}, 8) = 0
send(10, "<27>Dec 28 03:51:01 smbd[1270]: "..., 82, 0) = 82
rt_sigaction(SIGPIPE, {SIG_DFL}, NULL, 8) = 0
semop(1075259992, 0x401711f0, 98)       = 0
time([1009529461])                      = 1009529461
getpid()                                = 1270
rt_sigaction(SIGPIPE, {0x4012f4f8, [], 0x4000000}, {SIG_DFL}, 8) = 0
send(10, "<27>Dec 28 03:51:01 smbd[1270]: "..., 65, 0) = 65
rt_sigaction(SIGPIPE, {SIG_DFL}, NULL, 8) = 0
semop(1075259992, 0x401711f0, 98)       = 0
close(9)                                = 0
kill(0, SIGTERM)                        = 0
--- SIGTERM (Terminated) ---
semop(1075259992, 0x401711f0, 98)       = 0
semget(1075259992, 98, IPC_CREAT|IPC_EXCL|0x40173160|0440) = 0
ipc_subcall(0, 0, 0x40173760, 0)        = 0
ipc_subcall(0xffffffff, 0, 0xffffffff, 0xffffffff) = 0
semget(1075259992, 98, IPC_CREAT|IPC_EXCL|0x40173160|0440) = 0
ipc_subcall(0xffffffff, 0, 0xffffffff, 0xffffffff) = 0
semop(1075259992, 0x401711f0, 98)       = 0
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xd, 0xd)                      = 0x1
shmat(8, 0xd, 0xd)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x1
shmat(8, 0xe, 0xe)                      = 0x2
shmat(8, 0xe, 0xe)                      = 0x2
_exit(0)                                = ?


More information about the samba-technical mailing list