Ubuntu Networking :: Machine Will Suddenly Stop Responding To Connections While Still Remaining Partially Connectible?

Jan 2, 2011

I have a strange problem where my machine will suddenly stop responding to connections while still remaining partially connectible. Here's an example sequence of events I have taken (numerous times). If anyone can spot something else I should check or has seen these symptoms before please let me know.1) System is using an Edimax 7318-usg, Ubuntu 10.042) Wifi connection is working, with power management turned off (iwconfig)3) Signal strength does not cause the connection to drop (confirmed with router logs)4) When in a ssh session on the problem machine suddenly the ssh session is dropped "host is down"5) When I attempt to re-initiate ssh it fails, no route to host...6) Pinging it fails, accessing a webpage hosted on it fails, all access fails7) The machine I'm pinging/sshing from still has a good network connection8 ) I check my routers DHCP leases, problem machine still has a valid lease.

9) Router still shows problem machine in routing & arp table & shows active traffic going to and from (I checked the routers states and bandwidth monitor for this)10) I try sshing and pinging the problem machine from the laptop on the local network, it still fails, no route to host, wtf?11) I go to the problem machine physically, wifi connection is up with decent signal12) ifconfig indicates it still holds an IP address13) I open a browser on the problem machine, any webpage loads fine14) I ping the laptop from the problem machine, ok15) I ssh from the problem machine to my laptop, it works16) At this point I ssh from the laptop to the problem machine, sometimes it works sometimes it fails(it seems that pinging/sshing the laptop FROM the problem machine sometimes makes it connectable again).

17) Usually if I wait a while the problem machine will randomly become connectable again at random intervals18 ) The only reliable way to make the problem machine connectable again is manually reconnecting it to the wireless network19) I tailed auth.log ufw.log, etc. nothing suspicious disallowing my ssh connection20) dmesg shows nothing unusual, as far as I can tell, just some activity negotiating WPA keys and suchBy looking at the timestamp for the WPA negotiation and cross referencing the router bandwidth monitor I can tell the WPAnegotiation doesn't make it drop the conectionSo that's it, lol.

View 6 Replies


ADVERTISEMENT

Fedora :: While Working With Firefox / Amsn And VLC Suddenly System Stop Responding

May 25, 2011

I installed F14 and I have been having some issues with the usage of the ram memory. Here is the situation: while working with firefox, amsn, and VLC, suddenly the system stop responding, I just can manage to check system monitor and the ram is at 89% (of 1GB) and the swap at 50% (of 1.4GB). I can do nothing then I just switch off the machine. After that using the same applications everything is fine. I was using F12.

View 3 Replies View Related

Server :: Deadlock In NFS4 / Shared Servers Suddenly Stop Responding And Cant List It From Debian 5 Server?

Jan 4, 2010

I am connecting servers using NFS4 the shared directories are on servers running Debian 4 while the one who read from them is Debian 5.0.3. The problem is one of these shared servers suddenly stop responding and you cannot list it from Debian 5 server, also df hang, and the web application that is using it does not respond to requests that use this shared directory since it is blocked. Then the load on the server start to increase until the server cannot respond (over 90). I have found many entries in the syslog that refer to this like:

ma25555 kernel: [1200285.732919] nfs: server 10.xxx.xxx.xxx not responding, still trying
Dec 31 08:16:33 ma25555 kernel: [1200289.815378] INFO: task java:9702 blocked for more than 120 seconds.
Dec 31 08:16:33 ma25555 kernel: [1200289.835249] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
code....

I have tried the connection between the 2 servers using ping for one day and all are OK (zero lost)

There are 3 other servers that are running Debian 4 and are working fine.

View 1 Replies View Related

Ubuntu Networking :: Machine Not Responding To Ping?

Jun 3, 2010

I am running ubuntu 10.04 on a VMWare Server virtual machine. I have assigned the ubuntu machine an ip address of 192.168.17.101. The ip address of my Windows machine hosting the Ubuntu VM is 192.168.17.100.

From the Ubuntu machine, I can ping all other machines on the local subnet. But when I try to ping the ubuntu machine, it does not get a reply.

I have a clean, plain install and the only software I have installed is Nagios.

View 1 Replies View Related

General :: FTP Through Command Prompt, Connections Times Out After Some Time Remaining Idle

Aug 23, 2010

while doing FTP through command prompt, connections times out after some time remaining idle, but doing ftp through browser, connection doesn't time out after some time remaining idle... why is it so?

View 2 Replies View Related

