Hello I have try to update ftp server and face strange problem: Both have same permission but newer openafs version (1.4.11 from gentoo ebuild) don't work like old one (1.4.6_p20080222 from gentoo ebuild) Especially li-permission don't let me copy files anymore but lir does.
I need old behaviour because I want to set up upload directory so that no one read/download uploaded files. Is this bug or changed feature (or gentoo ebuild fault)? -Markus Example: Old working ftp server: upload >fs la . visitor li upload >cp /tmp/testfile . upload >ls -alh total 30M drw-r--r-- 2 bin bin 2.0K Jan 21 10:58 . drw-r--r-- 4 bin bin 2.0K Jan 12 2005 .. -rw-r--r-- 1 10135 users 30M Jan 21 10:58 testfile But new ftp server: upload >fs la . visitor li upload >cp /tmp/testfile . cp: cannot fstat `./testfile': Permission denied upload >ls -alh ls: cannot access testfile: Permission denied total 4.0K drw-r--r-- 2 bin bin 2.0K Jan 21 11:03 . drw-r--r-- 4 bin bin 2.0K Jan 12 2005 .. -????????? ? ? ? ? ? testfile New ftp server with lir: upload >fs la . visitor rli upload >cp /tmp/testfile . upload >ls -alh total 30M drw-r--r-- 2 bin bin 2.0K Jan 21 11:21 . drw-r--r-- 4 bin bin 2.0K Jan 12 2005 .. -rw-r--r-- 1 10135 users 30M Jan 21 11:21 testfile _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
