When I creat a new file, stick a file or delete a file, windows client-side interface couldn't update automatically. Therefore,the file list might not be the newest shown in the current file package. I am wondering how to solve it.
You are sure you are running 3.0.25? If yes, can you please upload your smb.conf, a debug level 10 log and a network trace of your actions? Thanks, Volker
I'm sorry I running is 3.0.24
Ok. I was asking because with 3.0.25 this part has been completely rewritten. It was made Windows compatible to the extent that we know about the Windows behaviour. Please re-test with 3.0.25pre1. Please be aware that this is a release NOT intended for production. I'm marking this bug as fixed. If you still have problems when 3.0.25 is out, please re-open. Volker
this bug still running but no log for it
(In reply to comment #4) today ,I'm running samba-3.0.25pre1 > this bug still running > but no log for it
So, please send your smb.conf, a debug level 10 log of smbd and a network sniff of the action that fails. See http://wiki.samba.org/index.php/Capture_Packets for how to do sniffs. If possible, please also upload a network sniffs of the same actions against Windows as a server so that we can see what we get wrong. Volker
this is log: [2007/03/08 11:21:41, 0] nmbd/nmbd.c:main(697) Netbios nameserver version 3.0.25pre1 started. Copyright Andrew Tridgell and the Samba Team 1992-2007 [2007/03/08 11:21:42, 0] nmbd/nmbd.c:main(716) standard input is not a socket, assuming -D option [2007/03/08 13:31:22, 0] nmbd/nmbd.c:terminate(58) Got SIGTERM: going down... [2007/03/08 13:31:22, 0] nmbd/nmbd.c:main(697) Netbios nameserver version 3.0.25pre1 started. Copyright Andrew Tridgell and the Samba Team 1992-2007 [2007/03/08 13:31:23, 0] nmbd/nmbd.c:main(716) standard input is not a socket, assuming -D option [2007/03/08 14:11:27, 0] nmbd/nmbd_packets.c:validate_nmb_packet(1364) validate_nmb_packet: Bad REG/REFRESH Packet. validate_nmb_packet: Ignoring request packet with opcode 5. [2007/03/08 14:11:27, 0] nmbd/nmbd_packets.c:validate_nmb_packet(1364) validate_nmb_packet: Bad REG/REFRESH Packet. validate_nmb_packet: Ignoring request packet with opcode 5. [2007/03/08 14:11:27, 0] nmbd/nmbd_packets.c:validate_nmb_packet(1364) validate_nmb_packet: Bad REG/REFRESH Packet. validate_nmb_packet: Ignoring request packet with opcode 5. [2007/03/08 14:11:27, 0] nmbd/nmbd_packets.c:validate_nmb_packet(1364) validate_nmb_packet: Bad REG/REFRESH Packet. validate_nmb_packet: Ignoring request packet with opcode 5. [2007/03/08 15:25:55, 0] nmbd/nmbd_packets.c:validate_nmb_packet(1364) validate_nmb_packet: Bad REG/REFRESH Packet. validate_nmb_packet: Ignoring request packet with opcode 5. [2007/03/08 15:25:55, 0] nmbd/nmbd_packets.c:validate_nmb_packet(1364) validate_nmb_packet: Bad REG/REFRESH Packet. validate_nmb_packet: Ignoring request packet with opcode 5. [2007/03/08 15:25:55, 0] nmbd/nmbd_packets.c:validate_nmb_packet(1364) validate_nmb_packet: Bad REG/REFRESH Packet. validate_nmb_packet: Ignoring request packet with opcode 5. [2007/03/08 15:25:55, 0] nmbd/nmbd_packets.c:validate_nmb_packet(1364) validate_nmb_packet: Bad REG/REFRESH Packet. validate_nmb_packet: Ignoring request packet with opcode 5. [2007/03/09 08:16:52, 0] nmbd/nmbd_packets.c:validate_nmb_packet(1364) validate_nmb_packet: Bad REG/REFRESH Packet. validate_nmb_packet: Ignoring request packet with opcode 5. [2007/03/09 08:16:52, 0] nmbd/nmbd_packets.c:validate_nmb_packet(1364) validate_nmb_packet: Bad REG/REFRESH Packet. validate_nmb_packet: Ignoring request packet with opcode 5. [2007/03/09 08:16:52, 0] nmbd/nmbd_packets.c:validate_nmb_packet(1364) validate_nmb_packet: Bad REG/REFRESH Packet. validate_nmb_packet: Ignoring request packet with opcode 5. [2007/03/09 08:16:52, 0] nmbd/nmbd_packets.c:validate_nmb_packet(1364) validate_nmb_packet: Bad REG/REFRESH Packet. validate_nmb_packet: Ignoring request packet with opcode 5. this is smb.conf root@samba ~]# testparm Load smb config files from /usr/local/samba/lib/smb.conf Processing section "[homes]" Processing section "[data]" Processing section "[printers]" Loaded services file OK. Server role: ROLE_STANDALONE Press enter to see a dump of your service definitions [global] dos charset = cp936 unix charset = cp936 display charset = cp936 workgroup = MYGROUP server string = Samba Server log file = /usr/local/samba/var/%m.log max log size = 50 smb ports = 139 disable spoolss = Yes dns proxy = No [homes] comment = Home Directories read only = No browseable = No [data] comment = data path = /data read only = No [printers] comment = All Printers path = /usr/spool/samba printable = Yes browseable = No
why no fix it
Simple: Your log file is from nmbd and not a debug level 10 from smbd and no network sniff. Bugs without decent log files are just not fixable and fall back on priority. Volker