Networking :: Connections In Virtual Machine Getting Dropped?

Mar 17, 2011

I've forwarded incoming connections on port 25 to my virtual machine with the following commands:

sudo iptables -t nat -A PREROUTING -p tcp -i eth0 -d 10.1.1.3 --dport 25 -j DNAT --to 192.168.56.101:25

sudo iptables -A FORWARD -p tcp -i eth0 -d 192.168.56.101 --dport 25 -j ACCEPT

The strange thing is the connections coming through in the virtual machine seem to be getting dropped. A port scan from the internet says the port is closed, but it is not the case as I can see the connection coming through. As you've probably worked out, I am running a mail server. When I send myself test mail, the connections from the senders mail server also gets dropped.

View 1 Replies View Related

Hardware :: SATA Drive Suddenly Stops Responding?

Jul 12, 2011

I have a WD Caviar Green 2TB drive installed into a NAS server. Without any explanation, randomly, usually after several days of uptime, the drive stops responding completely to the SATA bus.The syslog shows:

Code:
Jul 12 23:23:20 nas kernel: [4160863.587301] ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen

[code]...

View 2 Replies View Related

Ubuntu Networking :: Iptables: Natting A Machine Only On External Connections

Mar 22, 2011

I've got the following two subnets.

Code:
Subnet 1: 10.1.0.0/24
Subnet 2: 172.16.0.0/24

A machine in subnet 1 is natted to a static address in subnet 2. For instance 10.1.0.10 is natted to 172.16.0.10.

I have achieved this with the following iptables rule. (in addition to enabling forwarding)

Code:
iptables -t nat -A POSTROUTING -s 10.1.0.10 -j SNAT --to 172.16.0.10

So far this works perfectly. What I want to do now is to add another rule that only nats the machine in case it is NOT accessing subnet 1.

In other words, when this machine accesses any other machine in subnet 1, it should show up as 10.1.0.10. Whenever it accesses subnet 2 of anything else, it should appear as 172.16.0.10.

View 1 Replies View Related

Ubuntu :: Programs Randomly And Frequently Stop Responding?

Mar 19, 2011

programs (especially Firefox, though I haven't used other programs much) stop responding rather frequently without warning and after some time they just start responding again. Apt-get also takes ages to unpack stuff when I'm upgrading/installing something, that might be related. According to top there is barely any cpu usage at all during these freezes. I had this issue on a stock Lucid install. When Maverick came out, I tried that one, and the issue still existed. On a fully upgraded Maverick system, it's still there as well. Windows works without a hitch, as does Ubuntu running under a VM on windows.

System specs:

CPU: Phenom 2 x4 945 @ 3 GHz
GPU: Radeon HD 5770 with fglrx
4 GB of ddr3 ram
Motherboard: Asus M4A89GTD PRO
Hard drives: 2 WD 1.5 TB drives running on a fakeraid 1 array

View 2 Replies View Related

Ubuntu :: KDE Dolphin Stop Responding On NFSv4 Share

Apr 4, 2011

I just started to use NFSv4, but Dolphin seems to have problems with it. For example if I copy something from local partition to the nfs partition dolphin stops to response. I cannot launch another dolphin or browse the current dolphin. After copying is completed the dolphin starts to work again. I also have cifs partitions via samba, but with those I don't have this problem. Something wrong with my NFS configuration maybe?

Code:
/export 192.168.0.0/24(rw,fsid=0,no_subtree_check,async,no_root_squash)
/export/alpha 192.168.0.0/24(rw,no_subtree_check,async,nohide,no_root_squash)
/export/beta 192.168.0.0/24(rw,no_subtree_check,async,nohide,no_root_squash)
/export/gamma 192.168.0.0/24(rw,no_subtree_check,async,nohide,no_root_squash)
/export/delta 192.168.0.0/24(rw,no_subtree_check,async,nohide,no_root_squash)

View 1 Replies View Related

Slackware :: Windows Stop Responding To Keyboard (13.1)?

Jun 1, 2010

I upgraded to 13.1 from 13.0 a few days ago. I have a Toshiba Satellite L3655D that I leave on constantly. Twice now, I have woken up to windows (urxvt and firefox) that don't accept keyboard input. I can paste into them and they respond, clicking is fine, but the keyboard either barely sends or is completely ignored - if I tap a bunch of keys, one or two might go through, eventually. New windows work fine, so I have to replace everything I have open.

edit:I switched to XFCE for 2 days and the issue didn't appear, but my other laptop with the same fluxbox settings also did not have any problems. I switched the original laptop back to fluxbox (and happened to upgrade the ATI drivers around the same time) and haven't had it happen since. If this happens to you, try restarting X.

View 7 Replies View Related

Ubuntu Servers :: Stop Responding: Goes Into An Automated Scanning Mode

Jul 14, 2010

I just installed ubuntu as a learning tool. It was going fine until the next day after the install. This happened on two reinstall of ubuntu server 10.4. All was installed was lamp, squid, privoxy, tor, shorewall, and phpmyadmin. I have added 3 websites to the server.

Today, I noticed my internet stopped responding on my other pc which is linked to my server for internet access( privoxy). When I turned on the server, I noticed the screen was purging out random lines. I don't know what they mean, but it was a never ending series of lines filling the whole screen. To stop it, I ctrl+c. Some of these lines read usb, keyboard, mouse, etc. I am guessing the system went hay-wired.

When I reboot the machine, it did it again. This time I don't have the cmd prompt. I didn't know another other way to properly shutdown so I just cold reboot the machine. The next time it booted up, all seems normal like it always have been. My sites, internet is working.

I probably didn't provide enough info to diagnose this behavior. As mentioned before, it happened the first time I installed the server and it is happening again with the same applications installed.

Edited: It happened again. Some of the lines I could make out are these.

Code:
Bug: unable to handle kernal NULL pointer deference
Kernal panic-not syncing: Attempted to kill the idle task!
Error panic occured: Switching back to text console.
The server froze at this point.

View 1 Replies View Related

Ubuntu :: 10.10 Freezes Randomly - Keyboard And Mouse Stop Responding

Feb 4, 2011

I have installed Ubuntu 10.10 on other machines before and have not experienced this problem. Occasionally, the system will lock up. They keyboard and mouse stop responding (my keyboard status lights no longer respond, but my optical mouse light is still on). I can ssh to the machine, and it seems to work as normal. I kill processes that are open on my desktop through ssh, (i.e., Firefox), and I notice when I switch back, I still have the same frozen image on my screen. I have looked at the following files to determine any issues with the GPU:

[Code]...

View 2 Replies View Related

General :: USB Devices Stop Responding When A New Device Is Inserted?

Oct 4, 2010

I'm running archlinux & just recently started having a problem where ALL USB devices will stop responding for a second when a new USB device is plugged in. dmesg doesn't provide any hints.For example, I've got my music on an external HD & it will stop playing for like ~30 seconds if plug in my camera or gamepad...This issue only seemed to start after my home partition was erased & re-created, though I don't see how these two issues could be related.I've been running a custom kernel (2.6.35-rc6) for the past few months, and that hadn't changed to spur this issue. Thinking it may have been something weird with the kernel, I even switched over 2.6.36-rc6-mainline, yet this did not remediate the issue.

View 2 Replies View Related

Ubuntu :: KDE Apps Stop Responding To Mouse/keyboard But Plasma Still Works?

Jul 30, 2011

Hey folks. I'm not sure how to describe this properly but periodically Kubuntu 11.04 will stop responding to my mouse and keyboard EXCEPT that Plasma, or what I assume is Plasma, still responds to mouse events. I can launch and exit the desktop cube and desktop grid but can't access my panels or any application controls. The only fix I've found is to do a hard power cycle.

Does this behavior ring any bells for anyone? This is the last hurdle I've got between me and using Kubuntu 11.04 full time on my Samsung RV515.

View 2 Replies View Related

Ubuntu :: The Mouse And The Keyboard Will Stop Responding And The Screen Sometimes Get Divided Into 4 Smaller Quadrants?

Jul 15, 2011

My ubuntu session will freeze and stop working. For example, the mouse and the keyboard will stop responding and the screen sometimes get divided into 4 smaller quadrants of the current screen.The only thing I can do after it freezes is reboot the machine.Would anyone know what is causing this?Also, I keep having to move my optical mouse from the usb slot into a ps/2 slot.And the same thing with my keyboard. I have 2 keyboards, so I can plug in the old ps/2 keyboard instead of the new usb keyboard. (the devices keep flipping)My machine is an AMD 3400 with an Epox mobo. Nothing like this has ever happened before, and I have been using ubuntu for more than 4 years without any problems.

View 9 Replies View Related

Fedora Hardware :: Keyboard / Mouse Stop Responding; Replugging Isn't Registered?

Jan 23, 2011

Today my keyboard and or mouse repeatedly stop responding some minutes after boot. Currently the mouse stops responding after a few seconds of movement immediately after boot. Yesterday I used the machine most of the day, yet this issue didn't arise. Today I used it for a few hours before the issue developed. I did a full system update from the fresh install yesterday night. It's therefore possible that this issue has arisen as a result of the update, and that today the onset was delayed for some reason.

Earlier today I had the same problem with the keyboard. I replaced the batteries thinking that this was the cause. Now it looks like both keyboard and mouse are affected by the same problem. When the mouse stops functioning and the keyboard remains active, I unplug the mouse and replug it in, but it still does not respond, and only the unplug, and not the replug, are detected and logged in dmesg. I noticed ever since I installed Fedora yesterday that plugging in new usb devices after boot did not result in them being recognised, and that if I unplugged a mouse or keyboard and plugged them in again they would not work (requiring a hard reset). Currently the machine isn't usable as I cannot use the mouse for more than a few seconds. I haven't tried a PS2 connection, and currently I have keyboard access.

Hardware:

Fujitsu LZ945230BH1 USB Mouse
Microsoft Arc Bluetooth Wireless USB Keyboard
Running Fedora 14.

I haven't tried PS2. My keyboard and mouse appear to be working again (25 mins and still responsive).I unplugged all USB devices except for the keyboard, mouse, and wifi dongle. This appears to have solved the problem. Other devices that were plugged in were a USB to SATA external HDD caddy (powered off), and a serial USB connection to a Sheeva Plug computer (mini server). how I can use all my USB ports in future without this issue arising?

View 1 Replies View Related

Fedora :: 14 64 Bit - Suddenly My Wireless Stop To Work

Dec 5, 2010

I am using fedora 14 64 bit, using Dell latitude E6410 suddenly my wireless stop to work, in other laptops it is working. I hooked up the internet (non wireless) to my laptop and then he sign. i restart my laptop few times, how to diagnosis the problem..

View 5 Replies View Related

Ubuntu :: Hard Drive Suddenly Starts Spinning And Won't Stop ?

Mar 5, 2011

I've been using Ubuntu 10.x for several months without any major problems. Everything was fine until this week.

In the past few days there's been a strange new problem. When I turn my computer on, it works fine for 10 minutes, and then the hard drive suddenly starts spinning and won't stop. While this happens the computer is virtually unusable. Mouse moves slow and jerky; apps don't respond; and eventually the windows close by themselves, the whole screen goes blank, and the system reboots. The whole process takes a long time, sometimes 30 minutes.

The only change I made just before this problem started was upgrading Firefox Beta 4 version 10 to the latest version 11. So, I deleted it, and went back to the latest stable version 3.6.x. That seemed to fix the problem for a day or so. But then it started happening again. I deleted all signs of Firefox; it still happens. So it's not a browser issue.

I am stumped. Today I started my computer and just let it sit there without opening any programs at all except the system monitor. It ran fine for the usual 10-15 minutes, nothing changed out of the ordinary in terms of computer resources used in the system monitor, and then suddenly the drive started spinning wildly again .....

Right now my computer's been on for 10 minutes and I am typing this message .... but who knows what will happen right now.

View 1 Replies View Related

Debian Installation :: Install Will Not Boot - Suddenly Stop And The Monitor Goes Off

Jul 1, 2010

I have tried 504 i386 and 505 i386 both downloaded on an Athlon on an Abit board 20Bb hd old Hitachi monitor both load, but do not complete the boot up they suddenly stop and the monitor goes off only the setup is ever displayed the hardware is working, i just had another system on it.

View 5 Replies View Related

OpenSUSE :: 3rd Level Keyboard Option Suddenly Stop Working?

Oct 2, 2010

Using Gnome and openSUSE 11.2 . Ok. I changed few keyboards to see if that is a hardware problem . Obviously its not. Whatever keyboard layout I choose .. same story repeats : USA , SRB, GER... I tried to change "key to chooose 3rd level option" in keyboard preferences: right alt, right win , left alt , left win ... but nothing works .

View 1 Replies View Related

OpenSUSE Hardware :: Touchpad And Trackpoint Suddenly Stop Working

May 11, 2010

when starting my Latitude D830 from suspend to ram it was suddenly missing touchpad and trackpoint support. I restartet and updated but still, both devices aren't even listed in yast anymore. Keyboard and bluetooth mouse work fine, though.
Running synclient TouchpadOff=0 says Couldn't find synaptics properties. No synaptics driver loaded?. Now, i googled a bit and all i could find was some tinkering with the xorg.conf, what is especially ugly, since suse doesn't normally use one anymore. Plus, xorg.conf gives me flashbacks of allnighters trying to fix me system again

View 1 Replies View Related

OpenSUSE :: 11.1 - Dolphin Crashing (Machine Fail Responding)

Sep 15, 2010

I've experienced some problems with Dolphin. It crashed a lot, so hard that I've to reset the machine. I have a Vaio VGN SZ 750. Since OpenSUSE 11.1 it used to fail responding, or when I have to move a lot of files, it starts to slow the machine until I have to turn off or restart. I really don't like it as I like Konqueror, so I'd like to know if I can uninstall Dolphin and use konqueror as default. Can I use the camera, the digital-"reader" and the Nvidia card of my laptop? Any link?

View 5 Replies View Related

Ubuntu :: Suddenly I Have Free Space On Machine

Nov 26, 2010

I installed GParted just so that I could have it in case I ever needed to resize my partitions. I opened it just because, with no intent of changing anything. That's when I noticed that I have 1.7 GiB of free space.if it is safe can I add it to my / partiton. It is in between my NTFS partiton and my Extended Linux partition so I would have to change the start point of /.

View 8 Replies View Related

OpenSUSE Hardware :: USB Suddenly Stop Detecting Memorystick Being Plugged In - Error About Accessing HAL

Oct 29, 2010

suddenly it stop detecting a memorystick being plugged in. I connect but nothing happens. At this time i can plug in any memorystick and it want detect it. Then i need to reboot to get it to work and then after avail it stop working again. I also have problems with unmounting (Safely remove device) in the GUI-tool. It works in terminal with "umount". In Dolphin i get error about problem accessing HAL or something like that. This problem is resisting even after reboot. Is there a bug?

View 1 Replies View Related

Ubuntu Networking :: Partially Installed Netgear WG311 And Now No Wired Internet?

Apr 1, 2011

I installed 10.04 onto an old dell and its was running great, internet etc.. I then had my home desktop crash and said great, let me bring the dell home so the wife can use it. At home, i have a wireless card ( Netgear WG311 ) that I then installed into the Dell. Being that she was needing to use it online right away, I searched for the first install as it was not detected, and used used synaptic to install the bcmwl-kernal-source as that was the prefer ed driver for Netgear. So now that I installed that, not only have I not fixed the wireless issue, I now have no wired internet. I've been searching and re reading as many steps as I can, but am running out of time as she needs the computer tomorrow. Installed the ndwrapper ? but was not able to actually get the driver installed. All the other threads seem to be older ubuntu versions, and maybe its just me but the slight variation from one to the nex has me a little confuzed.

mike@mike-desktop:~$ sudo lshw -c network
*-network:0 UNCLAIMED
description: Ethernet controller
product: 88w8335 [Libertas] 802.11b/g Wireless

[code]....

View 4 Replies View Related

General :: Suddenly: "the Proxy Server Is Refusing Connections"?

Oct 4, 2010

So Im newish to computing, and new to anything network/linux related.Situation: yesterday I installed Privoxy and it was working great (verified via Privoxy.org). Starting today while at a coffee shop i go the error "the proxy server is refusing connections". All of my settings are what they were yesterday and the default:

Code:
$ privoxy --version
Privoxy version 3.0.15 (http://www.privoxy.org/)

[code]...

View 14 Replies View Related

Ubuntu Networking :: Smbmount Not Showing All Files / See Those Remaining?

Mar 17, 2011

I have a Ubuntu 10.10 all updated on a Quad core with 4gbs of Ram.

Accessing by ssh to a server (2.6.11-gentoo-r6 i686 Intel(R) Xeon(TM) CPU 3.20GHz) I have 30 folders with 771 mpeg files each folder. code...

View 1 Replies View Related

Fedora :: Fc11 Virtual Machine All Connections Are Refused?

Jun 12, 2010

I run Fc11 on my desktop and Fc11 in virtual machine to test the connections that could be established between two linux machine, all the connection from virtual machine to the physical machine are refused the only thing that answer is ping to default gateway.

View 7 Replies View Related

Ubuntu :: 2 Pptp Vpn Connections - When I Dial One Of My Vpn Connections, My Other Vpn Connections Be Disabled?

Feb 7, 2011

have a problem with my network-manager in ubuntu 10.10.when I dial one of my vpn connections, my other vpn connections be disabled and I can't use them!I tried to restart network-manager and gnome-panel, but it does't seem to solve this problem.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved