Re: [Puppet Users] Puppet mount fails due to kernel module

2013-04-10 Thread Sergio Jimenez
Hi! just a thought, I don't have any place to test it and it's been a while since I had to deal with SELinux...but check SELinux booleans you might find something there that is not allowing puppet agent to use mount. IIRC you could list all of them with "semanage boolean -l". sjr On Wednesday

Re: [Puppet Users] Puppet mount fails due to kernel module

2013-04-09 Thread Stack Kororā
On Tuesday, April 9, 2013 9:56:11 AM UTC-5, Jonathan Stanton wrote: > > [snip] If those are enabled, you may find that things you can do as a root user > don't work when run from cron or from a daemon process. > > If this is RHEL/Centos then try putting SElinux in permissive mode (as > root

Re: [Puppet Users] Puppet mount fails due to kernel module

2013-04-09 Thread Jonathan Stanton
Hello, On Apr 9, 2013, at 12:02 AM, Stack Kororā wrote: > Greetings! > > I am having a problem with puppet mounting a device and am hoping someone > can help. Here is the short version, if you have questions or need more > detail, please feel free to ask. > > I have a Panasas storage device o

RE: [Puppet Users] Puppet mount fails due to kernel module

2013-04-09 Thread Steven Nemetz
This is an OS privilege issue. So puppet has to working within what can be done on the OS. By default mount requires root privileges to make changes. This is why it will work as root but not as puppet. So you either run as root or set it up so a non-root user can mount Some OS's have options to