[SOLVED] LTSP, “error: LTSP client installation ended abnormally”
January30
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.
Related posts:
- [SOLVED] VirtualBox, LTSP, “SMBus base address uninitialized – upgrade BIOS or use force_addr=0xaddr”
- [SOLVED] Unable to get Exclusive Lock Problem While Launching Synaptic, /var/lib/dpkg/lock – open (11 Resource temporarily unavailable) Error
- [SOLVED] “error: mountall Could not Connect to Plymouth”, “mountall main process (x) terminated with status 1″
- A better Torrent Client For Ubuntu 9.04 (Jaunty Jackalope)
- [SOLVED] Gtk-Message: Failed to load module “gnomenu-panel”












[...] I have mentioned in the previous post, I was experimenting with LTSP on my Ubuntu 10.04 Lucid Lynx Alpha installation. I set up ltsp [...]