2009-08-10 20:51:22 svn: Can't connect to host 'firewall-sources.blackfin.uclinux.org': Connection refused
Frank Van Hooft (CANADA)
Message: 78578
I'm installing the tools and code on a new machine (Ubuntu 9.04) and am having some troubles getting the svn uclinux code.
Running this with an empty uclinux-dist directory:
svn checkout svn://sources.blackfin.uclinux.org/uclinux-dist/branches/2009R1 uclinux-dist
results in a checkout that runs for about an hour or so, downloading a boatload of code, then abruptly terminating with the message:
svn: Can't connect to host 'firewall-sources.blackfin.uclinux.org': Connection refused
Repeated attempts, or doing an "svn up" just yield the same result. I thought perhaps it was an ubuntu 9 thing, so I also tried an "svn up" on my svn trunk directory on the ubuntu 7 machine and saw the same message. Which is funny because the ubuntu 7 machine had been the main development machine for a long time; it had never had a problem.
Taking a look at my uclinux-dist directory, this is what I see:
total 116
drwxr-xr-x 8 frank frank 4096 2009-08-10 15:38 bfin_patch
drwxr-xr-x 3 frank frank 4096 2009-08-10 16:23 bin
drwxr-xr-x 4 frank frank 4096 2009-08-10 15:38 config
-rw-r--r-- 1 frank frank 18007 2009-08-10 17:13 COPYING
drwxr-xr-x 4 frank frank 4096 2009-08-10 16:23 Documentation
drwxr-xr-x 12 frank frank 4096 2009-08-10 16:24 freeswan
drwxr-xr-x 105 frank frank 4096 2009-08-10 16:23 lib
-rwxr-xr-x 1 frank frank 1967 2009-08-10 17:13 MAKEALL
-rw-r--r-- 1 frank frank 15877 2009-08-10 17:13 Makefile
drwxr-xr-x 15 frank frank 4096 2009-08-10 15:38 openswan
-rw-r--r-- 1 frank frank 5886 2009-08-10 17:13 README
-rw-r--r-- 1 frank frank 10331 2009-08-10 17:13 release_notes
-rw-r--r-- 1 frank frank 1743 2009-08-10 17:13 SOURCE
drwxr-xr-x 117 frank frank 4096 2009-08-10 16:26 testsuites
drwxr-xr-x 7 frank frank 4096 2009-08-10 15:38 tools
drwxr-xr-x 299 frank frank 12288 2009-08-10 17:13 user
drwxr-xr-x 74 frank frank 4096 2009-08-10 15:33 vendors
Note the absence of a linux-2.6.x directory.
I've had no problems obtaining the tools, or u-boot. It's only been the uclinux code.
Any suggestions would be appreciated.
Thanks.
QuoteReplyEditDelete
2009-08-10 21:04:41 Re: svn: Can't connect to host 'firewall-sources.blackfin.uclinux.org': Connection refused
Mike Frysinger (UNITED STATES)
Message: 78579
should be fixed now. port conflict prevented proper startup of svnserve on that port.
QuoteReplyEditDelete
2009-08-10 23:08:43 Re: svn: Can\\\'t connect to host \\\'firewall-sources.blackfin.uclinux.org\\\': Connection refused
Frank Van Hooft (CANADA)
Message: 78584
Looks like you fixed it - "svn up" is running now & creating a linux-2.6.x directory. Thanks Mike.