I am newbie to this,Could someone help ?
I didn't see any PID/PROGRAM name on some process, what could that be the reason ?
# netstat -anp
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:7168 0.0.0.0:* LISTEN 2263/sshd
Hi, thanks for your post.
I just setup a new amazon ec2 instance and installed apache and setup the configs and everything but when i visit the url there is nothing....do i have the proper ports open and asscociated to apache...here is my ports..am i missing anything
sudo netstat -nap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
Hello,
My SSH connection doesn't work any more.
I have two Computers A and B, which are in the same home-network.
This morning a was still able to connect by SSH from A to B.
I did some general configuration on B so I might have messed up something,
I've tried to install Apache Tomcat 5.5 and 6 in 2 different ways (from source and with apt-get) on Debian 5 and Debian 6 -- no success.
Is there a way to get a per-socket send and receive Queues utilization on Solaris similar to the way that Linux' netstat displays it?
Example on Linux:
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:19072 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:19008 0.0.0.0:* LISTE
my machine is running on Ubuntu 12.04 LTS.
I installed apache 2 on my system. When I try to start it, I get error
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
Now this is very common problem regarding apache. most solution are to hit command netstat -nltp | grep ':80' then get pid and kill the process. Linux gods are angry in my case I think.
Running netstat I found this:
netstat -tpW | column -t
Quote:
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 1 0 pither.localdomain:38278 spider.kde.org:http CLOSE_WAIT 1629/g
I still new to the changes in F17.