Learned something today.

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
Big-E
Administrator
Administrator
Posts: 1332
Joined: 16 May 2007, 16:00
16
Location: IN UR ____ , ____ING UR _____ .
Contact:

Learned something today.

Post by Big-E »

If you fuck with /etc/network/interfaces and mess up the loopback adapter Gnome will not run. With ubuntu you will also have issues with your sudo command.

Make sure you always have the following in your interfaces configuration file.

auto lo
iface lo inet loopback


Cheers.

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

the desktop environment is running as a service (xserver), just like a web- or ftp-one....if the connection can't be made to localhost: no local desktop anymore.
not sure what causes the sudo issue.... :-k

User avatar
Big-E
Administrator
Administrator
Posts: 1332
Joined: 16 May 2007, 16:00
16
Location: IN UR ____ , ____ING UR _____ .
Contact:

Post by Big-E »

Try removing your lo adapter, then type in sudo on an Ubuntu system (not sure if its ubuntu or debian issue)..anyway, it will return something "hostname *yourhostname cannot be found" and various other wonky things happen when you use the command - like my prompt aligning horizontal opposed to vertical.

User avatar
visser
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 472
Joined: 03 Apr 2007, 16:00
17
Location: online
Contact:

Post by visser »

wow that is amazing actually! how something so simple can kill everything!

Post Reply