Displaying 3 results from an estimated 3 matches for "atlp".
Did you mean:
atl2
2017 Aug 16
1
Clarifications on getting debug information when rsync freezes
...from various replies in this email list it must be given as an argument to rsync beforehand?
If I do not want to change something in my current rsync setup, would it be ok to do sth like this on the destination machine:
# 1. find the ssh PID from the source IP
destination_machine $ sudo netstat -atlp | grep "192.168.23"
tcp 0 36 192.168.40.23:ssh 192.168.23.40:49187 ESTABLISHED 915/sshd: abc [priv
# 2. find all related processes
destination_machine $ sudo pstree --show-pids 915
sshd(915)───sshd(1079)───rsync(1082)───rsync(1085)
# 3. then strace these all these...
2008 Mar 24
4
dovecot dead
Hi,
I am a new linux user.I jz setting up a mail server.Downloaded &
Configured the components:CentOS,OpenLDAP,pam,dovecotMailServer,s
endmial,squireelmail etc....
But wehn i want to check whether it works or not, so i open up my
clientmail, wchi is Netscape 7.2. in Edit > Mail & Newsgroups Account
Setting > server setting... i had put the ip address for the
machine... but error pop
2017 Aug 23
2
rsync got stuck
...3 [ ] STREAM CONNECTED 1465572751 3797/rsync
unix 3 [ ] STREAM CONNECTED 1465572750 3797/rsync
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 ps...