[Samba] samba, RedHat and Windows XP Home

Bob Ramstad rramstad at alum.mit.edu
Tue Feb 10 16:39:05 GMT 2004


Howdy.  I'm running samba-3.0.2-2 (from the binaries on samba.org) on a 
RedHat 9 box with kernel 2.4.20-28.9.

I can access shares from my Windows XP Home box, but the performance 
isn't very good.  When I looked into this, I discovered that apparently 
the connections are getting dropped, over and over again, which causes a 
lot more work, I'm sure.  Here's a snippet from my main /var/log/messages:

Feb 10 08:15:57 jerry-garcia smbd[12489]: [2004/02/10 08:15:57, 0] 
lib/util_sock.c:get_peer_addr(952)
Feb 10 08:15:57 jerry-garcia smbd[12489]:   getpeername failed. Error 
was Transport endpoint is not connected
Feb 10 08:15:57 jerry-garcia smbd[12489]: [2004/02/10 08:15:57, 0] 
lib/util_sock.c:read_socket_data(342)
Feb 10 08:15:57 jerry-garcia smbd[12489]:   read_socket_data: recv 
failure for 4. Error = Connection reset by peer

I also found that oddly enough, there apparently is some issue with name 
resolution, or some issue with how samba works when it starts up, as I'm 
getting logfiles with IP addresses in the name.

I've attached my smb.conf (note that I had been running with TCP_NODELAY 
but turned this off), my lmhosts, and all five logfiles from my 
/var/log/samba directory -- the logfiles were generated by turning samba 
off, deleting the existing logfiles, turning samba on, and then 
accessing the home directory for rramstad on the samba box.

I had similar behavior with 3.0.1 and 3.0.2rc2 but didn't report it 
thinking that it might go away with the newest release.  I've seen 
reports of similar problems here on the list.

I have attempted to fix the problem by cleaning up and testing BIND, by 
turning up the log level and reading the logfiles for clues, and by 
greatly simplifying the smb.conf by removing everything that was 
extraneous.  I also used to not have local master on, but turned it on 
after reading the documentation more thoroughly.

As can be easily determined by looking at smb.conf, this is a pretty 
simple configuration, standalone service for a few different disk 
shares, no printers, and samba providing WINS/NetBIOS.

The odd IP addresses turning up in the logfile names makes me believe 
there is a configuration or software interaction issue, and not a 
hardware issue.  The box in question was working great with samba 2.2.7 
and Windows 98SE using the same network cabling and hardware as we're 
using now, but samba 2.2.7 did very poorly when I upgraded to Windows XP 
Home.  2.2.8 wasn't any better, and the 3.0.x releases have their own 
problems -- better performance, but still not as good as the old 2.2.7 / 
98SE combination, and of course the odd logfiles and messages indicating 
a problem.

Thanks in advance for any help!

-- Bob

-------------- next part --------------
[global]
netbios name = JERRY-GARCIA
server string = RedHat 9.0
workgroup = ACCESS

hosts allow = 192.168.0.0/24 127.0.0.1
hosts deny = ALL
security = user

log file = /var/log/samba/log.%m
log level = 3
max log size = 500

domain master = yes 
local master = yes
preferred master = yes
os level = 65

wins support = yes

#socket options = TCP_NODELAY

[homes]
comment = Home Directories
valid users = rramstad
browseable = no
read only = no

[public]
comment = Public Files
path = /public
valid users = rramstad
read only = no

[mp3]
comment = MP3 Files
path = /public/mp3
valid users = rramstad atron
read only = no

[stash]
comment = Stash Area
path = /stash
valid users = rramstad
read only = no
-------------- next part --------------
127.0.0.1 LOCALHOST
192.168.0.1 GW
192.168.0.2 JOHNNY-CASH
192.168.0.3 JANIS-JOPLIN
192.168.0.10 AUDIOTRON
192.168.0.100 JERRY-GARCIA
216.162.194.13 BILL-GRAHAM
208.231.230.225 WWW
-------------- next part --------------
[2004/02/10 08:32:47, 3] smbd/oplock.c:init_oplocks(1226)
  open_oplock_ipc: opening loopback UDP socket.
[2004/02/10 08:32:47, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks(303)
  Linux kernel oplocks enabled
[2004/02/10 08:32:47, 3] smbd/oplock.c:init_oplocks(1257)
  open_oplock ipc: pid = 12644, global_oplock_port = 32818
[2004/02/10 08:32:47, 0] lib/util_sock.c:read_socket_data(342)
  read_socket_data: recv failure for 4. Error = Connection reset by peer
[2004/02/10 08:32:47, 3] smbd/process.c:timeout_processing(1110)
  timeout_processing: receive_smb error (Connection reset by peer) Exiting
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 2] smbd/server.c:exit_server(558)
  Closing connections
[2004/02/10 08:32:47, 3] smbd/connection.c:yield_connection(69)
  Yielding connection to 
[2004/02/10 08:32:47, 3] smbd/connection.c:yield_connection(76)
  yield_connection: tdb_delete for name  failed with error Record does not exist.
[2004/02/10 08:32:47, 3] smbd/server.c:exit_server(601)
  Server exit (normal exit)
-------------- next part --------------
[2004/02/10 08:32:47, 3] smbd/oplock.c:init_oplocks(1226)
  open_oplock_ipc: opening loopback UDP socket.
