[HCoop-Help] "aklog: can't get afs configuration"

Adam Megacz megacz at hcoop.net
Sat Apr 4 12:50:37 EDT 2009


Please try this sequence of commands:

dpkg --purge openafs-client openafs-krb5

echo 'openafs-client openafs-client/thiscell string hcoop.net' | debconf-set-selections
echo 'openafs-client openafs-client/thiscell seen true' | debconf-set-selections
echo 'openafs-client openafs-client/dynroot boolean true' | debconf-set-selections
echo 'openafs-client openafs-client/dynroot seen true' | debconf-set-selections
echo 'openafs-client openafs-client/cachesize string 500000' | debconf-set-selections
echo 'openafs-client openafs-client/cachesize seen true' | debconf-set-selections
echo 'openafs-client openafs-client/cell-info string' | debconf-set-selections
echo 'openafs-client openafs-client/cell-info seen true' | debconf-set-selections
echo 'openafs-client openafs-client/run-client boolean true' | debconf-set-selections
echo 'openafs-client openafs-client/run-client seen true' | debconf-set-selections

apt-get install openafs-client openafs-krb5

module-assistant a-i -t openafs-modules

depmod

/etc/init.d/module-init-tools start

/etc/init.d/openafs-client start



More information about the HCoop-Help mailing list