[Samba] PANIC, Samba 2.2.3a-6

Christopher Swingley cswingle at iarc.uaf.edu
Fri Aug 30 10:08:01 GMT 2002


Greetings,

I just upgraded my samba server to the latest Debian stable package,
which is listed as: 2.2.3a-6.  I got the following errors in the logs
when a user installs a printer:

barfoo smbd[1083]: [2002/08/30 10:36:12, 0] libsmb/cliconnect.c:
    attempt_netbios_session_request(977)  
barfoo smbd[1083]:   attempt_netbios_session_request: FOOBAR rejected the 
    session for name *SMBSERVER with error Not listening on called name  
barfoo smbd[1083]: [2002/08/30 10:36:12, 0] rpc_client/cli_spoolss_notify.c:
    spoolss_connect_to_client(73)  
barfoo smbd[1083]: [2002/08/30 10:36:12, 0] lib/fault.c:fault_report(38)  
barfoo smbd[1083]:   =====================================================  
barfoo smbd[1083]: [2002/08/30 10:36:12, 0] lib/fault.c:fault_report(39)  
barfoo smbd[1083]:   INTERNAL ERROR: Signal 11 in pid 1083 
    (2.2.3a-6 for Debian)  
barfoo smbd[1083]:   Please read the file BUGS.txt in the distribution  
barfoo smbd[1083]: [2002/08/30 10:36:12, 0] lib/fault.c:fault_report(41)  
barfoo smbd[1083]:   =====================================================  
barfoo smbd[1083]: [2002/08/30 10:36:12, 0] lib/util.c:smb_panic(1064)  
barfoo smbd[1083]:   PANIC: internal error  

The printer actually installs just fine, and the samba server seems 
functional in every other way I've tested.

Should I do something about this?  Is it a configuration problem?
Should I upgrade to the Debian unstable package
(2.999+3.0cvs20020723-1)?

My smb.conf is appended to the end of this email.

Thanks!

Chris
-- 
Christopher S. Swingley           phone: 907-474-2689
IS Professional                   email: cswingle at iarc.uaf.edu
IARC -- Frontier Program          GPG and PGP keys at my web page:
University of Alaska Fairbanks    www.frontier.iarc.uaf.edu/~cswingle


# Global parameters
[global]
	workgroup = MY--WORKGROUP
	server string = %h server (Samba %v)
	encrypt passwords = Yes
	unix password sync = Yes
	passwd program = /usr/bin/passwd %u
	passwd chat = *New\spassword:* %n\n *Re-enter\snew\spassword:* %n\n *Password\schanged.* .
	max log size = 1000
	socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096 SO_RCVBUF=4096
	logon script = %U.bat
	logon path = \\%L\Profiles\%U
	domain logons = Yes
	dns proxy = Yes
	hosts allow = .frontier.iarc.uaf.edu 127.
	hosts deny = ALL

	load printers = yes
	printing = cups
 	printcap name = lpstat
    printer admin = cswingle, root

	wins support = yes
	domain master = yes
	local master = yes
	preferred master = yes
	os level = 65

    lock directory = /var/run/samba/locks

[homes]
	comment = Home Directories
	create mask = 0644
	directory mask = 0755
	browseable = No
	writeable = Yes
	read only = no
	guest ok = no

[public]
	comment = Public files
	path = /extra/home/shares/public
	create mask = 0755
	directory mask = 0755
	browseable = yes
	writeable = no
    write list = cswingle
	read only = yes
	guest ok = yes
	guest account = guest

[printers]
	comment = All Printers
	path = /tmp
	create mask = 0700
	guest ok = no
	writeable = no
	printable = yes
	print ok = Yes
	browseable = yes

[print$]
	path = /usr/local/samba/printers
	guest ok = yes
	browseable = yes
	read only = yes
	write list = cswingle, root

[Profiles]
	path = /home/data/dos/profiles
	writeable = Yes
	read only = no
	browsable = yes
	guest ok = no

[netlogon]
	path = /home/data/dos/netlogon
	writeable = no
	guest ok = no

[spare]
	comment = RAID Disk Share
	path = /import/spare/users/%u
	public = no
	writable = yes

[raid1]
	comment = Second RAID Disk Share
	path = /import/raid1/users/%u
	public = no
	writable = yes

[denali]
	comment = Web Server Share
	path = /import/denali/%u
	public = no
	writable = yes
[admin]
	comment = Frontier Admin
	path = /extra/home/shares/frontier_admin
	valid users = cswingle, foobar, barfoo, juan, jimmy
	public = no
	writable = yes
	printable = no
	create mask = 0775
	directory mask = 0775
	force group = admin

[raid2]
	comment = Third RAID Disk Share
	path = /import/raid2/users/%u
	public = no
	writable = yes

[raid3]
	comment = Fourth RAID Disk Share
	path = /import/raid3/users/%u
	public = no
	writable = yes

[cdrom]
	comment = Server CD-ROM Drive
	path = /cdrom
	public = no
	writable = no

[data1]
	comment = raid2 Data Share
	path = /import/raid2/users
	browseable = yes
	writeable = no
	read only = yes

[data2]
	comment = raid1 Data Share
	path = /import/raid1/users/data
	browseable = yes
	writeable = no
	read only = yes

[ssam]
	comment = Sergey and Alexander
	path = /import/raid3/users/ssam
	valid users = barry david
	public = no
	writable = yes
	printable = no
	create mask = 0664
	directory mask = 0775
	force group = ssam

[multid]
	comment = Multi-D Shared Folder
	path = /extra/home/multid
	valid users = phillip john jorge
	public = no
	writable = yes
	printable = no
	create mask = 0664
	directory mask = 0775
	force group = multid



More information about the samba mailing list