On Wed, 2005-05-18 at 19:34, John L Bartelt wrote:
> David,
> 
> Thanks for your reply and suggestions. I still have a problem. Here's what I
> did:
> Changed root entry in  /opt/ltsp/i386/etc/passwd to
> Root:x:0:0:root:/tmp/.roothome/:/bin/bash

> Inserted into /opt/ltsp/i386/etc/rc.sysinit as follows:
> 
> Echo "Creating ramdisk on /tmp"
> RAMDISK_SIZE=${RAMDISK_SIZE:-"1024"}
> /sbin/mke2fs -q -m0 /dev/ram1 ${RAMDISK_SIZE}
> /bin/mount -n /dev/ram1 /tmp
> mkdir /tmp/.roothome
> chmod 700 /tmp/.roothome
> mkdir /tmp/.roothome/.ssh
> chmod 755 /tmp/.roothome/.ssh

This should be chmod 700 /tmp/.roothome/.ssh

> I'm hoping you can see what I'm doing wrong. I wasn't sure
> what you meant in your suggestion by "you can move the ssh
> files".

I meant exactly what you did ;-).  Keep plugging away at it and we'll
get it.
-- 
David Johnston <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to