[SOLVED] LTSP, “error: LTSP client installation ended abnormally”

January 30th, 2010 Permalink

I wanted to test ltsp in my Ubuntu 10.04 Lucid Lynx and installed ltsp-server-standalone. Then I set up ltsp-client by using 1 sudo ltsp-build-client and despite of getting no error messages during installing and configuring, I got this error: 1 error: LTSP client installation ended abnormally and it stopped. I searched around and found the [...]


I wanted to test ltsp in my Ubuntu 10.04 Lucid Lynx and installed ltsp-server-standalone. Then I set up ltsp-client by using

1
sudo ltsp-build-client

and despite of getting no error messages during installing and configuring, I got this error:

1
error: LTSP client installation ended abnormally

and it stopped. I searched around and found the solution here.
The solution was to use the following set of commands instead of sudo ltsp-build-client

1
2
3
sudo -s
su -
ltsp-build-client


This is probably a bug and hope it is fixed in the newer release.


If you enjoyed this post, make sure you subscribe to my RSS feed!
  • Pingback: [SOLVED] VirtualBox, LTSP, "SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr" | The _khAttAm_ blog

  • http://ianhafild.com ianhafild

    how about changing mirror to cdrom? is that any different way to do? I was try so many times but fail when I build client enviroment with this command :
    1. sudo -s
    2. su -
    3. ltsp-build-client –mirror file:///cdrom
    but it always fail, and this dialog appear :
    I: Retrieving Release
    E: Failed getting release file file:///cdrom/dists/lucid/Release
    error: LTSP client installation ended abnormally
    help me please… thank’s before and after… :-)