Samba4 panic action

steve steve at steve-ss.com
Tue Oct 16 01:41:49 MDT 2012


On 16/10/12 05:29, Andrew Bartlett wrote:
> On Fri, 2012-10-12 at 11:56 -0700, Jeremy Allison wrote:
>
>> Very interesting backtrace. We have the pointer token=0x0, which I should not
>> be possible. Luckily this is in master so won't break 4.0.0rc's
>
> It certainly is very, very curious.  I originally miss-read this as
> sd=0x0, assuming I got the ACL changes wrong, but having a NULL token is
> quite, quite wrong and shouldn't be possible.
>
> Steve,
>
>>From here I'll need the smb.conf that was in use (in case we can find
> this is from an unusual setting).
>
> Thanks,
>
> Andrew Bartlett
>

Hi
No prob:

# Global parameters
[global]
         workgroup = MARINA
         realm = hh3.site
         netbios name = HH1
         server role = active directory domain controller
         dns forwarder = 192.168.1.1
         idmap_ldb:use rfc2307 = Yes
         panic action = /home/steve/samba-master/selftest/gdb_backtrace %d

[netlogon]
         path = /usr/local/samba/var/locks/sysvol/hh3.site/scripts
         read only = No

[sysvol]
         path = /usr/local/samba/var/locks/sysvol
         read only = No

[home]
         path = /home2/home
         read only = No

[staff]
         path = /home2/staff
         read only = No

[profiles]
         path = /home2/profiles
         read only = No
         create mask = 0700

[compartida]
         path = /home2/compartida
         read only = No
         create mask = 0770

[printers]
     comment = All Printers
     path = /usr/local/samba/var/spool
     browseable = Yes
     read only = No
     printable = Yes

[print$]
     comment = Point and Print Printer Drivers
     path = /usr/local/samba/var/print
     read only = No

[USERS]
         path = /home2/USERS
         read only = No
         browseable = No



More information about the samba-technical mailing list