You are not logged in.
I just went through a huge -Suy and I've lost the ability to connect to the internet.
I have had problems with my router lately (I've been having to restart it almost everyday to start dhcp on my pc's). However, I restarted it aobut 12 times this morning, and I can reach the internet on my webserver which wasn't upgraded recently.
The only major package upgrade that might be relevant that I can remember is udev.
I'm using the forcedeth module for networking, and I am getting a message in my 'everything.log' that says something to the effect of
Timed out while waiting for a response from a valid DHCP server.
Offline
you mean you lost all internet? the arch upgrade servers seem to be down, if that's what you mean. the connection is hanging and timing out. if you can't connect at all, try restarting your interface, # /etc/rc.d/network restart
Offline
you mean you lost all internet? the arch upgrade servers seem to be down, if that's what you mean. the connection is hanging and timing out. if you can't connect at all, try restarting your interface, # /etc/rc.d/network restart
yes: all internet.
example:
me@mypc #> ping google.com
ping: unknown host google.com
After i try to restart my network it tells me [FAIL].
When I check my logs afterward it tells me that it timed out while waiting for a valid dhcp server.
Offline
Actually it's working just fine. For the first time ever udev has made a distinction between my two networking cards, and named my onboard networking card eth1. I changed it to use eth1 in rc.conf and now i get this
[root@sg01 sgillespie]# /etc/rc.d/network restart
:: Stopping Network [BUSY] down: error fetching interface information: Device not found
[FAIL]
:: Starting Network [BUSY] eth1 Link encap:Ethernet HWaddr 00:50:8D:E9:10:EA
inet addr:192.168.1.102 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::250:8dff:fee9:10ea/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:140 errors:0 dropped:0 overruns:0 frame:0
TX packets:158 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:62027 (60.5 Kb) TX bytes:21387 (20.8 Kb)
Interrupt:17 Base address:0xc000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
[DONE]
What is going on?
EDIT: Once again, it's working. I forgot to change the other references to eth1, so no problem now. Life goes on...
Offline