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

Re: Help please newbie question :-(

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2004-10-25 17:17:31 CEST

Michal Ziv wrote:
> hi,
> installed new subversion 1.1.1 from source as root on linux RH AS3.
> ./configure
> make
> make install
>
> changed to user svnadmin
> and tried to create fsfs repository on nfs directory
> with this command:
> svnadmin create --fs-type fsfs /mountpoint/repository
>
> didn't finish for a long time(more then a minute)
>
> killed proccess because seemed it finished but when tried to import to
> repository got this error svn:
> Can't open file '/netapp_mysql/svnrepository/db/uuid': No such file or
> directory
>
> can anyone please say what i did wrong?

It wasn't done creating the repository, it was hung waiting for
/dev/random to return some random data to be used in creating the UUID
for the repos. You can probably get it to complete by hiting lots of
keys on the keyboard while svnadmin create is hung (no, I'm not kidding,
that'll give /dev/random a chance to grab some entropy from the keyboard
driver).

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 25 17:19:55 2004

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.