Re: [CentOS] automounter with users home directories on centos 7. [resolved]

2015-09-11 Thread Jason Welsh
sunnuva scruffy-looking nerf herder!! /etc/auto.home was executable.. so it failed.. I did chmod -x /etc/auto.home and restarted autofs and now it works.. thanks for the help! Jason ___ CentOS mailing list CentOS@centos.org https://lists.centos

Re: [CentOS] automounter with users home directories on centos 7.

2015-09-11 Thread Jason Welsh
AHA!! now I think we are getting somewhere! ;) Mount point: /home source(s): instance type(s): program map: /etc/auto.home no keys found in map <- bing bing bing!! I believe this means it doesnt like whats in my /etc/auto.home? s whats wrong with: [root@server2 etc]#

Re: [CentOS] automounter with users home directories on centos 7.

2015-09-11 Thread John Hodrien
On Fri, 11 Sep 2015, Jason Welsh wrote: ok, I have moved home out of the way and restarted automounter.. and now I see the /home directory appear when autofs is started, but there is still nothing there.. [root@server2 home]# cd /home [root@server2 home]# ls [root@server2 home]# cd jason -bas

Re: [CentOS] automounter with users home directories on centos 7.

2015-09-11 Thread Jason Welsh
ok, I have moved home out of the way and restarted automounter.. and now I see the /home directory appear when autofs is started, but there is still nothing there.. [root@server2 home]# cd /home [root@server2 home]# ls [root@server2 home]# cd jason -bash: cd: jason: No such file or directory [r

Re: [CentOS] automounter with users home directories on centos 7.

2015-09-11 Thread John Hodrien
On Thu, 10 Sep 2015, James A. Peltier wrote: Of course, because a manual mount expects a directory to already exist to mount on. Automounter creates virtual mount points on demand and so if there are existing directories already in place it will fail. Stop autofs. Move the /home out of the way

Re: [CentOS] automounter with users home directories on centos 7.

2015-09-10 Thread James A. Peltier
- Original Message - | | [root@server2 home]# mount server1:/home/jason /home/jason | [root@server2 home]# | [root@server2 home]# ls /home/jason/ | Desktop Documents Downloads Music mylogfile.txt Pictures Public | Templates Videos | [root@server2 home]# df -h /home/jason/ | Filesys

Re: [CentOS] automounter with users home directories on centos 7.

2015-09-10 Thread Pete Geenhuizen
Correct nfs is working and there aren't any firewall issues. The problem is probably related to the way and steps that automountd takes to perform the mount, which is probably related to the fact that /home exists. The quickest way to figure that out is to mv /home to /home- and then try autom

Re: [CentOS] automounter with users home directories on centos 7.

2015-09-10 Thread Jason Welsh
[root@server2 home]# mount server1:/home/jason /home/jason [root@server2 home]# [root@server2 home]# ls /home/jason/ Desktop Documents Downloads Music mylogfile.txt Pictures Public Templates Videos [root@server2 home]# df -h /home/jason/ Filesystem Size Used Avail Use% Mounted

Re: [CentOS] automounter with users home directories on centos 7.

2015-09-09 Thread James A. Peltier
- Original Message - | Not tried automount with Centos 7 nor with selinux. | | With that said autofs relies on nfs mounting to work, so have you | started there by attempting to manually mount /home? | | Another place to look is at the hostname. I've had problems where auto | mount doesn

Re: [CentOS] automounter with users home directories on centos 7.

2015-09-09 Thread Pete Geenhuizen
Not tried automount with Centos 7 nor with selinux. With that said autofs relies on nfs mounting to work, so have you started there by attempting to manually mount /home? Another place to look is at the hostname. I've had problems where auto mount doesn't like the short name and insists on u

[CentOS] automounter with users home directories on centos 7.

2015-09-09 Thread Jason Welsh
Has anyone gotten this to work? Im studing for my rhce and was trying to get this to work and its just not working like it shows in the book im going by. So basically I have two centos 7 servers running under kvm.. One is the nfs server, one is the nfs client.. I have been mounting up other NFS