Hello Bjorn,
> So, this is definitely a step in the right direction. Compiles, builds
> and
> installs fine. Authorization works also, however after the auth there are
> some new problems.
>
> This is a snippet from lsof showing what the fsvs process is doing:
> fsvs 4732 root 3u REG 253,0 6211 721999
> /etc/cobbler/centos4-server.ks.OYfWdk
> fsvs 4732 root 4u IPv4 9842 TCP
> somehost.mydomain:32811->svn.mydomain:https (CLOSE_WAIT)
> fsvs 4732 root 5w REG 253,0 1008342464 327893
> /var/spool/fsvs/97/69/e018cb632af76862fbc6e2ba3d82/md5s.tmp
>
> The CLOSE_WAIT is likely an issue...
>
> strace shows the following being written to the FD 5:
> write(5, "00000000000000000000000000000000"..., 64) = 64
>
> which you can see is the file shown above in lsof:
> [EMAIL PROTECTED] /proc/4732/fd]# ll
> total 6.0K
> dr-x------ 2 root root 0 Oct 15 11:23 ./
> dr-xr-xr-x 3 root root 0 Oct 15 11:22 ../
> lrwx------ 1 root root 64 Oct 15 11:23 0 -> /dev/pts/0
> lrwx------ 1 root root 64 Oct 15 11:23 1 -> /dev/pts/0
> lrwx------ 1 root root 64 Oct 15 11:23 2 -> /dev/pts/0
> lrwx------ 1 root root 64 Oct 15 11:23 3 -> /etc/cobbler/centos4-
> server.ks.OYfWdk
> lrwx------ 1 root root 64 Oct 15 11:23 4 -> socket:[9842]
> l-wx------ 1 root root 64 Oct 15 11:23 5 ->
> /var/spool/fsvs/97/69/e018cb632af76862fbc6e2ba3d82/md5s.tmp*
>
> fsvs is continually writing "00000000000000000000000000000000 00000000
> 6211 0" to that file with no end in sight.
>
> Is there any more debug info I can provide for you?
Always the same string? The third field is the file position, and the 4th
the length ...
Should not be possible to do 0 bytes - there's a minimum length of 2048 or
some such defined.
Could you send me the last (20, 50 or so) meaningful lines of the same
command with "-d"? There's likely to be some repetition, and one instance
of that plus some lines from above would be nice.
Regards,
Phil
--
Versioning your /etc, /home or even your whole installation?
Try fsvs (fsvs.tigris.org)!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]