Displaying 9 results from an estimated 9 matches for "antp".
Did you mean:
anti
2016 Aug 04
3
Can't connect trough SSH to a new fresh CentOS 7 minimal server
I have installed a new CentOS 7 minimal virtual machine in Vmware
Workstation. I have disabled the firewall by running:
*systemctl disable firewalld* => this one for disable it permanently (I
don't need it since it's a VM for development)
*systemctl stop firewalld* => this one for stop the service
I have set SELinux to be permissive.
SSH is up and running as the output from:
2013 Aug 09
1
vnc ip binding problem
Hi, all.
I tested some operations with libvirt 1.1 on Xen 4.3
Creating vm seems okay, but I cannot connect to its vnc console. So, I checked its bining.
[root@dev-2 ~]# netstat -antp|grep 5900
tcp 0 0 127.0.0.1:5900 0.0.0.0:* LISTEN 10508/qemu-system-i
I tried several times, but it always binds 127.0.0.1 only.
here's my xml.
<domain type='xen' id='3'>
<name>fv0</name>
<uuid>...
2010 Sep 28
3
netstat - kill by pid ?
I am writing a small script to kill process(es) listening on
particular port number. Here I am particularly looking at Java
servlet-containers like Tomcat and JBoss, which sometimes don't
complete their shutdown process and it still shows up as running
process with ps or netstat. This needs to be kill-ed and for that
knowing pid of that process is necessary. The netstat by default
doesn't
2011 Oct 26
4
C6: ssh X-forwarding does not work
...xauth list unix:10.0 2>/dev/null
debug1: Requesting X11 forwarding with authentication spoofing.
debug2: channel 0: request x11-req confirm 0
debug2: client_session2_setup: id 0
debug2: channel 0: request pty-req confirm 0
and netstat does not show the open ports in the 60xx range:
# netstat -antp|grep 60
tcp 0 0 192.168.200.31:22 192.168.200.30:58604
VERBUNDEN 2537/sshd: xxx [
Display var is not set...:
[root at tr-centos ~]# env|grep -i DISPLAY
[root at tr-centos ~]#
Any obvious mistake?
Thx
Rainer
2016 Aug 04
0
Can't connect trough SSH to a new fresh CentOS 7 minimal server
A few things you might try:
1. Verify ssh is listening:
netstat -antp | grep :22 | grep -i listen
2. Verify you can ssh locally:
ssh localhost
3. Try to telnet to ssh port:
telnet <ipaddr> 22
4. run nmap against the ipaddress to verify port 22 is seen.
Hope this helps.
Regards,
Monty
On 08/04/2016 06:36 PM, reynierpm at gmail.com wrote:
> I have in...
2017 Aug 16
1
Clarifications on getting debug information when rsync freezes
...n strace these all these
netstat
=======
In order to provide the proper netstat info, related to the PIDs involved would something like this suffice (in the destination and source machines with the proper PIDs)? Should I provide different options or filter the output differently?
$ sudo netstat -antp | egrep "(1085|1082|1079|915)/"
tcp 0 0 192.168.40.23:22 192.168.23.40:49187 ESTABLISHED 915/sshd: adz [priv
Regards
Vangelis
2012 Oct 15
1
Killing a Service
Hi;
I get this:
]# /etc/init.d/dovecot start
Starting Dovecot Imap: Fatal: listen(143) failed: Address already in use
and this:
]# netstat -ltn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
tcp 0 0 209.216.9.56:587
2010 Jan 06
3
Query live connections?
Hi All,
I was hoping someone would know the answer to this question I had... I
know the rsync daemon has the "Max connections" module, which works
great. However, I was wondering if there was a good way for me to:
1: Query rsync to get the number of live connections it thinks it has?
2: Or better yet, how does rsync itself check for the number of connections?
I'm trying to
2017 Aug 23
2
rsync got stuck
...unix 3 [ ] STREAM CONNECTED 1465572749 3798/ssh
DESTINATION MACHINE
===================
$ sudo netstat -atlp | grep "IP_________14"
tcp 0 0 IP_________14:ssh IP_________40:55340 ESTABLISHED 32097/sshd: abc [pr
$ sudo netstat -antp | egrep "(32097|32212)"
tcp 0 0 IP_________14:22 IP_________40:55340 ESTABLISHED 32097/sshd: abc [pr
$ sudo pstree --show-pids 32097
sshd(32097)───sshd(32212)
$ sudo strace -yy -p 32097
Process 32097 attached
restart_syscall(<... resuming interrupted call ...&g...