Pages

Friday, December 14, 2012

Linux error "There are stopped jobs"

This error will come when you try to logout or exit from a terminal and there are some tasks which are running in background.  surendra@linuxnix.com:~$ ping linuxnix.com PING linuxnix.com (216.239.38.21) 56(84) bytes of data. 64 bytes from any-in-2615.1e100.net (216.239.38.21): icmp_req=1 ttl=50 time=61.3 ms 64 bytes from any-in-2615.1e100.net (216.239.38.21): icmp_req=2 ttl=50 time=63.2 ms ^Z [1]+  Stopped                 ping linuxnix.com surendra@linuxnix.com:~$ exit There are stopped...

Sunday, December 2, 2012

Solution of "No Route to Host error" Issue

No Route to Host error Linux solution Q. I am seeing an error when trying to connect to a server, but I am able to ping and see other ports open by using telnet command? Is there a solution to resolve this issue? First of all check what are open ports on that machine nmap server-ip Check if your service is running and showing in nmap output.Check if your service is running or not on tha If your port is not open check your iptables output. iptables -L This will show all the rules. You can flush the iptables if you are not much concern about...