[OpenAFS] Problem with starting up Open AFS.

Madhusudan Singh chhabra@eecs.umich.edu
Sat, 28 Jul 2001 21:21:26 -0400


Hi,
    Thanks for responding.

    I tried what you suggested.

[root@guo /root]# insmod /usr/vice/etc/modload/libafs-`uname -r`
insmod: /usr/vice/etc/modload/libafs-2.4.2-2: No such file or directory

On listing the contents of /usr/vice/etc/modload, I found that this needed a
".o" at the end. So I tried the following :


[root@guo /root]# insmod /usr/vice/etc/modload/libafs-`uname -r`.o
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
generic_file_mmap_R807
a06f4
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
generic_read_dir_R7a08
5a57
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol d_move_R38710d1e
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
truncate_inode_pages_R
231b9bcf
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
path_release_R548c3155
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
register_filesystem_Rb
8a75f47
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
__user_walk_R4fec11a4
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
generic_file_read_R59f
7b415
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
invalidate_inode_pages
_R2a3a883e
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol dput_R68bd8667
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
page_follow_link_R6107
da3c
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol path_init_R697d6d21

/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol d_rehash_Rc2e5bf83
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
sock_sendmsg_Rd12c3eeb
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
sock_release_R10a0c021
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol path_walk_Rec942904

/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
inode_setattr_Ra792f1e
a
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
unregister_filesystem_
R47ed3c26
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol d_delete_Rb439230b
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
d_instantiate_R159df95
7
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
dget_locked_R5195c822
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol iput_R3846aa90
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
page_readlink_R36d32c3
8
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
sock_recvmsg_Rc3143bb0
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
d_alloc_root_R6133b4e0
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
flush_signals_R4aed457
6
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol iget4_Rf9ac5c53
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
generic_file_write_Rb1
43f195
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
inode_change_ok_Re0763
d52
/usr/vice/etc/modload/libafs-2.4.2-2.o: unresolved symbol
sock_create_R406082d7


Thus, there is something wrong.

Next, I tried to run /usr/vice/etc/afsd.


[root@guo etc]# ./afsd
afsd: No check server daemon in client.
afsd: All AFS daemons started.
afsd: Can't mount AFS on /afs(19)
[root@guo etc]#

Regarding the second part of your suggestion, I would draw your attention to
the fact that engin.umich.edu is already listed as a realm in CellServeDB.

Thanks,

Madhusudan Singh.


Erik Danielsson wrote:

> How does afs behave if you start it manually?
> Does the libafs module load?
> Try to load the module manually, if not already loaded.
>
> insmod /usr/vice/etc/modload/libafs-`uname -r`
>
> If all loads and afsd is runninig you might try the following.
>
> Try adding our cell-server in /usr/vice/etc/CellServDB
> Add something like:
>
> >myafsserver.mydomain.com       #My AFS-Cellserver
> 192.168.10.23                   #myself.mydomain.com.
>
> Replace myafsserver.mydomain.com with Cellname
> myself.mydomain.com and ip-address with your values for the server.
>
> //Regards
> Erik Danielsson
>
> Madhusudan Singh wrote:
> >
> > Hi all,
> >     I am new to this list. I have a problem with using openafs. I have
> > RH Linux 7.1 running on a P-III machine on a LAN. Open AFS packages
> > installed are :
> >     openafs-kernel-1.0.4-24.2
> >     openafs-client-1.0.4-24.2
> >     openafs-1.0.4-24.2
> >
> > The settings in /usr/vice/etc are :
> >
> >     cacheinfo : /afs:/usr/vice/cache:150000
> >     ThisCell : engin.umich.edu
> >
> >     All other files are untouched.
> >
> >     AFS client fails to start up on bootup. There are no time out
> > messages in /var/log/messages.
> >
> >     If someone could help me in sorting this out, I would be grateful.
> > I am ultimately interested in setting up user accts that authenticate to
> > realm engin.umich.edu using kerberos.
> >
> > Thanks,
> >
> > Madhusudan Singh.
> >
> > _______________________________________________
> > OpenAFS-info mailing list
> > OpenAFS-info@openafs.org
> > https://lists.openafs.org/mailman/listinfo/openafs-info