[Pkg-samba-maint] Bug#428733: samba keeps exe-files locked?

Arno van Amersfoort a.c.j.van.amersfoort at eld.physics.leidenuniv.nl
Fri Jul 20 07:39:54 UTC 2007


Finally had some time to do some additional debugging, although it is 
(still) quite hard to reproduce this problem. So I'm not sure yet 
whether it only happens for the executables I call from \\netlogon . At 
least I haven't been able to reproduce the problem by executing 
something from a mapped share (with a drive letter). It could be related 
to the (direct) use of \\server\name.exe, I'm not sure yet. I'll 
investigate this issue further.

I did manage to capture one (logon) incident, hopefully you see 
something *weird* that could give us a pinpointer:

+(581 /etc)# smbstatus
....

Samba version 3.0.24
PID     Username      Group         Machine
-------------------------------------------------------------------
4356   woerdman      qoqi          rulhmpc43    (....)

Service      pid     machine       Connected at
-------------------------------------------------------
IPC$         4418   rulhmpc74     Fri Jul 20 09:17:39 2007
netlogon     4356   rulhmpc43     Fri Jul 20 09:01:36 2007
software     4161   rulhmpc2      Fri Jul 20 09:11:07 2007
IPC$         4161   rulhmpc2      Fri Jul 20 08:32:24 2007
woerdman     4356   rulhmpc43     Fri Jul 20 09:01:37 2007
overgauw     4404   rulhmpc14     Fri Jul 20 09:11:19 2007
woerdman     4356   rulhmpc43     Fri Jul 20 09:01:38 2007
IPC$         4356   rulhmpc43     Fri Jul 20 09:01:36 2007

Locked files:
Pid          Uid        DenyMode   Access      R/W        
Oplock           SharePath   Name   Time
--------------------------------------------------------------------------------------------------
4356         114        DENY_WRITE 0x20        RDONLY     
NONE             /etc/samba/netlogon   robocopy.exe   Fri Jul 20 
09:01:37 2007
4356         114        DENY_WRITE 0x20        RDONLY     
NONE             /etc/samba/netlogon   robocopy.exe   Fri Jul 20 
09:01:38 2007
4356         114        DENY_WRITE 0x20        RDONLY     
NONE             /etc/samba/netlogon   reg.exe   Fri Jul 20 09:01:37 2007
4356         114        DENY_WRITE 0x20        RDONLY     
NONE             /etc/samba/netlogon   reg.exe   Fri Jul 20 09:01:54 2007


+(582 /etc)# lsof |grep -e "robocopy.exe" -e 
"reg.exe"                                                          
(root at rulhm2)
smbd      4356       root   26r      REG        9,0   50176      16274 
/etc/samba/netlogon/reg.exe
smbd      4356       root   29r      REG        9,0   79872      16298 
/etc/samba/netlogon/robocopy.exe
smbd      4356       root   30r      REG        9,0   79872      16298 
/etc/samba/netlogon/robocopy.exe
smbd      4356       root   38r      REG        9,0   50176      16274 
/etc/samba/netlogon/reg.exe

My smb.conf looks like this:

# /etc/smb.conf
# Configuration file for Samba

[global]

# Your Windows WORKGROUP
workgroup = MONA

# Default the same as localhost name.
netbios name = RULHM2

# Server comment
server string = MONA fileserver running Debian GNU/Linux

# Configure Samba to use multiple interfaces. These are the interfaces 
used for broadcasts etc.
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
# ie. interfaces = lo eth0
;interfaces = lo eth0

# Access only via these interfaces
bind interfaces only = no

# Force the use of Netbios by using port 139 only (disabling port 445)
smb ports = 139

# Security mode. Most people will want user level security. See
# security_level.txt for details.
security = user

# Specify file with maps from Unix users to SMB users
username map = /etc/samba/smbusers

# W2K3-SP1 / W2K-SP4-SR1 COMPATIBILITY WORKAROUND
# The following statement turns off Samba's attempts to use netlogon
# schannel when connecting as a client to other SMB hosts.
;client schannel = no

# GENERAL WINDOWS 2000, 2003, and XP-RELATED COMPATIBILITY SETTINGS
# These two settings tend to improve Samba's compatibility with newer
# Windows systems:
;client use spnego = no
;server signing = auto
; Set disabled to fix hang on logout with Ubuntu/pam_mount:
server signing = disabled

# Use a password server:
;security = server

# Encrypt passwords when using 98/NT
encrypt passwords = yes
passdb backend = tdbsam:/var/lib/samba/passdb.tdb
;passdb backend = smbpasswd
;smb passwd file = /etc/samba/smbpasswd
;update encrypted = yes
;null passwords = yes

# The following are needed to allow password changing from Windows to
# update the Linux system password also.
# NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
# NOTE2: You do NOT need these to allow workstations to change only
#     the encrypted SMB passwords. They allow the Unix password
#     to be kept in sync with the SMB password.
unix password sync = yes
;pam password change = yes
;passwd program = /usr/bin/passwd %u && /usr/local/lib/yp_make.sh
passwd program = /usr/local/lib/passwd_ypmake.sh %u
passwd chat = "*New UNIX password*" %n\n "\nRetype new UNIX password*" 
%n\n "\npasswd: password updated successfully*"
;passwd chat debug = yes

# Settings for our PDC support:
logon path = D:\Profiles\%u
logon home = D:\Profiles\%u
logon drive = D:
logon script = logon.cmd
add machine script = /usr/sbin/useradd -g machines -c machine -d 
/dev/null -s /bin/false %u


############################################################################################################################
# Performance options

# Use these socket options when talking to a client.
# socket options = TCP_NODELAY SO_KEEPALIVE SO_SNDBUF=8192 SO_RCVBUF=8192
;socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=8760 SO_RCVBUF=32768
;socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=8192 
SO_RCVBUF=8192 SO_KEEPALIVE
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192

# Locking policies
strict locking = no
locking = yes

# The option level2 oplocks, if set to True, will increase the 
performance for many accesses
# of files that are not commonly written, such as .EXE application files.
level2 oplocks = yes

# yes = faster, no = more compatible
read raw = yes
write raw = yes

# Set this to no to fix errors in the logfile
;use sendfile = no

# These options are to minimize memory usage
deadtime = 10

# Check for dead clients every 5 minutes
keepalive = 300

# Log level, default is 1
log level = 10

# Per machine log file
log file = /var/log/samba/log.%m

# Set syslog level to 0 to only show errors. Default = 1
;syslog = 0

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

############################################################################################################################
# Browser Control Options:

# Set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
local master = yes

# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
preferred master = yes

# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable (65)
os level = 65

# Domain Master specifies Samba to be the Domain Master Browser. Don't
# use this if you already have a (Windows NT) domain controller doing
# this job or when you use a workgroup (no domain). In case of a domain
# either set it to yes or leave empty. In principle you should leave this
# set at the default value on all systems except a BDC. On a BDC,
# this parameter must be set to No.
domain master = yes

# Enable this if you want Samba to be a domain logon server for
# Windows workstations.
domain logons = yes

# Disable enhanced browsing when having problems with empty browse lists 
etc.
enhanced browsing = no

# Solve names in which order ?
name resolve order = lmhosts hosts bcast

# Do Try to resolve NetBIOS names via DNS nslookups.
dns proxy = yes

# Make this machine a WINS server? (NOT recommended!)
wins support = no

# Broadcast on behalf of other hosts? You may need to set this to yes 
for some older clients
;wins proxy = yes

#############################################################################################

# nmbd will provide time service to its clients.
time server = yes

# Guest settings
map to guest = bad user
;guest account = smbguest    # if enabled, guest account doesn't work 
the way you'd expect!!! (default = nobody)

# Do NOT allow these users
invalid users = bin daemon adm sync shutdown halt mail news uucp operator

# Map UNIX permissions into Windows NT access control lists.
nt acl support = yes

# Map DOS archive bit (Maps into user-executable bit)
map archive = no

# Name handeling
preserve case = yes
short preserve case = yes
case sensitive = no
;mangle case = yes

# Some compatibility (DOS) settings
;dos filetimes = yes
dos filetime resolution = yes
dos filetimes = yes

# Set correct character set (for Windows clients)
unix charset = ISO-8859-15

# Use these settings as default for ALL printers:
printing = cups
printcap = cups
cups options = "raw,media=a4"

;printing = bsd
;print command = /root/bin/sys/lplog %d %m %I %u %s %p; /usr/bin/lpr 
-P%p -o raw %s
;lpq command = /usr/bin/lpq -P%p
;lprm command = /usr/bin/lprm -P%p %j
;queuepause command = /usr/bin/disable %p
;queueresume command = /usr/bin/enable %p

;load printers = no
;printer admin = @ntadmin @admins arnova lprevo overgauw moene eliel
;printer admin = @ntadmin arnova root
;printer admin = root

# Enable support for NT privileges?
enable privileges = yes

#--------------------[Share Definitions]------------------------------
# Users Home Directory
[homes]
  comment = User Home Directory (%H)
  browseable = yes
  writable = yes
  guest ok = no
  follow symlinks = yes
  veto files = Maildir
  invalid users = root
;  inherit owner = yes
  inherit permissions = yes
;  force create mode = 0700
;  force directory mode = 0711
  vfs objects = recycle
  recycle:repository = Recycle
  recycle:keeptree = no
  recycle:versions = yes
  recycle:touch = no

[home]
  path = /home
  comment = Home
  browseable = yes
  writable = yes
  guest ok = no
  follow symlinks = yes
;  invalid users = root
;  admin users = arnova
;  inherit owner = yes
  inherit permissions = yes
;  force create mode = 0600
;  force directory mode = 0711

[home-admin]
  path = /home
  comment = Home (Read Only) for Admin Users
  browseable = no
  read only = yes
  guest ok = no
  follow symlinks = yes
;  invalid users = root
  admin users = arnova overgauw
  valid users = arnova overgauw
;  inherit owner = yes
;  inherit permissions = yes
;  force create mode = 0600
;  force directory mode = 0711
 
[software]
  path = /mnt/shared/software
  comment = Software Archive
  browseable = yes
  writable = yes
  guest ok = no
  follow symlinks = yes
  inherit permissions = yes
;  invalid users = root
  admin users = arnova
  force create mode = 0664
  force directory mode = 0775
;  vfs objects = recycle
;  recycle:repository = .Recycle
;  recycle:keeptree = no
;  recycle:versions = yes
;  recycle:touch = no

[temp]
  path = /mnt/shared/temp
  comment = Temp(orary) Directory
  browseable = yes
  writable = yes
  guest ok = no
  follow symlinks = no
;  invalid users = root
  admin users = arnova
  inherit permissions = yes
;  force create mode = 0644
;  force directory mode = 1755
;  vfs objects = recycle
;  recycle:repository = .Recycle
;  recycle:keeptree = no
;  recycle:versions = yes
;  recycle:touch = no

[images]
  path = /mnt/shared/images
  comment = Images Export
  browseable = no
  writable = yes
  guest ok = no
  follow symlinks = yes
  valid users = @admins @image
;  invalid users = root
  admin users = arnova
;  inherit permissions = yes
  force create mode = 0644
  force directory mode = 0755
;  vfs objects = recycle
;  recycle:repository = .Recycle
;  recycle:keeptree = no
;  recycle:versions = yes
;  recycle:touch = no

[shared]
  path = /mnt/shared
  comment = Shared (User) Directories
  browseable = yes
  writable = yes
  guest ok = no
  follow symlinks = yes
;  invalid users = root
;  admin users = arnova
;  inherit owner = yes
  inherit permissions = yes
;  force create mode = 0600
;  force directory mode = 0711
;  vfs objects = recycle
;  recycle:repository = .Recycle
;  recycle:keeptree = no
;  recycle:versions = yes
;  recycle:touch = no
 
[ftp]
  path = /home/ftp
  comment = Anonymous FTP
  browseable = no
  read only = yes
  write list = arnova
  follow symlinks = yes
  guest ok = no
;  invalid users = root
  admin users = arnova
  force create mode = 0644
  force directory mode = 0755

[webmgr]
  path = /home/webmgr
  comment = Webmanager Directory (www)
  browseable = no
  writable = yes
  guest ok = no
  follow symlinks = yes
;  invalid users = root
  valid users = arnova mvexter lprevo
;  admin users = arnova mvexter lprevo
  force user = webmgr
  force group = webmgr
  force create mode = 0644
  force directory mode = 0755


############
# Printers #
############

[hp2200-8]
  path = /var/spool/samba
  comment = HP Monochrome LaserJet 2200DTN 8th floor
  force printername = yes
  print ok = yes
  browseable = yes
  read only = yes
  guest ok = no
  create mask = 0700
  # Use server side drivers (use client driver=no):
  use client driver = yes
  default devmode = no

;  valid users = @monos @secr @admins
;  printer admin = @ntadmin root

[hp2600-8]
  path = /var/spool/samba
  comment = HP Color LaserJet 2600N 8th floor
;  force printername = yes
  print ok = yes
  browseable = yes
  read only = yes
  guest ok = no
  create mask = 0700
  # Use server side drivers (use client driver=no):
  use client driver = no
  default devmode = no
;  valid users = @monos @secr @eld
;  printer admin = @ntadmin root

[fsc5020-9]
  path = /var/spool/samba
  comment = Kyocera Color LaserJet FS-C5020N 9th floor
  force printername = yes
  print ok = yes
  browseable = yes
  read only = yes
  guest ok = no
  create mask = 0700
  # Use server side drivers (use client driver=no):
  use client driver = no
  default devmode = no
;  valid users = @qoqi @secr @eld
;  printer admin = @ntadmin root

[fs4000-9]
  path = /var/spool/samba
  comment = Kyocera Monochrome LaserJet FS-4000DN 9th floor
  force printername = yes
  print ok = yes
  browseable = yes
  read only = yes
  guest ok = no
  create mask = 0700
  # Use server side drivers (use client driver=no):
  use client driver = no
  default devmode = no
;  valid users = @qoqi @secr @admins
;  printer admin = @ntadmin root

[hp4100-0]
  path = /var/spool/samba
  comment = HP Monochrome Laserjet 4100N KO/Meethal
  force printername = yes
  print ok = yes
  browseable = yes
  read only = yes
  guest ok = no
  create mask = 0700
  # Use server side drivers (use client driver=no):
  use client driver = no
  default devmode = no
;  valid users = @qoqi @admins
;  printer admin = @ntadmin root
 
[print$]
  path = /var/lib/samba/drivers
  comment = Printer driver resource
  browseable = yes
  guest ok = no
  read only = yes
  force create mode = 0644
  force directory mode = 0755
  write list =  @ntadmin arnova root
  admin users = @ntadmin arnova root

[netlogon]
  path = /etc/samba/netlogon
  browsable = no
  read only = yes
  guest ok = no  
  write list = arnova
  admin users = arnova


The samba log file shows this (for this specific machine/user -> I used 
"log file = /var/log/samba/log.%m" ):

[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 1 of length 137
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBnegprot (pid 4356) conn 0x0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/negprot.c:reply_negprot(487)
  Requested protocol [PC NETWORK PROGRAM 1.0]
[2007/07/20 09:00:37, 3] smbd/negprot.c:reply_negprot(487)
  Requested protocol [LANMAN1.0]
[2007/07/20 09:00:37, 3] smbd/negprot.c:reply_negprot(487)
  Requested protocol [Windows for Workgroups 3.1a]
[2007/07/20 09:00:37, 3] smbd/negprot.c:reply_negprot(487)
  Requested protocol [LM1.2X002]
[2007/07/20 09:00:37, 3] smbd/negprot.c:reply_negprot(487)
  Requested protocol [LANMAN2.1]
[2007/07/20 09:00:37, 3] smbd/negprot.c:reply_negprot(487)
  Requested protocol [NT LM 0.12]
[2007/07/20 09:00:37, 3] smbd/negprot.c:reply_nt1(357)
  using SPNEGO
[2007/07/20 09:00:37, 3] smbd/negprot.c:reply_negprot(580)
  Selected protocol NT LM 0.12
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 2 of length 222
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:00:37, 2] smbd/sesssetup.c:setup_new_vc_session(799)
  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close 
all old resources.
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_spnego_negotiate(551)
  Got OID 1 3 6 1 4 1 311 2 2 10
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_spnego_negotiate(554)
  Got secblob of size 53
