[OpenAFS] No interfaces with IP address

yves schutz schutz@in2p3.fr
Wed, 21 Nov 2001 16:47:11 +0100


--------------E1FC3E648371D4C9869D513F
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Rudolph and others,

Thanks for the answer. I indeed found the problem: I have installed the
french version of RH where "addr" is spelled "adr" !
I have found another problem in the afs script:
I had to replace the line :
       if [ ! -f  $MODLOADDIR/$LIBAFS] ; then
by
       if [ ! -f "$MODLOADDIR/$LIBAFS" ] ; then
to get it running.

Now remains an unsolved problem: (although I have created the following
link "ln -si libafs-2.4.3-12-i686.o  libafs-2.4.9-12.o ")

[root]# /etc/rc.d/init.d/afs start
Hmm...  I can't seem to find an AFS kernel module suitable for your Linux
kernel.  That means you will need to build or obtain a suitable module.
The following information may be of some use in obtaining assistance:
CPU Type:        (1)
Linux version:  2.4.9-12 #1 Tue Oct 30 18:33:49 EST 2001
RedHat release: Red Hat Linux release 7.1 (Seawolf)
Symbol versions:
Found iget4 9fbc870a from SymTable... Loading...
AFS module /usr/vice/etc/modload/ iget4 9fbc870a does not exist. Not
starting AFS.

Thanks ... Yves


Rudolph T Maceyko a écrit :

> Yves,
>
> --On Wednesday, November 21, 2001 10:03:42 +0100 yves schutz
> <schutz@in2p3.fr> wrote:
>
> > I have installed openafs-1.2.2-rh7.1.1. When I start afs I get the
> > following message :
> >
> > [root]# /etc/rc.d/init.d/afs start
> > afs: No interfaces with IP address[
> >
> > Does somebody has a clue what is the action to be taken.
> >
> > Thanks ... Yves
>
> The init script is attempting to avoid starting afsd when no network is
> present.  In most cases, that's what you want it to do, because afsd
> doesn't at present work "well" without a network.
>
> In case the script is faulty in your case, you should see why this
> shell expression results in no output:
>
>   ifconfig -a | grep 'inet addr' | grep -v 127.0.0.1
>
> Ordinarily it should result in one line per interface that is up (has
> an address):
>
> # ifconfig -a | grep 'inet addr' | grep -v 127.0.0.1
>           inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
>
> If the expression needs to be modified for your system, I/we would be
> interested to know how we should change it.
>
> Rudy
>
> _______________________________________________
> OpenAFS-info mailing list
> OpenAFS-info@openafs.org
> https://lists.openafs.org/mailman/listinfo/openafs-info

--
Yves SCHUTZ  (IN2P3 - CNRS) collaboration TAPS/WA98/PHENIX/ALICE
SUBATECH
Ecole des Mines de Nantes Telephone: (+33/0) 2 51 85 84 71
4, rue Alfred Kastler     Fax      : (+33/0) 2 51 85 84 79
F-44070 Nantes cedex 03   e-mail   : yves.schutz@subatech.in2p3.fr



--------------E1FC3E648371D4C9869D513F
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Rudolph and others,
<p>Thanks for the answer. I&nbsp;indeed found the problem: I have installed
the french version of RH where "addr" is spelled "adr" !
<br>I&nbsp;have found another problem in the afs script:
<br>I had to replace the line :
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if [ ! -f&nbsp; $MODLOADDIR/$LIBAFS]
; then
<br>by
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if [ ! -f "$MODLOADDIR/$LIBAFS"
] ; then
<br>to get it running.
<p>Now remains an unsolved problem: (although I have created the following
link "ln -si libafs-2.4.3-12-i686.o&nbsp; libafs-2.4.9-12.o ")
<p>[root]# /etc/rc.d/init.d/afs start
<br>Hmm...&nbsp; I can't seem to find an AFS kernel module suitable for
your Linux
<br>kernel.&nbsp; That means you will need to build or obtain a suitable
module.
<br>The following information may be of some use in obtaining assistance:
<br>CPU Type:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (1)
<br>Linux version:&nbsp; 2.4.9-12 #1 Tue Oct 30 18:33:49 EST 2001
<br>RedHat release: Red Hat Linux release 7.1 (Seawolf)
<br>Symbol versions:
<br>Found iget4 9fbc870a from SymTable... Loading...
<br>AFS module /usr/vice/etc/modload/ iget4 9fbc870a does not exist. Not
starting AFS.
<p>Thanks ... Yves
<br>&nbsp;
<p>Rudolph T Maceyko a &eacute;crit :
<blockquote TYPE=CITE>Yves,
<p>--On Wednesday, November 21, 2001 10:03:42 +0100 yves schutz
<br>&lt;schutz@in2p3.fr> wrote:
<p>> I have installed openafs-1.2.2-rh7.1.1. When I start afs I get the
<br>> following message :
<br>>
<br>> [root]# /etc/rc.d/init.d/afs start
<br>> afs: No interfaces with IP address[
<br>>
<br>> Does somebody has a clue what is the action to be taken.
<br>>
<br>> Thanks ... Yves
<p>The init script is attempting to avoid starting afsd when no network
is
<br>present.&nbsp; In most cases, that's what you want it to do, because
afsd
<br>doesn't at present work "well" without a network.
<p>In case the script is faulty in your case, you should see why this
<br>shell expression results in no output:
<p>&nbsp; ifconfig -a | grep 'inet addr' | grep -v 127.0.0.1
<p>Ordinarily it should result in one line per interface that is up (has
<br>an address):
<p># ifconfig -a | grep 'inet addr' | grep -v 127.0.0.1
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet addr:192.168.0.2&nbsp;
Bcast:192.168.0.255&nbsp; Mask:255.255.255.0
<p>If the expression needs to be modified for your system, I/we would be
<br>interested to know how we should change it.
<p>Rudy
<p>_______________________________________________
<br>OpenAFS-info mailing list
<br>OpenAFS-info@openafs.org
<br><a href="https://lists.openafs.org/mailman/listinfo/openafs-info">https://lists.openafs.org/mailman/listinfo/openafs-info</a></blockquote>

<pre>--&nbsp;
Yves SCHUTZ&nbsp; (IN2P3 - CNRS) collaboration TAPS/WA98/PHENIX/ALICE&nbsp;&nbsp;&nbsp;
SUBATECH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Ecole des Mines de Nantes Telephone: (+33/0) 2 51 85 84 71&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4, rue Alfred Kastler&nbsp;&nbsp;&nbsp;&nbsp; Fax&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : (+33/0) 2 51 85 84 79&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
F-44070 Nantes cedex 03&nbsp;&nbsp; e-mail&nbsp;&nbsp; : yves.schutz@subatech.in2p3.fr</pre>
&nbsp;</html>

--------------E1FC3E648371D4C9869D513F--