Re: [casper] Where is sshd?

2010-03-08 Thread Jason Manley
Thanks Steve! Wiki page updated. EXT3 should be working though... will  
add it to the list of bugs.


Jason

On 08 Mar 2010, at 11:57, Steve Maher wrote:

I got the beefier linux distro working but only after using an ext2  
formatted USB stick.  For some reason ext3 didn't work, even though  
the documentation said it would.


Thanks,

Steve

On Thu, Mar 4, 2010 at 5:26 PM, Jason Manley jasonman...@gmail.com  
wrote:

Recommend you switch to a full linux root filesystem based on Debian
Etch, available here: 
http://casper.berkeley.edu/svn/trunk/roach/sw/binaries/filesystem/filesystem_etch_2009-11-30.tar.bz
 It includes ssh and a bunch of other standard utils, including apt-
get which lets you install anything you want. You can either put this
on a USB stick, or on the network, or otherwise boot off an SD/MMC  
card.


Also of interest is the getting started guide, here: 
http://casper.berkeley.edu/wiki/Getting_Started_with_ROACH
 which has instructions for doing the above.

The onboard busybox install is really a bare-minimum debug
environment, and I don't know of many ppl using that in an actual
development environment.

Jason

On 04 Mar 2010, at 13:48, Steve Maher wrote:

 Hi,

 Excitement with our very first ROACH/CASPER experience today when we
 fired up our new roach board.

 However, all getting-started  tutorials I find indicate sshd should
 be running but I can't find it anywhere.   Port 22 doesn't answer,
 no sshd running, no results for busybox find -name *ssh*.

 Do I need a different linux image?

 Current:
 Linux version 2.6.25-svn2338 (d...@lappy) (gcc version 4.0.0 (DENX
 ELDK 4.0 4.0.
 0)) #111 Tue Oct 6 14:24:10 SAST 2009


 Thanks,

 Steve








[casper] Where is sshd?

2010-03-04 Thread Steve Maher
Hi,

Excitement with our very first ROACH/CASPER experience today when we fired
up our new roach board.

However, all getting-started  tutorials I find indicate sshd should be
running but I can't find it anywhere.   Port 22 doesn't answer, no sshd
running, no results for busybox find -name *ssh*.

Do I need a different linux image?

Current:
Linux version 2.6.25-svn2338 (d...@lappy) (gcc version 4.0.0 (DENX ELDK 4.0
4.0.
0)) #111 Tue Oct 6 14:24:10 SAST 2009


Thanks,

Steve


Re: [casper] Where is sshd?

2010-03-04 Thread Mark Wagner
Hi Steve,

On Debian/Ubuntu 'sshd' is at /usr/sbin/sshd, but I would use the script
/etc/init.d/ssh, which should be started at boot.  If not you can try
restarting it yourself:

 /etc/init.d/ssh stop | start | restart

Mark


On Thu, Mar 4, 2010 at 1:48 PM, Steve Maher stephen.f.ma...@nasa.govwrote:

 Hi,

 Excitement with our very first ROACH/CASPER experience today when we fired
 up our new roach board.

 However, all getting-started  tutorials I find indicate sshd should be
 running but I can't find it anywhere.   Port 22 doesn't answer, no sshd
 running, no results for busybox find -name *ssh*.

 Do I need a different linux image?

 Current:
 Linux version 2.6.25-svn2338 (d...@lappy) (gcc version 4.0.0 (DENX ELDK
 4.0 4.0.
 0)) #111 Tue Oct 6 14:24:10 SAST 2009


 Thanks,

 Steve