[2004/02/10 08:32:47, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks(303)
  Linux kernel oplocks enabled
[2004/02/10 08:32:47, 3] smbd/oplock.c:init_oplocks(1257)
  open_oplock ipc: pid = 12643, global_oplock_port = 32817
[2004/02/10 08:32:47, 3] lib/access.c:check_access(313)
  check_access: no hostnames in host allow/deny list.
[2004/02/10 08:32:47, 2] lib/access.c:check_access(324)
  Allowed connection from  (192.168.0.2)
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 0 of length 137
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBnegprot (pid 12643)
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 3] smbd/negprot.c:reply_negprot(455)
  Requested protocol [PC NETWORK PROGRAM 1.0]
[2004/02/10 08:32:47, 3] smbd/negprot.c:reply_negprot(455)
  Requested protocol [LANMAN1.0]
[2004/02/10 08:32:47, 3] smbd/negprot.c:reply_negprot(455)
  Requested protocol [Windows for Workgroups 3.1a]
[2004/02/10 08:32:47, 3] smbd/negprot.c:reply_negprot(455)
  Requested protocol [LM1.2X002]
[2004/02/10 08:32:47, 3] smbd/negprot.c:reply_negprot(455)
  Requested protocol [LANMAN2.1]
[2004/02/10 08:32:47, 3] smbd/negprot.c:reply_negprot(455)
  Requested protocol [NT LM 0.12]
[2004/02/10 08:32:47, 3] smbd/negprot.c:reply_nt1(329)
  using SPNEGO
[2004/02/10 08:32:47, 3] smbd/negprot.c:reply_negprot(532)
  Selected protocol NT LM 0.12
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 1 of length 232
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBsesssetupX (pid 12643)
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 3] smbd/sesssetup.c:reply_sesssetup_and_X(638)
  wct=12 flg2=0xc807
[2004/02/10 08:32:47, 2] smbd/sesssetup.c:setup_new_vc_session(591)
  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.
[2004/02/10 08:32:47, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(518)
  Doing spnego session setup
[2004/02/10 08:32:47, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(549)
  NativeOS=[Windows 2002 2600 Service Pack 1] NativeLanMan=[Windows 2002 5.1] PrimaryDomain=[]
[2004/02/10 08:32:47, 3] smbd/sesssetup.c:reply_spnego_negotiate(427)
  Got OID 1 3 6 1 4 1 311 2 2 10
[2004/02/10 08:32:47, 3] smbd/sesssetup.c:reply_spnego_negotiate(430)
  Got secblob of size 32
[2004/02/10 08:32:47, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(62)
  Got NTLMSSP neg_flags=0xe0088297
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 2 of length 366
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBsesssetupX (pid 12643)
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 3] smbd/sesssetup.c:reply_sesssetup_and_X(638)
  wct=12 flg2=0xc807
[2004/02/10 08:32:47, 2] smbd/sesssetup.c:setup_new_vc_session(591)
  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.
[2004/02/10 08:32:47, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(518)
  Doing spnego session setup
[2004/02/10 08:32:47, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(549)
  NativeOS=[Windows 2002 2600 Service Pack 1] NativeLanMan=[Windows 2002 5.1] PrimaryDomain=[]
[2004/02/10 08:32:47, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(616)
  Got user=[rramstad] domain=[JOHNNY-CASH] workstation=[JOHNNY-CASH] len1=24 len2=24
-------------- next part --------------
[2004/02/10 08:32:47, 3] auth/auth.c:check_ntlm_password(219)
  check_ntlm_password:  Checking password for unmapped user [JOHNNY-CASH]\[rramstad]@[JOHNNY-CASH] with the new password interface
[2004/02/10 08:32:47, 3] auth/auth.c:check_ntlm_password(222)
  check_ntlm_password:  mapped user is: [JERRY-GARCIA]\[rramstad]@[JOHNNY-CASH]
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:push_sec_ctx(256)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2004/02/10 08:32:47, 3] smbd/uid.c:push_conn_ctx(287)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:push_sec_ctx(256)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2004/02/10 08:32:47, 3] smbd/uid.c:push_conn_ctx(287)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:push_sec_ctx(256)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2004/02/10 08:32:47, 3] smbd/uid.c:push_conn_ctx(287)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:push_sec_ctx(256)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2004/02/10 08:32:47, 3] smbd/uid.c:push_conn_ctx(287)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 3] passdb/lookup_sid.c:fetch_sid_from_gid_cache(235)
  fetch sid from gid cache 500 -> S-1-5-21-3493274580-1663343491-808977643-2001
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:push_sec_ctx(256)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2004/02/10 08:32:47, 3] smbd/uid.c:push_conn_ctx(287)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 3] auth/auth.c:check_ntlm_password(268)
  check_ntlm_password: sam authentication for user [rramstad] succeeded
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:push_sec_ctx(256)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2004/02/10 08:32:47, 3] smbd/uid.c:push_conn_ctx(287)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 2] auth/auth.c:check_ntlm_password(305)
  check_ntlm_password:  authentication for user [rramstad] -> [rramstad] -> [rramstad] succeeded
[2004/02/10 08:32:47, 3] libsmb/ntlmssp_sign.c:ntlmssp_sign_init(319)
  NTLMSSP Sign/Seal - Initialising with flags:
