Displaying 20 results from an estimated 111 matches for "deny_writ".
Did you mean:
deny_write
2003 Jun 30
0
High cpu load
...45751e0 (192.168.246.80) Mon Jun 30
09:31:43 2003
netlogon user beheer 15915 w00a0245751e0 (192.168.246.80) Mon Jun
30 09:30:19 2003
Locked files:
Pid DenyMode Access R/W Oplock Name
--------------------------------------------------------------
15915 DENY_WRITE 0x20089 RDONLY NONE
/home/holleweg/printers/W32X86/3/UNIDRVUI.DLL Mon Jun 30 09:30:30 2003
15915 DENY_WRITE 0x20089 RDONLY NONE
/home/holleweg/printers/W32X86/3/TTFSUB.GPD Mon Jun 30 09:30:30 2003
15915 DENY_WRITE 0x20089 RDONLY NONE...
2003 Feb 11
0
samba 2.2.7a and multiple logins...
...group 5111 pc53 (192.168.1.53) Mon Feb 10 09:09:30 2003
sek pr users 10697 pc26 (192.168.1.26) Tue Feb 11 08:33:46 2003
Locked files:
Pid DenyMode Access R/W Oplock Name
--------------------------------------------------------------
6714 DENY_WRITE 0x20089 RDONLY EXCLUSIVE+BATCH /mbase/samba.mbnet/home/fm/profiles/fm/Recent/KO_Altdaten_neu6.zip.lnk Mon Feb 10 14:38:31 2003
10584 DENY_WRITE 0x20089 RDONLY EXCLUSIVE+BATCH /mbase/samba.mbnet/home/fm/profiles/fm/Anwendungsdaten/Microsoft/Office/Word.pip Tue Feb 11 08:05:05...
2004 Aug 17
8
Samba printing
Using samba 3.05 and the point and print features how does one setup tcp/ip
ports for printing. After having loaded the print drivers using the APW all
the printer ports show a local port on the samba server and all of my
printers use a 192.168.10.X address. Is there anyway this can automatically
happen without user intervention.
I wasn't able to locate this info in the how to's.
2014 Dec 19
3
[samba 4.0] read only = yes + Denymode DENY_WRITE
...a fileserver is a member of a Windows 2008R2 domain, and has
different shares. These shares are set with a "read only = yes" and have
an explicit "write list". This works as planned.
But when an "read only" user opens a pdf with Adobe acrobat, the file
gets DenyMode DENY_WRITE and the user who can edit the file can't save
the document anymore. After the readonly user closes the file, the file
can be saved again by the user who is allowed to edit it.
13007 23132 DENY_WRITE 0x120089 RDONLY NONE
/data/testshare file1.pdf Fri Dec 19 11:30:...
2014 Dec 19
0
[samba 4.0] read only = yes + Denymode DENY_WRITE
...member of a Windows 2008R2 domain, and has
> different shares. These shares are set with a "read only = yes" and
> have an explicit "write list". This works as planned.
> But when an "read only" user opens a pdf with Adobe acrobat, the
> file gets DenyMode DENY_WRITE and the user who can edit the file
> can't save the document anymore. After the readonly user closes the
> file, the file can be saved again by the user who is allowed to edit
> it.
>
> 13007 23132 DENY_WRITE 0x120089 RDONLY NONE
> /data/testshare file1....
2004 Sep 08
1
locked files in smbstatus
...rds
# smbstatus -L
Locked files:
Pid DenyMode Access R/W Oplock Name
--------------------------------------------------------------
18621 DENY_NONE 0x2019f RDWR EXCLUSIVE+BATCH
/share/users/David.Schreiber/Ancillon, Notes.doc Wed Sep 8 14:42:50 2004
9447 DENY_WRITE 0x2019f RDWR EXCLUSIVE+BATCH
/share/users/Julie.Valet/mail/attach/Inscription Recto 2004.rtf Wed Sep 8
11:44:49 2004
13412 DENY_WRITE 0x20089 RDONLY EXCLUSIVE+BATCH
/share/users/suppr_tmp_users.bat Wed Sep 8 13:10:44 2004
22515 DENY_NONE 0x20089 RDONLY EXCLUSIVE+...
2005 Mar 02
3
samba3.0.10
Hi Jerry/Samba Team
I have Samba 3.0.10 installed on Solaris8 server and Samba-client-2.2.10
installed on Linux Red Hat2.1AS servers
The Linux servers use Samba to mount filesystems from Solaris8 server.
My question is how to find out on the Solaris8 server which Linux servers
are using Samba to mount from.
Because it is hideous to go to every Linux server and see which Solaris8
server they are
1998 Jul 14
1
smbstatus show open files when none are
...ftp data 27154 ocleq762772 (141.240.126.166) Tue Jul 14 07:59:00 1998
plato ftp data 26401 krell (141.240.124.231) Tue Jul 14 08:36:03 1998
Locked files:
Pid DenyMode R/W Oplock Name
--------------------------------------------------
27132 DENY_WRITE RDONLY EXCLUSIVE+BATCH sw/asymtek/debug/asymtek.exe Tue Jul 14 07:04:19 1998
26453 DENY_WRITE RDONLY EXCLUSIVE+BATCH sw/excellon/fileview.exe Tue Jul 14 07:30:08 1998
27132 DENY_WRITE RDONLY EXCLUSIVE+BATCH sw/laser/debug/laser.exe Tue Jul 14 07:03:43 1998
26453 DENY_NONE...
2013 Jan 09
1
NAS and 2 active Samba servers / locking not working
.../export/storage smbshare/bla/bla1.docx
Server1:
Locked files:
Pid Uid DenyMode Access R/W Oplock SharePath Name Time
--------------------------------------------------------------------------------------------------
2004 0 DENY_WRITE 0x2019f RDWR NONE /import/999999/smbshare bla/bla1.docx
Sever2:
Locked files:
Pid Uid DenyMode Access R/W Oplock SharePath Name Time
------------------------------------------------------------------------------------------------...
2003 Sep 24
0
CreateFile for EXE images vs other files
...DELETE, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
Samba shows that I have the file opened with this type of lock
DENY_NONE 0x20089 RDONLY
When the file is locked in this manner, I am unable to rename the file.
However, Windows launches executables over Samba shares with the lock:
DENY_WRITE 0x20 RDONLY
I have tried to mimic this lock using GENERIC_READ with FILE_SHARE_READ:
DENY_WRITE 0x20089 RDONLY
and with GENERIC_EXECUTE with FILE_SHARE_READ
DENY_WRITE 0x200a0 RDONLY
and by simply putting the constant value FILE_EXECUTE
DENY_WRITE 0xa0 RDONLY
It seems...
2015 Mar 06
2
closed connection to service xxx
..."common", "user" and "nov"
On our common-share, I created a document with MS Word (Windows 7-client):
$ sudo smbstatus | grep .doc
WARNING: The "idmap uid" option is deprecated
WARNING: The "idmap gid" option is deprecated
14285 10028 DENY_WRITE 0x12019f RDWR NONE
/mnt/storage/share/common New Microsoft Office Word Document.docx
Fri Mar 6 09:29:04 2015
I kept word running and after 1? hours these messages appears in the log:
$ tail -f /var/log/samba/log.myIP
[2015/03/06 11:04:31.126911, 1] ../source3/smbd/service....
2008 Aug 19
11
[ANNOUNCE] Samba 3.2.2 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==============================================================
"Life is trying things to see if they work."
Ray Bradbury
==============================================================
Release Announcements
=====================
This is a bug fix release of the Samba 3.2 series.
Major bug fixes included in Samba 3.2.2 are:
o
2008 Aug 19
11
[ANNOUNCE] Samba 3.2.2 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==============================================================
"Life is trying things to see if they work."
Ray Bradbury
==============================================================
Release Announcements
=====================
This is a bug fix release of the Samba 3.2 series.
Major bug fixes included in Samba 3.2.2 are:
o
2008 Jan 18
1
Strange locking behaviour upsets Apache
...he Apache logs:
[error] (26)Text file busy: exec of
/home/user/public_html/blah/blah.cgi failed
"Text file busy" is the key. If one runs 'smbstatus | grep epic_plasma'
(in this case) and watches the locks shown for the file being edited, a
lock is seen:
28434 1165 DENY_WRITE 0x2019f RDWR EXCLUSIVE+BATCH
/home/user/public_html/blah/blah.cgi [...]
Upon repeated re-running of 'smbstatus', the above lock goes away after
approximately 10-15 seconds.
Apache refuses to attempt loading the CGI file if the Samba lock is in
place, it seems. This delay makes it ve...
2005 Oct 31
1
Locking for Linux/WinXP clients (-or- CIFS issues)
...t/output error while accessing X" message from
OpenOffice.org.
I though it might be something to do with the oplocks so I tested all
possible combinations and the results stayed exactly as above. The only
thing that changed was the line from smbstatus:
No oplocks, XP opening file:
9868 DENY_WRITE 0x2019f RDWR NONE
No oplocks, Linux opening file:
9871 DENY_NONE 0x12019f RDWR NONE
Level 1 only, XP opening file:
9966 DENY_WRITE 0x2019f RDWR EXCLUSIVE+BATCH
Level 1 only, Linux opening file:
9968 DENY_NONE 0x12019f RDWR EXCLUSIVE
Level 1 and 2 o...
2003 Mar 30
0
why do file locks revert to root ( fairly long)
.../02tax/OPTION02/OPT019.W2 Sat Mar 29 18:01:45 2003
4320 DENY_NONE 0x20089 RDONLY NONE /apps/Lacerte/02tax/opdata.w2 Fri Mar 28 17:37:05 2003
4320 DENY_ALL 0x2019f RDWR NONE /apps/Lacerte/02tax/OPTION02/SID019A.w2 Fri Mar 28 17:37:05 2003
4320 DENY_WRITE 0x20 RDONLY NONE /apps/Lacerte/02tax/engine02.dll Fri Mar 28 17:37:07 2003
4320 DENY_NONE 0x2019f RDWR NONE /apps/Lacerte/02tax/OPTION02/RECURRG2.MDX Fri Mar 28 17:37:06 2003
4320 DENY_WRITE 0x20 RDONLY EXCLUSIVE+BATCH /apps/Lacerte...
2016 Oct 21
0
CTDB and locking issues in 4.4.6 (Classic domain)
...>
> > Alex
> >
> Here you go:
>
> Locked files:
> Pid Uid DenyMode Access R/W Oplock
> SharePath Name Time
> --------------------------------------------------------------------------------------------------
> 1:11489 1046 DENY_WRITE 0x12019f RDWR NONE
> /mfs/samba/drive_v jmi/Corporate Accounting/ISL Ltd
> Accounts/2016/1609/201609 213_ ISL Balance sheet variance analysis.xls Fri
> Oct 21 17:27:22 2016
>
> 0:9375 1046 DENY_WRITE 0x12019f RDWR NONE
> /mfs/samba/drive_v jmi/Corporate A...
2003 Jul 15
0
Binary filenames in smbstatus output? (Samba 2.2.5)
...production
and so we are a little apprehensive of changing versions unless we can be at
least fairly certain the change will be painless and going to fix our
problem.
Partial output of smbstatus' locked files section shows:
13848 DENY_NONE 0x20189 RDONLY NONE z~ Tue Jul 15 10:17:26 2003
13848 DENY_WRITE 0x20189 RDONLY NONE z~ Tue Jul 15 10:17:26 2003
11705 DENY_NONE 0x20189 RDONLY NONE z~ Tue Jul 15 09:59:57 2003
11705 DENY_WRITE 0x20189 RDONLY NONE z~ Tue Jul 15 09:59:57 2003
29695 DENY_NONE 0x20189 RDONLY NONE z~ Tue Jul 15 08:11:32 2003
29695 DENY_WRITE 0x20189 RDONLY NONE z~ Tue Jul 15 08:11:...
2006 Jan 23
0
Samba 3.0.21a Debian Sarge Files get listed twice with smbstatus -u .......
...are not able to send/receive emails. If they close/open
oulook the second time everything is fine. I 'd set a high debug level and
observed the log but nothing that will point to a problem here. Maybe
corrupted pst ?
b) if i do a smbstatus -u i get the following output for example:
17244 DENY_WRITE 0x2019f RDWR NONE Mail/Outlook.pst
Fri Jan 20 10:34:53 2006
17244 DENY_NONE 0x20089 RDONLY NONE Mail/Outlook.pst
Fri Jan 20 12:31:10 2006
28885 DENY_WRITE 0x2019f RDWR NONE Mail/2005.pst Fri
Jan 20 13:23:22 2006
28885 DEN...
2016 Oct 21
3
CTDB and locking issues in 4.4.6 (Classic domain)
...from that patch.
>
> Regards,
>
> Alex
>
Here you go:
Locked files:
Pid Uid DenyMode Access R/W Oplock
SharePath Name Time
--------------------------------------------------------------------------------------------------
1:11489 1046 DENY_WRITE 0x12019f RDWR NONE
/mfs/samba/drive_v jmi/Corporate Accounting/ISL Ltd
Accounts/2016/1609/201609 213_ ISL Balance sheet variance analysis.xls
Fri Oct 21 17:27:22 2016
0:9375 1046 DENY_WRITE 0x12019f RDWR NONE
/mfs/samba/drive_v jmi/Corporate Acc...