Hi list, Having a problem with a newly replaced fileserver. Using V3.0.21a on fully patched Solaris 9 Sparc. uname -a reports Generic_118558-06. Problems reported seem to be linked to file size; for instance, users can't open their .pst or netscape mail files stored on a share of the samba server. Other files seem to open properly, just large files seem to be affected (100 mb or more).
Compiled with: ./configure --with-acl-support --disable-cups --without-ldap Have GNU gcc, make, automake, autoconf, flex, glib, libgcc, bison, libiconv, zlib... Most are sunfreeware binaries. Here's an example of the logs I'm seeing from a client (WinXP): --------------------------------------------------- [2006/01/16 07:56:52, 1] smbd/service.c:make_connection_snum(666) mikes_pc (192.168.1.180) connect to service mike initially as user mike (uid=100, gid=100) (pid 19045) [2006/01/16 07:57:06, 1] smbd/service.c:make_connection_snum(666) mikes_pc (192.168.1.180) connect to service groups initially as user mike (uid=100, gid=100) (pid 19045) [2006/01/16 07:57:22, 0] lib/fault.c:fault_report(36) =============================================================== [2006/01/16 07:57:22, 0] lib/fault.c:fault_report(37) INTERNAL ERROR: Signal 10 in pid 19045 (3.0.21a) Please read the Trouble-Shooting section of the Samba3-HOWTO [2006/01/16 07:57:22, 0] lib/fault.c:fault_report(39) From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf [2006/01/16 07:57:22, 0] lib/fault.c:fault_report(40) =============================================================== "mikes_pc.log" 1218 lines, 68494 characters mikes_pc (192.168.1.180) connect to service mike initially as user mike (uid=100, gid=100) (pid 12201) [2006/01/16 09:31:53, 0] lib/fault.c:fault_report(36) =============================================================== [2006/01/16 09:31:53, 0] lib/fault.c:fault_report(37) INTERNAL ERROR: Signal 10 in pid 12201 (3.0.21a) Please read the Trouble-Shooting section of the Samba3-HOWTO [2006/01/16 09:31:53, 0] lib/fault.c:fault_report(39) From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf [2006/01/16 09:31:53, 0] lib/fault.c:fault_report(40) =============================================================== [2006/01/16 09:31:53, 0] lib/util.c:smb_panic2(1554) PANIC: internal error [2006/01/16 09:31:55, 1] smbd/service.c:make_connection_snum(666) mikes_pc (192.168.1.180) connect to service mike initially as user mike (uid=100, gid=100) (pid 12203) [2006/01/16 09:32:12, 0] lib/fault.c:fault_report(36) =============================================================== [2006/01/16 09:32:12, 0] lib/fault.c:fault_report(37) INTERNAL ERROR: Signal 10 in pid 12203 (3.0.21a) Please read the Trouble-Shooting section of the Samba3-HOWTO [2006/01/16 09:32:12, 0] lib/fault.c:fault_report(39) From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf [2006/01/16 09:32:12, 0] lib/fault.c:fault_report(40) =============================================================== [2006/01/16 09:32:12, 0] lib/util.c:smb_panic2(1554) PANIC: internal error [2006/01/16 09:32:12, 1] smbd/service.c:make_connection_snum(666) mikes_pc (192.168.1.180) connect to service mike initially as user mike (uid=100, gid=100) (pid 12208) --------------------------------------------------- smb.conf: --------------------------------------------------- [global] admin users = root workgroup = a36561 create mask = 0777 directory mask = 0777 password server = 192.168.1.4 server string = New E250 SunRay server log file = /var/log/samba/%m.log max log size = 1000 security = user encrypt passwords = yes smb passwd file = /etc/samba/smbpasswd unix password sync = Yes passwd program = /usr/bin/passwd %u passwd chat = *New*password:* %n\n *Re-enter*new*password:* %n\n *passwd*(SYSTEM):*passwd*successfully*changed*for* socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 IPTOS_LOWDELAY interfaces = 192.168.1.4/24 hosts allow = 192.168.1. 192.168.255. 127. 10.10.10. local master = yes os level = 33 domain master = yes preferred master = yes domain logons = yes logon script = logon.bat logon drive = h: name resolve order = wins lmhosts bcast wins support = yes dns proxy = no idmap uid = 10000-20000 idmap gid = 10000-20000 winbind use default domain = yes [homes] comment = Your Home Directory browseable = no writable = yes [netlogon] comment = Network Logon Service path = /home/netlogon guest ok = yes browsable = no writable = no share modes = no [users] comment = User Directories path = /home/users guest ok = yes writable = no [groups] comment = Group Directories path = /home/groups guest ok = yes writable = yes [share] comment = Share space path = /home/share public = yes writeable = yes read only = no printable = no write list = @users force create mode = 660 force directory mode = 770 force user = nobody force group = nobody -------------------------------------- I have seen others reporting this by grepping the net, but I have not seen a solution posted. So many threads just dead-ended or never even replied to. Does anyone have a solution? Thanks, Alex -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
