[casper] SVN error

2009-09-21 Thread John Ford
I get this when trying to sync my SVN:

C:\casper\roach\sw\linux\include\linux\netfilter_ipv4\ipt_REJECT.h
In directory 'C:\casper\roach\sw\linux\include\linux\netfilter_ipv4'
Can't open file
'C:\casper\roach\sw\linux\include\linux\netfilter_ipv4\.svn\tmp\text-base\ipt_TCPMSS.h.svn-base':
The system cannot find the file specified.

John





Re: [casper] SVN error

2009-09-21 Thread Henry Chen

Hi John,

This is a known issue with the CASPER SVN (and actually all
repositories for Linux kernel source). There are several files
with the same name but with different cases, which Linux will
happily handle but Windows will not. This really screws with
the netfilter_ipv4 directory on a Windows machine.

If you need the Linux kernel source, you'll have to check out that
portion of the repository from a Linux machine. If you need all of
the rest of the ROACH tree on a Windows machine, you'll need to
do a partial or hierarchical checkout.

Thanks,
Henry

John Ford wrote:

I get this when trying to sync my SVN:

C:\casper\roach\sw\linux\include\linux\netfilter_ipv4\ipt_REJECT.h
In directory 'C:\casper\roach\sw\linux\include\linux\netfilter_ipv4'
Can't open file
'C:\casper\roach\sw\linux\include\linux\netfilter_ipv4\.svn\tmp\text-base\ipt_TCPMSS.h.svn-base':
The system cannot find the file specified.

John








[casper] Telnet error

2009-09-21 Thread C-H Cheng
Hello

I follow the ROACH 10GbE tutorial:
http://casper.berkeley.edu/wiki/ROACH_10GbE_tutorial
and I get some error message:
--
Connecting to server 140.109.176.237 on port 7147...  ERROR connecting to 
server 140.109.176.237 on port 7147.

FAILURE DETECTED. Log entries:
140.109.176.237: Starting thread Thread-1
None
FAILURE DETECTED. Log entries:
140.109.176.237: Starting thread Thread-1
140.109.176.237: Stopping thread Thread-1
None
Traceback (most recent call last):
  File 10gbe_demo.py, line 272, in module
exit_fail()
  File 10gbe_demo.py, line 33, in exit_fail
fpga.stop()
  File /usr/local/lib/python2.6/dist-packages/corr/katcp_wrapper.py, line 
250, in stop
super(FpgaClient,self).stop()
  File 
/usr/local/lib/python2.6/dist-packages/katcp-0.1.4-py2.6.egg/katcp/client.py, 
line 449, in stop
raise RuntimeError(Attempt to stop client that wasn't running.)
RuntimeError: Attempt to stop client that wasn't running.

I use the uboot : 20090811-uboot-nohack
  kernel : uImage-rmon-20090904
filesystems: ROACH_filesystem_etch_2009_08_14
Also the telnet in ROACH setup OK and I can telnet to ROACH. (port 23, and 7147 
are opened in ROACH)
Any idea?

Regards, 
C-H Cheng