[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Interesting MSG :-^)

From: Kalin KOZHUHAROV <kalin_at_thinrope.net>
Date: 2005-11-01 16:40:15 CET

Kalin KOZHUHAROV wrote:
 Hello,
>
> while playing today with a new approach in managing / in subversion, I got the following:
>
> # svn co svn+ssh://some_url /
> You don't exist, go away!
> svn: Connection closed unexpectedly
>
> It is at least funny, but does anybody know who gives it?
>
> It happened when I renamed /etc temporary.
>
> So I seem to exist in /etc :-D a good revelation!

A quick strace, revealed I need /etc/passwd :-)
[pid 19871] open("/lib/libnss_files.so.2", O_RDONLY) = 3
[pid 19871] open("/etc/passwd", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 19871] open("/etc/passwd", O_RDONLY) = -1 ENOENT (No such file or directory)
You don't exist, go away!
Process 19871 detached

Kalin.

-- 
|[ ~~~~~~~~~~~~~~~~~~~~~~ ]|
+-> http://ThinRope.net/ <-+
|[ ______________________ ]|
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 1 07:41:10 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.