[2007/07/20 09:00:37, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe208b297
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 3 of length 250
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:00:37, 2] smbd/sesssetup.c:setup_new_vc_session(799)
  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close 
all old resources.
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:00:37, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(672)
  Got user=[] domain=[] workstation=[RULHMPC43] len1=1 len2=0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] auth/auth.c:check_ntlm_password(221)
  check_ntlm_password:  Checking password for unmapped user 
[]\[]@[RULHMPC43] with the new password interface
[2007/07/20 09:00:37, 3] auth/auth.c:check_ntlm_password(224)
  check_ntlm_password:  mapped user is: [MONA]\[]@[RULHMPC43]
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] auth/auth.c:check_ntlm_password(270)
  check_ntlm_password: guest authentication for user [] succeeded
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID 
[S-1-5-21-3921263846-1368440982-2926561757-501]
[2007/07/20 09:00:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-2]
[2007/07/20 09:00:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-32-546]
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] libsmb/ntlmssp_sign.c:ntlmssp_sign_init(338)
  NTLMSSP Sign/Seal - Initialising with flags:
[2007/07/20 09:00:37, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe2088215
[2007/07/20 09:00:37, 3] smbd/password.c:register_vuid(280)
  User name: nobody    Real name: nobody
[2007/07/20 09:00:37, 3] smbd/password.c:register_vuid(301)
  UNIX uid 65534 is UNIX user nobody, and will be vuid 101
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 4 of length 82
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:00:37, 2] lib/access.c:check_access(323)
  Allowed connection from  (....)
