Re: [Samba] Internal error-Panic

2006-09-29 Thread Volker Lendecke
On Fri, Sep 22, 2006 at 06:08:12PM +0200, Jonathan DEL CAMPO /jdc/ .Y wrote:
> We are running a samba server ( Version 3.0.10-1.4E.6.2 ) on a redHat RHEL
> release 4 (Nahant Update 3).
> We have a lot of errors that occurs when windowsXP clients hosts try to
> read from a Samba Export.

If this is reproducable, can you recompile smbd with -g and
for the test run it under valgrind (which slows it down a
LOT, but it give very valuable info)?

Volker


pgptxH9vBVTCC.pgp
Description: PGP signature
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

[Samba] Internal error-Panic

2006-09-25 Thread Jonathan DEL CAMPO /jdc/ .Y
Hi,
We are running a samba server ( Version 3.0.10-1.4E.6.2 ) on a redHat RHEL
release 4 (Nahant Update 3).
We have a lot of errors that occurs when windowsXP clients hosts try to
read from a Samba Export.

We can't upgrade the Samba version because we are blocked by RHEL releases.

This is the log returned by the smb server :

 
[2006/09/22 13:53:22, 0] lib/fault.c:fault_report(36)
  ===
[2006/09/22 13:53:22, 0] lib/fault.c:fault_report(37)
  INTERNAL ERROR: Signal 7 in pid 22609 (3.0.10-1.4E.6.2)
  Please read the appendix Bugs of the Samba HOWTO collection
[2006/09/22 13:53:22, 0] lib/fault.c:fault_report(39)
  ===
[2006/09/22 13:53:22, 0] lib/util.c:smb_panic2(1504)
  PANIC: internal error
[2006/09/22 13:53:22, 0] lib/util.c:smb_panic2(1512)
  BACKTRACE: 16 stack frames:
   #0 smbd(smb_panic2+0x8a) [0xe44260]
   #1 smbd(smb_panic+0x19) [0xe4448c]
   #2 smbd [0xe30bff]
   #3 /lib/tls/libc.so.6 [0x6858e8]
   #4 smbd [0xe57d0d]
   #5 smbd [0xe582fe]
   #6 smbd(tdb_store+0x137) [0xe59426]
   #7 smbd(set_share_mode+0x1d3) [0xe00f09]
   #8 smbd(open_file_shared1+0xde2) [0xd1be6d]
   #9 smbd(reply_ntcreate_and_X+0x88f) [0xceefa8]
   #10 smbd [0xd2d4c2]
   #11 smbd(process_smb+0x19b) [0xd2d8fc]
   #12 smbd(smbd_process+0x15f) [0xd2e624]
   #13 smbd(main+0x875) [0xec0b37]
   #14 /lib/tls/libc.so.6(__libc_start_main+0xd3) [0x672e23]
   #15 smbd [0xccd231]

thanks for helping me to undestand what occurs and what these logs means.

Jonathan

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] samba internal error ... panic ...

2002-09-23 Thread Volker Lendecke

On Mon, Sep 23, 2002 at 05:09:36PM +0200, Martin Müßler wrote:
> Hi, i have a big problem with my samba installation. After a few days of
> work the samba crashed and it won't be able to login into the console. The
> only way is to reboot the machine. My Samba logfile prints out the following
> messages.

You could not log into the local Unix console? This sounds like a problem not
related to Samba, though it could mean that you have problems with your
hardware.
 
> My Configuration:
> Server:
> SuSE Linux 8.0
> Samba-2.2.3a

Can you reproduce this with samba 2.2.6pre2? And if you can, we need a lot more
info on that. debug level 10 logs of smbd for example.

Volker



msg04776/pgp0.pgp
Description: PGP signature


[Samba] samba internal error ... panic ...

2002-09-23 Thread Martin Müßler

Hi, i have a big problem with my samba installation. After a few days of
work the samba crashed and it won't be able to login into the console. The
only way is to reboot the machine. My Samba logfile prints out the following
messages.

[2002/09/17 17:14:47, 0] lib/fault.c:fault_report(39)
  INTERNAL ERROR: Signal 11 in pid 22566 (2.2.3a)
  Please read the file BUGS.txt in the distribution
[2002/09/17 17:14:47, 0] lib/fault.c:fault_report(41)
  ===
[2002/09/17 17:14:47, 0] lib/util.c:smb_panic(1064)
  PANIC: internal error


My Configuration:
Server:
SuSE Linux 8.0
Samba-2.2.3a
Filesystem: ext3
Clients:
Windows NT - XP(Servicepack 1)
Filesystem: FAT32 - NTFS

smb.conf:

[global]
workgroup = WG
os level = 20
oplocks = No
level2 oplocks = No
security = user
encrypt passwords = Yes
guest account = Nobody
map to guest = Bad User
printing = LPRNG
printcap name = /etc/printcap
load printers = No
socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
wins support = No
character set = ISO8859-15
client code page = 850
# This is a simple measure against Nimba Worm. Cf. README.Win32-Viruses
veto files = /*.eml/*.nws/riched20.dll/*.{*}/

[homes]
comment = Home Directories
read only = No
create mask = 0640
directory mask = 0750
browseable = No

[public]
comment = Server-Platz für Alle
path = /home/samba
read only = No
create mask = 0644
directory mask = 0755
browseable = Yes
force user = samba
force group = samba

[htdocs_private]
comment = Private HTDOCS (%U)
path = /home/%U/public_html
read only = No
create mask = 0644
directory mask = 0755
browseable = Yes

[htdocs_public]
comment = Public HTDOCS (wwwdocs)
path = /usr/local/httpd/htdocs
read only = No
create mask = 0640
directory mask = 0750
browseable = Yes
force user = wwwdocs
force group = nogroup

Thanks for your answers.

MfG Martin

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba