On Wednesday 16 July 2008 03:02:00 [EMAIL PROTECTED] 
wrote:
> Thanks for your response, James, but I have already done that.  
>
> I did find an active thread (at Ubuntuforums)
> http://ubuntuforums.org/showthread.php?t=686966 and "scubasteve657"
> mentions that he had discovered it was xinetd and that he had had
> terrible after installing VMware.  
>
> Well, I mention this because on Friday, I installed VMware.  What could
> xinetd have to do with these mounting errors?
>
> I may try removing and re-installing LTSP, but I resist because I built
> my system from the Ubuntu Hardy alternative CD and I am not sure what I
> am up against.  I would (of course) prefer to fix this issue and move
> on.
>
> By the way, I started using (experimenting) with LTSP 3.0 and have
> enjoyed the ride immensely.  Thanks, LTSP team.
>
> On Tue, 2008-07-15 at 08:09 +0800, jam wrote:
> > On Tuesday 15 July 2008 03:03:10
> > [EMAIL PROTECTED]
> >
> > wrote:
> > > Have a small LTSP Ubuntu (8.04) system at work.  Was working on Friday
> > > when we left.  Over the weekend, I apt-get update via ssh from home and
> > > this morning we are seeing BusyBox (initramfs) prompts on our clients.
> > >   Keyboard and monitor (on server) allows , but clients see only
> > > BusyBox prompts.
> > >
> > > I am searching forums now, but need to get fixed today.  Any suggestion
> > > regarding what is wrong?

If you were running a vanilla ubuntu you had inetd. After installing vmware it 
would have used xinetd. You have to create the xinetd file (don't remember 
which)

tftp:
# default: off
# description: The tftp server serves files using the trivial file transfer \
#       protocol.  The tftp protocol is often used to boot diskless \
#       workstations, download configuration files to network-aware printers, 
\
#       and to start the installation process for some operating systems.
service tftp
{
        disable = no
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = root
        server                  = /usr/sbin/in.tftpd
        server_args             = -s /var/lib/tftpboot
        per_source              = 11
        cps                     = 100 2
        flags                   = IPv4
}

or nbd
# default: on
# description: nbd server for thin clients
service sieve
{
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = root
        server                  = /usr/sbin/nbdrootd
        server_args             = /opt/ltsp/images/i386.img
        disable                 = no
        flags                   = IPv4
}

James

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_____________________________________________________________________
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