[2007/07/20 09:00:37, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/tmp' for service [IPC$]
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:00:37, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (...) connect to service IPC$ initially as user nobody 
(uid=65534, gid=65534) (pid 4356)
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving IPC$ as a Dfs root
[2007/07/20 09:00:37, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=IPC$
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 5 of length 108
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x845d1f8
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/nttrans.c:nt_open_pipe(346)
  nt_open_pipe: Known pipe NETLOGON opening.
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 6 of length 160
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x845d1f8
[2007/07/20 09:00:37, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=72 params=0 setup=2
[2007/07/20 09:00:37, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:00:37, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "NETLOGON" (pnum 7491)
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(1534)
  api_pipe_bind_req: \PIPE\NETLOGON -> \PIPE\lsass
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:check_bind_req(985)
  check_bind_req for \PIPE\NETLOGON
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 7 of length 168
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x845d1f8
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 72
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: NET_REQCHAL
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 38
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_write_and_X(217)
  writeX-IPC pnum=7491 nwritten=100
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 8 of length 63
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x845d1f8
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_read_and_X(262)
  readX-IPC pnum=7491 min=1024 max=1024 nread=36
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 9 of length 208
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x845d1f8
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_write_and_X(217)
  writeX-IPC pnum=7491 nwritten=140
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 10 of length 63
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x845d1f8
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_read_and_X(262)
  readX-IPC pnum=7491 min=1024 max=1024 nread=32
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 11 of length 208
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x845d1f8
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: NET_AUTH2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] 
passdb/secrets.c:secrets_store_schannel_session_info(994)
  secrets_store_schannel_session_info: stored schannel info with key 
SECRETS/SCHANNEL/RULHMPC43
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 60
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_write_and_X(217)
  writeX-IPC pnum=7491 nwritten=140
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 12 of length 63
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x845d1f8
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_read_and_X(262)
  readX-IPC pnum=7491 min=1024 max=1024 nread=40
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 13 of length 222
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_spnego_negotiate(551)
  Got OID 1 3 6 1 4 1 311 2 2 10
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_spnego_negotiate(554)
  Got secblob of size 53
[2007/07/20 09:00:37, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe208b297
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 14 of length 250
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:00:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:00:37, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(672)
  Got user=[] domain=[] workstation=[RULHMPC43] len1=1 len2=0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] auth/auth.c:check_ntlm_password(221)
  check_ntlm_password:  Checking password for unmapped user 
[]\[]@[RULHMPC43] with the new password interface
[2007/07/20 09:00:37, 3] auth/auth.c:check_ntlm_password(224)
  check_ntlm_password:  mapped user is: [MONA]\[]@[RULHMPC43]
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] auth/auth.c:check_ntlm_password(270)
  check_ntlm_password: guest authentication for user [] succeeded
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID 
[S-1-5-21-3921263846-1368440982-2926561757-501]
[2007/07/20 09:00:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-2]
[2007/07/20 09:00:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-32-546]
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] libsmb/ntlmssp_sign.c:ntlmssp_sign_init(338)
  NTLMSSP Sign/Seal - Initialising with flags:
[2007/07/20 09:00:37, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe2088215
[2007/07/20 09:00:37, 3] smbd/password.c:register_vuid(280)
  User name: nobody    Real name: nobody
[2007/07/20 09:00:37, 3] smbd/password.c:register_vuid(301)
  UNIX uid 65534 is UNIX user nobody, and will be vuid 103
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 15 of length 82
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:00:37, 2] lib/access.c:check_access(323)
  Allowed connection from  (...143)
[2007/07/20 09:00:37, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/tmp' for service [IPC$]
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:00:37, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (..143) connect to service IPC$ initially as user nobody 
(uid=65534, gid=65534) (pid 4356)
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving IPC$ as a Dfs root
[2007/07/20 09:00:37, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=IPC$
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 16 of length 104
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x845aef8
[2007/07/20 09:00:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:37, 3] smbd/nttrans.c:nt_open_pipe(346)
  nt_open_pipe: Known pipe lsarpc opening.
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 17 of length 160
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x845aef8
[2007/07/20 09:00:37, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=72 params=0 setup=2
[2007/07/20 09:00:37, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:00:37, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "lsarpc" (pnum 7492)
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(1534)
  api_pipe_bind_req: \PIPE\lsarpc -> \PIPE\lsass
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:check_bind_req(985)
  check_bind_req for \PIPE\lsarpc
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 18 of length 156
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x845aef8
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 70
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: LSA_OPENPOLICY2
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:00:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 818
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_write_and_X(217)
  writeX-IPC pnum=7492 nwritten=88
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 19 of length 63
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x845aef8
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_read_and_X(262)
  readX-IPC pnum=7492 min=1024 max=1024 nread=48
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 20 of length 120
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x845aef8
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: LSA_ENUMTRUSTDOM
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 24
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_write_and_X(217)
  writeX-IPC pnum=7492 nwritten=52
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 21 of length 63
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x845aef8
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_read_and_X(262)
  readX-IPC pnum=7492 min=1024 max=1024 nread=40
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 22 of length 112
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x845aef8
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: LSA_CLOSE
[2007/07/20 09:00:37, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(200)
  Closed policy
[2007/07/20 09:00:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_write_and_X(217)
  writeX-IPC pnum=7492 nwritten=44
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 23 of length 63
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x845aef8
[2007/07/20 09:00:37, 3] smbd/pipes.c:reply_pipe_read_and_X(262)
  readX-IPC pnum=7492 min=1024 max=1024 nread=48
[2007/07/20 09:00:37, 3] smbd/process.c:process_smb(1110)
  Transaction 24 of length 45
[2007/07/20 09:00:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x845aef8
[2007/07/20 09:00:48, 3] smbd/process.c:process_smb(1110)
  Transaction 25 of length 43
[2007/07/20 09:00:48, 3] smbd/process.c:switch_message(914)
  switch message SMBulogoffX (pid 4356) conn 0x0
[2007/07/20 09:00:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:48, 3] smbd/reply.c:reply_ulogoffX(1618)
  ulogoffX vuid=103
[2007/07/20 09:00:48, 3] smbd/process.c:process_smb(1110)
  Transaction 26 of length 39
[2007/07/20 09:00:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtdis (pid 4356) conn 0x845aef8
[2007/07/20 09:00:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:00:48, 3] smbd/service.c:close_cnum(1150)
  rulhmpc43 (..143) closed connection to service IPC$
[2007/07/20 09:00:48, 3] smbd/connection.c:yield_connection(69)
  Yielding connection to IPC$
[2007/07/20 09:00:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 27 of length 108
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x845d1f8
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/nttrans.c:nt_open_pipe(346)
  nt_open_pipe: Known pipe NETLOGON opening.
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 28 of length 202
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x845d1f8
[2007/07/20 09:01:35, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=114 params=0 setup=2
[2007/07/20 09:01:35, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:35, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "NETLOGON" (pnum 7493)
[2007/07/20 09:01:35, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(1534)
  api_pipe_bind_req: \PIPE\NETLOGON -> \PIPE\lsass
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] 
passdb/secrets.c:secrets_restore_schannel_session_info(1088)
  secrets_restore_schannel_session_info: restored schannel info key 
SECRETS/SCHANNEL/RULHMPC43
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] rpc_server/srv_pipe.c:check_bind_req(985)
  check_bind_req for \PIPE\NETLOGON
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 29 of length 420
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x845d1f8
[2007/07/20 09:01:35, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 72
[2007/07/20 09:01:35, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: NET_SAMLOGON
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] 
passdb/secrets.c:secrets_restore_schannel_session_info(1088)
  secrets_restore_schannel_session_info: restored schannel info key 
SECRETS/SCHANNEL/RULHMPC43
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] 
passdb/secrets.c:secrets_store_schannel_session_info(994)
  secrets_store_schannel_session_info: stored schannel info with key 
SECRETS/SCHANNEL/RULHMPC43
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] 
rpc_server/srv_netlog_nt.c:_net_sam_logon_internal(840)
  SAM Logon (Interactive). Domain:[MONA].  User:[woerdman at RULHMPC43] 
Requested Domain:[MONA]
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(221)
  check_ntlm_password:  Checking password for unmapped user 
[MONA]\[woerdman]@[RULHMPC43] with the new password interface
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(224)
  check_ntlm_password:  mapped user is: [MONA]\[woerdman]@[RULHMPC43]
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(270)
  check_ntlm_password: sam authentication for user [woerdman] succeeded
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 2] auth/auth.c:check_ntlm_password(309)
  check_ntlm_password:  authentication for user [woerdman] -> [woerdman] 
-> [woerdman] succeeded
[2007/07/20 09:01:35, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 820
[2007/07/20 09:01:35, 3] smbd/pipes.c:reply_pipe_write_and_X(217)
  writeX-IPC pnum=7493 nwritten=352
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 30 of length 63
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x845d1f8
[2007/07/20 09:01:35, 3] smbd/pipes.c:reply_pipe_read_and_X(262)
  readX-IPC pnum=7493 min=1024 max=1024 nread=568
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 31 of length 222
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_spnego_negotiate(551)
  Got OID 1 3 6 1 4 1 311 2 2 10
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_spnego_negotiate(554)
  Got secblob of size 53
[2007/07/20 09:01:35, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe208b297
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 32 of length 250
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:01:35, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(672)
  Got user=[] domain=[] workstation=[RULHMPC43] len1=1 len2=0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(221)
  check_ntlm_password:  Checking password for unmapped user 
[]\[]@[RULHMPC43] with the new password interface
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(224)
  check_ntlm_password:  mapped user is: [MONA]\[]@[RULHMPC43]
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(270)
  check_ntlm_password: guest authentication for user [] succeeded
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID 
[S-1-5-21-3921263846-1368440982-2926561757-501]
[2007/07/20 09:01:35, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-2]
[2007/07/20 09:01:35, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-32-546]
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] libsmb/ntlmssp_sign.c:ntlmssp_sign_init(338)
  NTLMSSP Sign/Seal - Initialising with flags:
[2007/07/20 09:01:35, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe2088215
[2007/07/20 09:01:35, 3] smbd/password.c:register_vuid(280)
  User name: nobody    Real name: nobody
[2007/07/20 09:01:35, 3] smbd/password.c:register_vuid(301)
  UNIX uid 65534 is UNIX user nobody, and will be vuid 105
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 33 of length 82
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:35, 2] lib/access.c:check_access(323)
  Allowed connection from  (..143)
[2007/07/20 09:01:35, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/tmp' for service [IPC$]
[2007/07/20 09:01:35, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:35, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:01:35, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:35, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (..143) connect to service IPC$ initially as user nobody 
(uid=65534, gid=65534) (pid 4356)
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving IPC$ as a Dfs root
[2007/07/20 09:01:35, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=IPC$
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 34 of length 108
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x84642b8
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 35 of length 222
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_spnego_negotiate(551)
  Got OID 1 3 6 1 4 1 311 2 2 10
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_spnego_negotiate(554)
  Got secblob of size 53
[2007/07/20 09:01:35, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe208b297
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 36 of length 326
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:01:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:01:35, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(672)
  Got user=[woerdman] domain=[MONA] workstation=[RULHMPC43] len1=24 len2=24
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(221)
  check_ntlm_password:  Checking password for unmapped user 
[MONA]\[woerdman]@[RULHMPC43] with the new password interface
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(224)
  check_ntlm_password:  mapped user is: [MONA]\[woerdman]@[RULHMPC43]
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] auth/auth.c:check_ntlm_password(270)
  check_ntlm_password: sam authentication for user [woerdman] succeeded
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 2] auth/auth.c:check_ntlm_password(309)
  check_ntlm_password:  authentication for user [woerdman] -> [woerdman] 
-> [woerdman] succeeded
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID 
[S-1-5-21-3921263846-1368440982-2926561757-1228]
[2007/07/20 09:01:35, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-22-2-121]
[2007/07/20 09:01:35, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-2]
[2007/07/20 09:01:35, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-11]
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] libsmb/ntlmssp_sign.c:ntlmssp_sign_init(338)
  NTLMSSP Sign/Seal - Initialising with flags:
[2007/07/20 09:01:35, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe2088215
[2007/07/20 09:01:35, 3] smbd/password.c:register_vuid(280)
  User name: woerdman    Real name: J.P.Woerdman
[2007/07/20 09:01:35, 3] smbd/password.c:register_vuid(301)
  UNIX uid 114 is UNIX user woerdman, and will be vuid 107
[2007/07/20 09:01:35, 3] smbd/password.c:register_vuid(332)
  Adding homes service for user 'woerdman' using home directory: 
'/home/woerdman'
[2007/07/20 09:01:35, 3] param/loadparm.c:lp_add_home(2596)
  adding home's share [woerdman] for user 'woerdman' at '/home/woerdman'
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 37 of length 90
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:35, 2] lib/access.c:check_access(323)
  Allowed connection from  (..143)
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/etc/samba/netlogon' for service [netlogon]
[2007/07/20 09:01:35, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:35, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:35, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid arnova does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:35, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:35, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid arnova does not start with 'S-'.
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 1] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (..143) connect to service netlogon initially as user 
woerdman (uid=114, gid=121) (pid 4356)
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving netlogon as a Dfs root
[2007/07/20 09:01:35, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=NETLOGON
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 38 of length 138
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x84661b0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:35, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/ntconfig.pol.
[2007/07/20 09:01:35, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path ntconfig.pol
[2007/07/20 09:01:35, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of ntconfig.pol failed (No such 
file or directory)
[2007/07/20 09:01:35, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 39 of length 43
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBulogoffX (pid 4356) conn 0x0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/reply.c:reply_ulogoffX(1618)
  ulogoffX vuid=105
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 40 of length 39
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBtdis (pid 4356) conn 0x84642b8
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/service.c:close_cnum(1150)
  rulhmpc43 (.143) closed connection to service IPC$
[2007/07/20 09:01:35, 3] smbd/connection.c:yield_connection(69)
  Yielding connection to IPC$
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 41 of length 43
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBulogoffX (pid 4356) conn 0x0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/reply.c:reply_ulogoffX(1618)
  ulogoffX vuid=107
[2007/07/20 09:01:35, 3] smbd/process.c:process_smb(1110)
  Transaction 42 of length 39
[2007/07/20 09:01:35, 3] smbd/process.c:switch_message(914)
  switch message SMBtdis (pid 4356) conn 0x84661b0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:35, 1] smbd/service.c:close_cnum(1150)
  rulhmpc43 (..143) closed connection to service netlogon
[2007/07/20 09:01:35, 3] smbd/connection.c:yield_connection(69)
  Yielding connection to netlogon
[2007/07/20 09:01:35, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 43 of length 222
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:01:36, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:01:36, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:01:36, 3] smbd/sesssetup.c:reply_spnego_negotiate(551)
  Got OID 1 3 6 1 4 1 311 2 2 10
[2007/07/20 09:01:36, 3] smbd/sesssetup.c:reply_spnego_negotiate(554)
  Got secblob of size 53
[2007/07/20 09:01:36, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe208b297
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 44 of length 326
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:01:36, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:01:36, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:01:36, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(672)
  Got user=[woerdman] domain=[MONA] workstation=[RULHMPC43] len1=24 len2=24
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] auth/auth.c:check_ntlm_password(221)
  check_ntlm_password:  Checking password for unmapped user 
[MONA]\[woerdman]@[RULHMPC43] with the new password interface
[2007/07/20 09:01:36, 3] auth/auth.c:check_ntlm_password(224)
  check_ntlm_password:  mapped user is: [MONA]\[woerdman]@[RULHMPC43]
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] auth/auth.c:check_ntlm_password(270)
  check_ntlm_password: sam authentication for user [woerdman] succeeded
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 2] auth/auth.c:check_ntlm_password(309)
  check_ntlm_password:  authentication for user [woerdman] -> [woerdman] 
-> [woerdman] succeeded
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID 
[S-1-5-21-3921263846-1368440982-2926561757-1228]
[2007/07/20 09:01:36, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-22-2-121]
[2007/07/20 09:01:36, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-2]
[2007/07/20 09:01:36, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-11]
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] libsmb/ntlmssp_sign.c:ntlmssp_sign_init(338)
  NTLMSSP Sign/Seal - Initialising with flags:
[2007/07/20 09:01:36, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe2088215
[2007/07/20 09:01:36, 3] smbd/password.c:register_vuid(280)
  User name: woerdman    Real name: J.P.Woerdman
[2007/07/20 09:01:36, 3] smbd/password.c:register_vuid(301)
  UNIX uid 114 is UNIX user woerdman, and will be vuid 109
[2007/07/20 09:01:36, 3] smbd/password.c:register_vuid(341)
  Using static (or previously created) service for user 'woerdman'; path 
= '/home/woerdman'
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 45 of length 90
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:36, 2] lib/access.c:check_access(323)
  Allowed connection from  (..143)
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/etc/samba/netlogon' for service [netlogon]
[2007/07/20 09:01:36, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:36, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:36, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid arnova does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:36, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid arnova does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 1] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (..143) connect to service netlogon initially as user 
woerdman (uid=114, gid=121) (pid 4356)
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving netlogon as a Dfs root
[2007/07/20 09:01:36, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=NETLOGON
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 46 of length 112
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo . (fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 47 of length 112
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo . (fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 48 of length 112
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1034
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo . (fnum = -1) level=1034 call=5 total_data=0
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 49 of length 132
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/logon.cmd.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path logon.cmd
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo logon.cmd (fnum = -1) level=1004 call=5 
total_data=0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 50 of length 132
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/logon.cmd.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path logon.cmd
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo logon.cmd (fnum = -1) level=1005 call=5 
total_data=0
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 51 of length 142
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/logon.cmd.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path logon.cmd
[2007/07/20 09:01:36, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(logon.cmd) returning 0644
[2007/07/20 09:01:36, 2] smbd/open.c:open_file(352)
  woerdman opened file logon.cmd read=No write=No (numopen=1)
[2007/07/20 09:01:36, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file logon.cmd, dev = 
900, inode = 15986, file_id = 1
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 52 of length 63
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4644 max=3628 nread=3628
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 53 of length 138
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 54 of length 138
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/logon.cmd.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path logon.cmd
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 55 of length 45
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4644 (numopen=1)
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file logon.cmd (numopen=0)
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 56 of length 142
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/logon.cmd.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path logon.cmd
[2007/07/20 09:01:36, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(logon.cmd) returning 0644
[2007/07/20 09:01:36, 2] smbd/open.c:open_file(352)
  woerdman opened file logon.cmd read=Yes write=No (numopen=1)
[2007/07/20 09:01:36, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file logon.cmd, dev = 
900, inode = 15986, file_id = 2
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 57 of length 63
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4645 max=3628 nread=3628
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 58 of length 130
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 59 of length 126
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 60 of length 130
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 61 of length 126
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 62 of length 138
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 63 of length 138
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 64 of length 82
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:36, 2] lib/access.c:check_access(323)
  Allowed connection from  (.143)
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/tmp' for service [IPC$]
[2007/07/20 09:01:36, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:36, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:36, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:36, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (..143) connect to service IPC$ initially as user woerdman 
(uid=114, gid=121) (pid 4356)
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving IPC$ as a Dfs root
[2007/07/20 09:01:36, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=IPC$
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 65 of length 104
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/nttrans.c:nt_open_pipe(346)
  nt_open_pipe: Known pipe srvsvc opening.
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 66 of length 160
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:36, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=72 params=0 setup=2
[2007/07/20 09:01:36, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:36, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "srvsvc" (pnum 7494)
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(1534)
  api_pipe_bind_req: \PIPE\srvsvc -> \PIPE\ntsvcs
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe.c:check_bind_req(985)
  check_bind_req for \PIPE\srvsvc
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 67 of length 146
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:36, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=58 params=0 setup=2
[2007/07/20 09:01:36, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:36, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "srvsvc" (pnum 7494)
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 70
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SRV_NET_REMOTE_TOD
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 66
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 68 of length 45
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 69 of length 104
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:36, 3] smbd/nttrans.c:nt_open_pipe(346)
  nt_open_pipe: Known pipe srvsvc opening.
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 70 of length 160
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:36, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=72 params=0 setup=2
[2007/07/20 09:01:36, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:36, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "srvsvc" (pnum 7495)
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(1534)
  api_pipe_bind_req: \PIPE\srvsvc -> \PIPE\ntsvcs
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe.c:check_bind_req(985)
  check_bind_req for \PIPE\srvsvc
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 71 of length 146
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:36, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=58 params=0 setup=2
[2007/07/20 09:01:36, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:36, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "srvsvc" (pnum 7495)
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 70
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SRV_NET_REMOTE_TOD
[2007/07/20 09:01:36, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 66
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 72 of length 45
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 73 of length 130
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 74 of length 126
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 75 of length 130
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 76 of length 126
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 77 of length 138
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 78 of length 138
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 79 of length 130
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 80 of length 126
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 81 of length 130
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:36, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:36, 3] smbd/process.c:process_smb(1110)
  Transaction 82 of length 126
[2007/07/20 09:01:36, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:36, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:36, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:36, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 83 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 84 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 85 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 86 of length 126
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 87 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 88 of length 126
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 89 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 90 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 91 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 92 of length 126
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 93 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 94 of length 126
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 95 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 96 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 97 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/REG"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path REG"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 98 of length 134
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.COM.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.COM
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 99 of length 134
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.EXE.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.exe
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 100 of length 120
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of reg failed (No such file or 
directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 101 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/REG"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path REG"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 102 of length 134
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.COM.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.COM
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 103 of length 134
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.EXE.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.exe
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 104 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.exe.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.exe
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(reg.exe) returning 0644
[2007/07/20 09:01:37, 2] smbd/open.c:open_file(352)
  woerdman opened file reg.exe read=No write=No (numopen=2)
[2007/07/20 09:01:37, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file reg.exe, dev = 900, 
inode = 16274, file_id = 3
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 105 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4646 max=4096 nread=4096
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 106 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.exe.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.exe
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(reg.exe) returning 0644
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/oplock.c:initial_break_processing(296)
  initial_break_processing: called for 0x900/16274/3
  Current oplocks_open (exclusive = 2, levelII = 0)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 107 of length 55
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBlockingX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 108 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.exe.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.exe
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(reg.exe) returning 0644
[2007/07/20 09:01:37, 2] smbd/open.c:open_file(352)
  woerdman opened file reg.exe read=Yes write=No (numopen=3)
[2007/07/20 09:01:37, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(162)
  linux_set_kernel_oplock: Refused oplock on file reg.exe, fd = 27, dev 
= 900, inode = 16274. (Resource temporarily unavailable)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 109 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo reg.exe (fnum = 4648) level=1004 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 110 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo reg.exe (fnum = 4648) level=1005 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 111 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo reg.exe (fnum = 4648) level=1005 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 112 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4648 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 113 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4648 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 114 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4648 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 115 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4648 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 116 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4648 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 117 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4648 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 118 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4648 max=1024 nread=1024
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 119 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_close(3312)
  close fd=27 fnum=4648 (numopen=3)
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file reg.exe (numopen=2)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 120 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4646 max=26624 nread=26624
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 121 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.exe.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.exe
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(reg.exe) returning 0644
[2007/07/20 09:01:37, 2] smbd/open.c:open_file(352)
  woerdman opened file reg.exe read=Yes write=No (numopen=3)
[2007/07/20 09:01:37, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(162)
  linux_set_kernel_oplock: Refused oplock on file reg.exe, fd = 27, dev 
= 900, inode = 16274. (Resource temporarily unavailable)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 122 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo reg.exe (fnum = 4649) level=1004 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 123 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo reg.exe (fnum = 4649) level=1005 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 124 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo reg.exe (fnum = 4649) level=1005 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 125 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4649 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 126 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4649 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 127 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4649 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 128 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4649 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 129 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4649 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 130 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4649 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 131 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4649 max=1024 nread=1024
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 132 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_close(3312)
  close fd=27 fnum=4649 (numopen=3)
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file reg.exe (numopen=2)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 133 of length 140
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/reg.exe.Local.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path reg.exe.Local
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of reg.exe.Local failed (No 
such file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 134 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 135 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 136 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 137 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4646 max=512 nread=512
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 138 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4646 max=16384 nread=16384
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 139 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4646 max=5632 nread=5632
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 140 of length 160
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/win2k_domain_policy.reg.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path win2k_domain_policy.reg
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo win2k_domain_policy.reg (fnum = -1) 
level=1004 call=5 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 141 of length 160
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/win2k_domain_policy.reg.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path win2k_domain_policy.reg
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo win2k_domain_policy.reg (fnum = -1) 
level=1004 call=5 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 142 of length 160
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/win2k_domain_policy.reg.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path win2k_domain_policy.reg
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo win2k_domain_policy.reg (fnum = -1) 
level=1005 call=5 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 143 of length 160
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/win2k_domain_policy.reg.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path win2k_domain_policy.reg
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo win2k_domain_policy.reg (fnum = -1) 
level=1004 call=5 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 144 of length 170
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/win2k_domain_policy.reg.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path win2k_domain_policy.reg
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(win2k_domain_policy.reg) returning 0644
[2007/07/20 09:01:37, 2] smbd/open.c:open_file(352)
  woerdman opened file win2k_domain_policy.reg read=Yes write=No (numopen=3)
[2007/07/20 09:01:37, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
win2k_domain_policy.reg, dev = 900, inode = 16438, file_id = 7
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 145 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo win2k_domain_policy.reg (fnum = 4650) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 146 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4650 max=1229 nread=1229
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 147 of length 156
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/profile_backup.cmd.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path profile_backup.cmd
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 148 of length 160
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/profile_backup.cmd.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path profile_backup.cmd
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(profile_backup.cmd) returning 0644
[2007/07/20 09:01:37, 2] smbd/open.c:open_file(352)
  woerdman opened file profile_backup.cmd read=Yes write=No (numopen=4)
[2007/07/20 09:01:37, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file profile_backup.cmd, 
dev = 900, inode = 16240, file_id = 8
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 149 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 150 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4651 max=538 nread=538
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 151 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 152 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 153 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 154 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 155 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 156 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 157 of length 126
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 158 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NET"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NET"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 159 of length 126
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/net.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path net
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 160 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 161 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 162 of length 104
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/nttrans.c:nt_open_pipe(346)
  nt_open_pipe: Known pipe srvsvc opening.
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 163 of length 160
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:37, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=72 params=0 setup=2
[2007/07/20 09:01:37, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:37, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "srvsvc" (pnum 7496)
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(1534)
  api_pipe_bind_req: \PIPE\srvsvc -> \PIPE\ntsvcs
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe.c:check_bind_req(985)
  check_bind_req for \PIPE\srvsvc
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 164 of length 146
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:37, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=58 params=0 setup=2
[2007/07/20 09:01:37, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:37, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "srvsvc" (pnum 7496)
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 70
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SRV_NET_REMOTE_TOD
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 66
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 165 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 166 of length 104
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:37, 3] smbd/nttrans.c:nt_open_pipe(346)
  nt_open_pipe: Known pipe srvsvc opening.
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 167 of length 160
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:37, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=72 params=0 setup=2
[2007/07/20 09:01:37, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:37, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "srvsvc" (pnum 7497)
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(1534)
  api_pipe_bind_req: \PIPE\srvsvc -> \PIPE\ntsvcs
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe.c:check_bind_req(985)
  check_bind_req for \PIPE\srvsvc
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 168 of length 146
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:37, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=58 params=0 setup=2
[2007/07/20 09:01:37, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:37, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "srvsvc" (pnum 7497)
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 70
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SRV_NET_REMOTE_TOD
[2007/07/20 09:01:37, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 66
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 169 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 170 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 171 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 172 of length 222
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:01:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:01:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:01:37, 3] smbd/sesssetup.c:reply_spnego_negotiate(551)
  Got OID 1 3 6 1 4 1 311 2 2 10
[2007/07/20 09:01:37, 3] smbd/sesssetup.c:reply_spnego_negotiate(554)
  Got secblob of size 53
[2007/07/20 09:01:37, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe208b297
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 173 of length 250
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBsesssetupX (pid 4356) conn 0x0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X(849)
  wct=12 flg2=0xc807
[2007/07/20 09:01:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(660)
  Doing spnego session setup
[2007/07/20 09:01:37, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0] 
PrimaryDomain=[]
[2007/07/20 09:01:37, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(672)
  Got user=[] domain=[] workstation=[RULHMPC43] len1=1 len2=0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] auth/auth.c:check_ntlm_password(221)
  check_ntlm_password:  Checking password for unmapped user 
[]\[]@[RULHMPC43] with the new password interface
[2007/07/20 09:01:37, 3] auth/auth.c:check_ntlm_password(224)
  check_ntlm_password:  mapped user is: [MONA]\[]@[RULHMPC43]
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] auth/auth.c:check_ntlm_password(270)
  check_ntlm_password: guest authentication for user [] succeeded
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID 
[S-1-5-21-3921263846-1368440982-2926561757-501]
[2007/07/20 09:01:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-2]
[2007/07/20 09:01:37, 3] lib/privileges.c:get_privileges(261)
  get_privileges: No privileges assigned to SID [S-1-5-32-546]
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] libsmb/ntlmssp_sign.c:ntlmssp_sign_init(338)
  NTLMSSP Sign/Seal - Initialising with flags:
[2007/07/20 09:01:37, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
  Got NTLMSSP neg_flags=0xe2088215
[2007/07/20 09:01:37, 3] smbd/password.c:register_vuid(280)
  User name: nobody    Real name: nobody
[2007/07/20 09:01:37, 3] smbd/password.c:register_vuid(301)
  UNIX uid 65534 is UNIX user nobody, and will be vuid 111
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 174 of length 82
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:37, 2] lib/access.c:check_access(323)
  Allowed connection from  (..143)
[2007/07/20 09:01:37, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/tmp' for service [IPC$]
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:01:37, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is S-1-5-21-3921263846-1368440982-2926561757-501
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-32-546
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (....143) connect to service IPC$ initially as user nobody 
(uid=65534, gid=65534) (pid 4356)
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving IPC$ as a Dfs root
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=IPC$
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 175 of length 102
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468750
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 176 of length 84
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:37, 2] lib/access.c:check_access(323)
  Allowed connection from  (....143)
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid root does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/home/woerdman' for service [woerdman]
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:37, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:01:37, 3] smbd/vfs.c:vfs_init_custom(247)
  Initialising custom vfs hooks from [recycle]
[2007/07/20 09:01:37, 2] lib/module.c:do_smb_load_module(64)
  Module '/usr/lib/samba/vfs/recycle.so' loaded
[2007/07/20 09:01:37, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid root does not start with 'S-'.
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:37, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 1] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (....143) connect to service woerdman initially as user 
woerdman (uid=114, gid=121) (pid 4356)
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving woerdman as a Dfs root
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=HOMES
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 177 of length 166
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting rulhm2/homes/profile_backup/RULHMPC43.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path profile_backup/RULHMPC43
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2682) cmd=162 (SMBntcreateX) 
NT_STATUS_OBJECT_NAME_COLLISION
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 178 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 179 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 180 of length 140
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/ROBOCOPY"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path ROBOCOPY"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 181 of length 144
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.COM.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.COM
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 182 of length 144
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.EXE.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 183 of length 130
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of robocopy failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 184 of length 140
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/ROBOCOPY"*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path ROBOCOPY"*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 185 of length 144
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.COM.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.COM
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 186 of length 144
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.EXE.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 187 of length 148
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(robocopy.exe) returning 0644
[2007/07/20 09:01:37, 2] smbd/open.c:open_file(352)
  woerdman opened file robocopy.exe read=No write=No (numopen=5)
[2007/07/20 09:01:37, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file robocopy.exe, dev = 
900, inode = 16298, file_id = 9
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 188 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4652 max=4096 nread=4096
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 189 of length 148
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(robocopy.exe) returning 0644
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/oplock.c:initial_break_processing(296)
  initial_break_processing: called for 0x900/16298/9
  Current oplocks_open (exclusive = 4, levelII = 0)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 190 of length 55
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBlockingX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 191 of length 148
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(robocopy.exe) returning 0644
[2007/07/20 09:01:37, 2] smbd/open.c:open_file(352)
  woerdman opened file robocopy.exe read=Yes write=No (numopen=6)
[2007/07/20 09:01:37, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(162)
  linux_set_kernel_oplock: Refused oplock on file robocopy.exe, fd = 30, 
dev = 900, inode = 16298. (Resource temporarily unavailable)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 192 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4654) level=1004 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 193 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4654) level=1005 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 194 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4654) level=1005 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 195 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 196 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 197 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 198 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 199 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 200 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 201 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 202 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 203 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 204 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4654 max=6144 nread=6144
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 205 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_close(3312)
  close fd=30 fnum=4654 (numopen=6)
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file robocopy.exe (numopen=5)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 206 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4652 max=32768 nread=32768
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 207 of length 148
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:37, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(robocopy.exe) returning 0644
[2007/07/20 09:01:37, 2] smbd/open.c:open_file(352)
  woerdman opened file robocopy.exe read=Yes write=No (numopen=6)
[2007/07/20 09:01:37, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(162)
  linux_set_kernel_oplock: Refused oplock on file robocopy.exe, fd = 30, 
dev = 900, inode = 16298. (Resource temporarily unavailable)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 208 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4655) level=1004 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 209 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4655) level=1005 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 210 of length 76
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4655) level=1005 call=7 
total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 211 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 212 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 213 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 214 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 215 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 216 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 217 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 218 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 219 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=8192 nread=8192
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 220 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4655 max=6144 nread=6144
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 221 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_close(3312)
  close fd=30 fnum=4655 (numopen=6)
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file robocopy.exe (numopen=5)
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 222 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4652 max=17408 nread=17408
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 223 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4652 max=4096 nread=4096
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 224 of length 134
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/MFC42u.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path MFC42u.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of MFC42u.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 225 of length 150
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.Local.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe.Local
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of robocopy.exe.Local failed 
(No such file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 226 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 227 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 228 of length 138
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:37, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 229 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4652 max=512 nread=512
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 230 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4652 max=16384 nread=16384
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 231 of length 116
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting rulhm2/homes.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 232 of length 74
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfsinfo(2167)
  call_trans2qfsinfo: level = 258
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 233 of length 74
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfsinfo(2167)
  call_trans2qfsinfo: level = 261
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 234 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4656
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 235 of length 63
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4652 max=7680 nread=7680
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 236 of length 176
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Favorites (fnum = 
-1) level=1004 call=5 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 237 of length 176
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Favorites (fnum = 
-1) level=1004 call=5 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 238 of length 176
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Favorites (fnum = 
-1) level=1005 call=5 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 239 of length 176
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Favorites (fnum = 
-1) level=1004 call=5 total_data=0
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 240 of length 186
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 241 of length 186
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites/*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites/*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path profile_backup/RULHMPC43/Favorites, 
expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 242 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4657
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 243 of length 186
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 244 of length 186
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites/*.
[2007/07/20 09:01:37, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites/*
[2007/07/20 09:01:37, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path profile_backup/RULHMPC43/Favorites, 
expect_close = 1
[2007/07/20 09:01:37, 3] smbd/process.c:process_smb(1110)
  Transaction 245 of length 45
[2007/07/20 09:01:37, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:37, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4658
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 246 of length 198
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites/Links.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites/Links
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 247 of length 198
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites/Links/*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites/Links/*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Favorites/Links, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 248 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4659
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 249 of length 198
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites/Media.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites/Media
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 250 of length 198
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Favorites/Media/*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Favorites/Media/*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Favorites/Media, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 251 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4660
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 252 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 253 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 254 of length 140
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/ROBOCOPY"*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path ROBOCOPY"*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 255 of length 144
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.COM.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.COM
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 256 of length 144
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.EXE.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 257 of length 130
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of robocopy failed (No such 
file or directory)
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 258 of length 140
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/ROBOCOPY"*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path ROBOCOPY"*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 259 of length 144
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.COM.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.COM
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 260 of length 144
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.EXE.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 261 of length 148
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(robocopy.exe) returning 0644
[2007/07/20 09:01:38, 2] smbd/open.c:open_file(352)
  woerdman opened file robocopy.exe read=No write=No (numopen=6)
[2007/07/20 09:01:38, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(162)
  linux_set_kernel_oplock: Refused oplock on file robocopy.exe, fd = 30, 
dev = 900, inode = 16298. (Resource temporarily unavailable)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 262 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4661) level=1004 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 263 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4661) level=1005 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 264 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4661) level=1005 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 265 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=4096 nread=4096
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 266 of length 148
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(robocopy.exe) returning 0644
[2007/07/20 09:01:38, 2] smbd/open.c:open_file(352)
  woerdman opened file robocopy.exe read=Yes write=No (numopen=7)
[2007/07/20 09:01:38, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(162)
  linux_set_kernel_oplock: Refused oplock on file robocopy.exe, fd = 31, 
dev = 900, inode = 16298. (Resource temporarily unavailable)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 267 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4662) level=1004 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 268 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4662) level=1005 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 269 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4662) level=1005 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 270 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 271 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 272 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 273 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 274 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 275 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 276 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 277 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 278 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 279 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4662 max=6144 nread=6144
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 280 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4662 (numopen=7)
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file robocopy.exe (numopen=6)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 281 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=32768 nread=32768
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 282 of length 148
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(robocopy.exe) returning 0644
[2007/07/20 09:01:38, 2] smbd/open.c:open_file(352)
  woerdman opened file robocopy.exe read=Yes write=No (numopen=7)
[2007/07/20 09:01:38, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(162)
  linux_set_kernel_oplock: Refused oplock on file robocopy.exe, fd = 31, 
dev = 900, inode = 16298. (Resource temporarily unavailable)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 283 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4663) level=1004 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 284 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4663) level=1005 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 285 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4663) level=1005 call=7 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 286 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 287 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 288 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 289 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 290 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 291 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 292 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 293 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 294 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=8192 nread=8192
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 295 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4663 max=6144 nread=6144
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 296 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4663 (numopen=7)
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file robocopy.exe (numopen=6)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 297 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=17408 nread=17408
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 298 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=4096 nread=4096
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 299 of length 134
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/MFC42u.DLL.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path MFC42u.DLL
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of MFC42u.DLL failed (No such 
file or directory)
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 300 of length 150
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.Local.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe.Local
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of robocopy.exe.Local failed 
(No such file or directory)
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 301 of length 138
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 302 of length 138
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 303 of length 138
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 304 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=512 nread=512
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 305 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=16384 nread=16384
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 306 of length 116
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting rulhm2/homes.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 307 of length 74
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfsinfo(2167)
  call_trans2qfsinfo: level = 258
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 308 of length 74
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfsinfo(2167)
  call_trans2qfsinfo: level = 261
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 309 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4664
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 310 of length 63
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=7680 nread=7680
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 311 of length 172
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Mozilla (fnum = -1) 
level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 312 of length 172
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Mozilla (fnum = -1) 
level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 313 of length 172
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Mozilla (fnum = -1) 
level=1005 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 314 of length 172
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Mozilla (fnum = -1) 
level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 315 of length 182
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 316 of length 182
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path profile_backup/RULHMPC43/Mozilla, 
expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 317 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4665
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 318 of length 182
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 319 of length 182
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path profile_backup/RULHMPC43/Mozilla, 
expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 320 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4666
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 321 of length 198
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 322 of length 198
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Mozilla/Firefox, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 323 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4667
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 324 of length 216
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 325 of length 216
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles, expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 326 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4668
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 327 of length 250
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 328 of length 250
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/*.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/*
[2007/07/20 09:01:38, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default, 
expect_close = 1
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 329 of length 84
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtconX (pid 4356) conn 0x0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:38, 2] lib/access.c:check_access(323)
  Allowed connection from  (....143)
[2007/07/20 09:01:38, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid root does not start with 'S-'.
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/service.c:make_connection_snum(761)
  Connect path is '/home/woerdman' for service [woerdman]
[2007/07/20 09:01:38, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:38, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:38, 3] smbd/vfs.c:vfs_init_default(219)
  Initialising default vfs hooks
[2007/07/20 09:01:38, 3] smbd/vfs.c:vfs_init_custom(247)
  Initialising custom vfs hooks from [recycle]
[2007/07/20 09:01:38, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid root does not start with 'S-'.
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:38, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:38, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:38, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 1] smbd/service.c:make_connection_snum(950)
  rulhmpc43 (....143) connect to service woerdman initially as user 
woerdman (uid=114, gid=121) (pid 4356)
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/reply.c:reply_tcon_and_X(711)
  Serving woerdman as a Dfs root
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_tcon_and_X(716)
  tconX service=HOMES
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 330 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4669
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 331 of length 106
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo My Documents (fnum = -1) level=1004 call=5 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 332 of length 106
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo My Documents (fnum = -1) level=1004 call=5 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 333 of length 250
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default) 
inheriting from profile_backup/RULHMPC43/Mozilla/Firefox/Profiles
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default) 
inherit mode 40711
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default) 
returning 0600
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 334 of length 106
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo My Documents (fnum = -1) level=1005 call=5 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 335 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default (fnum 
= 4671) level=1004 call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 336 of length 106
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo My Documents (fnum = -1) level=1004 call=5 
total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 337 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default (fnum 
= 4671) level=1005 call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 338 of length 120
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default (fnum 
4671) info_level=1004 totdata=40
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 339 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4671
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 340 of length 114
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(96)
  unix_mode(Desktop.ini) inheriting from .
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(104)
  unix_mode(Desktop.ini) inherit mode 40711
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(Desktop.ini) returning 0600
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=162 (SMBntcreateX) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 341 of length 268
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 342 of length 114
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(96)
  unix_mode(Desktop.ini) inheriting from .
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(104)
  unix_mode(Desktop.ini) inherit mode 40711
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(Desktop.ini) returning 0600
[2007/07/20 09:01:38, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=162 (SMBntcreateX) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 343 of length 268
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 344 of length 268
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 345 of length 268
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 346 of length 43
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBulogoffX (pid 4356) conn 0x0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_ulogoffX(1618)
  ulogoffX vuid=111
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 347 of length 39
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtdis (pid 4356) conn 0x8468750
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/service.c:close_cnum(1150)
  rulhmpc43 (....143) closed connection to service IPC$
[2007/07/20 09:01:38, 3] smbd/connection.c:yield_connection(69)
  Yielding connection to IPC$
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 348 of length 278
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
inherit mode 40711
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
returning 0600
[2007/07/20 09:01:38, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:38, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak, 
dev = 904, inode = 20694049, file_id = 29
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 349 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = 4672) level=1004 call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 350 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4672 (numopen=1)
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(numopen=0)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 351 of length 278
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
inherit mode 40711
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
returning 0600
[2007/07/20 09:01:38, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:38, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak, 
dev = 904, inode = 20694049, file_id = 30
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 352 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = 4673) level=1004 call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 353 of length 88
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum 4673) info_level=1020 totdata=8
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 354 of length 120
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum 4673) info_level=1004 totdata=40
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 355 of length 61508
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4673 num=61440 wrote=61440
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 356 of length 23398
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4673 num=23330 wrote=23330
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 357 of length 120
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum 4673) info_level=1004 totdata=40
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 358 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4673 (numopen=1)
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(numopen=0)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 359 of length 278
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
inherit mode 40711
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
returning 0600
[2007/07/20 09:01:38, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
read=No write=No (numopen=1)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 360 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = 4674) level=1004 call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 361 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = 4674) level=1005 call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 362 of length 120
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum 4674) info_level=1004 totdata=40
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
returning 0644
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 363 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4674 (numopen=1)
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(numopen=0)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 364 of length 268
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 365 of length 268
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 366 of length 268
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 367 of length 268
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 368 of length 278
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:38, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
inherit mode 40711
[2007/07/20 09:01:38, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak) 
returning 0600
[2007/07/20 09:01:38, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:38, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak, 
dev = 904, inode = 20694049, file_id = 32
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 369 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = 4675) level=1004 call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 370 of length 76
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum = 4675) level=1005 call=7 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 371 of length 120
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(fnum 4675) info_level=1004 totdata=40
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 372 of length 45
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4675 (numopen=1)
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:38, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:38, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.bak 
(numopen=0)
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 373 of length 270
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 374 of length 270
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:38, 3] smbd/process.c:process_smb(1110)
  Transaction 375 of length 270
[2007/07/20 09:01:38, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:38, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:38, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 376 of length 270
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 377 of length 112
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:39, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 378 of length 280
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html, 
dev = 904, inode = 20694050, file_id = 33
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 379 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = 4676) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 380 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4676 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 381 of length 280
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html, 
dev = 904, inode = 20694050, file_id = 34
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 382 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = 4677) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 383 of length 88
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum 4677) info_level=1020 totdata=8
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 384 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum 4677) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 385 of length 61508
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4677 num=61440 wrote=61440
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 386 of length 23398
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4677 num=23330 wrote=23330
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 387 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum 4677) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 388 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4677 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 389 of length 280
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
read=No write=No (numopen=1)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 390 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = 4678) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 391 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = 4678) level=1005 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 392 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum 4678) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
returning 0644
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 393 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4678 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 394 of length 270
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 395 of length 270
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 396 of length 270
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 397 of length 270
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 398 of length 280
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html, 
dev = 904, inode = 20694050, file_id = 36
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 399 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = 4679) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 400 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum = 4679) level=1005 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 401 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(fnum 4679) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 402 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4679 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarks.html 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 403 of length 258
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 404 of length 258
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 405 of length 258
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 406 of length 258
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 407 of length 268
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db, 
dev = 904, inode = 20694051, file_id = 37
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 408 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = 4680) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 409 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4680 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 410 of length 268
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db, 
dev = 904, inode = 20694051, file_id = 38
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 411 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = 4681) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 412 of length 88
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum 4681) info_level=1020 totdata=8
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 413 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum 4681) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 414 of length 61508
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4681 num=61440 wrote=61440
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 415 of length 4164
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4681 num=4096 wrote=4096
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 416 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum 4681) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 417 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4681 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 418 of length 268
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
read=No write=No (numopen=1)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 419 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = 4682) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 420 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = 4682) level=1005 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 421 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum 4682) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
returning 0644
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 422 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4682 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 423 of length 258
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 424 of length 258
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 425 of length 258
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 426 of length 258
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 427 of length 268
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db, 
dev = 904, inode = 20694051, file_id = 40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 428 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = 4683) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 429 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum = 4683) level=1005 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 430 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(fnum 4683) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 431 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4683 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cert8.db 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 432 of length 264
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 433 of length 264
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 434 of length 264
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 435 of length 264
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 436 of length 274
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt, 
dev = 904, inode = 20694054, file_id = 41
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 437 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = 4684) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 438 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4684 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 439 of length 274
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt, 
dev = 904, inode = 20694054, file_id = 42
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 440 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = 4685) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 441 of length 88
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum 4685) info_level=1020 totdata=8
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 442 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum 4685) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 443 of length 38002
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4685 num=37934 wrote=37934
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 444 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum 4685) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 445 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4685 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 446 of length 274
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
read=No write=No (numopen=1)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 447 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = 4686) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 448 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = 4686) level=1005 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 449 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum 4686) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
returning 0644
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 450 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4686 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 451 of length 264
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 452 of length 264
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 453 of length 264
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 454 of length 264
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 455 of length 274
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:39, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
inherit mode 40711
[2007/07/20 09:01:39, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt) 
returning 0600
[2007/07/20 09:01:39, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:39, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt, 
dev = 904, inode = 20694054, file_id = 44
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 456 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = 4687) level=1004 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 457 of length 76
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum = 4687) level=1005 call=7 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 458 of length 120
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(fnum 4687) info_level=1004 totdata=40
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 459 of length 45
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4687 (numopen=1)
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:39, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:39, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/cookies.txt 
(numopen=0)
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 460 of length 268
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 461 of length 268
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 462 of length 268
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:39, 3] smbd/process.c:process_smb(1110)
  Transaction 463 of length 268
[2007/07/20 09:01:39, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:39, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:39, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 464 of length 278
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:40, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:40, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:40, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
inherit mode 40711
[2007/07/20 09:01:40, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
returning 0600
[2007/07/20 09:01:40, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:40, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf, 
dev = 904, inode = 20694055, file_id = 45
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 465 of length 76
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:40, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = 4688) level=1004 call=7 total_data=0
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 466 of length 45
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4688 (numopen=1)
[2007/07/20 09:01:40, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:40, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:40, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:40, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:40, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(numopen=0)
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 467 of length 278
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:40, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:40, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:40, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
inherit mode 40711
[2007/07/20 09:01:40, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
returning 0600
[2007/07/20 09:01:40, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:40, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf, 
dev = 904, inode = 20694055, file_id = 46
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 468 of length 76
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:40, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = 4689) level=1004 call=7 total_data=0
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 469 of length 88
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum 4689) info_level=1020 totdata=8
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 470 of length 120
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum 4689) info_level=1004 totdata=40
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 471 of length 61508
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 472 of length 61508
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 473 of length 61508
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 474 of length 61508
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:40, 3] smbd/process.c:process_smb(1110)
  Transaction 475 of length 61508
[2007/07/20 09:01:40, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:40, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 476 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 477 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 478 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 479 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 480 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 481 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 482 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 483 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 484 of length 106
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:41, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo My Documents (fnum = -1) level=1004 call=5 
total_data=0
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 485 of length 106
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo My Documents (fnum = -1) level=1004 call=5 
total_data=0
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 486 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 487 of length 106
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:41, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo My Documents (fnum = -1) level=1005 call=5 
total_data=0
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 488 of length 106
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8469ce0
[2007/07/20 09:01:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo My Documents (fnum = -1) level=1004 call=5 
total_data=0
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 489 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 490 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 491 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 492 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 493 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 494 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 495 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:41, 3] smbd/process.c:process_smb(1110)
  Transaction 496 of length 61508
[2007/07/20 09:01:41, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:41, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 497 of length 61508
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=61440 wrote=61440
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 498 of length 56591
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4689 num=56523 wrote=56523
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 499 of length 120
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum 4689) info_level=1004 totdata=40
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 500 of length 45
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4689 (numopen=1)
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(numopen=0)
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 501 of length 278
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:42, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:42, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
inherit mode 40711
[2007/07/20 09:01:42, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
returning 0600
[2007/07/20 09:01:42, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
read=No write=No (numopen=1)
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 502 of length 76
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = 4690) level=1004 call=7 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 503 of length 76
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = 4690) level=1005 call=7 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 504 of length 120
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum 4690) info_level=1004 totdata=40
[2007/07/20 09:01:42, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
returning 0644
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 505 of length 45
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4690 (numopen=1)
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(numopen=0)
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 506 of length 268
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 507 of length 268
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 508 of length 268
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 509 of length 268
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 510 of length 278
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf
[2007/07/20 09:01:42, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:42, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
inherit mode 40711
[2007/07/20 09:01:42, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf) 
returning 0600
[2007/07/20 09:01:42, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:42, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf, 
dev = 904, inode = 20694055, file_id = 48
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 511 of length 76
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = 4691) level=1004 call=7 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 512 of length 76
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum = 4691) level=1005 call=7 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 513 of length 120
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(fnum 4691) info_level=1004 totdata=40
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 514 of length 45
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4691 (numopen=1)
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/downloads.rdf 
(numopen=0)
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 515 of length 272
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 516 of length 272
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 517 of length 272
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 518 of length 272
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 519 of length 282
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat
[2007/07/20 09:01:42, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:42, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat) 
inherit mode 40711
[2007/07/20 09:01:42, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat) 
returning 0600
[2007/07/20 09:01:42, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:42, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat, 
dev = 904, inode = 20694059, file_id = 49
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 520 of length 76
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = 4692) level=1004 call=7 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 521 of length 45
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4692 (numopen=1)
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(numopen=0)
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 522 of length 282
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat
[2007/07/20 09:01:42, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:42, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat) 
inherit mode 40711
[2007/07/20 09:01:42, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat) 
returning 0600
[2007/07/20 09:01:42, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:42, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat, 
dev = 904, inode = 20694059, file_id = 50
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 523 of length 76
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = 4693) level=1004 call=7 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 524 of length 88
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum 4693) info_level=1020 totdata=8
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 525 of length 120
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum 4693) info_level=1004 totdata=40
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 526 of length 61508
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4693 num=61440 wrote=61440
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 527 of length 22766
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4693 num=22698 wrote=22698
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 528 of length 120
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum 4693) info_level=1004 totdata=40
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 529 of length 45
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4693 (numopen=1)
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(numopen=0)
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 530 of length 282
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat
[2007/07/20 09:01:42, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:42, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat) 
inherit mode 40711
[2007/07/20 09:01:42, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat) 
returning 0600
[2007/07/20 09:01:42, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
read=No write=No (numopen=1)
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 531 of length 76
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = 4694) level=1004 call=7 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 532 of length 76
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = 4694) level=1005 call=7 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 533 of length 120
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum 4694) info_level=1004 totdata=40
[2007/07/20 09:01:42, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat) 
returning 0644
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 534 of length 45
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4694 (numopen=1)
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(numopen=0)
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 535 of length 272
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 536 of length 272
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 537 of length 272
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 538 of length 272
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 539 of length 282
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat
[2007/07/20 09:01:42, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:42, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat) 
inherit mode 40711
[2007/07/20 09:01:42, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat) 
returning 0600
[2007/07/20 09:01:42, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:42, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat, 
dev = 904, inode = 20694059, file_id = 52
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 540 of length 76
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = 4695) level=1004 call=7 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 541 of length 76
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum = 4695) level=1005 call=7 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 542 of length 120
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(fnum 4695) info_level=1004 totdata=40
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 543 of length 45
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4695 (numopen=1)
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:42, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:42, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/formhistory.dat 
(numopen=0)
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 544 of length 264
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 545 of length 264
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 546 of length 264
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:42, 3] smbd/process.c:process_smb(1110)
  Transaction 547 of length 264
[2007/07/20 09:01:42, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat.
[2007/07/20 09:01:42, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat
[2007/07/20 09:01:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 548 of length 274
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat) 
inherit mode 40711
[2007/07/20 09:01:43, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat) 
returning 0600
[2007/07/20 09:01:43, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:43, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat, 
dev = 904, inode = 20694060, file_id = 53
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 549 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum = 4696) level=1004 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 550 of length 45
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4696 (numopen=1)
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(numopen=0)
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 551 of length 274
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat) 
inherit mode 40711
[2007/07/20 09:01:43, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat) 
returning 0600
[2007/07/20 09:01:43, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:43, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat, 
dev = 904, inode = 20694060, file_id = 54
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 552 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum = 4697) level=1004 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 553 of length 88
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum 4697) info_level=1020 totdata=8
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 554 of length 120
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum 4697) info_level=1004 totdata=40
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 555 of length 26448
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4697 num=26380 wrote=26380
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 556 of length 120
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum 4697) info_level=1004 totdata=40
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 557 of length 45
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4697 (numopen=1)
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(numopen=0)
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 558 of length 274
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat) 
inherit mode 40711
[2007/07/20 09:01:43, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat) 
returning 0600
[2007/07/20 09:01:43, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
read=No write=No (numopen=1)
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 559 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum = 4698) level=1004 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 560 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum = 4698) level=1005 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 561 of length 120
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum 4698) info_level=1004 totdata=40
[2007/07/20 09:01:43, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat) 
returning 0644
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 562 of length 45
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4698 (numopen=1)
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(numopen=0)
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 563 of length 264
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 564 of length 264
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 565 of length 264
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 566 of length 264
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 567 of length 274
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat) 
inherit mode 40711
[2007/07/20 09:01:43, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat) 
returning 0600
[2007/07/20 09:01:43, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:43, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat, 
dev = 904, inode = 20694060, file_id = 56
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 568 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum = 4699) level=1004 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 569 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum = 4699) level=1005 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 570 of length 120
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(fnum 4699) info_level=1004 totdata=40
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 571 of length 45
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4699 (numopen=1)
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/history.dat 
(numopen=0)
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 572 of length 256
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 573 of length 256
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 574 of length 256
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 575 of length 256
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 576 of length 266
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db) 
inherit mode 40711
[2007/07/20 09:01:43, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db) 
returning 0600
[2007/07/20 09:01:43, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:43, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db, 
dev = 904, inode = 20694062, file_id = 57
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 577 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum = 4700) level=1004 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 578 of length 45
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4700 (numopen=1)
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(numopen=0)
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 579 of length 266
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db) 
inherit mode 40711
[2007/07/20 09:01:43, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db) 
returning 0600
[2007/07/20 09:01:43, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:43, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db, 
dev = 904, inode = 20694062, file_id = 58
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 580 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum = 4701) level=1004 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 581 of length 88
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum 4701) info_level=1020 totdata=8
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 582 of length 120
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum 4701) info_level=1004 totdata=40
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 583 of length 16452
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4701 num=16384 wrote=16384
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 584 of length 120
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum 4701) info_level=1004 totdata=40
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 585 of length 45
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4701 (numopen=1)
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(numopen=0)
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 586 of length 266
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db) 
inherit mode 40711
[2007/07/20 09:01:43, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db) 
returning 0600
[2007/07/20 09:01:43, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
read=No write=No (numopen=1)
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 587 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum = 4702) level=1004 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 588 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum = 4702) level=1005 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 589 of length 120
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum 4702) info_level=1004 totdata=40
[2007/07/20 09:01:43, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db) 
returning 0644
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 590 of length 45
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4702 (numopen=1)
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(numopen=0)
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 591 of length 256
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 592 of length 256
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 593 of length 256
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 594 of length 256
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 595 of length 266
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db) 
inherit mode 40711
[2007/07/20 09:01:43, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db) 
returning 0600
[2007/07/20 09:01:43, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:43, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db, 
dev = 904, inode = 20694062, file_id = 60
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 596 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum = 4703) level=1004 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 597 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum = 4703) level=1005 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 598 of length 120
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(fnum 4703) info_level=1004 totdata=40
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 599 of length 45
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4703 (numopen=1)
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/key3.db 
(numopen=0)
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 600 of length 270
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 601 of length 270
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 602 of length 270
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 603 of length 270
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 604 of length 280
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf) 
inherit mode 40711
[2007/07/20 09:01:43, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf) 
returning 0600
[2007/07/20 09:01:43, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:43, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf, 
dev = 904, inode = 20694063, file_id = 61
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 605 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum = 4704) level=1004 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 606 of length 45
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4704 (numopen=1)
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(numopen=0)
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 607 of length 280
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf) 
inherit mode 40711
[2007/07/20 09:01:43, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf) 
returning 0600
[2007/07/20 09:01:43, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:43, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf, 
dev = 904, inode = 20694063, file_id = 62
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 608 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum = 4705) level=1004 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 609 of length 88
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum 4705) info_level=1020 totdata=8
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 610 of length 120
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum 4705) info_level=1004 totdata=40
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 611 of length 7703
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4705 num=7635 wrote=7635
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 612 of length 120
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum 4705) info_level=1004 totdata=40
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 613 of length 45
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4705 (numopen=1)
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(numopen=0)
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 614 of length 280
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf) 
inherit mode 40711
[2007/07/20 09:01:43, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf) 
returning 0600
[2007/07/20 09:01:43, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
read=No write=No (numopen=1)
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 615 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum = 4706) level=1004 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 616 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum = 4706) level=1005 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 617 of length 120
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum 4706) info_level=1004 totdata=40
[2007/07/20 09:01:43, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf) 
returning 0644
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 618 of length 45
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4706 (numopen=1)
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(numopen=0)
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 619 of length 270
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 620 of length 270
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 621 of length 270
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 622 of length 270
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 623 of length 280
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:43, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf) 
inherit mode 40711
[2007/07/20 09:01:43, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf) 
returning 0600
[2007/07/20 09:01:43, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:43, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf, 
dev = 904, inode = 20694063, file_id = 64
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 624 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum = 4707) level=1004 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 625 of length 76
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum = 4707) level=1005 call=7 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 626 of length 120
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(fnum 4707) info_level=1004 totdata=40
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 627 of length 45
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4707 (numopen=1)
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:43, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:43, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/localstore.rdf 
(numopen=0)
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 628 of length 258
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 629 of length 258
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 630 of length 258
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:43, 3] smbd/process.c:process_smb(1110)
  Transaction 631 of length 258
[2007/07/20 09:01:43, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js.
[2007/07/20 09:01:43, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js
[2007/07/20 09:01:43, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 632 of length 268
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js) 
inherit mode 40711
[2007/07/20 09:01:44, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js) 
returning 0600
[2007/07/20 09:01:44, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:44, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js, 
dev = 904, inode = 20694065, file_id = 65
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 633 of length 76
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum = 4708) level=1004 call=7 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 634 of length 45
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4708 (numopen=1)
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:44, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:44, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(numopen=0)
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 635 of length 268
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js) 
inherit mode 40711
[2007/07/20 09:01:44, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js) 
returning 0600
[2007/07/20 09:01:44, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:44, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js, 
dev = 904, inode = 20694065, file_id = 66
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 636 of length 76
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum = 4709) level=1004 call=7 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 637 of length 88
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum 4709) info_level=1020 totdata=8
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 638 of length 120
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum 4709) info_level=1004 totdata=40
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 639 of length 13784
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4709 num=13716 wrote=13716
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 640 of length 120
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum 4709) info_level=1004 totdata=40
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 641 of length 45
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4709 (numopen=1)
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:44, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:44, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(numopen=0)
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 642 of length 268
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js) 
inherit mode 40711
[2007/07/20 09:01:44, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js) 
returning 0600
[2007/07/20 09:01:44, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
read=No write=No (numopen=1)
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 643 of length 76
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum = 4710) level=1004 call=7 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 644 of length 76
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum = 4710) level=1005 call=7 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 645 of length 120
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum 4710) info_level=1004 totdata=40
[2007/07/20 09:01:44, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js) 
returning 0644
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 646 of length 45
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4710 (numopen=1)
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:44, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:44, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(numopen=0)
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 647 of length 258
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 648 of length 258
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 649 of length 258
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 650 of length 258
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 651 of length 268
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js) 
inherit mode 40711
[2007/07/20 09:01:44, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js) 
returning 0600
[2007/07/20 09:01:44, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:44, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js, 
dev = 904, inode = 20694065, file_id = 68
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 652 of length 76
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum = 4711) level=1004 call=7 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 653 of length 76
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum = 4711) level=1005 call=7 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 654 of length 120
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(fnum 4711) info_level=1004 totdata=40
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 655 of length 45
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4711 (numopen=1)
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:44, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:44, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/prefs.js 
(numopen=0)
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 656 of length 282
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 657 of length 282
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/*.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/*
[2007/07/20 09:01:44, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups, 
expect_close = 1
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 658 of length 136
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2findnext(1945)
  call_trans2findnext: dirhandle = 256, max_data_bytes = 16384, 
maxentries = 1366, close_after_request=0, close_if_end = 2 
requires_resume_key = 4 resume_key = 0 resume name = 
bookmarks-2007-06-05.html continue=0 level = 260
[2007/07/20 09:01:44, 3] smbd/dir.c:dptr_fetch_lanman2(723)
  fetching dirptr 256 for path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2findnext(2043)
  dptr_num is 256, mask = *, attr = 16, dirptr=(0x8426718,4096)
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2findnext(2144)
  SMBtrans2 mask=* 
directory=profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups 
dirtype=22 numentries=10
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 659 of length 45
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4712
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 660 of length 282
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups) 
inherit mode 40711
[2007/07/20 09:01:44, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups) 
returning 0600
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 661 of length 76
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups 
(fnum = 4714) level=1004 call=7 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 662 of length 76
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups 
(fnum = 4714) level=1005 call=7 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 663 of length 120
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups 
(fnum 4714) info_level=1004 totdata=40
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 664 of length 45
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4714
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 665 of length 324
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
failed (No such file or directory)
[2007/07/20 09:01:44, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 666 of length 334
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html) 
inherit mode 40711
[2007/07/20 09:01:44, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html) 
returning 0600
[2007/07/20 09:01:44, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=162 (SMBntcreateX) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 667 of length 334
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html) 
inherit mode 40711
[2007/07/20 09:01:44, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html) 
returning 0600
[2007/07/20 09:01:44, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:44, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html, 
dev = 904, inode = 20693758, file_id = 72
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 668 of length 76
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
(fnum = 4715) level=1004 call=7 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 669 of length 88
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
(fnum 4715) info_level=1020 totdata=8
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 670 of length 120
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
(fnum 4715) info_level=1004 totdata=40
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 671 of length 61508
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4715 num=61440 wrote=61440
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 672 of length 23398
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4715 num=23330 wrote=23330
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 673 of length 120
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
(fnum 4715) info_level=1004 totdata=40
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 674 of length 45
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4715 (numopen=1)
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:44, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:44, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
(numopen=0)
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 675 of length 334
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html) 
inherit mode 40711
[2007/07/20 09:01:44, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html) 
returning 0600
[2007/07/20 09:01:44, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
read=No write=No (numopen=1)
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 676 of length 76
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
(fnum = 4716) level=1004 call=7 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 677 of length 76
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
(fnum = 4716) level=1005 call=7 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 678 of length 120
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
(fnum 4716) info_level=1004 totdata=40
[2007/07/20 09:01:44, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html) 
returning 0644
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 679 of length 45
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4716 (numopen=1)
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:44, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:44, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
(numopen=0)
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 680 of length 324
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 681 of length 324
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 682 of length 324
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 683 of length 324
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 684 of length 334
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html) 
inheriting from 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups
[2007/07/20 09:01:44, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html) 
inherit mode 40711
[2007/07/20 09:01:44, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html) 
returning 0600
[2007/07/20 09:01:44, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:44, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html, 
dev = 904, inode = 20693758, file_id = 74
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 685 of length 76
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
(fnum = 4717) level=1004 call=7 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 686 of length 76
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
(fnum = 4717) level=1005 call=7 total_data=0
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 687 of length 120
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
(fnum 4717) info_level=1004 totdata=40
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 688 of length 45
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4717 (numopen=1)
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:44, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:44, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:44, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/bookmarkbackups/bookmarks-2007-07-19.html 
(numopen=0)
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 689 of length 264
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/chrome.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/chrome
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 690 of length 264
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/chrome/*.
[2007/07/20 09:01:44, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/chrome/*
[2007/07/20 09:01:44, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Mozilla/Firefox/Profiles/k9ed8kkl.default/chrome, 
expect_close = 1
[2007/07/20 09:01:44, 3] smbd/process.c:process_smb(1110)
  Transaction 691 of length 45
[2007/07/20 09:01:44, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:44, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4718
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 692 of length 200
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Profiles.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Profiles
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 693 of length 200
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Profiles/*.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Profiles/*
[2007/07/20 09:01:45, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Mozilla/Profiles, expect_close = 1
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 694 of length 45
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4719
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 695 of length 216
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Profiles/default.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Profiles/default
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 696 of length 216
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Profiles/default/*.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Profiles/default/*
[2007/07/20 09:01:45, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Mozilla/Profiles/default, expect_close = 1
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 697 of length 45
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4720
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 698 of length 242
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Profiles/default/ngsxcm9x.slt.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Profiles/default/ngsxcm9x.slt
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 699 of length 242
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Profiles/default/ngsxcm9x.slt/*.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Profiles/default/ngsxcm9x.slt/*
[2007/07/20 09:01:45, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Mozilla/Profiles/default/ngsxcm9x.slt, 
expect_close = 1
[2007/07/20 09:01:45, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 700 of length 45
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:45, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4721
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 701 of length 256
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Profiles/default/ngsxcm9x.slt/chrome.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Profiles/default/ngsxcm9x.slt/chrome
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 702 of length 256
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Mozilla/Profiles/default/ngsxcm9x.slt/chrome/*.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Mozilla/Profiles/default/ngsxcm9x.slt/chrome/*
[2007/07/20 09:01:45, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Mozilla/Profiles/default/ngsxcm9x.slt/chrome, 
expect_close = 1
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 703 of length 45
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4722
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 704 of length 76
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 705 of length 76
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 706 of length 112
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo . (fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 707 of length 140
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/ROBOCOPY"*.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path ROBOCOPY"*
[2007/07/20 09:01:45, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 708 of length 144
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.COM.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.COM
[2007/07/20 09:01:45, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:45, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 709 of length 144
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.EXE.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:45, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 710 of length 130
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of robocopy failed (No such 
file or directory)
[2007/07/20 09:01:45, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 711 of length 140
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/ROBOCOPY"*.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path ROBOCOPY"*
[2007/07/20 09:01:45, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 712 of length 144
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.COM.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.COM
[2007/07/20 09:01:45, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:45, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 713 of length 144
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.EXE.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:45, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 714 of length 76
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4661) level=1004 call=7 
total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 715 of length 76
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4661) level=1005 call=7 
total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 716 of length 76
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4661) level=1005 call=7 
total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 717 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=4096 nread=4096
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 718 of length 148
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:45, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(robocopy.exe) returning 0644
[2007/07/20 09:01:45, 2] smbd/open.c:open_file(352)
  woerdman opened file robocopy.exe read=Yes write=No (numopen=7)
[2007/07/20 09:01:45, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(162)
  linux_set_kernel_oplock: Refused oplock on file robocopy.exe, fd = 31, 
dev = 900, inode = 16298. (Resource temporarily unavailable)
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 719 of length 76
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4723) level=1004 call=7 
total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 720 of length 76
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4723) level=1005 call=7 
total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 721 of length 76
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4723) level=1005 call=7 
total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 722 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4723 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 723 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4723 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 724 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4723 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 725 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4723 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 726 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4723 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 727 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4723 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 728 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4723 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 729 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4723 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 730 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4723 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 731 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4723 max=6144 nread=6144
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 732 of length 45
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4723 (numopen=7)
[2007/07/20 09:01:45, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:45, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:45, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:45, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:45, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file robocopy.exe (numopen=6)
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 733 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=32768 nread=32768
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 734 of length 148
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe
[2007/07/20 09:01:45, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(robocopy.exe) returning 0644
[2007/07/20 09:01:45, 2] smbd/open.c:open_file(352)
  woerdman opened file robocopy.exe read=Yes write=No (numopen=7)
[2007/07/20 09:01:45, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(162)
  linux_set_kernel_oplock: Refused oplock on file robocopy.exe, fd = 31, 
dev = 900, inode = 16298. (Resource temporarily unavailable)
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 735 of length 76
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4724) level=1004 call=7 
total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 736 of length 76
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4724) level=1005 call=7 
total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 737 of length 76
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo robocopy.exe (fnum = 4724) level=1005 call=7 
total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 738 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4724 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 739 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4724 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 740 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4724 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 741 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4724 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 742 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4724 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 743 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4724 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 744 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4724 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 745 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4724 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 746 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4724 max=8192 nread=8192
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 747 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4724 max=6144 nread=6144
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 748 of length 45
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4724 (numopen=7)
[2007/07/20 09:01:45, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:45, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:45, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:45, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:45, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file robocopy.exe (numopen=6)
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 749 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=17408 nread=17408
[2007/07/20 09:01:45, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 750 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=4096 nread=4096
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 751 of length 134
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/MFC42u.DLL.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path MFC42u.DLL
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of MFC42u.DLL failed (No such 
file or directory)
[2007/07/20 09:01:45, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 752 of length 150
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/robocopy.exe.Local.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path robocopy.exe.Local
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of robocopy.exe.Local failed 
(No such file or directory)
[2007/07/20 09:01:45, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 753 of length 138
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:45, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 754 of length 138
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:45, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 755 of length 138
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:45, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 756 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=512 nread=512
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 757 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=16384 nread=16384
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 758 of length 116
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting rulhm2/homes.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 759 of length 74
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfsinfo(2167)
  call_trans2qfsinfo: level = 258
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 760 of length 74
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfsinfo(2167)
  call_trans2qfsinfo: level = 261
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 761 of length 45
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4725
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 762 of length 63
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:45, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:45, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4661 max=7680 nread=7680
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 763 of length 180
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Thunderbird (fnum = 
-1) level=1004 call=5 total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 764 of length 180
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Thunderbird (fnum = 
-1) level=1004 call=5 total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 765 of length 180
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Thunderbird (fnum = 
-1) level=1005 call=5 total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 766 of length 180
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup/RULHMPC43/Thunderbird (fnum = 
-1) level=1004 call=5 total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 767 of length 190
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 768 of length 190
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/*.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/*
[2007/07/20 09:01:45, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path profile_backup/RULHMPC43/Thunderbird, 
expect_close = 1
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 769 of length 45
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4726
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 770 of length 190
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 771 of length 190
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/*.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/*
[2007/07/20 09:01:45, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path profile_backup/RULHMPC43/Thunderbird, 
expect_close = 1
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 772 of length 45
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4727
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 773 of length 208
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 774 of length 208
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/*.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/*
[2007/07/20 09:01:45, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Thunderbird/Profiles, expect_close = 1
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 775 of length 45
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4728
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 776 of length 242
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 777 of length 242
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/*.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/*
[2007/07/20 09:01:45, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default, 
expect_close = 1
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 778 of length 45
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4729
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 779 of length 242
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:45, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default) 
inheriting from profile_backup/RULHMPC43/Thunderbird/Profiles
[2007/07/20 09:01:45, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default) 
inherit mode 40711
[2007/07/20 09:01:45, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default) 
returning 0600
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 780 of length 76
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default (fnum = 
4731) level=1004 call=7 total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 781 of length 76
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default (fnum = 
4731) level=1005 call=7 total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 782 of length 120
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default (fnum 
4731) info_level=1004 totdata=40
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 783 of length 45
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/reply.c:reply_close(3298)
  close directory fnum=4731
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 784 of length 250
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 785 of length 250
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 786 of length 250
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:45, 3] smbd/process.c:process_smb(1110)
  Transaction 787 of length 250
[2007/07/20 09:01:45, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db.
[2007/07/20 09:01:45, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db
[2007/07/20 09:01:45, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 788 of length 260
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db.
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db
[2007/07/20 09:01:46, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:46, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db) 
inherit mode 40711
[2007/07/20 09:01:46, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db) 
returning 0600
[2007/07/20 09:01:46, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:46, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db, 
dev = 904, inode = 20694198, file_id = 89
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 789 of length 76
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum = 4732) level=1004 call=7 total_data=0
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 790 of length 45
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4732 (numopen=1)
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:46, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:46, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(numopen=0)
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 791 of length 260
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db.
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db
[2007/07/20 09:01:46, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:46, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db) 
inherit mode 40711
[2007/07/20 09:01:46, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db) 
returning 0600
[2007/07/20 09:01:46, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:46, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db, 
dev = 904, inode = 20694198, file_id = 90
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 792 of length 76
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum = 4733) level=1004 call=7 total_data=0
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 793 of length 88
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum 4733) info_level=1020 totdata=8
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 794 of length 120
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum 4733) info_level=1004 totdata=40
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 795 of length 61508
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4733 num=61440 wrote=61440
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 796 of length 4164
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4733 num=4096 wrote=4096
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 797 of length 120
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum 4733) info_level=1004 totdata=40
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 798 of length 45
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4733 (numopen=1)
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:46, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:46, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(numopen=0)
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 799 of length 260
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db.
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db
[2007/07/20 09:01:46, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:46, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db) 
inherit mode 40711
[2007/07/20 09:01:46, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db) 
returning 0600
[2007/07/20 09:01:46, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
read=No write=No (numopen=1)
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 800 of length 76
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum = 4734) level=1004 call=7 total_data=0
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 801 of length 76
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum = 4734) level=1005 call=7 total_data=0
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 802 of length 120
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum 4734) info_level=1004 totdata=40
[2007/07/20 09:01:46, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db) 
returning 0644
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 803 of length 45
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4734 (numopen=1)
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:46, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:46, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(numopen=0)
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 804 of length 250
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db.
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 805 of length 250
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db.
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 806 of length 250
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db.
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 807 of length 250
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db.
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 808 of length 260
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db.
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db
[2007/07/20 09:01:46, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:46, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db) 
inherit mode 40711
[2007/07/20 09:01:46, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db) 
returning 0600
[2007/07/20 09:01:46, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:46, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db, 
dev = 904, inode = 20694198, file_id = 92
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 809 of length 76
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum = 4735) level=1004 call=7 total_data=0
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 810 of length 76
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum = 4735) level=1005 call=7 total_data=0
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 811 of length 120
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(fnum 4735) info_level=1004 totdata=40
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 812 of length 45
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/reply.c:reply_close(3312)
  close fd=31 fnum=4735 (numopen=1)
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:46, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:46, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/cert8.db 
(numopen=0)
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 813 of length 260
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf.
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 814 of length 260
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf.
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 815 of length 260
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf.
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 816 of length 260
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf.
[2007/07/20 09:01:46, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf
[2007/07/20 09:01:46, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 817 of length 45
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:46, 3] smbd/reply.c:reply_close(3312)
  close fd=27 fnum=4650 (numopen=6)
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:46, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:46, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file win2k_domain_policy.reg (numopen=5)
[2007/07/20 09:01:46, 3] smbd/process.c:process_smb(1110)
  Transaction 818 of length 45
[2007/07/20 09:01:46, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8464270
[2007/07/20 09:01:46, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4645 (numopen=5)
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:46, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:46, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:46, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file logon.cmd (numopen=4)
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 819 of length 270
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf.
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf
[2007/07/20 09:01:47, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:47, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf) 
inherit mode 40711
[2007/07/20 09:01:47, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf) 
returning 0600
[2007/07/20 09:01:47, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:47, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf, 
dev = 904, inode = 20694202, file_id = 93
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 820 of length 76
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum = 4736) level=1004 call=7 total_data=0
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 821 of length 45
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4736 (numopen=1)
[2007/07/20 09:01:47, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:47, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:47, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:47, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:47, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(numopen=0)
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 822 of length 270
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf.
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf
[2007/07/20 09:01:47, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:47, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf) 
inherit mode 40711
[2007/07/20 09:01:47, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf) 
returning 0600
[2007/07/20 09:01:47, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:47, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf, 
dev = 904, inode = 20694202, file_id = 94
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 823 of length 76
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum = 4737) level=1004 call=7 total_data=0
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 824 of length 88
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum 4737) info_level=1020 totdata=8
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 825 of length 120
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum 4737) info_level=1004 totdata=40
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 826 of length 61508
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4737 num=61440 wrote=61440
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 827 of length 61508
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4737 num=61440 wrote=61440
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 828 of length 61508
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4737 num=61440 wrote=61440
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 829 of length 24519
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4737 num=24451 wrote=24451
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 830 of length 120
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum 4737) info_level=1004 totdata=40
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 831 of length 45
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4737 (numopen=1)
[2007/07/20 09:01:47, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:47, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:47, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:47, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:47, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(numopen=0)
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 832 of length 270
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf.
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf
[2007/07/20 09:01:47, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:47, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf) 
inherit mode 40711
[2007/07/20 09:01:47, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf) 
returning 0600
[2007/07/20 09:01:47, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
read=No write=No (numopen=1)
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 833 of length 76
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum = 4738) level=1004 call=7 total_data=0
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 834 of length 76
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum = 4738) level=1005 call=7 total_data=0
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 835 of length 120
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum 4738) info_level=1004 totdata=40
[2007/07/20 09:01:47, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf) 
returning 0644
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 836 of length 45
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4738 (numopen=1)
[2007/07/20 09:01:47, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:47, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:47, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:47, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:47, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(numopen=0)
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 837 of length 260
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf.
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 838 of length 260
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf.
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 839 of length 260
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf.
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 840 of length 260
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf.
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 841 of length 270
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf.
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf
[2007/07/20 09:01:47, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:47, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf) 
inherit mode 40711
[2007/07/20 09:01:47, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf) 
returning 0600
[2007/07/20 09:01:47, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:47, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf, 
dev = 904, inode = 20694202, file_id = 96
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 842 of length 76
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum = 4739) level=1004 call=7 total_data=0
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 843 of length 76
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum = 4739) level=1005 call=7 total_data=0
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 844 of length 120
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(fnum 4739) info_level=1004 totdata=40
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 845 of length 45
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4739 (numopen=1)
[2007/07/20 09:01:47, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:47, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:47, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:47, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:47, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/downloads.rdf 
(numopen=0)
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 846 of length 248
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db.
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 847 of length 248
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db.
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 848 of length 248
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db.
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:47, 3] smbd/process.c:process_smb(1110)
  Transaction 849 of length 248
[2007/07/20 09:01:47, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db.
[2007/07/20 09:01:47, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db
[2007/07/20 09:01:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:47, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 850 of length 258
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db, 
dev = 904, inode = 20694207, file_id = 97
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 851 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum = 4740) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 852 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4740 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 853 of length 258
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db, 
dev = 904, inode = 20694207, file_id = 98
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 854 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum = 4741) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 855 of length 88
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum 4741) info_level=1020 totdata=8
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 856 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum 4741) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 857 of length 16452
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4741 num=16384 wrote=16384
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 858 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum 4741) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 859 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4741 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 860 of length 258
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
read=No write=No (numopen=1)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 861 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum = 4742) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 862 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum = 4742) level=1005 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 863 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum 4742) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db) 
returning 0644
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 864 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4742 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 865 of length 248
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 866 of length 248
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 867 of length 248
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 868 of length 248
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 869 of length 258
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db, 
dev = 904, inode = 20694207, file_id = 100
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 870 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum = 4743) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 871 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum = 4743) level=1005 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 872 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(fnum 4743) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 873 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4743 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/key3.db 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 874 of length 262
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 875 of length 262
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 876 of length 262
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 877 of length 262
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 878 of length 272
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf, 
dev = 904, inode = 20694208, file_id = 101
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 879 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum = 4744) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 880 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4744 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 881 of length 272
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf, 
dev = 904, inode = 20694208, file_id = 102
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 882 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum = 4745) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 883 of length 88
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum 4745) info_level=1020 totdata=8
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 884 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum 4745) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 885 of length 11672
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4745 num=11604 wrote=11604
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 886 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum 4745) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 887 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4745 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 888 of length 272
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
read=No write=No (numopen=1)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 889 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum = 4746) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 890 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum = 4746) level=1005 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 891 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum 4746) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf) 
returning 0644
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 892 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4746 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 893 of length 262
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 894 of length 262
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 895 of length 262
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 896 of length 262
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 897 of length 272
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf, 
dev = 904, inode = 20694208, file_id = 104
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 898 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum = 4747) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 899 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum = 4747) level=1005 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 900 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(fnum 4747) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 901 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4747 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/localstore.rdf 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 902 of length 256
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 903 of length 256
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 904 of length 256
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 905 of length 256
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 906 of length 266
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat, 
dev = 904, inode = 20694211, file_id = 105
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 907 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum = 4748) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 908 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4748 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 909 of length 266
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat, 
dev = 904, inode = 20694211, file_id = 106
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 910 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum = 4749) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 911 of length 88
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum 4749) info_level=1020 totdata=8
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 912 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum 4749) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 913 of length 17944
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4749 num=17876 wrote=17876
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 914 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum 4749) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 915 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4749 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 916 of length 266
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
read=No write=No (numopen=1)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 917 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum = 4750) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 918 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum = 4750) level=1005 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 919 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum 4750) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat) 
returning 0644
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 920 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4750 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 921 of length 256
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 922 of length 256
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 923 of length 256
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 924 of length 256
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 925 of length 266
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat, 
dev = 904, inode = 20694211, file_id = 108
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 926 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum = 4751) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 927 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum = 4751) level=1005 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 928 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(fnum 4751) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 929 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4751 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/panacea.dat 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 930 of length 250
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 931 of length 250
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 932 of length 250
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 933 of length 250
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 934 of length 260
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js, 
dev = 904, inode = 20694213, file_id = 109
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 935 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum = 4752) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 936 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4752 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 937 of length 260
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js, 
dev = 904, inode = 20694213, file_id = 110
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 938 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum = 4753) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 939 of length 88
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum 4753) info_level=1020 totdata=8
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 940 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum 4753) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 941 of length 12257
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4753 num=12189 wrote=12189
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 942 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum 4753) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 943 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4753 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 944 of length 260
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
read=No write=No (numopen=1)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 945 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum = 4754) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 946 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum = 4754) level=1005 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 947 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum 4754) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js) 
returning 0644
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 948 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4754 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 949 of length 250
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 950 of length 250
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 951 of length 250
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 952 of length 250
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 953 of length 260
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js, 
dev = 904, inode = 20694213, file_id = 112
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 954 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum = 4755) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 955 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum = 4755) level=1005 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 956 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(fnum 4755) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 957 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4755 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/prefs.js 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 958 of length 270
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 959 of length 270
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 960 of length 270
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 961 of length 270
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 962 of length 280
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
read=Yes write=No (numopen=1)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat, 
dev = 904, inode = 20694216, file_id = 113
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 963 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum = 4756) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 964 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4756 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 965 of length 280
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat, 
dev = 904, inode = 20694216, file_id = 114
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 966 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum = 4757) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 967 of length 88
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum 4757) info_level=1020 totdata=8
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 968 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum 4757) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 969 of length 78
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBwriteX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_write_and_X(3134)
  writeX fnum=4757 num=10 wrote=10
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 970 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum 4757) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 971 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4757 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 972 of length 280
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
read=No write=No (numopen=1)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 973 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum = 4758) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 974 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum = 4758) level=1005 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 975 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum 4758) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat) 
returning 0644
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 976 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=-1 fnum=4758 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 977 of length 270
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 978 of length 270
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 979 of length 270
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum = -1) level=1005 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 980 of length 270
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum = -1) level=1004 call=5 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 981 of length 280
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting 
rulhm2/homes/profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(96)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat) 
inheriting from 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default
[2007/07/20 09:01:48, 2] smbd/dosmode.c:unix_mode(104)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat) 
inherit mode 40711
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  
unix_mode(profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat) 
returning 0600
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
read=No write=Yes (numopen=1)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat, 
dev = 904, inode = 20694216, file_id = 116
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 982 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum = 4759) level=1004 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 983 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1005
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum = 4759) level=1005 call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 984 of length 120
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2setfilepathinfo(3850)
  call_trans2setfilepathinfo(8) 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(fnum 4759) info_level=1004 totdata=40
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 985 of length 45
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBclose (pid 4356) conn 0x8468f60
[2007/07/20 09:01:48, 3] smbd/reply.c:reply_close(3312)
  close fd=25 fnum=4759 (numopen=1)
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 2] smbd/close.c:close_normal_file(344)
  woerdman closed file 
profile_backup/RULHMPC43/Thunderbird/Profiles/5j0xve5p.default/virtualFolders.dat 
(numopen=0)
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 986 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo profile_backup.cmd (fnum = 4651) level=1004 
call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 987 of length 142
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/logon.cmd.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path logon.cmd
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(logon.cmd) returning 0644
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file logon.cmd read=Yes write=No (numopen=5)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file logon.cmd, dev = 
900, inode = 15986, file_id = 117
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 988 of length 63
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4760 max=3628 nread=3628
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 989 of length 142
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/winskel.cmd.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path winskel.cmd
[2007/07/20 09:01:48, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 990 of length 146
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/winskel.cmd.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path winskel.cmd
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(winskel.cmd) returning 0644
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file winskel.cmd read=Yes write=No (numopen=6)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file winskel.cmd, dev = 
900, inode = 17013, file_id = 118
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 991 of length 63
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4761 max=1108 nread=1108
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 992 of length 158
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/remove_hp2200-9.cmd.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path remove_hp2200-9.cmd
[2007/07/20 09:01:48, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 993 of length 162
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/remove_hp2200-9.cmd.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path remove_hp2200-9.cmd
[2007/07/20 09:01:48, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(remove_hp2200-9.cmd) returning 0644
[2007/07/20 09:01:48, 2] smbd/open.c:open_file(352)
  woerdman opened file remove_hp2200-9.cmd read=Yes write=No (numopen=7)
[2007/07/20 09:01:48, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
remove_hp2200-9.cmd, dev = 900, inode = 16166, file_id = 119
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 994 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_hp2200-9.cmd (fnum = 4762) level=1004 
call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 995 of length 63
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4762 max=253 nread=253
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 996 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_hp2200-9.cmd (fnum = 4762) level=1004 
call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 997 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_hp2200-9.cmd (fnum = 4762) level=1004 
call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 998 of length 76
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_hp2200-9.cmd (fnum = 4762) level=1004 
call=7 total_data=0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 999 of length 140
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32"*.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32"*
[2007/07/20 09:01:48, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:48, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 1000 of length 136
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32
[2007/07/20 09:01:48, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:48, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 1001 of length 140
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32"*.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32"*
[2007/07/20 09:01:48, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:48, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 1002 of length 136
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32
[2007/07/20 09:01:48, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:48, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 1003 of length 138
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:48, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:48, 3] smbd/process.c:process_smb(1110)
  Transaction 1004 of length 138
[2007/07/20 09:01:48, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:48, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:48, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:48, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1005 of length 106
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:49, 3] smbd/nttrans.c:nt_open_pipe(346)
  nt_open_pipe: Known pipe spoolss opening.
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1006 of length 160
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:49, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=72 params=0 setup=2
[2007/07/20 09:01:49, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:49, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(1534)
  api_pipe_bind_req: \PIPE\spoolss -> \PIPE\spoolss
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe.c:check_bind_req(985)
  check_bind_req for \PIPE\spoolss
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1007 of length 286
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:49, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=198 params=0 setup=2
[2007/07/20 09:01:49, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:49, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 71
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_OPENPRINTEREX
  checking name: \\rulhm2\hp2200-9
[2007/07/20 09:01:49, 3] 
rpc_server/srv_spoolss_nt.c:set_printer_hnd_printertype(408)
  Setting printer type=\\rulhm2\hp2200-9
[2007/07/20 09:01:49, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(200)
  Closed policy
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 154
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1008 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_hp2200-9.cmd (fnum = 4762) level=1004 
call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1009 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_hp2200-9.cmd (fnum = 4762) level=1004 
call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1010 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_hp2200-9.cmd (fnum = 4762) level=1004 
call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1011 of length 140
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32"*.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32"*
[2007/07/20 09:01:49, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1012 of length 136
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32
[2007/07/20 09:01:49, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1013 of length 140
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32"*.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32"*
[2007/07/20 09:01:49, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1014 of length 136
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32
[2007/07/20 09:01:49, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1015 of length 138
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1016 of length 138
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1017 of length 286
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:49, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=198 params=0 setup=2
[2007/07/20 09:01:49, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:49, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_OPENPRINTEREX
  checking name: \\rulhm2\hp2200-9
[2007/07/20 09:01:49, 3] 
rpc_server/srv_spoolss_nt.c:set_printer_hnd_printertype(408)
  Setting printer type=\\rulhm2\hp2200-9
[2007/07/20 09:01:49, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(200)
  Closed policy
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 154
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1018 of length 286
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:49, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=198 params=0 setup=2
[2007/07/20 09:01:49, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:49, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_OPENPRINTEREX
  checking name: \\rulhm2\hp2200-9
[2007/07/20 09:01:49, 3] 
rpc_server/srv_spoolss_nt.c:set_printer_hnd_printertype(408)
  Setting printer type=\\rulhm2\hp2200-9
[2007/07/20 09:01:49, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(200)
  Closed policy
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 154
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1019 of length 286
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:49, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=198 params=0 setup=2
[2007/07/20 09:01:49, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:49, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_OPENPRINTEREX
  checking name: \\rulhm2\hp2200-9
[2007/07/20 09:01:49, 3] 
rpc_server/srv_spoolss_nt.c:set_printer_hnd_printertype(408)
  Setting printer type=\\rulhm2\hp2200-9
[2007/07/20 09:01:49, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(200)
  Closed policy
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 154
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1020 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_hp2200-9.cmd (fnum = 4762) level=1004 
call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1021 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_hp2200-9.cmd (fnum = 4762) level=1004 
call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1022 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_hp2200-9.cmd (fnum = 4762) level=1004 
call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1023 of length 156
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/remove_color-9.cmd.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path remove_color-9.cmd
[2007/07/20 09:01:49, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1024 of length 160
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/remove_color-9.cmd.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path remove_color-9.cmd
[2007/07/20 09:01:49, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(remove_color-9.cmd) returning 0644
[2007/07/20 09:01:49, 2] smbd/open.c:open_file(352)
  woerdman opened file remove_color-9.cmd read=Yes write=No (numopen=8)
[2007/07/20 09:01:49, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file remove_color-9.cmd, 
dev = 900, inode = 16292, file_id = 120
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1025 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_color-9.cmd (fnum = 4763) level=1004 
call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1026 of length 63
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4763 max=251 nread=251
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1027 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_color-9.cmd (fnum = 4763) level=1004 
call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1028 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_color-9.cmd (fnum = 4763) level=1004 
call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1029 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_color-9.cmd (fnum = 4763) level=1004 
call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1030 of length 140
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32"*.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32"*
[2007/07/20 09:01:49, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1031 of length 136
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32
[2007/07/20 09:01:49, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1032 of length 140
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32"*.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32"*
[2007/07/20 09:01:49, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1033 of length 136
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32
[2007/07/20 09:01:49, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1034 of length 138
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1035 of length 138
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1036 of length 286
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:49, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=198 params=0 setup=2
[2007/07/20 09:01:49, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:49, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_OPENPRINTEREX
  checking name: \\rulhm2\color-9
[2007/07/20 09:01:49, 3] 
rpc_server/srv_spoolss_nt.c:set_printer_hnd_printertype(408)
  Setting printer type=\\rulhm2\color-9
[2007/07/20 09:01:49, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(200)
  Closed policy
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 152
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1037 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_color-9.cmd (fnum = 4763) level=1004 
call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1038 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_color-9.cmd (fnum = 4763) level=1004 
call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1039 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_color-9.cmd (fnum = 4763) level=1004 
call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1040 of length 140
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32"*.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32"*
[2007/07/20 09:01:49, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1041 of length 136
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32
[2007/07/20 09:01:49, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1042 of length 140
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32"*.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32"*
[2007/07/20 09:01:49, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1043 of length 136
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32
[2007/07/20 09:01:49, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1044 of length 138
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1045 of length 138
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1046 of length 286
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:49, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=198 params=0 setup=2
[2007/07/20 09:01:49, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:49, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_OPENPRINTEREX
  checking name: \\rulhm2\color-9
[2007/07/20 09:01:49, 3] 
rpc_server/srv_spoolss_nt.c:set_printer_hnd_printertype(408)
  Setting printer type=\\rulhm2\color-9
[2007/07/20 09:01:49, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(200)
  Closed policy
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 152
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1047 of length 286
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:49, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=198 params=0 setup=2
[2007/07/20 09:01:49, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:49, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_OPENPRINTEREX
  checking name: \\rulhm2\color-9
[2007/07/20 09:01:49, 3] 
rpc_server/srv_spoolss_nt.c:set_printer_hnd_printertype(408)
  Setting printer type=\\rulhm2\color-9
[2007/07/20 09:01:49, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(200)
  Closed policy
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 152
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1048 of length 286
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:49, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=198 params=0 setup=2
[2007/07/20 09:01:49, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:49, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_OPENPRINTEREX
  checking name: \\rulhm2\color-9
[2007/07/20 09:01:49, 3] 
rpc_server/srv_spoolss_nt.c:set_printer_hnd_printertype(408)
  Setting printer type=\\rulhm2\color-9
[2007/07/20 09:01:49, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(200)
  Closed policy
[2007/07/20 09:01:49, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 152
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1049 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_color-9.cmd (fnum = 4763) level=1004 
call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1050 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_color-9.cmd (fnum = 4763) level=1004 
call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1051 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo remove_color-9.cmd (fnum = 4763) level=1004 
call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1052 of length 162
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/install_fsc5020-9.cmd.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path install_fsc5020-9.cmd
[2007/07/20 09:01:49, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1053 of length 166
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/install_fsc5020-9.cmd.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path install_fsc5020-9.cmd
[2007/07/20 09:01:49, 3] smbd/dosmode.c:unix_mode(147)
  unix_mode(install_fsc5020-9.cmd) returning 0644
[2007/07/20 09:01:49, 2] smbd/open.c:open_file(352)
  woerdman opened file install_fsc5020-9.cmd read=Yes write=No (numopen=9)
[2007/07/20 09:01:49, 3] smbd/oplock_linux.c:linux_set_kernel_oplock(167)
  linux_set_kernel_oplock: got kernel oplock on file 
install_fsc5020-9.cmd, dev = 900, inode = 17012, file_id = 121
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1054 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1055 of length 63
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/reply.c:send_file_readX(2649)
  send_file_readX fnum=4764 max=617 nread=617
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1056 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1057 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1058 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1059 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1060 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1061 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1062 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1063 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1064 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1065 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1066 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1067 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1068 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1069 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1070 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1071 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1072 of length 76
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1073 of length 140
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32"*.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32"*
[2007/07/20 09:01:49, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:49, 3] smbd/process.c:process_smb(1110)
  Transaction 1074 of length 136
[2007/07/20 09:01:49, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:49, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32.
[2007/07/20 09:01:49, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32
[2007/07/20 09:01:49, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:49, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1075 of length 140
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:50, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:50, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32"*.
[2007/07/20 09:01:50, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32"*
[2007/07/20 09:01:50, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:50, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1076 of length 136
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:50, 3] smbd/trans2.c:call_trans2findfirst(1662)
  call_trans2findfirst: dirtype = 16, maxentries = 1366, 
close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 
0x104, max_data_bytes = 16384
[2007/07/20 09:01:50, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/RUNDLL32.
[2007/07/20 09:01:50, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path RUNDLL32
[2007/07/20 09:01:50, 3] smbd/dir.c:dptr_create(512)
  creating new dirptr 256 for path ./, expect_close = 1
[2007/07/20 09:01:50, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(1844) cmd=50 (SMBtrans2) 
NT_STATUS_NO_SUCH_FILE
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1077 of length 138
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:50, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:50, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:50, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:50, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:50, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1078 of length 138
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:50, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/07/20 09:01:50, 3] smbd/msdfs.c:dfs_redirect(435)
  dfs_redirect: Not redirecting RULHM2/netlogon/NVDESK32.DLL.
[2007/07/20 09:01:50, 3] smbd/msdfs.c:dfs_redirect(439)
  dfs_redirect: Path converted to non-dfs path NVDESK32.DLL
[2007/07/20 09:01:50, 3] smbd/trans2.c:call_trans2qfilepathinfo(2933)
  call_trans2qfilepathinfo: SMB_VFS_STAT of NVDESK32.DLL failed (No such 
file or directory)
[2007/07/20 09:01:50, 3] smbd/error.c:error_packet(146)
  error packet at smbd/trans2.c(2679) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1079 of length 1222
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=1134 params=0 setup=2
[2007/07/20 09:01:50, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:50, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_OPENPRINTEREX
  checking name: \\rulhm2\fsc5020-9
[2007/07/20 09:01:50, 3] 
rpc_server/srv_spoolss_nt.c:set_printer_hnd_printertype(408)
  Setting printer type=\\rulhm2\fsc5020-9
[2007/07/20 09:01:50, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:50, 2] lib/access.c:check_access(323)
  Allowed connection from  (....143)
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:50, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 1100
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1080 of length 106
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/nttrans.c:nt_open_pipe(346)
  nt_open_pipe: Known pipe spoolss opening.
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1081 of length 106
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBntcreateX (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/nttrans.c:nt_open_pipe(346)
  nt_open_pipe: Known pipe spoolss opening.
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1082 of length 1312
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=1224 params=0 setup=2
[2007/07/20 09:01:50, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:50, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_GETPRINTER
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 108
[2007/07/20 09:01:50, 3] smbd/error.c:error_packet(146)
  error packet at smbd/ipc.c(97) cmd=37 (SMBtrans) STATUS_BUFFER_OVERFLOW
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1083 of length 160
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=72 params=0 setup=2
[2007/07/20 09:01:50, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:50, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7499)
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(1534)
  api_pipe_bind_req: \PIPE\spoolss -> \PIPE\spoolss
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe.c:check_bind_req(985)
  check_bind_req for \PIPE\spoolss
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1084 of length 160
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=72 params=0 setup=2
[2007/07/20 09:01:50, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:50, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 749a)
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe.c:api_pipe_bind_req(1534)
  api_pipe_bind_req: \PIPE\spoolss -> \PIPE\spoolss
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe.c:check_bind_req(985)
  check_bind_req for \PIPE\spoolss
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1085 of length 290
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=202 params=0 setup=2
[2007/07/20 09:01:50, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:50, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7499)
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 71
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_OPENPRINTEREX
  checking name: \\rulhm2\fsc5020-9
[2007/07/20 09:01:50, 3] 
rpc_server/srv_spoolss_nt.c:set_printer_hnd_printertype(408)
  Setting printer type=\\rulhm2\fsc5020-9
[2007/07/20 09:01:50, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:50, 2] lib/access.c:check_access(323)
  Allowed connection from  (.....143)
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:50, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 156
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1086 of length 1222
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=1134 params=0 setup=2
[2007/07/20 09:01:50, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:50, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 749a)
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 71
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_OPENPRINTEREX
  checking name: \\rulhm2\fsc5020-9
[2007/07/20 09:01:50, 3] 
rpc_server/srv_spoolss_nt.c:set_printer_hnd_printertype(408)
  Setting printer type=\\rulhm2\fsc5020-9
[2007/07/20 09:01:50, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:50, 2] lib/access.c:check_access(323)
  Allowed connection from  (.....143)
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:50, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:50, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:50, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 1100
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1087 of length 63
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/pipes.c:reply_pipe_read_and_X(262)
  readX-IPC pnum=7498 min=180 max=180 nread=180
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1088 of length 1312
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=1224 params=0 setup=2
[2007/07/20 09:01:50, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:50, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7499)
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_GETPRINTER
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 108
[2007/07/20 09:01:50, 3] smbd/error.c:error_packet(146)
  error packet at smbd/ipc.c(97) cmd=37 (SMBtrans) STATUS_BUFFER_OVERFLOW
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1089 of length 1312
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=1224 params=0 setup=2
[2007/07/20 09:01:50, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:50, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 749a)
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_GETPRINTER
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 108
[2007/07/20 09:01:50, 3] smbd/error.c:error_packet(146)
  error packet at smbd/ipc.c(97) cmd=37 (SMBtrans) STATUS_BUFFER_OVERFLOW
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1090 of length 1312
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=1224 params=0 setup=2
[2007/07/20 09:01:50, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:50, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_GETPRINTER
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 108
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1091 of length 63
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/pipes.c:reply_pipe_read_and_X(262)
  readX-IPC pnum=7499 min=180 max=180 nread=180
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1092 of length 63
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBreadX (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/pipes.c:reply_pipe_read_and_X(262)
  readX-IPC pnum=749a min=180 max=180 nread=180
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1093 of length 1312
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=1224 params=0 setup=2
[2007/07/20 09:01:50, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:50, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7499)
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_GETPRINTER
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 108
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1094 of length 1312
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=1224 params=0 setup=2
[2007/07/20 09:01:50, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:50, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_GETPRINTER
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 108
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1095 of length 132
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=44 params=0 setup=2
[2007/07/20 09:01:50, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:50, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_CLOSEPRINTER
[2007/07/20 09:01:50, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(200)
  Closed policy
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:50, 3] smbd/process.c:process_smb(1110)
  Transaction 1096 of length 132
[2007/07/20 09:01:50, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:50, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=44 params=0 setup=2
[2007/07/20 09:01:50, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:50, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_CLOSEPRINTER
[2007/07/20 09:01:50, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(200)
  Closed policy
[2007/07/20 09:01:50, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:51, 3] smbd/process.c:process_smb(1110)
  Transaction 1097 of length 1222
[2007/07/20 09:01:51, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:51, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=1134 params=0 setup=2
[2007/07/20 09:01:51, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:51, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_OPENPRINTEREX
  checking name: \\rulhm2\fsc5020-9
[2007/07/20 09:01:51, 3] 
rpc_server/srv_spoolss_nt.c:set_printer_hnd_printertype(408)
  Setting printer type=\\rulhm2\fsc5020-9
[2007/07/20 09:01:51, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:51, 2] lib/access.c:check_access(323)
  Allowed connection from  (.....143)
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:51, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 1100
[2007/07/20 09:01:51, 3] smbd/process.c:process_smb(1110)
  Transaction 1098 of length 1312
[2007/07/20 09:01:51, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:51, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=1224 params=0 setup=2
[2007/07/20 09:01:51, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:51, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_GETPRINTER
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 108
[2007/07/20 09:01:51, 3] smbd/process.c:process_smb(1110)
  Transaction 1099 of length 1312
[2007/07/20 09:01:51, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:51, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=1224 params=0 setup=2
[2007/07/20 09:01:51, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:51, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_GETPRINTER
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 108
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/process.c:process_smb(1110)
  Transaction 1100 of length 1222
[2007/07/20 09:01:51, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=1134 params=0 setup=2
[2007/07/20 09:01:51, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:51, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_OPENPRINTEREX
  checking name: \\rulhm2\fsc5020-9
[2007/07/20 09:01:51, 3] 
rpc_server/srv_spoolss_nt.c:set_printer_hnd_printertype(408)
  Setting printer type=\\rulhm2\fsc5020-9
[2007/07/20 09:01:51, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:51, 2] lib/access.c:check_access(323)
  Allowed connection from  (.....143)
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:51, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 1100
[2007/07/20 09:01:51, 3] smbd/process.c:process_smb(1110)
  Transaction 1101 of length 1312
[2007/07/20 09:01:51, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:51, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=1224 params=0 setup=2
[2007/07/20 09:01:51, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:51, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_GETPRINTER
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 108
[2007/07/20 09:01:51, 3] smbd/process.c:process_smb(1110)
  Transaction 1102 of length 1312
[2007/07/20 09:01:51, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:51, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=1224 params=0 setup=2
[2007/07/20 09:01:51, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:51, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_GETPRINTER
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 108
[2007/07/20 09:01:51, 3] smbd/process.c:process_smb(1110)
  Transaction 1103 of length 132
[2007/07/20 09:01:51, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:51, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=44 params=0 setup=2
[2007/07/20 09:01:51, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:51, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_CLOSEPRINTER
[2007/07/20 09:01:51, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(200)
  Closed policy
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:51, 3] smbd/process.c:process_smb(1110)
  Transaction 1104 of length 132
[2007/07/20 09:01:51, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:51, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=44 params=0 setup=2
[2007/07/20 09:01:51, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:51, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_CLOSEPRINTER
[2007/07/20 09:01:51, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(200)
  Closed policy
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:51, 3] smbd/process.c:process_smb(1110)
  Transaction 1105 of length 132
[2007/07/20 09:01:51, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:51, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=44 params=0 setup=2
[2007/07/20 09:01:51, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:51, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_CLOSEPRINTER
[2007/07/20 09:01:51, 3] rpc_server/srv_lsa_hnd.c:close_policy_hnd(200)
  Closed policy
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:51, 3] smbd/process.c:process_smb(1110)
  Transaction 1106 of length 1222
[2007/07/20 09:01:51, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:51, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=1134 params=0 setup=2
[2007/07/20 09:01:51, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:51, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7499)
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 0
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe.c:api_rpcTNP(2265)
  api_rpcTNP: rpc command: SPOOLSS_OPENPRINTEREX
  checking name: \\rulhm2\fsc5020-9
[2007/07/20 09:01:51, 3] 
rpc_server/srv_spoolss_nt.c:set_printer_hnd_printertype(408)
  Setting printer type=\\rulhm2\fsc5020-9
[2007/07/20 09:01:51, 3] lib/access.c:check_access(312)
  check_access: no hostnames in host allow/deny list.
[2007/07/20 09:01:51, 2] lib/access.c:check_access(323)
  Allowed connection from  (.....143)
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid bin does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid daemon does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid adm does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid sync does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid shutdown does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid halt does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid mail does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid news does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid uucp does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_sid.c:string_to_sid(223)
  string_to_sid: Sid operator does not start with 'S-'.
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:push_sec_ctx(208)
  push_sec_ctx(114, 121) : sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/uid.c:push_conn_ctx(353)
  push_conn_ctx(109) : conn_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
  pop_sec_ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] lib/util_seaccess.c:se_access_check(250)
[2007/07/20 09:01:51, 3] lib/util_seaccess.c:se_access_check(251)
  se_access_check: user sid is 
S-1-5-21-3921263846-1368440982-2926561757-1228
  se_access_check: also S-1-22-2-121
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2007/07/20 09:01:51, 3] rpc_server/srv_pipe_hnd.c:free_pipe_context(529)
  free_pipe_context: destroying talloc pool of size 1100
[2007/07/20 09:01:51, 3] smbd/process.c:process_smb(1110)
  Transaction 1107 of length 76
[2007/07/20 09:01:51, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans2 (pid 4356) conn 0x8464270
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/trans2.c:call_trans2qfilepathinfo(2852)
  call_trans2qfilepathinfo: TRANSACT2_QFILEINFO: level = 1004
[2007/07/20 09:01:51, 3] smbd/trans2.c:call_trans2qfilepathinfo(2959)
  call_trans2qfilepathinfo install_fsc5020-9.cmd (fnum = 4764) 
level=1004 call=7 total_data=0
[2007/07/20 09:01:51, 3] smbd/process.c:process_smb(1110)
  Transaction 1108 of length 1312
[2007/07/20 09:01:51, 3] smbd/process.c:switch_message(914)
  switch message SMBtrans (pid 4356) conn 0x8421ef0
[2007/07/20 09:01:51, 3] smbd/sec_ctx.c:set_sec_ctx(241)
  setting sec ctx (114, 121) - sec_ctx_stack_ndx = 0
[2007/07/20 09:01:51, 3] smbd/ipc.c:handle_trans(373)
  trans <\PIPE\> data=1224 params=0 setup=2
[2007/07/20 09:01:51, 3] smbd/ipc.c:named_pipe(340)
  named pipe command on <> name
[2007/07/20 09:01:51, 3] smbd/ipc.c:api_fd_reply(300)
  Got API command 0x26 on pipe "spoolss" (pnum 7498)


Christian Perrier wrote:
> Quoting Arno van Amersfoort (a.c.j.van.amersfoort at eld.physics.leidenuniv.nl):
>   
>> Package: samba
>> Version: 3.0.24-6etch4
>>
>> It seems that since I've upgraded from Sarge to Etch (Samba 3.0.14a -> 
>> 3.0.24), Samba doesn't dispose of locks previously created for exe-files 
>>  opened by Windows. This means that once a Windows client opens an 
>> .exe-file from a Samba-share (to execute it), and then closes it again, 
>> Samba still holds the lock on that .exe-file, as long as the 
>> Windows-client is logged on.
>>
>> This is what is shown by smbstatus:
>>
>> Locked files:
>> Pid          Uid        DenyMode   Access      R/W        Oplock 
>>    SharePath   Name   Time
>> ....
>> 21470        319        DENY_WRITE 0x20        RDONLY     NONE 
>>    /etc/samba/netlogon   reg.exe   Wed Jun 13 13:07:20 2007
>> .....
>>
>> I've tried changing all related oplock & locking variables in smb.conf 
>> but the problem still persists, so I guess it's a bug of some kind.
>>     
>
>
> Could you please post your smb.conf file (before you tried tweaking
> it), include the relevant share settings?
>
> A level 10 debug log of the first file opening *and* further attempts
> by Window clients would help, too.
>
> Also, does it happen for any EXE file launched from a Windows client,
> or only for that registry manipulation utility which you apparently
> use from the users' logon script?
>
>   

-- 
Ing. A.C.J. van Amersfoort (Arno)
Electronics & ICT Engineer
----------------------------------------------------------------
Leiden Institute of Physics (LION), Electronics Department (ELD)
Huygens Laboratory (Room 1007), Leiden University
Postal Address: P.O. Box 9504, 2300 RA Leiden
Visit Address : Niels Bohrweg 2, 2333 CA Leiden
The Netherlands
----------------------------------------------------------------
Phone    : +31-(0)71-527.1894
Fax      : +31-(0)71-527.5819
E-mail   : a.c.j.van.amersfoort at eld.physics.leidenuniv.nl
Homepage : http://rocky.eld.leidenuniv.nl





More information about the Pkg-samba-maint mailing list