Displaying 10 results from an estimated 10 matches for "nobrl".
Did you mean:
nobel
2015 Oct 31
5
Openvpn and samba: play nice together?
...ted on /proc
mount: //mariah/vol1 already mounted on /sam/vol1
mount: //mariah/vol2 already mounted on /sam/vol2
Credential formatted incorrectly: (null)
Credential formatted incorrectly: (null)
Credential formatted incorrectly: (null)
mount.cifs kernel mount options:
ip=10.8.20.1,unc=\\torus\vol2,nobrl,credentials=/root/.toruscredentials,uid=1000,gid=1003,ver=1,user=doug,pass=********
Unable to find suitable address.
doug at wind:~$
=====
The specific line in wind's /etc/fstab involved is:
=====
//torus/vol2 /sam/torus2 cifs
rw,nobrl,mand.user,credentials=/root/.toruscredentials,uid...
2024 Oct 14
1
Compressed archives randomly corrupted on a Linux share
...this subject resolves the initial problem (the reason of
corruption).
From past I learnt that update things can give more troubles that this
resolves.
The problem could be an application bug but from my humble experience I
suspect the solution is in client side configuration (I suggested the
nobrl parameter) which would gives an unstable connection (and sometimes
some lost bytes or something similar).
Furthermore we do not want to have a fix dedicated for our current Samba
version but we want to attest the problem source : Samba, OMV,
protocols, LibreOffice, ZFS
How to log the problem w...
2024 Oct 11
1
Compressed archives randomly corrupted on a Linux share
...d when we work directly on Samba Linux shares (not
from Windows) and with the LO tool.
What can we do to identify what is causing the problem and after remedy it ?
---
We search before posting and discovered that there is a CIFS client
parameter which possibly could be related to our problem, *nobrl*
(source
<https://askubuntu.com/questions/1410548/intermittent-problems-saving-libreoffice-documents-to-samba-share/1410802#1410802>),
but we are not sure and as the problem is random we can not confirm it
for now.
---
Configuration NAS server:
root at server:~# uname -a
Linux server 4...
2024 Oct 11
2
Compressed archives randomly corrupted on a Linux share
...shares (not from Windows) and with the LO tool.
>
> What can we do to identify what is causing the problem and after
> remedy it ?
>
> ---
>
> We search before posting and discovered that there is a CIFS client
> parameter which possibly could be related to our problem, *nobrl*
> (source
> <https://askubuntu.com/questions/1410548/intermittent-problems-saving-libreoffice-documents-to-samba-share/1410802#1410802>),
> but we are not sure and as the problem is random we can not confirm
> it for now.
>
> ---
>
> Configuration NAS server:
>...
2015 Nov 02
0
Openvpn and samba: play nice together?
...vol1 already mounted on /sam/vol1
> mount: //mariah/vol2 already mounted on /sam/vol2
> Credential formatted incorrectly: (null)
> Credential formatted incorrectly: (null)
> Credential formatted incorrectly: (null)
> mount.cifs kernel mount options:
> ip=10.8.20.1,unc=\\torus\vol2,nobrl,credentials=/root/.toruscredentials,uid=1000,gid=1003,ver=1,user=doug,pass=********
>
> Unable to find suitable address.
> doug at wind:~$
> =====
>
> The specific line in wind's /etc/fstab involved is:
> =====
> //torus/vol2 /sam/torus2 cifs
> rw,nobrl,mand.u...
2015 Jan 22
0
How to do nonblocking writes to CIFS networkshares?
...hen
accessing the missing networkshare. I have e.g. observed write(2) calls
being blocked for up to 5 minutes.
Worth noting is that my samba 4.1.13-based networkshare is running on a
Linux 3.14.15 server and is mounted from a Linux-3.14 client system like so:
mount -t cifs -o nounix,noserverino,nobrl //192.168.0.42/myshare
/tmp/mountpoint
In order not to block in these POSIX calls I attempted to open(2) the
file for writing using O_NONBLOCK and then use select(2) to try to
determine if the file descriptor was writable before attemping to call
write(2). The idea being that if the fd claims...
2007 Jan 17
1
CIFS / mounting long delay
...this possibility, so,
nothing change.
The CIFS logs at clients are alright (and in fact, if I map using smbfs
instead CIFS, the efect runs just the same).
The commando used for mounting is:
mount.cifs //10.1.15.105/data /data -o username=user,password=test
Note: the options recordio, noperms, nobrl and the whole meal were just
tested.
Checking...
samba version (from 3.0.23c to 3.0.23d)
smb.conf
kernel version (from 2.4.33.3 to 2.6.19.3)
name resolution
cifs for better performance
I'm just running out of possibilities, googling that I found some
related problem (but without solution)...
2010 May 21
0
ANNOUNCE: cifs-utils release 4.5 available for download
...struct parsed_mount_info*)
transplanted to a switch block.
The parsing function folds common options to a single macro:
1.) 'unc','target', and 'path' -> 'OPT_UNC'
2.) 'dom*' and 'workg*' -> 'OPT_DOM'
3.) 'nobrl' and 'nolock' -> 'OPT_NO_LOCK'
Kept 'fmask' and 'dmask' (OPT_FMASK, OPT_DMASK), which fall through to
'file_mode' and 'dir_mode' in the main loop.
Signed-off-by: Scott Lovenberg <scott.lovenberg at gmail.com>
commit...
2010 Jul 30
0
ANNOUNCE: cifs-utils release 4.6 available for download
...t few releases. Major
highlights:
- - documentation additions for the fsc option
- - mount.cifs deals with _netdev, mand and nomand options correctly now
- - a change in how mount.cifs handles the MS_MANDLOCK flag. It used to
set it by default and you had to specify "nolock" or "nobrl" to turn
it off. Now, it's off by default and you need to specify the "mand"
option to turn it on. This is more in line with how other filesystems
deal with mandatory locking. In practice, we hardly ever want the
kernel to enforce mandatory locking -- the server deals wit...
2009 Mar 26
0
Processed: updating submitter e-mail address
...Bug#483216: sqlite3: sqlite fails to update dbs used from a CIFS mount
Changed Bug submitter from Daniel Kahn Gillmor <dkg-debian.org at fifthhorseman.net> to Daniel Kahn Gillmor <dkg at fifthhorseman.net>.
> submitter 483502 !
Bug#483502: smbfs: mount -o remount, brl or -o remount, nobrl changes the reported "mand" option, but has no effect
Changed Bug submitter from Daniel Kahn Gillmor <dkg-debian.org at fifthhorseman.net> to Daniel Kahn Gillmor <dkg at fifthhorseman.net>.
> submitter 483507 !
Bug#483507: mount.cifs: brl option does not produce documented...