Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Cinnamon has crashed
- Date: Wed, 17 Sep 2014 11:47:10 +0200
- From: Jens Oliver John <lists@example.com>
- Subject: Re: [tlug] Cinnamon has crashed
- References: <54191AC8.7010903@imaginatorium.org>
- User-agent: Mutt/1.5.23 (2014-03-12)
On Wed, Sep 17, 2014 at 02:23:20PM +0900, Brian Chandler wrote: > (...) > connect: network unreachable First: is the green led around the network port on? If yes, hardware link is ok. Second: "ip link" should list all interfaces on the machine, including eth0 or similar wired interfaces. Third, "type dhclient" should list a binary. If that program is installed, we can try bringing up the network with DHCP manually. As root/sudo: service network-manager stop # getting rid of evil, fails if not installed but that's ok dhclient -r ; # release stale dhclient instances brought up by scripts in /etc/network pkill -SIGKILL dhclient ; # make sure all dhclients are dead dhclient $your_wired_interface # eth0, often. Try to get a new DHCP lease route -n as suggested by Stephen should now return the routes common on your network. If you get errors about interfaces being down, do "ifconfig $interface up" before doing the above command sequence again. If not, inspect the output of grep dhclient /var/log/syslog since dhclient is logging quite verbosely to the syslog. Any errors logged here should provide pointers to the underlying/actual network problem. Best regards Jens.
- Follow-Ups:
- Re: [tlug] Cinnamon has crashed
- From: Brian Chandler
- References:
- [tlug] Cinnamon has crashed
- From: Brian Chandler
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Cinnamon has crashed
- Next by Date: [tlug] [CFP] Call for presenters - October Technical Meeting
- Previous by thread: Re: [tlug] Cinnamon has crashed
- Next by thread: Re: [tlug] Cinnamon has crashed
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links