search for: mountproto

Displaying 20 results from an estimated 24 matches for "mountproto".

Did you mean: mountport
2010 Oct 21
1
Some client problems with TCP-only NFS in Gluster 3.1
...portmap only with tcp and not udp. While this makes sense for a TCP-only NFS implementation, it does cause problems for some clients: Ubuntu 10.04 and 7.04 mount just fine. Ubuntu 8.04 gives "requested NFS version or transport protocol is not supported", unless you specify "-o mountproto=tcp" as a mount option, in which case it works just fine. Solaris 2.6 & 7 both give "RPC: Program not registered". Solaris apparently doesn't support the mountproto=tcp option, so there doesn't seem to be any way for Solaris clients to mount. There may be other clie...
2011 Aug 22
2
btrfs over nfs
...ments as /mnt/documents the data from the last subvolume mounted shows in both mounts. Mount also shows: 172.16.0.28:/documents/ on /mnt/user type nfs (rw,relatime,vers=3,rsize=262144,wsize=262144,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=172.16.0.28,mountvers=3,mountport=892,mountproto=udp,local_lock=none,addr=172.16.0.28) 172.16.0.28:/documents/ on /mnt/documents type nfs (rw,relatime,vers=3,rsize=262144,wsize=262144,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=172.16.0.28,mountvers=3,mountport=892,mountproto=udp,local_lock=none,addr=172.16.0.28) The initial...
2018 Nov 15
2
huge increase in storage activity afther dovecot upgrade
...uch setup with NFSv3 over > TCP, which turned out to be the fastest and most reliable throughout > the years. Here are the mount options: > rw,noatime,nodiratime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,nordirplus,proto=tcp,timeo=600,retrans=2,sec=sys,mountvers=3,mountport=1892,mountproto=tcp,local_lock=none > > On the Dovecot side we're running with: > lock_method = dotlock > mail_fsync = never > mail_nfs_index = no > mail_nfs_storage = no > maildir_very_dirty_syncs = yes > mmap_disable = yes > protocol lda { > ? mail_fsync = optimized > } >...
2018 Dec 20
2
Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)
...tch mount | grep ^/ /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered) mount | grep nfs nfs1:/mail/maildir on /var/maildir type nfs (rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=172.16.2.28,mountvers=3,mountport=635,mountproto=udp,local_lock=none,addr=172.16.2.28) nfs1:/mail on /var/mail type nfs (rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=172.16.2.28,mountvers=3,mountport=635,mountproto=udp,local_lock=none,addr=172.16.2.28) cifs1:/homepermanents/info/lpouze...
2020 Oct 23
1
dovecot-uidlist invalid data
...t exists storage mount from storage NetApp storage:/vmail on /vmail type nfs (rw,noexec,noatime,vers=3,rsize=65536,wsize=65536,namlen=255,acregmin=120,acregmax=120,acdirmin=120,acdirmax=120,hard,nocto,nordirplus,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.19.19.19,mountvers=3,mountport=635,mountproto=tcp,local_lock=none,addr=10.19.19.19) cat /etc/fstab storage:/vmail??? /vmail??? nfs??? rw,sec=sys,noexec,noatime,tcp,hard,rsize=65536,wsize=65536,intr,nordirplus,nfsvers=3,tcp,actimeo=120,nocto??? 0??? 0 Probably somthing in kernel or mount options. Any idea ?
2013 Oct 14
0
Glusterfs 3.4.1 not able to mount the exports containing soft links
...of the of the exported volume on the server 1 server 1 sh# ls -l total 4 lrwxrwxrwx. 1 root root 6 Oct 14 13:54 fakeroot -> rootfs drwxr-xr-x. 20 root root 4096 Oct 10 20:07 rootfs >From server 2 , I am trying to mount the soft link fakeroot, and it is failing server 2 sh# mount -o mountproto=tcp -t nfs 10.137.108.163:/_testvol/fakeroot /root/nfs_test mount.nfs: an incorrect mount option was specified When I mount the directory contained in the volume from server 2 , it is successfully getting mounted server 2 sh# mount -o mountproto=tcp -t nfs 10.137.108.163:/_testvol/rootfs /ro...
2018 Oct 10
3
index corruption weirdness
...FS: > > # mount -t nfs |grep mail/15 > > 172.16.255.14:/vol/vol1/mail/15 on /var/spool/mail/15 type nfs > > (rw,nosuid,nodev,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,nordirplus,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=172.16.255.14,mountvers=3,mountport=4046,mountproto=udp,local_lock=none,addr=172.16.255.14) > > > > Dovecot Info: > > dovecot -n > > # 2.1.17: /etc/dovecot/dovecot.conf > > > > Hi! > > Thank you for your report, however, 2.1.17 is VERY old version of > dovecot and this problem is very likely fixed in a...
2019 Jan 08
1
Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)
...type ext4 (rw,relatime,errors=remount-ro,data=ordered) >> >> mount | grep nfs >> nfs1:/mail/maildir on /var/maildir type nfs >> (rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=172.16.2.28,mountvers=3,mountport=635,mountproto=udp,local_lock=none,addr=172.16.2.28) >> nfs1:/mail on /var/mail type nfs >> (rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=172.16.2.28,mountvers=3,mountport=635,mountproto=udp,local_lock=none,addr=172.16.2.28) >> cifs1...
2019 Jan 06
0
Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)
...^/ > /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered) > > mount | grep nfs > nfs1:/mail/maildir on /var/maildir type nfs (rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=172.16.2.28,mountvers=3,mountport=635,mountproto=udp,local_lock=none,addr=172.16.2.28) > nfs1:/mail on /var/mail type nfs (rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=172.16.2.28,mountvers=3,mountport=635,mountproto=udp,local_lock=none,addr=172.16.2.28) > cifs1:/homepermanents/i...
2020 Sep 23
2
Dovecot permission denied errors on NFS after upgrade to 2.2.17
On 21 Sep 2020, at 01:48, Claudio Corvino <ccorvino at trustitalia.it> wrote: > problem still occurring, I just noticed that if I do an "ls -l /mnt/mail-storage/<user>/Maildir/cur/" from the Dovecot server I can unblock the mailbox of the user and Thunderbird can receives all the e-mails. > > The problem occurs even with the gmail client on the smartphone. >
2018 Oct 09
3
index corruption weirdness
...3.10.0-862.14.4.el7.x86_64 NFS: # mount -t nfs |grep mail/15 172.16.255.14:/vol/vol1/mail/15 on /var/spool/mail/15 type nfs (rw,nosuid,nodev,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,nordirplus,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=172.16.255.14,mountvers=3,mountport=4046,mountproto=udp,local_lock=none,addr=172.16.255.14) Dovecot Info: dovecot -n # 2.1.17: /etc/dovecot/dovecot.conf # OS: Linux 3.10.0-862.14.4.el7.x86_64 x86_64 CentOS Linux release 7.5.1804 (Core) auth_failure_delay = 0 auth_master_user_separator = * auth_username_format = %Ln auth_verbose = yes auth_verbo...
2018 Oct 10
0
index corruption weirdness
..._64 > > NFS: > # mount -t nfs |grep mail/15 > 172.16.255.14:/vol/vol1/mail/15 on /var/spool/mail/15 type nfs > (rw,nosuid,nodev,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,nordirplus,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=172.16.255.14,mountvers=3,mountport=4046,mountproto=udp,local_lock=none,addr=172.16.255.14) > > Dovecot Info: > dovecot -n > # 2.1.17: /etc/dovecot/dovecot.conf > Hi! Thank you for your report, however, 2.1.17 is VERY old version of dovecot and this problem is very likely fixed in a more recent version. Aki
2018 Nov 15
0
huge increase in storage activity afther dovecot upgrade
...th NFSv3 over >> TCP, which turned out to be the fastest and most reliable throughout >> the years. Here are the mount options: >> rw,noatime,nodiratime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,nordirplus,proto=tcp,timeo=600,retrans=2,sec=sys,mountvers=3,mountport=1892,mountproto=tcp,local_lock=none >> On the Dovecot side we're running with: >> lock_method = dotlock >> mail_fsync = never >> mail_nfs_index = no >> mail_nfs_storage = no >> maildir_very_dirty_syncs = yes >> mmap_disable = yes >> protocol lda { >> ? mai...
2020 Jun 23
0
problem with warnings
...ovecot-nodes and storage always was mounted via nfs /vmail on /vmail type nfs (rw,noexec,noatime,vers=3,rsize=65536,wsize=65536,namlen=255,acregmin=120,acregmax=120,acdirmin=120,acdirmax=120,hard,nocto,nordirplus,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.0.100.41,mountvers=3,mountport=635,mountproto=tcp,local_lock=none,addr=xxx.xxx.xxx.xxx) # 2.2.36.4 (baf9232c1): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.24.rc1 (debaa297) # OS: Linux 3.16.0-10-amd64 x86_64 Debian 8.11
2020 Sep 24
0
Dovecot permission denied errors on NFS after upgrade to 2.2.17
...XX.XXX:/mail-storage??? /mnt/mail-storage nfs defaults,timeo=30??? ??? ??? ??? 0?????? 0/ Here are my options when doing "mount": /rw,relatime,vers=3,rsize=262144,wsize=262144,namlen=255,hard,proto=tcp,timeo=30,retrans=2,sec=sys,mountaddr=//XXX.XXX.XXX.XXX//,mountvers=3,mountport=50141,mountproto=udp,local_lock=none,addr=//XXX.XXX.XXX.XXX/ How can I do further test? Thanks in advance Claudio On 23/09/20 22:26, @lbutlr wrote: > On 21 Sep 2020, at 01:48, Claudio Corvino <ccorvino at trustitalia.it> wrote: >> problem still occurring, I just noticed that if I do an "ls -...
2011 Oct 18
1
Saving M$- Word document takes 3 minutes
...: OpenSUSE 11.4. I have a NFS mount (options were inserted by YaST): <server>:/home/User_Data/<user> on /home/<user>/Data type nfs (rw,relatime,vers=3,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.1.1,mountvers=3,mountport=33365,mountproto=udp,local_lock=none,addr=192.168.1.1) I have all applications use this mount for data, including Thunderbird's .thunderbird directory soft linked to it. They all work happily over a 802.11bgn mixed mode. The workstation is on a the LAN of a TLink with 802.11n mode and with a WDS connection to...
2012 Sep 24
0
Static files have vanished.
...-27 11:14:44 +0200 x86_64 x86_64 x86_64 GNU/Linux $ cat /etc/SuSE-release SUSE Linux Enterprise Server 11 (x86_64) VERSION = 11 PATCHLEVEL = 1 nfs rw,nosuid,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=#####,mountvers=3,mountport=56892,mountproto=tcp,local_lock=none,addr=##### I'm positive the files are not being changed, they are only updated when a computer is installed or removed and the frequency of this, as you can guess, is not such that these files should never(vary rarely ever) be considered vanished. Nevertheless consecutive...
2018 Oct 10
0
index corruption weirdness
...<div> 172.16.255.14:/vol/vol1/mail/15 on /var/spool/mail/15 type nfs </div> <div> (rw,nosuid,nodev,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,nordirplus,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=172.16.255.14,mountvers=3,mountport=4046,mountproto=udp,local_lock=none,addr=172.16.255.14) </div> </blockquote> <blockquote type="cite"> <div> Dovecot Info: </div> <div> dovecot -n </div> <div> # 2.1.17: /etc/dovecot/dovecot.conf &...
2018 Nov 14
2
huge increase in storage activity afther dovecot upgrade
Thanks, they are as in example, except for "mailbox_list_index = yes" witch is from https://wiki.dovecot.org/PerformanceTuning On Wed, Nov 14, 2018 at 12:18 PM Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > You should review https://wiki2.dovecot.org/NFS to see that the settings > make sense. > > Aki > On 14.11.2018 12.00, Adrian M wrote: > > Thank you !
2013 Oct 02
1
Shutting down a GlusterFS server.
Hi, I have a 2-node replica volume running with GlusterFS 3.3.2 on Centos 6.4. I want to shut down one of the gluster servers for maintenance. Any best practice that is to be followed while turning off a server in terms of services etc. Or can I just shut down the server. ? Thanks & Regards, Bobby Jacob -------------- next part -------------- An HTML attachment was scrubbed... URL: