LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   sudden internet slowdown when using suse, but not xp (https://www.linuxquestions.org/questions/suse-opensuse-60/sudden-internet-slowdown-when-using-suse-but-not-xp-523087/)

ungua 01-26-2007 03:26 PM

sudden internet slowdown when using suse, but not xp
 
i am currently running windows xp. this afternoon, our internet connection suddenly had a breakdown. the router did not seem to get signals and our provider told us we'll have to wait for technician. when i came back from training one of the people i live together with told me that internet was up again about one hour after i went out. running suse 10.1 i wanted to check my mail and loaded a forum, too. that worked very well until suddenly i lost connection again. no progress with firefox, opera or konqueror.
what could be the cause!? is it possible that my suse-system is being infected by a kind of virus!?

regards
ungua

jonnycando 01-26-2007 05:50 PM

Kind of a guess on my part, but I'd run fsck to see if I hadn't gotten a disc error somewhere. There aren't many virii that can affect Linux so I'd be doubtful there. (That said I do have an anti-virus program just in case.)

ungua 01-27-2007 04:12 AM

thank you for your answer! what is "fsck"?
Code:

ungua@ungua:~> fsck
bash: fsck: command not found
ungua@ungua:~>

which program are you using? the problem for me is that our provider is very bad, i never know where the problem really lies.

regards
ungua

Baldrick65 01-27-2007 04:34 AM

Try running fsck as root. Run man fsck for more details.

HTH
Baldrick

ungua 01-27-2007 05:19 AM

thank you for your help! i'm very sorry if this is too newbie again, but i am not quite sure which option to choose from the manual. running "fsck" only, i get this message:
Code:

reiserfsck --check started at Sat Jan 27 12:16:54 2007
###########
Partition /dev/hda7 is mounted with write permissions, cannot check it
fsck.reiserfs /dev/hda7 failed (status 0x10). Run manually!

regards
ungua

jonnycando 01-27-2007 03:25 PM

you can't fsck a disk you are mounted to. You have to unmount it first. Hopefully /dev/hda7 is not your root partition. If it is you will need to boot a livecd of Linux and run fsck from there. BTW, fsck is the program which inspects your filesystem for errors. If it finds them it will attempt to make repairs or will follow whatever instructions you give it, (such as those you find in "man fsck"

ungua 01-28-2007 07:20 AM

yes, hda7 is my "linux native" drive. i can run fsck from knoppix, is there anything i have to watch out for!?

regards
ungua

jonnycando 01-29-2007 08:29 AM

If you know what format hda7 uses you should execute it this way...(I.E. you have ext2) fsck.ext2 /dev/hda7 and add any switches you desire. If you have reiserfs or jfs or whatever you would type fsck.something just the same substituting your particular format. If you don't know the format I think fsck can tell and will pick it if you just type fsck /dev/hda7 Just run it without any switches first and see what it says. If it says the volume is clean or not flagged dirty, there is a switch to make it do a check anyway. I always do that myself because fsck will sometimes refuse to do a check if the dirty flag is not set.

ungua 01-29-2007 02:08 PM

okay, i'll try that soon, feedback will be posted here. thank you! :)

regards
ungua

EclipseAgent 01-30-2007 01:47 AM

Open YaST, go to Network Services, DNS and Hostname and make sure you check that it "recieves dns from DHCP"

ungua 01-30-2007 10:39 AM

it norwegian it says something like "change host name via dhcp", i guess it is the same. it was not checked, so i am looking forward to find out if this has an effect! :) and i'll try the other tip soon, just have to have enough spare time first.

regards
ungua


All times are GMT -5. The time now is 01:02 AM.