On Fri, 2010-02-05 at 12:06 -0600, P. Scott DeVos wrote:

> 
> > 6. I cannot update the client image.  If I attempt to chroot into the
> > client image and run yum update I get the following error: "IOError:
> > [Errno 2] No such file or directory: '/proc/cpuinfo'".
> 
> I solved this by copying the /proc/cpuinfo file from one of my i386
> clients to /opt/ltsp/i386/proc/cpuinfo.  Does anyone have any reason to
> believe that this is a Bad Idea (TM)?
> 
> Thanks!
> 

This "solution" actually does not work.  The only way I was able to
solve this issue was to to the following:

1.  In lts.conf set SCREEN_02=shell

2.  temporarily set the exports file to allow rw access:
       <clients>   /opt/ltsp/i386(rw,no_root_squash,sync)
    and then execute:
       exportfs -a
    to notify nfs of the changes.
3.  Boot the client and then ctl-alt-F2 to get to the shell.
4.  Remount / as read-write:
      mount -o remount,rw
5.  Update yum:
      yum clean all
      yum -y update

After I was done, I remounted the client read-only, removed the rw
privileges in the exports file and executed exportfs -a again.

Cheers,
-- 
P. Scott DeVos
Member
4A Homes LLC


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_____________________________________________________________________
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