tags 295887 moreinfo
thanks

Andrew Perrin writes:

> A minor bug in the version of /etc/init.d/openafs-client included with
> the package keeps it from starting normally.  The one-line patch is:
> 
> 162c162
> <       if  is_on $AFS_CLIENT && test -x /usr/sbin/afsd  ; then
> ---
> >       if  is_on $AFS_CLIENT || test -x /usr/sbin/afsd  ; then

This would indicate that AFS_CLIENT is set to false on your system, given
that /usr/sbin/afsd was installed.  Could you take a look in
/etc/openafs/afs.conf.client and make sure that AFS_CLIENT is set to true?

If it's not, I'm curious how that could have happened.  The debconf
question (low priority) defaults to true.

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to