[2004/02/10 08:32:47, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(62)
  Got NTLMSSP neg_flags=0x60088215
[2004/02/10 08:32:47, 3] smbd/password.c:register_vuid(221)
  User name: rramstad	Real name: Bob Ramstad
[2004/02/10 08:32:47, 3] smbd/password.c:register_vuid(240)
  UNIX uid 500 is UNIX user rramstad, and will be vuid 100
[2004/02/10 08:32:47, 3] smbd/password.c:register_vuid(264)
  Adding/updating homes service for user 'rramstad' using home directory: '/raid/Home/rramstad'
[2004/02/10 08:32:47, 3] param/loadparm.c:lp_add_home(2308)
  adding home's share [rramstad] for user 'rramstad' at '/raid/Home/rramstad'
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 3 of length 96
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBtconX (pid 12643)
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 3] lib/access.c:check_access(313)
  check_access: no hostnames in host allow/deny list.
[2004/02/10 08:32:47, 2] lib/access.c:check_access(324)
  Allowed connection from  (192.168.0.2)
[2004/02/10 08:32:47, 3] smbd/service.c:make_connection_snum(543)
  Connect path is '/raid/Home/rramstad' for service [rramstad]
[2004/02/10 08:32:47, 3] lib/util_seaccess.c:se_access_check(251)
[2004/02/10 08:32:47, 3] lib/util_seaccess.c:se_access_check(252)
  se_access_check: user sid is S-1-5-21-3493274580-1663343491-808977643-2000
  se_access_check: also S-1-5-21-3493274580-1663343491-808977643-2001
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
  se_access_check: also S-1-5-21-3493274580-1663343491-808977643-1013
[2004/02/10 08:32:47, 3] smbd/vfs.c:vfs_init_default(203)
  Initialising default vfs hooks
