OpenVZ Forum


Home » General » Support » *SOLVED* Fedora core 6 and permission
*SOLVED* Fedora core 6 and permission [message #9689] Wed, 17 January 2007 07:44 Go to next message
santa is currently offline  santa
Messages: 2
Registered: January 2007
Junior Member
FC6, 2.6.18-ovz028test010.1-smp

On HN and on all VPS
[root@ua3 test]# umask
0022
[root@ua3 test]# mkdir 1
[root@ua3 test]# ls -al
итого 16
drwxrwxrwx 3 root root 4096 Янв 16 11:03 .
drwxr-x--- 10 root root 4096 Янв 16 10:57 ..
drwxrwxrwx 2 root root 4096 Янв 16 11:03 1
[root@ua3 test]# umask 777
[root@ua3 test]# umask
0777
[root@ua3 test]# mkdir 2
[root@ua3 test]# ls -al
итого 20
drwxrwxrwx 4 root root 4096 Янв 16 11:04 .
drwxr-x--- 10 root root 4096 Янв 16 10:57 ..
drwxrwxrwx 2 root root 4096 Янв 16 11:03 1
drwxrwxrwx 2 root root 4096 Янв 16 11:04 2
[root@ua3 test]# touch 3
[root@ua3 test]# ls -al
итого 20
drwxrwxrwx 4 root root 4096 Янв 16 11:05 .
drwxr-x--- 10 root root 4096 Янв 16 10:57 ..
drwxrwxrwx 2 root root 4096 Янв 16 11:03 1
drwxrwxrwx 2 root root 4096 Янв 16 11:04 2
-rw-rw-rw- 1 root root 0 Янв 16 11:05 3
[root@ua3 test]# umask 000
[root@ua3 test]# umask
0000
[root@ua3 test]# touch 5
[root@ua3 test]# ls -al
итого 20
drwxrwxrwx 4 root root 4096 Янв 16 11:05 .
drwxr-x--- 10 root root 4096 Янв 16 10:57 ..
drwxrwxrwx 2 root root 4096 Янв 16 11:03 1
drwxrwxrwx 2 root root 4096 Янв 16 11:04 2
-rw-rw-rw- 1 root root 0 Янв 16 11:05 3
-rw-rw-rw- 1 root root 0 Янв 16 11:05 5

I tried 2.6.18-ovz028test010.1-smp (rpm and src.rpm),
2.6.18-ovz028test007.1-smp.
I am not trying 2.6.9 kernel because it conflicts with others rpms.
If i booting with non vz kernel 2.6.18-1.2869.fc6, there is no problem with
permission.

[Updated on: Wed, 31 January 2007 09:24] by Moderator

Report message to a moderator

Re: Fedora core 6 and permission [message #9930 is a reply to message #9689] Tue, 30 January 2007 13:47 Go to previous message
dev is currently offline  dev
Messages: 1693
Registered: September 2005
Location: Moscow
Senior Member

it's kernel bug when ACL support is off and filesystem is mounted with acl option.
you can remount fs without ACL. will be fixed in next kernel also.
or you can enable CONFIG*_ACL options in your .config file yourself.


http://static.openvz.org/userbars/openvz-developer.png
Previous Topic: *SOLVED* compat_nanosleep_restart undeclared
Next Topic: *SOLVED* 4GB problem
Goto Forum:
  


Current Time: Sun Aug 04 15:15:39 GMT 2024

Total time taken to generate the page: 0.03878 seconds