similar to: NFS - Permission Denied

Displaying 20 results from an estimated 10000 matches similar to: "NFS - Permission Denied"

2020 Jul 13
2
Dovecot permission denied errors on NFS after upgrade to 2.2.17
Thanks Jochen, no mixups present at all, file assigned to UID 501. Since this problem started few hours after the Debian upgrade, I think it is related to it. I don't know if something has changed on the NFS client side on Debian, but I don't think so as aptlistchanges didn't notify me about it, nor if Dovecot 2.2.17 treat NFS in other way. I'm stuck. On 13/07/20 16:07,
2008 Mar 08
2
error mounting NFS client on NFS server
My NFS server is on 192.168.10.10, with the following setup in /etc/exports: /backup 192.168.10.0/24(rw) Then, form a client (192.168.10.11), I run mount 192.168.10.10:/backup /bck, but get the following error: root at vps01 [~]# mount 192.168.10.10:/backup /bck mount.nfs: Input/output error On the main server, I see this in /var/log/messages: Mar 8 08:42:52 venus kernel: kjournald starting.
2008 Oct 09
2
xen 3.2.1 - How to boot ISO image
Hi All, I have working CentOS xen guest (domU) inside in Debian xen domain (dom0) and here is the domU''s config file <http://fpaste.org/paste/7295>. How could I put the proper syntax inside of domU''s config to instruct the domU to boot the /data/CentOS-5.1-i386-bin-DVD.iso during starting of domU? BTW, I am using xen-3.2-1. Thanks, James
2020 Jul 13
0
Dovecot permission denied errors on NFS after upgrade to 2.2.17
On Mon, Jul 13, 2020 at 7:36 AM Claudio Corvino <ccorvino at trustitalia.it> wrote: > Thanks Jochen, > > no mixups present at all, file assigned to UID 501. > > Since this problem started few hours after the Debian upgrade, I think > it is related to it. > > I don't know if something has changed on the NFS client side on Debian, > but I don't think so as
2009 Jul 13
2
nfs (v3?) fails to allow writes and permission changes
Hi All, I have an nfs mount from my CentOS 5.3 client to a CentOS5.3 server. This has been functioning correctly for some years. Beginning last week I had problems saving OpenOffice documents onto the nfs mounted volume. OpenOffice just times out with a file io error. So I tried just a simple shell - cd to the mounted volume did a vi create of text file - no problems. tried a chmod +w on an
2008 Sep 03
4
how to create /dev/xvda
Hi All, The following is my domU''s cfg file. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ kernel = ''/usr/local/src/xen/vmlinuz'' ramdisk = ''/usr/local/src/xen/initrd.img'' memory = ''256'' name = ''centos5.2'' vif0 = [ ''bridge=xenbr1'' ] disk = [ ''phy:/dev/server/cbox,xvda,w'' ] on_reboot =
2020 Jul 13
0
Dovecot permission denied errors on NFS after upgrade to 2.2.17
Hi everyone, we just upgraded our mail server from Debian 8 to Debian 9, so our dovecot packages just got upgraded from version 2.2.13 to 2.2.17. Now we have a lot of errors in our dovecot.log about permission denied (our Mailboxes are on NFS remote server since years without problems) like these: Jul 13 12:39:23 Error: imap(XXXXXXXXX):
2020 Jul 13
0
Dovecot permission denied errors on NFS after upgrade to 2.2.17
Hi Jochen, the ID has not changed, in addition the "permission denied" error is random, most of the time Dovecot works well. How can I check the mappings NFS uses? After the Debian upgrade I was using these NFS mount options: rw,user,rsize=8192,wsize=8192,timeo=30,intr Now trying to fix the problem I set "defaults" mount option, but nothing has changed. Thanks On
2020 Jul 14
0
Dovecot permission denied errors on NFS after upgrade to 2.2.17
Strange behavior but after a reboot of the Dovecot server, the error disappeared from logs (like Windows style! :-)). I'll monitor the situation and take you updated in case it should come back. Thanks all! On 13/07/20 20:27, John Stoffel wrote: >>>>>> "Mark" == Mark Moseley <moseleymark at gmail.com> writes: > > Mark> This is just me throwing
2020 Sep 24
0
Dovecot permission denied errors on NFS after upgrade to 2.2.17
Hi, this sound correct, here is my fstab entry: /XXX.XXX.XXX.XXX:/mail-storage??? /mnt/mail-storage nfs defaults,timeo=30??? ??? ??? ??? 0?????? 0/ Here are my options when doing "mount":
2020 Sep 21
0
Dovecot permission denied errors on NFS after upgrade to 2.2.17
Hi everyone, 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. I just tried many things but can't find a solution. I just reinstalled a new server
2013 Feb 07
4
NFSv4 + Kerberos permission denied
Hello, I've got a little problem with NFSv4 + Kerberos. I can do a mount with Kerberos with a valid ticket, but read-only. After the mount -vvv -t nfs -o nfsv4,sec=krb5 nfsserver:/ /mount_test/ I can see: #klist: Feb 6 07:22:47 Feb 6 17:22:43 nfs/nfsserver at my.domain #/var/heimdal/kdc.log: 2013-02-06T07:28:26 TGS-REQ clientnfs at my.domain from IPv4:192.168.0.23 for nfs/nfsserver at
2020 Jul 13
2
Dovecot permission denied errors on NFS after upgrade to 2.2.17
>>>>> "Mark" == Mark Moseley <moseleymark at gmail.com> writes: Mark> This is just me throwing things out to look at, but did the Mark> client mount on the old server use NFS3 and the new upgraded Mark> client uses NFS4? Sometimes that can cause weirdness with id Mark> mapping.? Another thing to check is selinux, is it enabled? It's one of those
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. >
2010 Jun 23
2
umask not functioning with cp command
Hi all, $ umask 0002 $ mkdir test $ ls -ld test drwxrwxr-x 2 user user 4096 Jun 23 19:04 test/ $ls -ld content drwxr-xr-x 2 user user 4096 Jun 23 19:29 content $ cp -r content test/ $ls -ld test/content drwxr-xr-x 2 user user 4096 Jun 23 19:29 content My question is, how can I make content directory permission mode to 775 if I do cp inside the test directory? Thanks. Regards, James
2009 Apr 28
1
rsync fails with "Permission denied" errors on random files over NFS
Hi I use rsync for daily backups from a mailserver. Every day the mailserver pushes backup to the backupserver. Cron runs the command: rsync -q -zrlpt --specials --chmod=Du+rwx \ --rsh 'ssh -F /root/ssh/config -i /root/ssh/private.key -o UserKnownHostsFile=/root/ssh/known_hosts' \ --files-from=/root/include \ --exclude-from=/root/exclude \ --link-dest=../previous \ /
2020 Jul 20
2
Dovecot permission denied errors on NFS after upgrade to 2.2.17
Hi everyone, after some hours when I sent my last e-mail to the ML the problem reoccurred, again problem with some mailboxes reading some e-mails and many errors into dovecot.log like these: /Jul 14 15:07:50 imap(XXX): Error: open(/mnt/mail-storage/XXX/Maildir/cur/1594641298.M607225P10899.XXX,S=4465,W=4534:2,m) failed: Permission denied (euid=501(vmail) egid=501(vmail) missing +r perm:
2008 Oct 11
4
CentOS ISO how to boot in Xen guest system
Hi, How to boot the centos dvd image (/download/centos/centos5.2.iso) in xen guest system to let me do linux rescue command? Here is the working guest config file: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bootloader = ''/usr/lib/xen-3.2-1/bin/pygrub'' memory = ''256'' name = ''centos'' disk = [
2015 Jan 22
1
Help linking subnets
Hi, after trying for days I ended up with a working tinc configurazion of 2 subnets, now my goal is to add 2 more subnets and comunicate. I might seem dumb at this point but honestly I don't work in IT or Networking stuff, and so I dont have that deep knowledge. A little explanation of my configuration is HOST A (VPN server) Public IP: 1.2.3.4 tun0 Subnet = 192.168.10.0/24 tun0 IP =
2012 Oct 23
1
Permission "nfsnobody" and mounting an nfs share in a datacenter
Hi A datacenter I use provides mountable nfs shares that are provided through a subnet, the only person having access to the nfs share is me. If I do this: mount -t nfs 192.168.53.21:/USERNAME /mnt/share/ then I get the share: [root at hostname /mnt/share] #>ls -la total 12 drwxrwxrwx 2 nfsnobody nfsnobody 4096 Oct 9 18:04 . drwxr-xr-x 7 root root 4096 Oct 9 17:55 ..