Hallo,
ich habe einen Server mit SVN. Problem: Das svn hängt sich bei jedem
Zugriff auf.
Die User werden per .ssh/authorized_keys authentifiziert.
<file="authorized_keys>
command="svnserve -t",no-pty ssh-rsa XXXXXXX
</file>
Per svn auf der Kommandozeile funktioniert der Zugriff auf das ganze.
Allerdings bleibt für jede Verbindung ein Zombi-svnserve hängen:
$ ps aux|grep fhaensel
root 28070 0.0 0.2 7696 2160 ? Ss 21:24 0:00 sshd: fhaensel [priv]
fhaensel 28072 0.0 0.2 7852 2292 ? S 21:24 0:00 sshd: fhaensel@pts/0
fhaensel 28073 0.0 0.1 2364 1316 pts/0 Ss 21:24 0:00 -bash
root 28122 0.0 0.2 7696 2160 ? Ss 21:41 0:00 sshd: fhaensel [priv]
fhaensel 28124 0.0 0.2 7852 2292 ? S 21:41 0:00 sshd: fhaensel@pts/1
fhaensel 28125 0.0 0.1 2364 1316 pts/1 Ss 21:41 0:00 -bash
root 29828 0.0 0.2 3608 2316 pts/0 S+ 22:48 0:00 vi /home/fhaensel/.ssh/authorized_keys
fhaensel 29833 0.0 0.1 5408 1352 ? Ss 22:48 0:00 svnserve -tX
root 29864 0.0 0.2 7696 2136 ? Ss 22:49 0:00 sshd: fhaensel [priv]
fhaensel 29866 0.0 0.1 6232 1820 ? S 22:49 0:00 sshd: fhaensel@notty
fhaensel 29867 0.0 0.0 0 0 ? Zs 22:49 0:00 [svnserve] <defunct>
Ich muss also anschließend auf Zombi-Jagd gehen (Parent-sshds killen).
Server ist Debian 3.1, svn ist version 1.1.4 (r13838), compiled May
13 2005, 06:29:47
Hat jemand ähnliches bei sich beobachtet? Hat jemand eine Idee, was das
sein könnte oder wie ich mehr Infos bekommen kann?
Danke schonmal & Viele Grüße
Fabian