Hello!

On Wed, 17 May 2006 10:50:18 +0200, richard wood wrote:
> Package: samba
> Version: 3.0.22-1
[...]
> The Samba 'panic action' script, /usr/share/samba/panic-action,
> was called for pid 23147 (/usr/sbin/nmbd).

I think I'm bitten by this bug and I'm sorry to report it only now.

Since June 4th I got some errors with swat, which I never investigated
until I started to get errors with nmbd at boot only, because if I try
to start the samba init.d script after having logged in as root, I
don't have any error.

BTW, shouldn't the severity be grave, as the services aren't available
after boot, but only with manual intervention?

Here the mail with the error:
=====
The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for pid 2875 (/usr/sbin/nmbd).

Below is a backtrace for this process generated with gdb, which shows
the state of the program at the time the error occurred. 

If the problem persists, you are encouraged to first install the 
samba-dbg package which contains the debugging symbols for samba 
binaries. Then submit the provided information as a bug report to Debian.
For information about the procedure for submitting bug reports , please see
http://www.debian.org/Bugs/Reporting or the reportbug(1) manpage.

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1212606240 (LWP 2875)]
0xb7d3305e in waitpid () from /lib/tls/libc.so.6
#0  0xb7d3305e in waitpid () from /lib/tls/libc.so.6
#1  0xb7cd9809 in strtold_l () from /lib/tls/libc.so.6
#2  0x080d7cb7 in smb_panic2 (why=0xfffffe00 <Address 0xfffffe00 out of 
bounds>, decrement_pid_count=1) at lib/util.c:1545
#3  0x080d7dea in smb_panic (why=0xfffffe00 <Address 0xfffffe00 out of bounds>) 
at lib/util.c:1506
#4  0x080c31e4 in sig_fault (sig=-512) at lib/fault.c:42
#5  <signal handler called>
#6  0xb7ccc8c7 in raise () from /lib/tls/libc.so.6
#7  0xb7cce049 in abort () from /lib/tls/libc.so.6
#8  0xb7cc5f5c in __assert_fail () from /lib/tls/libc.so.6
#9  0xb7cba55f in __gconv_get_alias_db () from /lib/tls/libc.so.6
#10 0xb7dc7ac4 in _itoa_lower_digits () from /lib/tls/libc.so.6
#11 0xb7dc3b25 in in6addr_loopback () from /lib/tls/libc.so.6
#12 0x000000e8 in ?? ()
#13 0xb7dc3b4a in in6addr_loopback () from /lib/tls/libc.so.6
#14 0xb7dd4ff4 in ?? () from /lib/tls/libc.so.6
#15 0x081543b0 in ?? ()
#16 0x00000002 in ?? ()
#17 0xbffa6e74 in ?? ()
#18 0xb7cba5f8 in __gconv_get_alias_db () from /lib/tls/libc.so.6
#19 0x00000002 in ?? ()
#20 0x081543b0 in ?? ()
#21 0xb7dd4ff4 in ?? () from /lib/tls/libc.so.6
#22 0x00000000 in ?? ()
=====

Attached my smb.conf FYI.

Thx, bye,
Gismo / Luca

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc6
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages samba depends on:
ii  debconf [debconf-2.0]        1.5.1       Debian configuration management sy
ii  libacl1                      2.2.37-1    Access control list shared library
ii  libattr1                     2.4.32-1    Extended attribute shared library
ii  libc6                        2.3.999.2-3 GNU C Library: Shared libraries
ii  libcomerr2                   1.39-1      common error description library
ii  libcupsys2                   1.2.1-2     Common UNIX Printing System(tm) - 
ii  libkrb53                     1.4.3-7     MIT Kerberos runtime libraries
ii  libldap2                     2.1.30-13   OpenLDAP libraries
ii  libpam-modules               0.79-3.1    Pluggable Authentication Modules f
ii  libpam-runtime               0.79-3.1    Runtime support for the PAM librar
ii  libpam0g                     0.79-3.1    Pluggable Authentication Modules l
ii  libpopt0                     1.10-2      lib for parsing cmdline parameters
ii  logrotate                    3.7.1-3     Log rotation utility
ii  lsb-base                     3.1-10      Linux Standard Base 3.1 init scrip
ii  netbase                      4.25        Basic TCP/IP networking system
ii  samba-common                 3.0.22-1    Samba common files used by both th

Versions of packages samba recommends:
pn  smbldap-tools                 <none>     (no description available)

-- debconf information:
  samba/nmbd_from_inetd:
  samba/log_files_moved:
  samba/tdbsam: false
* samba/generate_smbpasswd: true
* samba/run_mode: daemons

# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2005/08/03 14:53:08

# Global parameters
[global]
        workgroup = RODRIGUEZ
        netbios name = R-LUCA
        server string = %h server (Samba %v)
        obey pam restrictions = Yes
        encrypt passwords = true
        passdb backend = tdbsam, guest
        passwd program = /usr/bin/passwd %u
        passwd chat = *Enter\snew\sUNIX\spassword:* %n\n 
*Retype\snew\sUNIX\spassword:* %n\n .
        syslog = 0
        log file = /var/log/samba/log.%m
        max log size = 1000
        dns proxy = No
        wins server = wlan0:0.0.0.0, wlan0:0.0.0.0, wifi:0.0.0.0, wifi:0.0.0.0
        ldap ssl = no
        panic action = /usr/share/samba/panic-action %d
        invalid users = root
        include = /etc/samba/dhcp.conf

[homes]
        comment = Home Directories
        read only = No
        create mask = 0700
        directory mask = 0700
        browseable = No
        available = No

[printers]
        comment = All Printers
        path = /tmp
        create mask = 0700
        printable = Yes
        browseable = No
        available = No

[print$]
        comment = Printer Drivers
        path = /var/lib/samba/printers
        available = No

[luca]
        comment = Luca's home
        path = /home/luca/smb
        read only = No
        create mask = 0744
        directory mask = 0744
        browseable = No
        username = luca

Attachment: pgpbPl4ZOHE2X.pgp
Description: PGP signature

Reply via email to