LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   cannot open any gui apps while in Internet! (https://www.linuxquestions.org/questions/debian-26/cannot-open-any-gui-apps-while-in-internet-354307/)

deepclutch 08-17-2005 03:43 PM

cannot open any gui apps while in Internet!
 
I use aDSL connection,if i try opening gedit or something like,it simply shows starting gedit
...and stops after sometime.but if i stop my internet connxn,then all guis popup suddenly/?
what to do?what to do?what to do? Please Help!

Dead Parrot 08-17-2005 04:16 PM

Maybe you haven't configured the loopback interface in /etc/network/interfaces ? Check out if you have these lines:

auto lo
iface lo inet loopback

deepclutch 08-17-2005 10:02 PM

Previously i have some problems configuring aDSL on Sarge.so with help of local lug guys i edited /etc/network/interfaces:
[prakash@localhost etc]$ cat network/interfaces

iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
broadcast 127.255.255.255
network 127.0.0.0

auto eth0
iface eth0 inet static
up ifconfig $IFACE 0.0.0.0 up
down ifconfig $IFACE down
name Ethernet LAN card


iface dsl-provider inet static
provider dsl-provider
# please do not modify the following line
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
name Unknown interface type

Is this correct?also i need to run poff -a several times to stop numerous pppds that starts with when i type pon dsl-provider?

powadha 08-18-2005 02:27 AM

Re: cannot open any gui apps while in Internet!
 
Quote:

Originally posted by deepclutch
I use aDSL connection,if i try opening gedit or something like,it simply shows starting gedit
...and stops after sometime.but if i stop my internet connxn,then all guis popup suddenly/?
what to do?what to do?what to do? Please Help!

Open the app using a terminal, that way you get the error message and that would make it easier to solve the problem.

Dead Parrot 08-18-2005 03:36 AM

Open a terminal window and do as root "ifconfig". If the output doesn't include lo, then the loopback interface is not properly configured.


All times are GMT -5. The time now is 05:41 PM.