On 06/18/2012 07:51 AM, Ed Greshko wrote:
On 06/18/2012 07:40 PM, Raymond Pittigher wrote:
I am using NIS to keep the users/groups the same across all systems. Yes it is 
old
and outdated but it works for what I need it for. I have tried several different
options including the defaults for all, this just happens to be where I am at 
now.
If I change the F17 to use NFSv3 it all seems fine. The only options for sec are
sys or kerberos and sec=sys is the default.

Nothing wrong with using NIS.  Should keep things in order....  It has been a 
long
time since I last used it...but it served me well in the past.

I was just curious that "maybe" specifying the sec options and other may be
"confusing" the system.  So, if you just change everything to the equivalent of 
this....

192.168.0.55:/syntegra /syntegra                nfs4    defaults        0 0

in your fstab you still have the problem.....

If you go to / on the F17 system and do

getfacl users   and then drop into users and go getfacl on a good/bad entry?

Yes, I'm grasping at straws....  :-)


the fstab is set at defaults. i am guessing something has changed with the 
nfs-utils package maybe with nis?

[root@dhcp5169 ~]# getfacl /users/zbarak/
getfacl: Removing leading '/' from absolute path names
# file: users/zbarak/
# owner: 4294967294
# group: 4294967294
user::rwx
group::---
other::---

[root@dhcp5169 ~]# getfacl /users
getfacl: Removing leading '/' from absolute path names
# file: users
# owner: root
# group: root
user::rwx
group::r-x
other::r-x

[root@dhcp5169 ~]# cat /etc/fstab

#
# /etc/fstab
# Created by anaconda on Mon Jun 11 03:08:30 2012
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/vg_dhcp5169-lv_root /                       ext4    defaults        
1 1
UUID=bde99a9d-779d-4211-b3e1-808b62ed0195 /boot                   ext4    
defaults        1 2
/dev/mapper/vg_dhcp5169-lv_swap swap                    swap    defaults        
0 0
172.30.5.244:/users     /users                          nfs4    defaults        
0 0

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to