* [gentoo-user] No connection to the internet after update of today
@ 2013-01-20 16:01 Hartmut Figge
2013-01-20 18:05 ` Stroller
0 siblings, 1 reply; 5+ messages in thread
From: Hartmut Figge @ 2013-01-20 16:01 UTC (permalink / raw
To: gentoo-user
Greetings,
after 'emerge --sync' followed by 'emerge -uDN world' i have no longer a
connection to the internet. At the moment i am using an older Gentoo on
another partition of the same machine. The real Gentoo is mounted and i
can access it to answer questions.
I have now udev-197 which told me
----- elog -----
>>> Messages generated by process 26926 on 2013-01-20 14:55:23 CET for
package sys-fs/udev-197-r3:
ERROR: setup
DEVTMPFS is not set in this kernel. Udev will not run.
---------------
So i have build a new kernel. The only difference is CONFIG_DEVTMPFS=y.
No problem so far with the horrible udev-197 *g*.
Here is what happens when i try to manually start ppp.
---------------
hafi@i5_64 ~ $ sudo /etc/init.d/net.ppp0 restart
* Caching service dependencies ... [ ok ]
* Bringing down interface ppp0
* Stopping pppd on ppp0 [ ok ]
* Bringing up interface ppp0
* Starting pppd in ppp0 ... [ ok ]
* Backgrounding ...
* WARNING: net.ppp0 has started, but is inactive
---------------
---------------
hafi@i5_64 ~ $ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
loopback localhost 255.0.0.0 UG 0 0 0 lo
lan.triffids.de * 255.255.255.0 U 0 0 0 eth1
---------------
----- /etc/conf.d/net -----
modules="ifconfig"
config_eth0="null"
config_eth1="192.168.0.3 netmask 255.255.255.0"
config_ppp0="ppp"
link_ppp0="eth0"
plugins_ppp0="pppoe"
username_ppp0='that_one_is secret'
password_ppp0='also_secret'
pppd_ppp0="defaultroute
usepeerdns"
---------------
What to do?
Hartmut
--
Usenet-ABC-Wiki http://www.usenet-abc.de/wiki/
Von Usern fuer User :-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] No connection to the internet after update of today
2013-01-20 16:01 [gentoo-user] No connection to the internet after update of today Hartmut Figge
@ 2013-01-20 18:05 ` Stroller
2013-01-20 19:07 ` [gentoo-user] " Hartmut Figge
2013-01-20 20:03 ` Hartmut Figge
0 siblings, 2 replies; 5+ messages in thread
From: Stroller @ 2013-01-20 18:05 UTC (permalink / raw
To: gentoo-user
On 20 January 2013, at 16:01, Hartmut Figge wrote:
> ...
> No problem so far with the horrible udev-197 *g*.
Really? I'm thinking this is udev not assigning eth0 to your network card.
> Here is what happens when i try to manually start ppp.
> ...
> ----- /etc/conf.d/net -----
> modules="ifconfig"
> config_eth0="null"
> config_eth1="192.168.0.3 netmask 255.255.255.0"
> config_ppp0="ppp"
> link_ppp0="eth0"
> plugins_ppp0="pppoe"
> username_ppp0='that_one_is secret'
> password_ppp0='also_secret'
> pppd_ppp0="defaultroute
> usepeerdns"
> ---------------
>
> What to do?
What to do?
Tell us more about how you connect to the internet.
Most people here will be using an ethernet network in which eth0 is wired to a router. I have not used ppp since I disposed of my 56k pew-pew-eep-eep dial-up modem. If you're using PPPoE then you need to tell us about it, not assume we can read your mind.
Stroller.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: No connection to the internet after update of today
2013-01-20 18:05 ` Stroller
@ 2013-01-20 19:07 ` Hartmut Figge
2013-01-20 20:03 ` Hartmut Figge
1 sibling, 0 replies; 5+ messages in thread
From: Hartmut Figge @ 2013-01-20 19:07 UTC (permalink / raw
To: gentoo-user
I have now set the line length to 80, because the output of some routines would
be too difficult to read with a length of 72 without editing.
Stroller:
>On 20 January 2013, at 16:01, Hartmut Figge wrote:
>> ...
>> No problem so far with the horrible udev-197 *g*.
>
>Really? I'm thinking this is udev not assigning eth0 to your network card.
Hm. My persistent-net.rules still exists, has not changed and the new method of
naming network interfaces should be disabled by default.
>> Here is what happens when i try to manually start ppp.
>> ...
>> ----- /etc/conf.d/net -----
>> modules="ifconfig"
>> config_eth0="null"
>> config_eth1="192.168.0.3 netmask 255.255.255.0"
>> config_ppp0="ppp"
>> link_ppp0="eth0"
>> plugins_ppp0="pppoe"
>> username_ppp0='that_one_is secret'
>> password_ppp0='also_secret'
>> pppd_ppp0="defaultroute
>> usepeerdns"
>> ---------------
>>
>> What to do?
>
>What to do?
Yes. :-D
>Tell us more about how you connect to the internet.
I do not use a router. I need pppoe for the ADSL-Modem required by my ISP. On my
old Gentoo, which i am now using and which has the same configuration, i get
hafi@i5 ~ $ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default rdsl-dsdf-de02. 0.0.0.0 UG 4005 0 0 ppp0
loopback localhost 255.0.0.0 UG 0 0 0 lo
lan.triffids.de * 255.255.255.0 U 0 0 0 eth1
rdsl-dsdf-de02. * 255.255.255.255 UH 0 0 0 ppp0
> Most people here will be using an ethernet network in which eth0 is wired to
> a router. I have not used ppp since I disposed of my 56k pew-pew-eep-eep
> dial-up modem. If you're using PPPoE then you need to tell us about it, not
> assume we can read your mind.
The configuration is done in /etc/conf.d/net, which i have posted above. In
syslog of the defunct Gentoo i find regarding ppp:
Jan 20 15:40:11 i5_64 klogd: PPP generic driver version 2.4.2
Jan 20 15:40:11 i5_64 klogd: PPP BSD Compression module registered
Jan 20 15:40:11 i5_64 klogd: PPP Deflate Compression module registered
Jan 20 15:40:11 i5_64 klogd: PPP MPPE Compression module registered
Jan 20 15:40:11 i5_64 klogd: NET: Registered protocol family 24
...
Jan 20 15:40:45 i5_64 pppd[2230]: Timeout waiting for PADO packets
Jan 20 15:40:45 i5_64 pppd[2230]: Unable to complete PPPoE Discovery
Jan 20 15:40:53 i5_64 pppd[2230]: Terminating on signal 15
Jan 20 15:40:53 i5_64 pppd[2230]: Exit.
Jan 20 15:40:53 i5_64 pppd[2706]: Plugin rp-pppoe.so loaded.
Jan 20 15:40:53 i5_64 pppd[2706]: RP-PPPoE plugin version 3.8p compiled against
pppd 2.4.5
Jan 20 15:40:53 i5_64 pppd[2706]: Plugin passwordfd.so loaded.
Jan 20 15:40:53 i5_64 pppd[2707]: pppd 2.4.5 started by root, uid 0
Jan 20 15:40:53 i5_64 /etc/init.d/net.ppp0[2465]: WARNING: net.ppp0 has started,
but is inactive
Jan 20 15:41:28 i5_64 pppd[2707]: Timeout waiting for PADO packets
Jan 20 15:41:28 i5_64 pppd[2707]: Unable to complete PPPoE Discovery
On the currently used old Gentoo syslog says:
Jan 20 17:14:26 i5 klogd: PPP generic driver version 2.4.2
Jan 20 17:14:26 i5 klogd: PPP Deflate Compression module registered
Jan 20 17:14:26 i5 klogd: PPP BSD Compression module registered
Jan 20 17:14:26 i5 klogd: PPP MPPE Compression module registered
Jan 20 17:14:26 i5 klogd: NET: Registered protocol family 24
...
Jan 20 17:14:30 i5 pppd[2564]: PPP session is 6601
Jan 20 17:14:30 i5 pppd[2564]: Connected to 00:1f:3f:48:4e:b8 via interface eth0
I will give more information once i know waht will be needed. ;)
Hartmut
--
Usenet-ABC-Wiki http://www.usenet-abc.de/wiki/
Von Usern fuer User :-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: No connection to the internet after update of today
2013-01-20 18:05 ` Stroller
2013-01-20 19:07 ` [gentoo-user] " Hartmut Figge
@ 2013-01-20 20:03 ` Hartmut Figge
2013-01-21 1:49 ` Hartmut Figge
1 sibling, 1 reply; 5+ messages in thread
From: Hartmut Figge @ 2013-01-20 20:03 UTC (permalink / raw
To: gentoo-user
Stroller:
>On 20 January 2013, at 16:01, Hartmut Figge wrote:
>> ...
>> No problem so far with the horrible udev-197 *g*.
>
>Really? I'm thinking this is udev not assigning eth0 to your network
>card.
And you are right. I could get PADO packets on eth1. Modifying
/etc/conf.d/net gave me back the internet but eliminated my LAN. Hrm.
Well, now i can look for a real solution. Thanks for answering.
Hartmut
--
Usenet-ABC-Wiki http://www.usenet-abc.de/wiki/
Von Usern fuer User :-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-user] Re: No connection to the internet after update of today
2013-01-20 20:03 ` Hartmut Figge
@ 2013-01-21 1:49 ` Hartmut Figge
0 siblings, 0 replies; 5+ messages in thread
From: Hartmut Figge @ 2013-01-21 1:49 UTC (permalink / raw
To: gentoo-user
Hartmut Figge:
>Well, now i can look for a real solution.
Done. Back to udev-171. ;)
Hartmut
--
Usenet-ABC-Wiki http://www.usenet-abc.de/wiki/
Von Usern fuer User :-)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-01-21 1:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-20 16:01 [gentoo-user] No connection to the internet after update of today Hartmut Figge
2013-01-20 18:05 ` Stroller
2013-01-20 19:07 ` [gentoo-user] " Hartmut Figge
2013-01-20 20:03 ` Hartmut Figge
2013-01-21 1:49 ` Hartmut Figge
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox