In the course of tracking down a problem in Samba v2.0.4a, I set "debuglevel=3" and noticed something strange in the log file. While attempting to find the netlogon script, a number of variations on the name are tried (e.g. for Windows, it's *.COM, *.EXE, *.BAT). Here's the strangeness: the file NETLOGON"BAT is also looked for. Yes, that's a quotation mark in place of a dot in the filename. Is this a bug or some aspect of logon script processing that I'm ignorant of? *** Steve Snyder ***
[2001/09/24 12:14:16, 0] lib/fault.c:fault_report(41) INTERNAL ERROR: Signal 11 in pid 1235 (2.0.7) Please read the file BUGS.txt in the distribution [2001/09/24 12:14:16, 0] lib/fault.c:fault_report(43) ==============================================================-------------- next part -------------- HTML attachment scrubbed and removed
On Mon, 24 Sep 2001, Maher Rolim Mouammar wrote:> [2001/09/24 12:14:16, 0] lib/fault.c:fault_report(41) > INTERNAL ERROR: Signal 11 in pid 1235 (2.0.7) > Please read the file BUGS.txt in the distribution > [2001/09/24 12:14:16, 0] lib/fault.c:fault_report(43) > ==============================================================Yeah, but your going to have to give us a lot more detail than that, :-) jerry
OK, my Samba is the default of RED HAT 7.1, and this error appear in dani.log (One Windows computer of my LAN) Attached my smb.conf. ----- Original Message ----- From: Gerald Carter <gcarter@valinux.com> To: Maher Rolim Mouammar <maher@cabg.com.br> Cc: <samba@samba.org> Sent: Monday, September 24, 2001 7:55 PM Subject: Re: Is this a bug?> On Mon, 24 Sep 2001, Maher Rolim Mouammar wrote: > > > [2001/09/24 12:14:16, 0] lib/fault.c:fault_report(41) > > INTERNAL ERROR: Signal 11 in pid 1235 (2.0.7) > > Please read the file BUGS.txt in the distribution > > [2001/09/24 12:14:16, 0] lib/fault.c:fault_report(43) > > ==============================================================> > Yeah, but your going to have to give us a lot more detail > than that, :-) > > > > > > > jerry-------------- next part -------------- A non-text attachment was scrubbed... Name: smb.conf Type: application/octet-stream Size: 10577 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20010924/d9b9c89e/smb.obj
Signal 11 usually indicates a hardware (usually memory) problem. On Mon, 24 Sep 2001, Gerald Carter wrote:> On Mon, 24 Sep 2001, Maher Rolim Mouammar wrote: > > > [2001/09/24 12:14:16, 0] lib/fault.c:fault_report(41) > > INTERNAL ERROR: Signal 11 in pid 1235 (2.0.7) > > Please read the file BUGS.txt in the distribution > > [2001/09/24 12:14:16, 0] lib/fault.c:fault_report(43) > > ==============================================================> > Yeah, but your going to have to give us a lot more detail > than that, :-)-- ________________________________________ Bob Sully - Simi Valley, California, USA http://www.malibyte.net "The weather is here - wish you were beautiful." - J. Buffett
I have a samba share with no files on it. I copy a file from Windows 2000 SP2 and it prompts me with a dialog like the one outlined below: +++++++++++++++++++++++++++++++++++++++++++++++++++++ The folder already contains a file named 'PumpSim.exe'. Would you like to replace the existing file 0 bytes modified: Today, 14 June, 2002, 9:57:15AM with this one? 573 KB modified: Friday, 8 March, 2002, 10:04:18 AM YES NO ++++++++++++++++++++++++++++++++++++++++++++++++++++++ This happens for every file I copy whether it exists or not. If I click "YES", the file is copied. If I click "NO" the file is not copied but I'm left with a 0KB file on the share. This does not seem to occur on WinNT 4.0 SP6 Clients that I've tried. Why? - Matt http://www.sold.com.au - SOLD.com.au - Find yourself a bargain!
Directory permissions: $ ls -l total 2 drwxrwxrwx 3 root staff 512 Jun 17 09:11 public $ ps aux reveals that smbd & nmbd are both running as the root user. This is my hacked together smb.conf. By the way, I'm also a user of the wheel group. # cat /usr/local/etc/smb.conf [global] workgroup = NARNIA netbios name = POGO os level = 64 preferred master = yes domain master = yes local master = yes security = user encrypt passwords = yes domain logons = yes logon path = \\%Nprofiles\%u logon drive = H: logon home = \\POGO\%u logon script = logon.cmd domain admin group = @wheel add user script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %m$ [netlogon] path = /home/samba/netlogon writeable = no writelist = ntadmin [profiles] path = /home/samba/profiles writeable = yes create mask = 0600 directory mask = 0700 [homes] comment = Home Directories browseable = no writeable = yes force create mode = 0777 [printers] comment = All Printers path = /var/spool/samba browseable = no guest ok = no writeable = no printable = yes public = yes [public] path = /home/public public = yes only guest = yes writeable = yes printable = no vfs object = /usr/local/lib/samba/recycle.so vfs options= recycle=.recycle write list = @staff --- Allan Peda <pedaa@rockefeller.edu> wrote: > Check your file and directory permissions carefully.> What user is samba > running as, etc. - Just a guess. > > /a > > On Thu, 2002-06-13 at 18:09, Matt Hook wrote: > > I have a samba share with no files on it. > > I copy a file from Windows 2000 SP2 and it prompts > me > > with a dialog like the one outlined below: > > > > >+++++++++++++++++++++++++++++++++++++++++++++++++++++> > The folder already contains a file named > > 'PumpSim.exe'. > > > > Would you like to replace the existing file > > 0 bytes > > modified: Today, 14 June, 2002, 9:57:15AM > > > > with this one? > > 573 KB > > modified: Friday, 8 March, 2002, 10:04:18 AM > > > > YES NO > > >++++++++++++++++++++++++++++++++++++++++++++++++++++++> > > > > > This happens for every file I copy whether it > > exists or not. If I click "YES", the file is > copied. > > If I click "NO" the file is not copied but I'm > left > > with a 0KB file on the share. This does not seem > > to occur on WinNT 4.0 SP6 Clients that I've tried. > > > > Why? > > > > - Matt > >http://www.sold.com.au - SOLD.com.au - Find yourself a bargain!