I'm having trouble with compiling samba34. It keeps crashing. The smb log is below.
The smbd -b paths look right.
This all started when I de-installed samba33 and installed samba34. I've tried:
Any suggestions? Is there some configuration file that could be left behind?
Thanks
Code:
[2010/06/25 20:38:46, 0] lib/fault.c:dump_core(204)
Exiting on internal error (core file administratively disabled)
[2010/06/25 20:38:48, 0] lib/util_tdb.c:tdb_log(682)
tdb(/var/db/samba/ntforms.tdb): tdb_reopen: open failed (No such file or directory)
[2010/06/25 20:38:48, 0] lib/util.c:reinit_after_fork(1054)
tdb_reopen_all failed.
[2010/06/25 20:38:48, 0] smbd/server.c:open_sockets_smbd(779)
reinit_after_fork() failed
[2010/06/25 20:38:48, 0] lib/util.c:smb_panic(1673)
PANIC (pid 72744): reinit_after_fork() failed
[2010/06/25 20:38:48, 0] lib/util.c:log_stack_trace(1777)
BACKTRACE: 4 stack frames:
#0 0x12cbf05 <smb_panic+133> at /usr/local/sbin/smbd
#1 0x152bd50 <main+7296> at /usr/local/sbin/smbd
#2 0x106827b <_start+203> at /usr/local/sbin/smbd
#3 0x10681c5 <_start+21> at /usr/local/sbin/smbd
[2010/06/25 20:38:48, 0] lib/fault.c:dump_core(204)
Exiting on internal error (core file administratively disabled)
(END)
Code:
Paths:
SBINDIR: /usr/local/sbin
BINDIR: /usr/local/bin
SWATDIR: /usr/local/share/swat
CONFIGFILE: /usr/local/etc/smb.conf
LOGFILEBASE: /var/log/samba34
LMHOSTSFILE: /usr/local/etc/lmhosts
LIBDIR: /usr/local/lib
MODULESDIR: /usr/local/lib/samba34
SHLIBEXT: so
LOCKDIR: /var/db/samba34
STATEDIR: /var/db/samba34
CACHEDIR: /var/db/samba34
PIDDIR: /var/run/samba34
SMB_PASSWD_FILE: /usr/local/etc/samba34/smbpasswd
PRIVATE_DIR: /usr/local/etc/samba34
This all started when I de-installed samba33 and installed samba34. I've tried:
- Install a package
- Linking the samba/ntforms.tdb to the samba34/ntforms.tdb file and got a dev/inode has changed error
- Reinstalling all of my ports and deleting all the tdb files
- Compiling with and without CUPs
Any suggestions? Is there some configuration file that could be left behind?
Thanks