Mailing List Archive

1 2  View All
[Bug 967] Command only sessions hangs on target system. [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=967





------- Additional Comments From dimitrij@schlund.de 2005-01-11 20:13 -------
I will now compile new package with Patch #764 and try it again.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 967] Command only sessions hangs on target system. [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=967





------- Additional Comments From dimitrij@schlund.de 2005-01-11 20:25 -------
Ok,

now is problem not everytime but not solved complete:

this is Ok:

host:~\> time for I in `seq 1 100`; do ssh -1 root@balancedev2 true; done

real 1m19.477s
user 0m4.682s
sys 0m2.609s


but if i run same commando from another shell parallel, then first child on
server get a zombie when 2. command was started.

Very strange!





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 967] Command only sessions hangs on target system. [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=967





------- Additional Comments From dtucker@zip.com.au 2005-01-19 17:06 -------
So far I haven't been able to reproduce this. What can you tell me about the
host itself? Is it fast or slow? Single/multiple CPU?



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 967] Command only sessions hangs on target system. [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=967





------- Additional Comments From dimitrij@schlund.de 2005-01-20 02:54 -------
Hi,

this machine isn't very fast:

balancedev2:~# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 11
model name : Intel(R) Pentium(R) III CPU family 1133MHz
stepping : 1
cpu MHz : 1130.892
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 mmx fxsr sse
bogomips : 2220.03

balancedev2:~# free
total used free shared buffers cached
Mem: 506788 471804 34984 0 113852 277188
-/+ buffers/cache: 80764 426024
Swap: 208836 0 208836



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 967] Command only sessions hangs on target system. [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=967





------- Additional Comments From dimitrij@schlund.de 2005-01-22 09:39 -------
On another server same issue with patch too. Only DEBUG3 solves this problem.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

1 2  View All