Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2003 16:07:31 -0400
From:      "Tommy Forrest - KE4PYM" <tforrest@shellworld.net>
To:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Samba 2.2.8a core dump/FreeBSD 4.8-Release
Message-ID:  <200304132007.h3DK7YXY007787@server1.shellworld.net>

next in thread | raw e-mail | index | archive | help
Howdy all.

Trying to install Samba without much success.  It makes and installes
fine on my FreeBSD 4.8-Release machine.  The ports collection was
updated prior to me trying to build Samba.  Upon
/usr/local/etc/rc.d/samba.sh start I get the error:

/kernel: pid <pid_at_the_time> (smbd), uid 0: exited on signal 6 (core
dumped)

>From /var/log/log.smbd:
  Copyright Andrew Tridgell and the Samba Team 1992-2002
[2003/04/13 16:03:27, 0] smbd/files.c:file_init(174)
  PANIC: assert failed at smbd/files.c(174)
[2003/04/13 16:03:27, 0] lib/util.c:smb_panic(1094)
  PANIC: assert failed


My Samba Config file:
# Samba config file created using SWAT
# from 192.168.1.1 (192.168.1.1)
# Date: 2003/04/13 15:39:23

# Global parameters
[global]
        workgroup = GARDEN
        server string = FreeBSD 4.8-Release
        interfaces = 192.168.1.254/255.255.255.0
        bind interfaces only = Yes
        encrypt passwords = Yes
        update encrypted = Yes
        log file = /var/log/log.%m
        max log size = 50
        preferred master = Yes
        domain master = Yes
        dns proxy = No
        hosts allow = 192.168.1. 127.

[homes]
        comment = Home Directories
        path = /home/%u
        read only = No
        hide dot files = No
        browseable = No

[media]
        path = /media
        read only = No
        hide dot files = No

Tommy Forrest - KE4PYM -  tforrest@shellworld.net
My two cents:
He who laughs last uses OS/2.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304132007.h3DK7YXY007787>