[2004/02/10 08:32:47, 3] lib/util_seaccess.c:se_access_check(251)
[2004/02/10 08:32:47, 3] lib/util_seaccess.c:se_access_check(252)
  se_access_check: user sid is S-1-5-21-3493274580-1663343491-808977643-2000
  se_access_check: also S-1-5-21-3493274580-1663343491-808977643-2001
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
  se_access_check: also S-1-5-21-3493274580-1663343491-808977643-1013
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (500, 500) - sec_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 1] smbd/service.c:make_connection_snum(705)
  johnny-cash (192.168.0.2) connect to service rramstad initially as user rramstad (uid=500, gid=500) (pid 12643)
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 3] smbd/reply.c:reply_tcon_and_X(326)
  tconX service=HOMES 
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 4 of length 80
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans2 (pid 12643)
[2004/02/10 08:32:47, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (500, 500) - sec_ctx_stack_ndx = 0
[2004/02/10 08:32:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(1915)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2004/02/10 08:32:47, 3] lib/util.c:unix_clean_name(580)
  unix_clean_name []
[2004/02/10 08:32:47, 3] lib/util.c:unix_clean_name(580)
  unix_clean_name [.]
[2004/02/10 08:32:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(1943)
  call_trans2qfilepathinfo . (fnum = -1) level=1004 call=5 total_data=0
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 5 of length 74
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans2 (pid 12643)
[2004/02/10 08:32:47, 3] smbd/trans2.c:call_trans2qfsinfo(1393)
  call_trans2qfsinfo: level = 258
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 6 of length 74
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans2 (pid 12643)
[2004/02/10 08:32:47, 3] smbd/trans2.c:call_trans2qfsinfo(1393)
  call_trans2qfsinfo: level = 261
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 7 of length 74
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans2 (pid 12643)
[2004/02/10 08:32:47, 3] smbd/trans2.c:call_trans2qfsinfo(1393)
  call_trans2qfsinfo: level = 261
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 8 of length 74
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans2 (pid 12643)
[2004/02/10 08:32:47, 3] smbd/trans2.c:call_trans2qfsinfo(1393)
  call_trans2qfsinfo: level = 1007
[2004/02/10 08:32:47, 3] lib/sysquotas.c:sys_get_quota(413)
  sys_get_vfs_quota() failed for mntpath[/raid] bdev[/dev/md3] qtype[2] id[500]: Invalid argument
[2004/02/10 08:32:47, 3] lib/sysquotas.c:sys_get_quota(413)
  sys_get_vfs_quota() failed for mntpath[/raid] bdev[/dev/md3] qtype[4] id[500]: Invalid argument
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 9 of length 74
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans2 (pid 12643)
[2004/02/10 08:32:47, 3] smbd/trans2.c:call_trans2qfsinfo(1393)
  call_trans2qfsinfo: level = 1007
[2004/02/10 08:32:47, 3] lib/sysquotas.c:sys_get_quota(413)
  sys_get_vfs_quota() failed for mntpath[/raid] bdev[/dev/md3] qtype[2] id[500]: Invalid argument
[2004/02/10 08:32:47, 3] lib/sysquotas.c:sys_get_quota(413)
  sys_get_vfs_quota() failed for mntpath[/raid] bdev[/dev/md3] qtype[4] id[500]: Invalid argument
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 10 of length 74
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans2 (pid 12643)
[2004/02/10 08:32:47, 3] smbd/trans2.c:call_trans2qfsinfo(1393)
  call_trans2qfsinfo: level = 1007
[2004/02/10 08:32:47, 3] lib/sysquotas.c:sys_get_quota(413)
  sys_get_vfs_quota() failed for mntpath[/raid] bdev[/dev/md3] qtype[2] id[500]: Invalid argument
[2004/02/10 08:32:47, 3] lib/sysquotas.c:sys_get_quota(413)
  sys_get_vfs_quota() failed for mntpath[/raid] bdev[/dev/md3] qtype[4] id[500]: Invalid argument
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 11 of length 74
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans2 (pid 12643)
[2004/02/10 08:32:47, 3] smbd/trans2.c:call_trans2qfsinfo(1393)
  call_trans2qfsinfo: level = 1007
[2004/02/10 08:32:47, 3] lib/sysquotas.c:sys_get_quota(413)
  sys_get_vfs_quota() failed for mntpath[/raid] bdev[/dev/md3] qtype[2] id[500]: Invalid argument
[2004/02/10 08:32:47, 3] lib/sysquotas.c:sys_get_quota(413)
  sys_get_vfs_quota() failed for mntpath[/raid] bdev[/dev/md3] qtype[4] id[500]: Invalid argument
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 12 of length 90
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans2 (pid 12643)
[2004/02/10 08:32:47, 3] smbd/trans2.c:call_trans2findfirst(951)
  call_trans2findfirst: dirtype = 22, maxentries = 1366, close_after_first=0, close_if_end = 1 requires_resume_key = 1 level = 260, max_data_bytes = 16384
[2004/02/10 08:32:47, 3] lib/util.c:unix_clean_name(580)
  unix_clean_name [/*]
[2004/02/10 08:32:47, 3] lib/util.c:unix_clean_name(580)
  unix_clean_name [*]
[2004/02/10 08:32:47, 3] lib/util.c:unix_clean_name(580)
  unix_clean_name [./]
[2004/02/10 08:32:47, 3] smbd/dir.c:dptr_create(491)
  creating new dirptr 256 for path ./, expect_close = 1
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 13 of length 74
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans2 (pid 12643)
[2004/02/10 08:32:47, 3] smbd/trans2.c:call_trans2qfsinfo(1393)
  call_trans2qfsinfo: level = 1007
[2004/02/10 08:32:47, 3] lib/sysquotas.c:sys_get_quota(413)
  sys_get_vfs_quota() failed for mntpath[/raid] bdev[/dev/md3] qtype[2] id[500]: Invalid argument
[2004/02/10 08:32:47, 3] lib/sysquotas.c:sys_get_quota(413)
  sys_get_vfs_quota() failed for mntpath[/raid] bdev[/dev/md3] qtype[4] id[500]: Invalid argument
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 14 of length 74
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans2 (pid 12643)
[2004/02/10 08:32:47, 3] smbd/trans2.c:call_trans2qfsinfo(1393)
  call_trans2qfsinfo: level = 1007
[2004/02/10 08:32:47, 3] lib/sysquotas.c:sys_get_quota(413)
  sys_get_vfs_quota() failed for mntpath[/raid] bdev[/dev/md3] qtype[2] id[500]: Invalid argument
[2004/02/10 08:32:47, 3] lib/sysquotas.c:sys_get_quota(413)
  sys_get_vfs_quota() failed for mntpath[/raid] bdev[/dev/md3] qtype[4] id[500]: Invalid argument
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 15 of length 104
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans2 (pid 12643)
[2004/02/10 08:32:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(1915)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2004/02/10 08:32:47, 3] lib/util.c:unix_clean_name(580)
  unix_clean_name [/desktop.ini]
[2004/02/10 08:32:47, 3] lib/util.c:unix_clean_name(580)
  unix_clean_name [desktop.ini]
[2004/02/10 08:32:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(1934)
  call_trans2qfilepathinfo: SMB_VFS_STAT of desktop.ini failed (No such file or directory)
[2004/02/10 08:32:47, 3] smbd/error.c:error_packet(94)
  error string = No such file or directory
[2004/02/10 08:32:47, 3] smbd/error.c:error_packet(118)
  error packet at smbd/trans2.c(1808) cmd=50 (SMBtrans2) NT_STATUS_OBJECT_NAME_NOT_FOUND
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 16 of length 92
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBntcreateX (pid 12643)
[2004/02/10 08:32:47, 3] lib/util.c:unix_clean_name(580)
  unix_clean_name [/]
[2004/02/10 08:32:47, 3] smbd/dosmode.c:unix_mode(110)
  unix_mode(.) returning 0744
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 17 of length 80
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBtrans2 (pid 12643)
[2004/02/10 08:32:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(1915)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1006
[2004/02/10 08:32:47, 3] lib/util.c:unix_clean_name(580)
  unix_clean_name []
[2004/02/10 08:32:47, 3] lib/util.c:unix_clean_name(580)
  unix_clean_name [.]
[2004/02/10 08:32:47, 3] smbd/trans2.c:call_trans2qfilepathinfo(1943)
  call_trans2qfilepathinfo . (fnum = -1) level=1006 call=5 total_data=0
[2004/02/10 08:32:47, 3] smbd/process.c:process_smb(890)
  Transaction 18 of length 88
[2004/02/10 08:32:47, 3] smbd/process.c:switch_message(685)
  switch message SMBnttrans (pid 12643)
[2004/02/10 08:32:47, 3] smbd/nttrans.c:call_nt_transact_notify_change(1511)
  call_nt_transact_notify_change
[2004/02/10 08:32:47, 3] smbd/notify_kernel.c:kernel_register_notify(189)
  kernel change notify on . (ntflags=0x17 flags=0x3e) fd=26
[2004/02/10 08:32:47, 3] smbd/nttrans.c:call_nt_transact_notify_change(1523)
  call_nt_transact_notify_change: notify change called on directory name = .
-------------- next part --------------
[2004/02/10 08:32:38, 0] nmbd/nmbd.c:main(664)
  Netbios nameserver version 3.0.2 started.
  Copyright Andrew Tridgell and the Samba Team 1994-2004
[2004/02/10 08:32:38, 3] nmbd/nmbd.c:reload_nmbd_services(295)
  services not loaded
[2004/02/10 08:32:38, 2] nmbd/nmbd.c:main(688)
  Becoming a daemon.
[2004/02/10 08:32:38, 0] nmbd/asyncdns.c:start_async_dns(150)
  started asyncdns process 12638
[2004/02/10 08:32:38, 2] lib/tallocmsg.c:register_msg_pool_usage(57)
  Registered MSG_REQ_POOL_USAGE
[2004/02/10 08:32:38, 2] lib/dmallocmsg.c:register_dmalloc_msgs(71)
  Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
[2004/02/10 08:32:38, 3] nmbd/nmbd.c:main(720)
  Opening sockets 137
[2004/02/10 08:32:38, 3] nmbd/nmbd.c:open_sockets(589)
  open_sockets: Broadcast sockets opened.
[2004/02/10 08:32:38, 2] lib/interface.c:add_interface(79)
  added interface ip=192.168.0.100 bcast=192.168.0.255 nmask=255.255.255.0
[2004/02/10 08:32:38, 2] nmbd/nmbd_subnetdb.c:make_subnet(172)
  making subnet name:192.168.0.100 Broadcast address:192.168.0.255 Subnet mask:255.255.255.0
[2004/02/10 08:32:38, 2] nmbd/nmbd_subnetdb.c:make_subnet(172)
  making subnet name:UNICAST_SUBNET Broadcast address:192.168.0.100 Subnet mask:192.168.0.100
[2004/02/10 08:32:38, 2] nmbd/nmbd_subnetdb.c:make_subnet(172)
  making subnet name:REMOTE_BROADCAST_SUBNET Broadcast address:0.0.0.0 Subnet mask:0.0.0.0
[2004/02/10 08:32:38, 2] nmbd/nmbd_subnetdb.c:make_subnet(172)
  making subnet name:WINS_SERVER_SUBNET Broadcast address:0.0.0.0 Subnet mask:0.0.0.0
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name LOCALHOST<00> with first IP 127.0.0.1 ttl=0 nb_flags= 4 to subnet REMOTE_BROADCAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name LOCALHOST<20> with first IP 127.0.0.1 ttl=0 nb_flags= 4 to subnet REMOTE_BROADCAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name GW<00> with first IP 192.168.0.1 ttl=0 nb_flags= 4 to subnet 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name GW<20> with first IP 192.168.0.1 ttl=0 nb_flags= 4 to subnet 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JOHNNY-CASH<00> with first IP 192.168.0.2 ttl=0 nb_flags= 4 to subnet 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JOHNNY-CASH<20> with first IP 192.168.0.2 ttl=0 nb_flags= 4 to subnet 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JANIS-JOPLIN<00> with first IP 192.168.0.3 ttl=0 nb_flags= 4 to subnet 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JANIS-JOPLIN<20> with first IP 192.168.0.3 ttl=0 nb_flags= 4 to subnet 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name AUDIOTRON<00> with first IP 192.168.0.10 ttl=0 nb_flags= 4 to subnet 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name AUDIOTRON<20> with first IP 192.168.0.10 ttl=0 nb_flags= 4 to subnet 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JERRY-GARCIA<00> with first IP 192.168.0.100 ttl=0 nb_flags= 4 to subnet 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JERRY-GARCIA<20> with first IP 192.168.0.100 ttl=0 nb_flags= 4 to subnet 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name BILL-GRAHAM<00> with first IP 216.162.194.13 ttl=0 nb_flags= 4 to subnet REMOTE_BROADCAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name BILL-GRAHAM<20> with first IP 216.162.194.13 ttl=0 nb_flags= 4 to subnet REMOTE_BROADCAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name WWW<00> with first IP 208.231.230.225 ttl=0 nb_flags= 4 to subnet REMOTE_BROADCAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name WWW<20> with first IP 208.231.230.225 ttl=0 nb_flags= 4 to subnet REMOTE_BROADCAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd.c:main(739)
  Loaded hosts file /etc/samba/lmhosts
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name *<00> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet WINS_SERVER_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name *<20> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet WINS_SERVER_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name __SAMBA__<20> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet WINS_SERVER_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name __SAMBA__<00> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet WINS_SERVER_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name ACCESS<00> with first IP 255.255.255.255 ttl=258153 nb_flags=e4 to subnet WINS_SERVER_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name ACCESS<1b> with first IP 192.168.0.100 ttl=258153 nb_flags=64 to subnet WINS_SERVER_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name ACCESS<1e> with first IP 255.255.255.255 ttl=258153 nb_flags=e4 to subnet WINS_SERVER_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JERRY-GARCIA<00> with first IP 192.168.0.100 ttl=258153 nb_flags=66 to subnet WINS_SERVER_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JERRY-GARCIA<03> with first IP 192.168.0.100 ttl=258153 nb_flags=66 to subnet WINS_SERVER_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JERRY-GARCIA<20> with first IP 192.168.0.100 ttl=258153 nb_flags=66 to subnet WINS_SERVER_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JOHNNY-CASH<00> with first IP 192.168.0.2 ttl=298603 nb_flags=64 to subnet WINS_SERVER_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JOHNNY-CASH<03> with first IP 192.168.0.2 ttl=298603 nb_flags=64 to subnet WINS_SERVER_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JOHNNY-CASH<20> with first IP 192.168.0.2 ttl=298603 nb_flags=64 to subnet WINS_SERVER_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name RRAMSTAD<03> with first IP 192.168.0.2 ttl=298606 nb_flags=64 to subnet WINS_SERVER_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name *<00> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name *<20> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name __SAMBA__<20> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name __SAMBA__<00> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_workgroupdb.c:initiate_myworkgroup_startup(229)
  initiate_myworkgroup_startup: preferred master startup for workgroup ACCESS on subnet 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_serverlistdb.c:create_server_on_workgroup(159)
  create_server_on_workgroup: Created server entry JERRY-GARCIA of type 40019a03 (RedHat 9.0) on workgroup ACCESS.
[2004/02/10 08:32:38, 3] nmbd/nmbd_workgroupdb.c:initiate_myworkgroup_startup(249)
  initiate_myworkgroup_startup: Added server name entry JERRY-GARCIA on subnet 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name *<00> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet UNICAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name *<20> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet UNICAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name __SAMBA__<20> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet UNICAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name __SAMBA__<00> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet UNICAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JERRY-GARCIA<20> with first IP 192.168.0.100 ttl=259200 nb_flags=64 to subnet UNICAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JERRY-GARCIA<03> with first IP 192.168.0.100 ttl=259200 nb_flags=64 to subnet UNICAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JERRY-GARCIA<00> with first IP 192.168.0.100 ttl=259200 nb_flags=64 to subnet UNICAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name ACCESS<00> with first IP 192.168.0.100 ttl=259200 nb_flags=e4 to subnet UNICAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name ACCESS<1e> with first IP 192.168.0.100 ttl=259200 nb_flags=e4 to subnet UNICAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_serverlistdb.c:create_server_on_workgroup(159)
  create_server_on_workgroup: Created server entry JERRY-GARCIA of type 40019a03 (RedHat 9.0) on workgroup ACCESS.
[2004/02/10 08:32:38, 3] nmbd/nmbd_workgroupdb.c:initiate_myworkgroup_startup(249)
  initiate_myworkgroup_startup: Added server name entry JERRY-GARCIA on subnet UNICAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name *<00> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet UNICAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name *<20> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet UNICAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name __SAMBA__<20> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet UNICAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name __SAMBA__<00> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet UNICAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name *<00> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet REMOTE_BROADCAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name *<20> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet REMOTE_BROADCAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name __SAMBA__<20> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet REMOTE_BROADCAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name __SAMBA__<00> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet REMOTE_BROADCAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_sendannounce.c:send_host_announcement(205)
  send_host_announcement: type 19a03 for host JERRY-GARCIA on subnet 192.168.0.100 for workgroup ACCESS
[2004/02/10 08:32:38, 0] nmbd/nmbd_become_dmb.c:become_domain_master_browser_wins(327)
  become_domain_master_browser_wins:
  Attempting to become domain master browser on workgroup ACCESS, subnet UNICAST_SUBNET.
[2004/02/10 08:32:38, 0] nmbd/nmbd_become_dmb.c:become_domain_master_browser_wins(341)
  become_domain_master_browser_wins: querying WINS server from IP 192.168.0.100 for domain master browser name ACCESS<1b> on workgroup ACCESS
[2004/02/10 08:32:38, 3] nmbd/nmbd_winsserver.c:wins_process_name_query_request(1445)
  wins_process_name_query: name query for name ACCESS<1b> from IP 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_winsserver.c:wins_process_name_query_request(1497)
  wins_process_name_query: name query for name ACCESS<1b> returning first IP 192.168.0.100.
[2004/02/10 08:32:38, 3] nmbd/nmbd_become_dmb.c:become_domain_master_query_success(214)
  become_domain_master_query_success():
  Our address (192.168.0.100) returned in query for name ACCESS<1b> (domain master browser name) on subnet UNICAST_SUBNET.
  Continuing with domain master code.
[2004/02/10 08:32:38, 2] nmbd/nmbd_become_dmb.c:become_domain_master_stage1(173)
  become_domain_master_stage1: Becoming domain master browser for workgroup ACCESS on subnet UNICAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_become_dmb.c:become_domain_master_stage1(182)
  become_domain_master_stage1: go to first stage: register <1b> name
[2004/02/10 08:32:38, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name ACCESS<1b> with first IP 192.168.0.100 ttl=259200 nb_flags=64 to subnet UNICAST_SUBNET
[2004/02/10 08:32:38, 3] nmbd/nmbd_winsserver.c:wins_process_multihomed_name_registration_request(1111)
  wins_process_multihomed_name_registration_request: name registration for name JERRY-GARCIA<20> IP 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_winsserver.c:wins_process_multihomed_name_registration_request(1111)
  wins_process_multihomed_name_registration_request: name registration for name JERRY-GARCIA<03> IP 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_winsserver.c:wins_process_multihomed_name_registration_request(1111)
  wins_process_multihomed_name_registration_request: name registration for name JERRY-GARCIA<00> IP 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_winsserver.c:wins_process_name_registration_request(734)
  wins_process_name_registration_request: Group name registration for name ACCESS<00> IP 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_winsserver.c:wins_process_name_registration_request(817)
  wins_process_name_registration_request: Adding IP 255.255.255.255 to group name ACCESS<00>.
[2004/02/10 08:32:38, 3] nmbd/nmbd_winsserver.c:wins_process_name_registration_request(734)
  wins_process_name_registration_request: Group name registration for name ACCESS<1e> IP 192.168.0.100
[2004/02/10 08:32:38, 3] nmbd/nmbd_winsserver.c:wins_process_name_registration_request(817)
  wins_process_name_registration_request: Adding IP 255.255.255.255 to group name ACCESS<1e>.
[2004/02/10 08:32:38, 3] nmbd/nmbd_winsserver.c:wins_process_multihomed_name_registration_request(1111)
  wins_process_multihomed_name_registration_request: name registration for name ACCESS<1b> IP 192.168.0.100
[2004/02/10 08:32:38, 0] nmbd/nmbd_become_dmb.c:become_domain_master_stage2(113)
  *****
  
  Samba server JERRY-GARCIA is now a domain master browser for workgroup ACCESS on subnet UNICAST_SUBNET
  
  *****
[2004/02/10 08:32:38, 0] nmbd/nmbd_become_dmb.c:become_domain_master_browser_bcast(282)
  become_domain_master_browser_bcast:
  Attempting to become domain master browser on workgroup ACCESS on subnet 192.168.0.100
[2004/02/10 08:32:38, 0] nmbd/nmbd_become_dmb.c:become_domain_master_browser_bcast(295)
  become_domain_master_browser_bcast: querying subnet 192.168.0.100 for domain master browser on workgroup ACCESS
[2004/02/10 08:32:38, 3] nmbd/nmbd_winsserver.c:wins_process_name_query_request(1445)
  wins_process_name_query: name query for name *<1b> from IP 192.168.0.100
[2004/02/10 08:32:42, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JERRY-GARCIA<20> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet 192.168.0.100
[2004/02/10 08:32:42, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JERRY-GARCIA<03> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet 192.168.0.100
[2004/02/10 08:32:42, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name JERRY-GARCIA<00> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet 192.168.0.100
[2004/02/10 08:32:42, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name ACCESS<00> with first IP 192.168.0.100 ttl=0 nb_flags=e0 to subnet 192.168.0.100
[2004/02/10 08:32:42, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name ACCESS<1e> with first IP 192.168.0.100 ttl=0 nb_flags=e0 to subnet 192.168.0.100
[2004/02/10 08:32:42, 2] nmbd/nmbd_become_dmb.c:become_domain_master_stage1(173)
  become_domain_master_stage1: Becoming domain master browser for workgroup ACCESS on subnet 192.168.0.100
[2004/02/10 08:32:42, 3] nmbd/nmbd_become_dmb.c:become_domain_master_stage1(182)
  become_domain_master_stage1: go to first stage: register <1b> name
[2004/02/10 08:32:42, 3] nmbd/nmbd_elections.c:check_elections(362)
  check_elections: >>> Starting election for workgroup ACCESS on subnet 192.168.0.100 <<<
[2004/02/10 08:32:44, 3] nmbd/nmbd_serverlistdb.c:write_browse_list(421)
  write_browse_list: Wrote browse list into file /var/lib/samba/browse.dat
[2004/02/10 08:32:44, 2] nmbd/nmbd_elections.c:send_election_dgram(41)
  send_election_dgram: Sending election packet for workgroup ACCESS on subnet 192.168.0.100
[2004/02/10 08:32:46, 2] nmbd/nmbd_elections.c:send_election_dgram(41)
  send_election_dgram: Sending election packet for workgroup ACCESS on subnet 192.168.0.100
[2004/02/10 08:32:46, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name ACCESS<1b> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet 192.168.0.100
[2004/02/10 08:32:46, 0] nmbd/nmbd_become_dmb.c:become_domain_master_stage2(113)
  *****
  
  Samba server JERRY-GARCIA is now a domain master browser for workgroup ACCESS on subnet 192.168.0.100
  
  *****
[2004/02/10 08:32:49, 2] nmbd/nmbd_elections.c:send_election_dgram(41)
  send_election_dgram: Sending election packet for workgroup ACCESS on subnet 192.168.0.100
[2004/02/10 08:32:49, 3] nmbd/nmbd_serverlistdb.c:write_browse_list(421)
  write_browse_list: Wrote browse list into file /var/lib/samba/browse.dat
[2004/02/10 08:32:51, 2] nmbd/nmbd_elections.c:send_election_dgram(41)
  send_election_dgram: Sending election packet for workgroup ACCESS on subnet 192.168.0.100
[2004/02/10 08:32:53, 2] nmbd/nmbd_elections.c:send_election_dgram(41)
  send_election_dgram: Sending election packet for workgroup ACCESS on subnet 192.168.0.100
[2004/02/10 08:32:53, 2] nmbd/nmbd_elections.c:run_elections(201)
  run_elections: >>> Won election for workgroup ACCESS on subnet 192.168.0.100 <<<
[2004/02/10 08:32:53, 2] nmbd/nmbd_become_lmb.c:become_local_master_browser(537)
  become_local_master_browser: Starting to become a master browser for workgroup ACCESS on subnet 192.168.0.100
[2004/02/10 08:32:53, 3] nmbd/nmbd_become_lmb.c:become_local_master_browser(539)
  become_local_master_browser: first stage - attempt to register ^1^2__MSBROWSE__^2^1
[2004/02/10 08:32:53, 3] nmbd/nmbd_serverlistdb.c:write_browse_list(421)
  write_browse_list: Wrote browse list into file /var/lib/samba/browse.dat
[2004/02/10 08:32:57, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name __MSBROWSE__<01> with first IP 192.168.0.100 ttl=0 nb_flags=e0 to subnet 192.168.0.100
[2004/02/10 08:32:57, 3] nmbd/nmbd_become_lmb.c:become_local_master_stage1(452)
  become_local_master_stage1: go to stage 2: register the ACCESS<1d> name.
[2004/02/10 08:32:57, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name __MSBROWSE__<01> with first IP 192.168.0.100 ttl=0 nb_flags=e0 to subnet UNICAST_SUBNET
[2004/02/10 08:33:01, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name ACCESS<1d> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet 192.168.0.100
[2004/02/10 08:33:01, 3] nmbd/nmbd_become_lmb.c:become_local_master_stage2(353)
  become_local_master_stage2: registered as master browser for workgroup ACCESS on subnet 192.168.0.100
[2004/02/10 08:33:01, 3] nmbd/nmbd_sendannounce.c:broadcast_announce_request(69)
  broadcast_announce_request: sending announce request for workgroup ACCESS to subnet 192.168.0.100
[2004/02/10 08:33:01, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(236)
  add_name_to_subnet: Added netbios name ACCESS<1d> with first IP 192.168.0.100 ttl=0 nb_flags=60 to subnet UNICAST_SUBNET
[2004/02/10 08:33:01, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
  *****
  
  Samba name server JERRY-GARCIA is now a local master browser for workgroup ACCESS on subnet 192.168.0.100
  
  *****
[2004/02/10 08:33:01, 3] nmbd/nmbd_sendannounce.c:send_local_master_announcement(163)
  send_local_master_announcement: type c9a03 for name JERRY-GARCIA on subnet 192.168.0.100 for workgroup ACCESS
[2004/02/10 08:33:01, 3] nmbd/nmbd_sendannounce.c:send_workgroup_announcement(182)
  send_workgroup_announcement: on subnet 192.168.0.100 for workgroup ACCESS
[2004/02/10 08:33:01, 2] nmbd/nmbd_browsesync.c:announce_local_master_browser_to_domain_master_browser(109)
  announce_local_master_browser_to_domain_master_browser:
  We are both a domain and a local master browser for workgroup ACCESS.  Do not announce to ourselves.
[2004/02/10 08:33:01, 2] nmbd/nmbd_browsesync.c:sync_with_dmb(151)
  sync_with_dmb:
  Initiating sync with domain master browser JERRY-GARCIA<20> at IP 192.168.0.100 for workgroup ACCESS
-------------- next part --------------
[2004/02/10 08:32:38, 0] smbd/server.c:main(747)
  smbd version 3.0.2 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2004
[2004/02/10 08:32:38, 2] param/loadparm.c:do_section(3339)
  Processing section "[homes]"
[2004/02/10 08:32:38, 2] param/loadparm.c:do_section(3339)
  Processing section "[public]"
[2004/02/10 08:32:38, 2] param/loadparm.c:do_section(3339)
  Processing section "[mp3]"
[2004/02/10 08:32:38, 2] param/loadparm.c:do_section(3339)
  Processing section "[stash]"
[2004/02/10 08:32:38, 3] param/loadparm.c:lp_add_ipc(2349)
  adding IPC service
[2004/02/10 08:32:38, 3] param/loadparm.c:lp_add_ipc(2349)
  adding IPC service
[2004/02/10 08:32:38, 2] lib/interface.c:add_interface(79)
  added interface ip=192.168.0.100 bcast=192.168.0.255 nmask=255.255.255.0
[2004/02/10 08:32:38, 3] smbd/server.c:main(777)
  loaded services
[2004/02/10 08:32:38, 3] smbd/server.c:main(792)
  Becoming a daemon.
[2004/02/10 08:32:38, 2] lib/tallocmsg.c:register_msg_pool_usage(57)
  Registered MSG_REQ_POOL_USAGE
[2004/02/10 08:32:38, 2] lib/dmallocmsg.c:register_dmalloc_msgs(71)
  Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
[2004/02/10 08:32:38, 2] smbd/server.c:open_sockets_smbd(318)
  waiting for a connection
[2004/02/10 08:32:47, 0] lib/util_sock.c:get_peer_addr(952)
  getpeername failed. Error was Transport endpoint is not connected


More information about the samba mailing list