FAI and portmapper problems
David Hausheer
hausheer at tik.ee.ethz.ch
Thu Jun 9 17:46:45 CEST 2005
Hi all
I had exactly the same problem.
> Solution: Run the following command before installing any packages like
> ssh:
>
> ifconfig lo 127.0.0.1 netmask 255.0.0.0
>
I added this command in a script under /usr/local/share/fai/scripts just
before the problem used to appear, but this didn't solve the problem in
my case. I had to replace
ifup lo
with
ifconfig lo 127.0.0.1 netmask 255.0.0.0 up
in /usr/lib/fai/nfsroot/usr/sbin/fai, to make it work.
Any ideas, why the ifconfig statement has no impact when run from within
a script under /usr/local/share/fai/scripts?
David
--
+--------------------------------------------------------------------+
| Dipl. El.-Ing. ETH David Hausheer |
| Computer Engineering and Networks Laboratory (TIK), ETH Zurich |
|--------------------------------------------------------------------|
| Postal Address: ETH-Zentrum, CH-8092 Zurich |
|--------------------------------------------------------------------|
| Phone: +41-44-632-7540 | Room: ETZ H83, Gloriastrasse 35 |
| Fax: +41-44-632-1035 | E-Mail: mailto:hausheer at tik.ee.ethz.ch |
| Mobile: +41-79-336-4076 | WWW: http://www.csg.ethz.ch/~hausheer/ |
+--------------------------------------------------------------------+
More information about the linux-fai
mailing list