Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: 10.04 LTSP not working "out of the box" like 9.10

  1. #1
    Join Date
    Dec 2005
    Beans
    6

    10.04 LTSP not working "out of the box" like 9.10

    We have been running some LTSP tests on 9.10 and have been impressed with the results.

    I've rebuilt the LTSP server with 10.04 Alternate CD and performed the exact same steps as we did with the 9.10 installation. There is only one NIC installed in the server.

    We have a mixed environment so we need to uninstall the dhcp3-server and configure DHCP scope options on our Windows 2003 server as follows:
    Code:
    017 Root Path /opt/ltsp/i386
    066 Boot Server Host Name 192.168.0.33
    067 Bootfile Name ltsp/i386/pxelinux.0
    When the LTSP client boots I get the following error:
    Code:
    Error: Failed to connect to NBD server
    Then I get dumped to a busybox shell.

    I've googled the error but can't find any information on how to fix this, any ideas?

  2. #2
    Join Date
    May 2010
    Beans
    1

    Re: 10.04 LTSP not working "out of the box" like 9.10

    Hi,

    the same here, with a native ubuntu 10.04 installation with dhcp3-server.

    I think that the issue is about the ndb server, because if I restart it on the server, in the client (randomly) I can see the LDM display, but it's impossible to login

  3. #3
    Join Date
    Dec 2005
    Beans
    6

    Re: 10.04 LTSP not working "out of the box" like 9.10

    nbd-server has no config file in /etc/nbd-server. I tried running
    Code:
    dpkg-reconfigure nbd-server
    to create a config file, I specified /opt/ltsp/i386 as the path to export but I still have the same problem.

    I'm currently loading 9.10 on a virtual machine to see if the nbd-server config exists there.

  4. #4
    Join Date
    Dec 2005
    Beans
    6

    Re: 10.04 LTSP not working "out of the box" like 9.10

    Code:
    ltsp-update-image --arch i386
    This fixed it for me, thanks to the guys in IRC.

  5. #5
    Join Date
    May 2010
    Beans
    1

    Re: 10.04 LTSP not working "out of the box" like 9.10

    i was running into the same "Error: Failed to connect to NBD server" message, but it turned out to be caused by xinetd which does not get automatically configured properly by the ltsp install scripts. i switched to openbsd-inetd, re-installed ltsp and everything was running as advertised.
    Last edited by tpenev; May 28th, 2010 at 02:47 AM.

  6. #6
    Join Date
    Apr 2008
    Location
    NC
    Beans
    144
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: 10.04 LTSP not working "out of the box" like 9.10

    I'm having the same issue with nbd-server on lynx64 desktop.

    I'm getting the

    WARNING **: Could not parse config file: Could not open config file.
    ** Message: Nothing to do! Bye!
    nbd-server.

    Although the below reconfigure script will restore the config file, I'm not sure of what the settings need to be for ltsp, that is the Port and Path info.

    Try "dpkg-reconfigure nbd-server". That should ask some questions and generate a correct config file.

    Does anyone know the Port needed and the correct path?

    I think the port may be either 2000 or 69, and the path, I've tried is the /opt/ltsp/i386..

    But these haven't solved the problem yet..

  7. #7
    Join Date
    Aug 2007
    Beans
    9
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: 10.04 LTSP not working "out of the box" like 9.10

    I also had to replace xinetd with openbsd-inet and reinstall to get it work.

  8. #8
    Join Date
    May 2009
    Beans
    2

    Re: 10.04 LTSP not working "out of the box" like 9.10

    I had the same problem with the message: "failed to connect to NBD Server". In my case the trouble was solved when I turned off all and then I turned on all in order, first the router, then the LTSP Server and finally the pc clients.

    Hope this help.

  9. #9
    Join Date
    Sep 2010
    Beans
    1

    Re: 10.04 LTSP not working "out of the box" like 9.10

    We also had this problem. Things to know:


    1. nbd-server should not have an /etc/nbd-server/config file
    2. Install openbsd-inetd
    3. nbd-server should be configured in /etc/inetd.conf (you should not need to do this manually, but it has to have a line like:
      Code:
      2000               stream  tcp            nowait  nobody /usr/sbin/tcpd /usr/sbin/nbdrootd /opt/ltsp/images/i386.img
    4. Check that /var/lib/tftpboot/ltsp/i386/pxelinux.cfg/default has same port number as /etc/inetd.conf. We had (as you see) port 2000. Our /var/lib/tftpboot/ltsp/i386/pxelinux.cfg/default looks like:
      Code:
      default ltsp
      
      
      label ltsp
      kernel vmlinuz
      append ro initrd=initrd.img quiet splash nbdport=2000

  10. #10
    Join Date
    Jan 2007
    Beans
    10

    Re: 10.04 LTSP not working "out of the box" like 9.10


Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •