View previous topic :: View next topic |
Author |
Message |
IcE_364 n00b
Joined: 05 Sep 2004 Posts: 19 Location: Belgium
|
Posted: Mon Dec 06, 2004 9:09 pm Post subject: iptunnel: missing required function interface_variable |
|
|
Since 2 days i'm getting this error when i boot, when starting the network interfaces. It happens with both eth0 and lo.
My /etc/conf.d/net contains
ifconfig_eth0=( "dhcp" )
I am running with baselayout sys-apps/baselayout-1.11.7-r2 |
|
Back to top |
|
|
kompressor Tux's lil' helper
Joined: 17 Apr 2003 Posts: 127 Location: Randolph, VT
|
Posted: Mon Dec 06, 2004 9:28 pm Post subject: |
|
|
I just barely got the same error. I noticed it last night when I shutdown, but thought nothing of it. now I cant connect to the internet..
Im not sure what caused it. how do i fix it?
######
# EDIT #
######
okay, so i fixed it. I cancelled an emerge last night. And running 'dispatch-conf' fixed my error. |
|
Back to top |
|
|
IcE_364 n00b
Joined: 05 Sep 2004 Posts: 19 Location: Belgium
|
Posted: Mon Dec 06, 2004 9:45 pm Post subject: |
|
|
Dispatch-conf wont fix it here, there are no new config files to update. |
|
Back to top |
|
|
Camp Tux's lil' helper
Joined: 31 May 2004 Posts: 82 Location: Moscow
|
Posted: Mon Dec 06, 2004 10:18 pm Post subject: |
|
|
I have the same problem, it seems this stuff comes with new baselayout
just do
_________________ registered Linux user #357267
GENTOO |
|
Back to top |
|
|
IcE_364 n00b
Joined: 05 Sep 2004 Posts: 19 Location: Belgium
|
Posted: Mon Dec 06, 2004 10:55 pm Post subject: |
|
|
Camp wrote: | I have the same problem, it seems this stuff comes with new baselayout
just do
|
IcE_364 wrote: | Dispatch-conf wont fix it here, there are no new config files to update. |
|
|
Back to top |
|
|
nostabo Apprentice
Joined: 15 Jun 2004 Posts: 201 Location: 38° 31' N 121° 30' W
|
Posted: Tue Dec 07, 2004 1:58 am Post subject: |
|
|
If you updated baselayout try this:
delete /etc/init.d/net.lo and /etc/init.d/net.eth0...
then re-emerge baselayout...
reboot and it should work fine...
I, too, had nothing to update after emerging the baselayout update and this fixed my network problems...and all of the other minor problems due to "lo" being down.
But even as it was issuing a "dhcpcd" command at the console started the network at least. _________________ Registered Linux user number 362941
Get counted - http://counter.li.org/ |
|
Back to top |
|
|
dufeu l33t
Joined: 30 Aug 2002 Posts: 924 Location: US-FL-EST
|
Posted: Tue Dec 07, 2004 5:22 am Post subject: FYI - I had the same problem |
|
|
However, I have /usr/portage set up as an nfs share on a server which is then referenced by all the machines on my network using static IP addresses. {Small network}
In order to recover I had to:
# ifconfig lo 127.0.0.1
# ifconfig eth0 192.168.0.110 <== your address may very
# route add default gw 192.168.0.1 <== your gateway may vary
# /sbin/portmap
# /sbin/rpc.statd
# mount -a -t nfs
Certainly not convenient. _________________ People whom think M$ is mediocre, don't know the half of it. |
|
Back to top |
|
|
IcE_364 n00b
Joined: 05 Sep 2004 Posts: 19 Location: Belgium
|
Posted: Tue Dec 07, 2004 6:21 am Post subject: |
|
|
Thx that fixed it |
|
Back to top |
|
|
volumen1 Guru
Joined: 01 Mar 2003 Posts: 393 Location: Missoula, MT
|
Posted: Tue Dec 07, 2004 6:27 pm Post subject: |
|
|
I got burned by the new baselayout this morning as well. I was wondering, is anyone else having problems getting their gateway assigned using the net net.eth0 file. Apparently net.eth0 is now a symlink to net.lo. However, I don't see anywhere in net.lo where it is grabbing my "gateway =" from /etc/conf.d/net to assign my gateway. I'm having to do it by hand.
Anyone else seeing this? _________________ I was born with a freakin' dice bag on my belt.
-- www.howsyournetwork.com |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
|
|