Hi, How should you deal, as an administrator/root, with locked files that stay open after a PC crash and the user can't access them any more. For example: The PC crashes and the user restart. MS-Outlook complains that it can't open its outlook.pst file, that is on a samba share, with the proper read/write access and the user can't get any mail. As root you do a smbstatus -u and you see that there are 2 smb processen for this user and the old one has the outlook.pst file exclusively. root kill's the old smb process but smbstatus -u still shows the outlook.pst file as open and the user can't get is. What is the proper procedure to resolve this situation? Best regards, Kees
> Hi, > > How should you deal, as an administrator/root, with > locked files that stay open after a PC crash and the > user can't access them any more. > > For example: > > The PC crashes and the user restart. MS-Outlook > complains that it can't open its outlook.pst file, > that is on a samba share, with the proper read/write > access and the user can't get any mail. > As root you do a smbstatus -u and you see that there > are 2 smb processen for this user and the old one has > the outlook.pst file exclusively. root kill's the > old smb process but smbstatus -u still shows the > outlook.pst file as open and the user can't get is. > > What is the proper procedure to resolve this situation?That could depend on the OS You are using. When we used Win95, We encountered the same problem as You describe. Later, we migrated to WinNT, we do not see that problem since that :) Also, that problem may appear in mixed Win9X/NT/XP environments. ... and also you may want to tune registry for proper support of oplocks.> > Best regards, Kees > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >
maybe u should play with keepalive??? Kees Damen schrieb:> Hi, > > How should you deal, as an administrator/root, with > locked files that stay open after a PC crash and the > user can't access them any more. > > For example: > > The PC crashes and the user restart. MS-Outlook > complains that it can't open its outlook.pst file, > that is on a samba share, with the proper read/write > access and the user can't get any mail. > As root you do a smbstatus -u and you see that there > are 2 smb processen for this user and the old one has > the outlook.pst file exclusively. root kill's the > old smb process but smbstatus -u still shows the > outlook.pst file as open and the user can't get is. > > What is the proper procedure to resolve this situation? > > Best regards, Kees