[gentoo-user] No connection to the internet after update of today

2013-01-20 Thread Hartmut Figge
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  GatewayGenmask   Flags Metric Ref  Use Iface
loopback localhost  255.0.0.0 UG0  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  :-)




Re: [gentoo-user] No connection to the internet after update of today

2013-01-20 Thread 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. 

 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.