Displaying 20 results from an estimated 23 matches for "echo_interval".
2024 Jan 30
1
permission denied with windows acls
................
//devstation.samdom.example.com/data on /mnt/test type cifs (rw,relatime,vers=3.1.1,sec=krb5,cruid=0,cache=strict,multiuser,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.1.141,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,noperm,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=1)
//devstation.samdom.example.com/Mtest1 on /mnt/testmount1 type cifs (rw,relatime,vers=3.1.1,sec=krb5,cruid=0,cache=strict,multiuser,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.1.141,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,noperm,rsize=4194304,wsize=...
2016 Dec 21
2
How to avoid CIFS timeout?
...firm CIFS 1.0 is used (and "hard" option is also used).
But I can still observed the following logs on client side:
CIFS VFS: Server 10.57.33.134 has not responded in 120 seconds. Reconnecting...
My samba server version 4.2.10.
Can anyone suggest me how to avoid CIFS client timeout? (echo_interval is not good as most of existing Linux distributions today do not support it)
Thanks
Mike
2019 Apr 29
2
permission denied while compile linux kernel on samba share
...eate mode=0770
# cat /proc/mounts | grep cifs
//10.10.27.203/cifs-share /mnt/cifs cifs
rw,relatime,vers=default,cache=strict,username=root,domain=,uid=0,noforceuid,gid=0,noforcegid,addr=10.10.27.203,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,mfsymlinks,rsize=1048576,wsize=1048576,echo_interval=60,actimeo=1
0 0
2024 Jan 30
1
permission denied with windows acls
On 1/29/24 13:08, Rowland Penny via samba wrote:
> On Mon, 29 Jan 2024 12:51:37 -0800
> Peter Carlson via samba<samba at lists.samba.org> wrote:
>
>
>> Just did a quick test, the big T comes after setting permissions in
>> windows
>>
>> root at fs1:/var/log# cd /data
>> root at fs1:/data# mkdir -m 1777 test2
> No it doesn't, you are setting
2018 Jun 25
1
works with 4.7.6, fails with 4.8.2: echo > $(mktemp /mnt/XXXXXX)
...ON:0x0
CONTROL:0x0
The cifs mount in both cases is shown as:
root at ubuntu:~# mount -t cifs
//localhost/tmp on /mnt type cifs
(rw,relatime,vers=1.0,sec=none,cache=strict,domain=,uid=0,noforceuid,gid=0,noforcegid,addr=127.0.0.1,soft,unix,posixpaths,serverino,mapposix,acl,rsize=1048576,wsize=65536,echo_interval=60,actimeo=1)
Is this a bug that was fixed, a bug that was introduced, or neither
and I'm holding it wrong?
Thanks!
2018 Apr 26
2
Character encoding mystery
...CIFS exports from the DDP server :
# mount | grep temp
//192.168.5.150/w-rushes-temp on /mnt/w-rushes-temp type cifs
(ro,relatime,vers=1.0,cache=strict,username=admin,domain=,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.5.150,soft,unix,posixpaths,serverino,mapposix,acl,rsize=1048576,wsize=65536,echo_interval=60,actimeo=1)
Listing the files on this mount everything looks good at first glance:
# ls -l M*mo-1.*
-rw-rw-rw- 1 root root 8417218 6 sept. 2013 Mémo-1.aif
-rw-rw-rw- 1 root root 363175 6 sept. 2013 Mémo-1.m4a
Now I copy the files from the old system to the new one, using cp -a,
or rsync....
2019 Nov 06
2
samba performance when writing lots of small files
...aio write size = 1
root at plattentest:~# mount | grep test
//localhost/test on /mnt type cifs
(rw,relatime,vers=3.1.1,sec=none,cache=strict,uid=0,noforceuid,gid=0,noforcegid,addr=127.0.0.1,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1)
root at plattentest:~#
mounting the share with cache=loose, nostrictsync and noblocksend adds
another minute, adding "aio write behind = *" to the share definition
does next to nothing. neither cpu nor ram are bottlenecks.
thank you very much & with kind regards,
t.
-...
2023 Mar 09
3
CIFS client mounts meta ops 30 times slow than server
...60-generic
Server SMB version: 4.15.13+dfsg-0ubuntu1
Mount options: <path> type cifs
(rw,relatime,vers=3.1.1,cache=strict,username=elvis_chen,uid=0,noforceuid,gid=0,noforcegid,addr=<ip>,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1)
2023 Oct 15
1
reliability of mounting shares while login
...ount parameters: Volume-related -->
<mkmountpoint enable="1" remove="true"/>
<volume fstype="cifs" server="srv-dc01.example.localnet" path="Daten$" mountpoint="/media/%(USER)/Daten" options="iocharset=utf8,nosuid,nodev,echo_interval=15,sec=krb5i,cruid=%(USERUID)," uid="5000-999999999"/>
<volume fstype="cifs" server="srv-dc01.example.localnet" path="Home$" mountpoint="/media/%(USER)/Home" options="iocharset=utf8,nosuid,nodev,echo_interval=15,sec=krb5i,cruid=%(U...
2016 Dec 23
0
How to avoid CIFS timeout?
...is also used).
>
> But I can still observed the following logs on client side:
>
> CIFS VFS: Server 10.57.33.134 has not responded in 120 seconds.
> Reconnecting...
>
>
> My samba server version 4.2.10.
>
> Can anyone suggest me how to avoid CIFS client timeout? (echo_interval is not
> good as most of existing Linux distributions today do not support it)
>
>
> Thanks
> Mike
>
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
2017 Aug 08
0
Smbclient cant transer large files
...ccessed easily with cifs:
//vienas01.andritz.com/HIPASE on /media/HIPASE_Q type cifs (rw,nosuid,nodev,relatime,vers=1.0,cache=strict,username=<snip>,domain=<snip>,uid=1000,forceuid,gid=1000,forcegid,addr=172.24.180.161,file_mode=0755,dir_mode=0755,nounix,mapposix,rsize=61440,wsize=65536,echo_interval=60,actimeo=1,user=<snip>)
The problem seems to have appeared with 2:4.2.14+dfsg-0+deb8u7:
http://metadata.ftp-master.debian.org/changelogs/main/s/samba/samba_4.2.14+dfsg-0+deb8u7_changelog
A very old smbclient (Ubuntu 12.04) was successfully tested, so I believe this was not a change on the...
2018 Apr 26
0
Character encoding mystery
...server :
>
> # mount | grep temp
>
> //192.168.5.150/w-rushes-temp on /mnt/w-rushes-temp type cifs
> (ro,relatime,vers=1.0,cache=strict,username=admin,domain=,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.5.150,soft,unix,posixpaths,serverino,mapposix,acl,rsize=1048576,wsize=65536,echo_interval=60,actimeo=1)
>
> Listing the files on this mount everything looks good at first glance:
>
> # ls -l M*mo-1.*
>
> -rw-rw-rw- 1 root root 8417218 6 sept. 2013 Mémo-1.aif
> -rw-rw-rw- 1 root root 363175 6 sept. 2013 Mémo-1.m4a
>
> Now I copy the files from the old...
2019 Nov 06
0
samba performance when writing lots of small files
...te size = 1
> root at plattentest:~# mount | grep test
> //localhost/test on /mnt type cifs
> (rw,relatime,vers=3.1.1,sec=none,cache=strict,uid=0,noforceuid,gid=0,noforcegid,addr=127.0.0.1,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1)
> root at plattentest:~#
>
> mounting the share with cache=loose, nostrictsync and noblocksend adds
> another minute, adding "aio write behind = *" to the share definition
> does next to nothing. neither cpu nor ram are bottlenecks.
This is re-exporting via...
2018 Jun 26
1
Fwd: Re: Ubuntu 18:04 not getting 'home' directory from DC
...ec=ntlm"):
root at CY-SALE:~# mount -v | grep /home/test
//10.157.1.32/home/test on /mnt/home/test type cifs (rw,relatime,vers=1.0,sec=ntlm,cache=strict,username=test,uid=10109,forceuid,gid=10001,forcegid,addr=10.157.1.32,soft,unix,posixpaths,serverino,mapposix,*acl*,rsize=1048576,wsize=65536,echo_interval=60,actimeo=1)
Does not work Default (no vers or sec):
root at CY-SALE:~# mount -v | grep /home/test
//10.157.1.32/home/test on /mnt/home/test type cifs (rw,relatime,vers=default,cache=strict,username=test,domain=,uid=10109,forceuid,gid=10001,forcegid,addr=10.157.1.32,file_mode=0755,dir_mode=0755,...
2017 Aug 08
0
Smbclient cant transer large files
...cifs://vienas01.andritz.com/HIPASE on /media/HIPASE_Q type cifs
>>(rw,nosuid,nodev,relatime,vers=1.0,cache=strict,username=<snip>,domain=<snip>,uid=1000,forceuid,gid=1000,forcegid,addr=172.24.180.161,\
>> file_mode=0755,dir_mode=0755,nounix,mapposix,rsize=61440,wsize=65536,echo_interval=60,actimeo=1,user=<snip>)
What i noticed here also, and if someone can explain this for me why this is.
rsize=61440
wsize=65536
Normaly i see rsize and wsize 65536
By default block size = 1024 but above shows a difference of exact 4096
Is this related? Should block size not be 4096?
>...
2023 Mar 09
1
CIFS client mounts meta ops 30 times slow than server
...Server SMB version: 4.15.13+dfsg-0ubuntu1
> Mount options: <path> type cifs
> (rw,relatime,vers=3.1.1,cache=strict,username=elvis_chen,uid=0,noforceuid,gid=0,noforcegid,addr=<ip>,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1)
>
2024 Jan 26
1
permission denied with windows acls
...ev 0 0
//fs.carlson.lab/test on /mnt/test type cifs
(rw,relatime,vers=3.1.1,sec=ntlmssp,cache=strict,multiuser,domain=CARLSON.LAB,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.1.52,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,noperm,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1,_netdev)
CARLSON\peter at u2gui:~$ id
uid=2001107(CARLSON\peter) gid=2000513(CARLSON\domain users)
groups=2000513(CARLSON\domain
users),10000(BUILTIN\administrators),10001(BUILTIN\users),2000512(CARLSON\domain
admins),2000572(CARLSON\denied rodc password replicatio...
2017 Aug 08
3
Smbclient cant transer large files
...fs:
>//vienas01.andritz.com/HIPASE on /media/HIPASE_Q type cifs
>(rw,nosuid,nodev,relatime,vers=1.0,cache=strict,username=<snip>,domain=<sni
>p>,uid=1000,forceuid,gid=1000,forcegid,addr=172.24.180.161,file_mode=0755,
>dir_mode=0755,nounix,mapposix,rsize=61440,wsize=65536,echo_interval=60,a
>ctimeo=1,user=<snip>)
>
>The problem seems to have appeared with 2:4.2.14+dfsg-0+deb8u7:
>http://metadata.ftp-
>master.debian.org/changelogs/main/s/samba/samba_4.2.14+dfsg-
>0+deb8u7_changelog
>
>A very old smbclient (Ubuntu 12.04) was successfully tested...
2019 Sep 25
2
samba performance when writing lots of small files
hi there,
running a simple test like
time for s in $(seq 0 9999); do echo hello > world-$s; done
takes a little more than a minute on a locally mounted test share on our
samba server. the same test finishes in about 5 seconds when it is run
on the server's file system, without samba.
i understand that dealing with many small files isn't exactly the sweet
spot of any (networked) file
2018 Mar 13
0
cifs-utils release 6.8 ready for download
...00
cifs-utils: bump version to 6.8
Signed-off-by: Pavel Shilovsky <pshilov at microsoft.com>
commit 8d80660f7145eea89a32b4bd37b044da988d2918
Author: Kenneth Dsouza <kdsouza at redhat.com>
Date: Mon Jan 29 22:16:08 2018 +0530
update mount.cifs manpage with info about echo_interval option.
Adds information regarding reconnection time.
Acked-by: Sachin Prabhu <sprabhu at redhat.com>
Signed-off-by: Kenneth D'souza <kdsouza at redhat.com>
commit b7eb1124570afa5de9cc511455d00e850fc99c5f
Author: Ronnie Sahlberg <lsahlber at redhat.com>
Date:...