[Samba] 3.0.14a and Windows Server 2003 SP1

2005-07-27 Thread Owen Campbell
Hi, O Wise Ones,
 
I have a number of machines running samba on Fedora 3 as member servers
of a windows domain. They authenticate with Active Directory on the
Windows PDC (Windows Server 2003 as part of Small Business Server 2003)
and provide file and print sharing services. All has been working
perfectly for months.
 
When I applied SP1 for Windows Server 2003, authentication stopped
working. This turned out to be a known problem at samba and I solved it
by upgrading samba to 3.0.14a. 
 
Authentication now works perfectly as does printing. I can see the
shares on the samba machine from a windows pc and I can read and delete
files in those shares.
 
Unfortunately, any time I try to create a file in a samba share from a
windows machine, I get a 'specified network name is no longer available
error.' Two (zero length) files are created, which I can then update and
delete. Copying fails completely because of the error.
 
In the log files on the samba server I have...

[2005/07/27 11:07:10, 1] smbd/service.c:make_connection_snum(642)
  holly (192.168.0.101) connect to service empiria initially as user
nobody (uid=99, gid=99) (pid 1577)
[2005/07/27 11:07:12, 0] lib/fault.c:fault_report(36)
  ===
[2005/07/27 11:07:12, 0] lib/fault.c:fault_report(37)
  INTERNAL ERROR: Signal 11 in pid 1577 (3.0.14a)
  Please read the appendix Bugs of the Samba HOWTO collection
[2005/07/27 11:07:12, 0] lib/fault.c:fault_report(39)
  ===
[2005/07/27 11:07:12, 0] lib/util.c:smb_panic2(1495)
  PANIC: internal error
[2005/07/27 11:07:12, 0] lib/util.c:smb_panic2(1503)
  BACKTRACE: 14 stack frames:
   #0 smbd(smb_panic2+0x78) [0x81db3ff]
   #1 smbd(smb_panic+0x19) [0x81db600]
   #2 smbd [0x81c9594]
   #3 /lib/tls/libc.so.6 [0x635a48]
   #4 smbd(get_acl_group_bits+0x37) [0x80d13b0]
   #5 smbd(file_set_dosmode+0x4f) [0x80bf3d5]
   #6 smbd(open_file_shared1+0x7a3) [0x80c2a4a]
   #7 smbd(reply_ntcreate_and_X+0x7ee) [0x8098c1c]
   #8 smbd [0x80d4e0d]
   #9 smbd(process_smb+0x163) [0x80d51ca]
   #10 smbd(smbd_process+0x13e) [0x80d5e2b]
   #11 smbd(main+0x822) [0x8251bd5]
   #12 /lib/tls/libc.so.6(__libc_start_main+0xe3) [0x622e33]
   #13 smbd [0x8079941]

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


Re: [Samba] 3.0.14a and Windows Server 2003 SP1

2005-07-27 Thread Jeremy Allison
On Wed, Jul 27, 2005 at 11:18:12AM +0100, Owen Campbell wrote:
 Hi, O Wise Ones,
  
 I have a number of machines running samba on Fedora 3 as member servers
 of a windows domain. They authenticate with Active Directory on the
 Windows PDC (Windows Server 2003 as part of Small Business Server 2003)
 and provide file and print sharing services. All has been working
 perfectly for months.
  
 When I applied SP1 for Windows Server 2003, authentication stopped
 working. This turned out to be a known problem at samba and I solved it
 by upgrading samba to 3.0.14a. 
  
 Authentication now works perfectly as does printing. I can see the
 shares on the samba machine from a windows pc and I can read and delete
 files in those shares.
  
 Unfortunately, any time I try to create a file in a samba share from a
 windows machine, I get a 'specified network name is no longer available
 error.' Two (zero length) files are created, which I can then update and
 delete. Copying fails completely because of the error.
  
 In the log files on the samba server I have...
 
 [2005/07/27 11:07:10, 1] smbd/service.c:make_connection_snum(642)
   holly (192.168.0.101) connect to service empiria initially as user
 nobody (uid=99, gid=99) (pid 1577)
 [2005/07/27 11:07:12, 0] lib/fault.c:fault_report(36)
   ===
 [2005/07/27 11:07:12, 0] lib/fault.c:fault_report(37)
   INTERNAL ERROR: Signal 11 in pid 1577 (3.0.14a)
   Please read the appendix Bugs of the Samba HOWTO collection
 [2005/07/27 11:07:12, 0] lib/fault.c:fault_report(39)
   ===
 [2005/07/27 11:07:12, 0] lib/util.c:smb_panic2(1495)
   PANIC: internal error
 [2005/07/27 11:07:12, 0] lib/util.c:smb_panic2(1503)
   BACKTRACE: 14 stack frames:
#0 smbd(smb_panic2+0x78) [0x81db3ff]
#1 smbd(smb_panic+0x19) [0x81db600]
#2 smbd [0x81c9594]
#3 /lib/tls/libc.so.6 [0x635a48]
#4 smbd(get_acl_group_bits+0x37) [0x80d13b0]
#5 smbd(file_set_dosmode+0x4f) [0x80bf3d5]
#6 smbd(open_file_shared1+0x7a3) [0x80c2a4a]
#7 smbd(reply_ntcreate_and_X+0x7ee) [0x8098c1c]
#8 smbd [0x80d4e0d]
#9 smbd(process_smb+0x163) [0x80d51ca]
#10 smbd(smbd_process+0x13e) [0x80d5e2b]
#11 smbd(main+0x822) [0x8251bd5]
#12 /lib/tls/libc.so.6(__libc_start_main+0xe3) [0x622e33]
#13 smbd [0x8079941]

Can you get me a backtrace from a smbd with debug symbols (compiled with -g)
please ? This will help me track down this problem.

Thanks,

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