2.2.0a3 dies with sig11 on openbsd
root
lists at gecko.math.ualberta.ca
Mon Apr 9 19:05:26 GMT 2001
this is on a clean install of openbsd, with samba-2.2.0alpha3 from
us4.samba.org. the following things are "broken":
0) linker reports that "[the code] uses mktmp() which is unsafe"
and "[the code] uses setreuid() which is deprecated" . perhaps
this should be taken into account somehow...
1) connections.tdb is still doing the magic exploding trick. for
some reason, tdb_allocate is growing insanely. interestingly
enough, the problem is now reproducible with a win98 client as
well as a win2k. i don't have any nt4 boxen handy to test with.
i'll be rebuilding with all the debug options on shortly.
2) smbd is dying with sig11. i doubt this is bad hardware; kernels
compile happily for days on end. this might be a compiler issue
since both the snapshot and CVS code exhibit the same behavior.
i consider the compiler bug unlikely, since other programs like
the kernel and dhcpd (and nmbd for that matter) are stable.
to keep the problem with expanding connections.tdb under control, i've
created a 64M filesystem inside a file (vnd is so cool) and put the var
directory in that. attached are my smb.conf (the machine is a cdrom
server) and a log level 10 output from the misbehaving machine. tcpdump
traces are available on request.
CK
--
Chris Kuethe: System Administrator - U of A Math Dept.
cell: 780.903.9475 office: CAB553, 780.492.1704
wargames@{edmc.net,hackcanada.com} ckuethe@[[gecko.]math.]ualberta.ca
Opinions expressed herein are solely the responsibility of
the author. And the author wouldn't have it any other way.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: log.montague.gz
Type: application/octet-stream
Size: 7063 bytes
Desc:
Url : http://lists.samba.org/archive/samba-technical/attachments/20010409/d8a284c0/log.montague.obj
-------------- next part --------------
# Samba config file created using SWAT
# from math-gw.math.ualberta.ca (129.128.206.1)
# Date: 2001/03/09 12:29:43
# Global parameters
[global]
workgroup = MADMIN
netbios name = DISTRIBUTOR
security = SHARE
log level = 2
log file = /opt/samba/log/log.%m
include = /opt/samba/lib/smb.conf.%m
lock dir = /opt/samba/var
syslog = 0
announce version = 4.2
local master = No
dns proxy = No
kernel oplocks = No
guest account = browser
hosts allow = 129.128.206. 129.128.207. 127.
[cdrom]
path = /cdrom
username = browser
read only = Yes
guest only = Yes
guest ok = Yes
hosts allow = 129.128.206. 129.128.207. 127.
fake oplocks = Yes
[install]
path = /dist
username = browser
read only = Yes
guest only = Yes
guest ok = Yes
hosts allow = 129.128.206. 129.128.207. 127.
fake oplocks = Yes
More information about the samba-technical
mailing list