[Samba] Problem with Samba cutting dir listings short

B. Boom bobo at intronet.nl
Thu Nov 29 17:06:02 GMT 2007


Hi,

I have a peculiar problem with my Samba installation. I have a directory with 
lots of files that I want to make available via Samba. I can connect just fine, 
but I quickly noticed a lot of files seemed to be missing.

After some testing I found out that the directory listing was simple cut off, 
right in the middle of a filename even. I created a test-directory with 1000 
random files in another directory, and the same happens.
I can access all files without trouble, if I enter them via the command line, 
they just don't appear in any directory listings in windows.

I compared a 'dir /b' from windows with 'ls -U' on the server, and found that 
the listings were the same up to the cut-off point. The first 220 lines are the 
same.

ls -U listing (fragment line 215-225):

000807_hayhujzrrpmsnqsh.txt
000484_epomsssmbnmqpvbq.txt
000132_hnabfdecadllofev.txt
000172_fbgoiudtneqxyoan.txt
000260_zoxmakggifjiailc.txt
000954_jhntvnufaxxqdozb.txt
000628_nclhlggazkibogtq.txt
000471_zoiwbgkxmiaplowr.txt
000024_ljjgsfdsrnpqrypr.txt
000420_nwjxahzjeegkzcag.txt

dir listing (fragment line 215-EOF):

000807_hayhujzrrpmsnqsh.txt
000484_epomsssmbnmqpvbq.txt
000132_hnabfdecadllofev.txt
000172_fbgoiudtneqxyoan.txt
000260_zoxmakggifjiailc.txt
00095


So somehow, the dir-listing gets cut-off right in the middle of 
'000954_jhntvnufaxxqdozb.txt'. I'm at a loss to explain this. I've tried running 
with "log level = 3", but there were no obvious errors in the logfile. Tail 
attached below.

Another curious thing is that both the smb.conf and the files are a copy of an 
older server, which always worked just fine.

Any ideas?

Regards,

.Bobo

--



my smb.conf:

#======================= Global Settings =======================

[global]

## Browsing/Identification ###

# Change this to the workgroup/NT-domain name your Samba server will part of
    workgroup = INTRONET

# server string is the equivalent of the NT Description field
    server string = %h server (Samba %v)

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
;   wins support = no

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
;   wins server = w.x.y.z

# This will prevent nmbd to search for NetBIOS names through DNS.
    dns proxy = no

# What naming service and in what order should we use to resolve host names
# to IP addresses
;   name resolve order = lmhosts host wins bcast


#### Debugging/Accounting ####

# This tells Samba to use a separate log file for each machine
# that connects
    log file = /var/log/samba/log.%m

# Put a capping on the size of the log files (in Kb).
    max log size = 1000

# If you want Samba to only log through syslog then set the following
# parameter to 'yes'.
;   syslog only = no

# We want Samba to log a minimum amount of information to syslog. Everything
# should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log
# through syslog you should set the following parameter to something higher.
    syslog = 0

# Do something sensible when Samba crashes: mail the admin a backtrace
    panic action = /usr/share/samba/panic-action %d


####### Authentication #######

# "security = user" is always a good idea. This will require a Unix account
# in this server for every user accessing the server. See
# /usr/share/doc/samba-doc/htmldocs/ServerType.html in the samba-doc
# package for details.
#   security = user

# You may wish to use password encryption.  See the section on
# 'encrypt passwords' in the smb.conf(5) manpage before enabling.
    encrypt passwords = true

# If you are using encrypted passwords, Samba will need to know what
# password database type you are using.
#   passdb backend = tdbsam guest

    obey pam restrictions = yes

;   guest account = nobody
    invalid users = root

# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
;   unix password sync = no

# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Augustin Luton <aluton at hybrigenics.fr> for
# sending the correct chat script for the passwd program in Debian Potato).
    passwd program = /usr/bin/passwd %u
    passwd chat = *Enter\snew\sUNIX\spassword:* %n\n 
*Retype\snew\sUNIX\spassword:* %n\n .

# This boolean controls whether PAM will be used for password changes
# when requested by an SMB client instead of the program listed in
# 'passwd program'. The default is 'no'.
;   pam password change = no


########## Printing ##########

# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
;   load printers = yes

# lpr(ng) printing. You may wish to override the location of the
# printcap file
;   printing = bsd
;   printcap name = /etc/printcap

# CUPS printing.  See also the cupsaddsmb(8) manpage in the
# cupsys-client package.
;   printing = cups
;   printcap name = cups

# When using [print$], root is implicitly a 'printer admin', but you can
# also give this right to other users to add drivers and set printer
# properties
;   printer admin = @ntadmin


######## File sharing ########

# Name mangling options
;   preserve case = yes
;   short preserve case = yes


############ Misc ############

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
;   include = /home/samba/etc/smb.conf.%m

# Most people will find that this option gives better performance.
# See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/speed.html
# for details
# You may want to add the following on a Linux system:
#         SO_RCVBUF=8192 SO_SNDBUF=8192
    socket options = TCP_NODELAY

# The following parameter is useful only if you have the linpopup package
# installed. The samba maintainer and the linpopup maintainer are
# working to ease installation and configuration of linpopup and samba.
;   message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' &

# Domain Master specifies Samba to be the Domain Master Browser. If this
# machine will be configured as a BDC (a secondary logon server), you
# must set this to 'no'; otherwise, the default behavior is recommended.
;   domain master = auto

# Some defaults for winbind (make sure you're not using the ranges
# for something else.)
;   idmap uid = 10000-20000
;   idmap gid = 10000-20000
;   template shell = /bin/bash

#======================= Share Definitions =======================

wins support = no
[homes]
    comment = Home Directories
    browseable = no

# By default, the home directories are exported read-only. Change next
# parameter to 'yes' if you want to be able to write to them.
    writable = no

# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
    create mask = 0775

# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
    directory mask = 0775

# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
;[netlogon]
;   comment = Network Logon Service
;   path = /home/samba/netlogon
;   guest ok = yes
;   writable = no
;   share modes = no

;[printers]
;   comment = All Printers
;   browseable = no
;   path = /tmp
;   printable = yes
;   public = no
;   writable = no
;   create mode = 0700

# Windows clients look for this share name as a source of downloadable
# printer drivers
;[print$]
;   comment = Printer Drivers
;   path = /var/lib/samba/printers
;   browseable = yes
;   read only = yes
;   guest ok = no
# Uncomment to allow remote administration of Windows print drivers.
# Replace 'ntadmin' with the name of the group your admin users are
# members of.
;   write list = root, @ntadmin

# MAIN FILESHARE
[fileserver]
   comment = INTRONET Fileserver
   writable = yes
   locking = no
   path = /var/fileserver
   public = no
   force create mode = 0775
   force directory mode = 0775
   force group = intronet

#IMS
[wwwroot]
   comment = IMS
   writable = no
   locking = no
   path = /var/www
   public = no
   force create mode = 0775
   force directory mode = 0755
   force group = intronet
   write list = bobo bas

# A sample share for sharing your CD-ROM with others.
;[cdrom]
;   comment = Samba server's CD-ROM
;   writable = no
;   locking = no
;   path = /cdrom
;   public = yes

# The next two parameters show how to auto-mount a CD-ROM when the
#	cdrom share is accesed. For this to work /etc/fstab must contain
#	an entry like this:
#
#       /dev/scd0   /cdrom  iso9660 defaults,noauto,ro,user   0 0
#
# The CD-ROM gets unmounted automatically after the connection to the
#
# If you don't want to use auto-mounting/unmounting make sure the CD
#	is mounted on /cdrom
#
;   preexec = /bin/mount /cdrom
;   postexec = /bin/umount /cdrom




=====
Tail of logfile:

[2007/11/29 16:53:36, 3] smbd/process.c:switch_message(914)
   switch message SMBtrans2 (pid 3569) conn 0x83f3bf0
[2007/11/29 16:53:36, 3] smbd/trans2.c:call_trans2qfsinfo(2167)
   call_trans2qfsinfo: level = 1007
[2007/11/29 16:53:36, 3] lib/sysquotas.c:sys_get_quota(448)
   sys_get_vfs_quota() failed for mntpath[/var] bdev[/dev/sda9] qtype[2] 
id[1000]: Invalid argument
[2007/11/29 16:53:36, 3] lib/sysquotas.c:sys_get_quota(448)
   sys_get_vfs_quota() failed for mntpath[/var] bdev[/dev/sda9] qtype[4] 
id[2000]: Invalid argument
[2007/11/29 16:53:49, 3] smbd/process.c:process_smb(1110)
   Transaction 38 of length 96
[2007/11/29 16:53:49, 3] smbd/process.c:switch_message(914)
   switch message SMBtconX (pid 3569) conn 0x0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] lib/util_sid.c:string_to_sid(223)
   string_to_sid: Sid root does not start with 'S-'.
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:push_sec_ctx(208)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/uid.c:push_conn_ctx(353)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:push_sec_ctx(208)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/uid.c:push_conn_ctx(353)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:push_sec_ctx(208)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/uid.c:push_conn_ctx(353)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/service.c:find_forced_group(493)
   Forced group intronet
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:push_sec_ctx(208)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/uid.c:push_conn_ctx(353)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:push_sec_ctx(208)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/11/29 16:53:49, 3] smbd/uid.c:push_conn_ctx(353)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:push_sec_ctx(208)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/11/29 16:53:49, 3] smbd/uid.c:push_conn_ctx(353)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:push_sec_ctx(208)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 4
[2007/11/29 16:53:49, 3] smbd/uid.c:push_conn_ctx(353)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 3
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 4
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:push_sec_ctx(208)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/uid.c:push_conn_ctx(353)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:push_sec_ctx(208)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/uid.c:push_conn_ctx(353)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:push_sec_ctx(208)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/uid.c:push_conn_ctx(353)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/service.c:make_connection_snum(761)
   Connect path is '/var/www' for service [wwwroot]
[2007/11/29 16:53:49, 3] lib/util_seaccess.c:se_access_check(250)
[2007/11/29 16:53:49, 3] lib/util_seaccess.c:se_access_check(251)
   se_access_check: user sid is S-1-5-21-1135923127-2044416669-1515919055-3000
   se_access_check: also S-1-22-2-2000
   se_access_check: also S-1-1-0
   se_access_check: also S-1-5-2
   se_access_check: also S-1-5-11
   se_access_check: also S-1-22-2-20
   se_access_check: also S-1-22-2-24
   se_access_check: also S-1-22-2-25
   se_access_check: also S-1-22-2-29
   se_access_check: also S-1-22-2-44
   se_access_check: also S-1-22-2-46
   se_access_check: also S-1-22-2-106
   se_access_check: also S-1-22-2-108
[2007/11/29 16:53:49, 3] smbd/vfs.c:vfs_init_default(219)
   Initialising default vfs hooks
[2007/11/29 16:53:49, 3] lib/util_sid.c:string_to_sid(223)
   string_to_sid: Sid root does not start with 'S-'.
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:push_sec_ctx(208)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/uid.c:push_conn_ctx(353)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:push_sec_ctx(208)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/uid.c:push_conn_ctx(353)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] lib/util_sid.c:string_to_sid(223)
   string_to_sid: Sid bobo does not start with 'S-'.
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:push_sec_ctx(208)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/uid.c:push_conn_ctx(353)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:push_sec_ctx(208)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/11/29 16:53:49, 3] smbd/uid.c:push_conn_ctx(353)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:push_sec_ctx(208)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/11/29 16:53:49, 3] smbd/uid.c:push_conn_ctx(353)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] lib/util_seaccess.c:se_access_check(250)
[2007/11/29 16:53:49, 3] lib/util_seaccess.c:se_access_check(251)
   se_access_check: user sid is S-1-5-21-1135923127-2044416669-1515919055-3000
   se_access_check: also S-1-22-2-2000
   se_access_check: also S-1-1-0
   se_access_check: also S-1-5-2
   se_access_check: also S-1-5-11
   se_access_check: also S-1-22-2-20
   se_access_check: also S-1-22-2-24
   se_access_check: also S-1-22-2-25
   se_access_check: also S-1-22-2-29
   se_access_check: also S-1-22-2-44
   se_access_check: also S-1-22-2-46
   se_access_check: also S-1-22-2-106
   se_access_check: also S-1-22-2-108
[2007/11/29 16:53:49, 3] lib/util_seaccess.c:se_access_check(250)
[2007/11/29 16:53:49, 3] lib/util_seaccess.c:se_access_check(251)
   se_access_check: user sid is S-1-5-21-1135923127-2044416669-1515919055-3000
   se_access_check: also S-1-22-2-2000
   se_access_check: also S-1-1-0
   se_access_check: also S-1-5-2
   se_access_check: also S-1-5-11
   se_access_check: also S-1-22-2-20
   se_access_check: also S-1-22-2-24
   se_access_check: also S-1-22-2-25
   se_access_check: also S-1-22-2-29
   se_access_check: also S-1-22-2-44
   se_access_check: also S-1-22-2-46
   se_access_check: also S-1-22-2-106
   se_access_check: also S-1-22-2-108
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:push_sec_ctx(208)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/uid.c:push_conn_ctx(353)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (1000, 2000) - sec_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 1] smbd/service.c:make_connection_snum(950)
   bobo (192.168.0.102) connect to service wwwroot initially as user bobo 
(uid=1000, gid=2000) (pid 3569)
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 2] smbd/reply.c:reply_tcon_and_X(711)
   Serving wwwroot as a Dfs root
[2007/11/29 16:53:49, 3] smbd/reply.c:reply_tcon_and_X(716)
   tconX service=WWWROOT
[2007/11/29 16:53:49, 3] smbd/process.c:process_smb(1110)
   Transaction 39 of length 106
[2007/11/29 16:53:49, 3] smbd/process.c:switch_message(914)
   switch message SMBtrans2 (pid 3569) conn 0x83f4f60
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:push_sec_ctx(208)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/uid.c:push_conn_ctx(353)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (1000, 2000) - sec_ctx_stack_ndx = 0
[2007/11/29 16:53:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
   call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/11/29 16:53:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
   call_trans2qfilepathinfo: SMB_VFS_STAT of common/Edit5 failed (No such file 
or directory)
[2007/11/29 16:53:49, 3] smbd/error.c:error_packet(146)
   error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND


More information about the samba mailing list