Re: [casper] Roach issue: Stale NFS file handle error is reported

2009-05-25 Thread Wan.Cheng
Hi Janson: Only update the Uboot and Roach core? My understanding is the new uboot will boot from USB stick instead of on board busybox? Or the busybox on board also need to be upgraded? Thanks Wan -Original Message- From: Jason Manley [mailto:jasonman...@gmail.com] Sent: Tuesday, 26

Re: [casper] Roach issue: Stale NFS file handle error is reported

2009-05-25 Thread William Mallard
I also used to have this problem: >roach:~# reboot >WARNING: could not determine runlevel - doing soft reboot IIRC, calling reboot with the -f flag solves this problem. Billy wan.ch...@csiro.au wrote: >Hi Jason: > >We have found what the problem is. > >I have to use reboot command before I sh

Re: [casper] Roach issue: Stale NFS file handle error is reported

2009-05-25 Thread Jason Manley
There is a new version of uBoot checked into SVN. Please follow the instructions at http://casper.berkeley.edu/wiki/ROACH_kernel_uboot_update for the update procedure. Note that you will need to reset your environment and reprogram your eeprom for all the new changes to be effected. It up

Re: [casper] Roach issue: Stale NFS file handle error is reported

2009-05-25 Thread Jason Manley
I suspect this warning is due to the fact that we're pivoting root, with runlevels and initscripts defined by the onboard flash's filesystem, not the Debian root filesystem. As outlined in my earlier email, I think we will be changing this to use a stand-alone, native EXT2 filesystem on the

Re: [casper] Roach issue: Stale NFS file handle error is reported

2009-05-25 Thread Wan.Cheng
Hi Jason: We have found what the problem is. I have to use reboot command before I shutdown or reboot Roach. Or the file system might be broken. I think this is why. But why reboot could not work? I am told the runlevel could not determined. Following information is given: roach:~# reboot WA