[OpenAFS] OpenAFS 1.2.11 on Gentoo 1.4

Stephen Bosch posting@vodacomm.ca
Mon, 19 Jan 2004 22:58:03 -0700


Hi, everybody:

Whew. It's been a *long* day. I've got OpenAFS installed, and almost 
running. When I try to test the AFS initialization script, I get this 
output:

wopr root # /etc/init.d/afs start
Starting AFS services.....
afsd: All AFS daemons started.
afsd: Can't mount AFS on /afs(22)
wopr root #

Here's my ps -ef output:

UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0  0 22:34 ?        00:00:10 init [3]
root         2     1  0 22:34 ?        00:00:00 [keventd]
root         3     1  0 22:34 ?        00:00:00 [ksoftirqd_CPU0]
root         4     1  0 22:34 ?        00:00:00 [kswapd]
root         5     1  0 22:34 ?        00:00:00 [bdflush]
root         6     1  0 22:34 ?        00:00:00 [kupdated]
root         9     1  0 22:34 ?        00:00:00 [scsi_eh_1]
root        10     1  0 22:34 ?        00:00:00 [khubd]
root        16     1  0 22:34 ?        00:00:00 [kjournald]
root       159     1  0 22:34 ?        00:00:00 /sbin/devfsd /dev
root       363     1  0 22:34 ?        00:00:00 [kjournald]
root       364     1  0 22:34 ?        00:00:00 [kjournald]
root       365     1  0 22:34 ?        00:00:00 [kjournald]
root       366     1  0 22:34 ?        00:00:00 [kjournald]
root       367     1  0 22:34 ?        00:00:00 [kjournald]
root       830     1  0 22:35 ?        00:00:00 /usr/sbin/syslog-ng
root       860     1  0 22:35 ?        00:00:00 /usr/sbin/fcron
ntp       1093     1  0 22:35 ?        00:00:00 /usr/bin/ntpd -p 
/var/run/ntpd.p
root      1134     1  0 22:35 ?        00:00:00 /usr/sbin/sshd
root      1147     1  0 22:35 vc/1     00:00:00 /sbin/agetty 38400 tty1 
linux
root      1148     1  0 22:35 vc/2     00:00:00 /sbin/agetty 38400 tty2 
linux
root      1149     1  0 22:35 vc/3     00:00:00 /sbin/agetty 38400 tty3 
linux
root      1150     1  0 22:35 vc/4     00:00:00 /sbin/agetty 38400 tty4 
linux
root      1151     1  0 22:35 vc/5     00:00:00 /sbin/agetty 38400 tty5 
linux
root      1153     1  0 22:35 vc/6     00:00:00 /sbin/agetty 38400 tty6 
linux
root      1154  1134  0 22:37 ?        00:00:00 sshd: root@pts/0
root      1156  1154  0 22:37 pts/0    00:00:00 -bash
root      1193     1  0 22:43 ?        00:00:00 [afs_rxlistener]
root      1194     1  0 22:43 ?        00:00:00 [afs_callback]
root      1195     1  0 22:43 ?        00:00:00 [afs_rxevent]
root      1198     1  0 22:43 ?        00:00:00 [afsd]
root      1199     1  0 22:43 ?        00:00:00 [afs_checkserver]
root      1203     1  0 22:43 ?        00:00:00 [afs_background]
root      1204     1  0 22:43 ?        00:00:00 [afs_background]
root      1205     1  0 22:43 ?        00:00:00 [afs_background]
root      1208     1  0 22:43 ?        00:00:00 [afs_background]
root      1209     1  0 22:43 ?        00:00:00 [afs_background]
root      1211     1  0 22:43 ?        00:00:00 [afs_cachetrim]
root      1224  1156  0 22:52 pts/0    00:00:00 ps -ef
wopr root #

I am *really* foggy about user accounts and how those correlate with 
system users, but I've been following the quick start guide to the 
letter, and I read all of the overview section of the AFS 
Administrator's Guide. The learning curve is steep.

The system is using pam, and I've added the libraries, symlinks, and 
lines to pam.d/login as per the instructions.

In an archived post somebody mentioned that domain lookups must work. 
There's no DNS on our network (yet). Could that be the cause?

I have no idea where to look to find the cause...

Cheers,

Stephen