drakkan Apprentice
Joined: 21 Jun 2004 Posts: 232
|
Posted: Fri Mar 11, 2005 10:13 am Post subject: [INSTALL] AFS |
|
|
Ciao a tutti,
sto cercando di installare afs seguendo la guida ufficiale gentoo (http://www.gentoo.org/doc/en/openafs.xml), va tutto bene finchè arrivo al punto di configurare il top level dell'afs filespace, quando come da guida uso il comando
Code: |
/usr/afs/bin/fs setacl /afs system:anyuser rl
|
ho questo errore
Code: |
fs:'/afs': Function not implemented
|
allora ho provato a caricare il modulo afs
Code: |
insmod /etc/afs/modload/libafs-2.4.28.o
|
e l'errore è cambiato come segue
Code: |
/usr/afs/bin/fs setacl /afs system:anyuser rl
fs: Invalid argument; it is possible that /afs is not in AFS.
|
ho provato a ignorare l'errore e proseguire con la guida ma senza fortuna:
Code: |
/usr/afs/bin/fs mkmount /afs/<cellname> root.cell
fs: mount points must be created within the AFS file system
|
qualcuno può aiutarmi?
grazie a tutti |
|