On Tue, Jun 17, 2014 at 4:51 AM, Roy Santos Sr. <itguy...@gmail.com> wrote:
> Hi, I would like to get a little help understanding what I need to install
> LTSP on a Suse Enterprise Linux distro 11. Looking at the site I see the
> pre-packaged installs for OpenSuse and others but not SEL. Secondly, I tried
> the KIWI-LTSP one click installed but got http references errors. On
> EASY-LTSP I got a ymp file and didn't know what to do with it.

There is no SLE package repository you are trying to access that is
why you get http error.
>
> If you have any references/hints that can help me successfully get this
> installed I would appreciate it. I am running SEL on a VM inside virtualbox.
> My primary goal is to simply boot a few thin client devices to test
> networking, booting and imaging. It's not to run a fully functional thin
> client server.
>
If you want LTSP you'd have to use current openSUSE or any other
distributions that has support for it, I don't think there is any way
you can get SLE to work with LTSP with massive amount of effort.

If network booting is what you are looking for then check out KIWI
https://en.opensuse.org/Portal:KIWI

Alternative is Tinycore thin client would work on any distro once you
have setup the required components for network booting, in this case
nfsserver, dnsmasq serving dhcp and tftp, and sshd running. Firewall
should be disabled or should allow access to all of these services.

/etc/dnsmasq.conf has just one line:

conf-dir=/etc/dnsmasq.d

and /etc/dnsmasq.d/kiwi-ltsp.conf has this:

dhcp-range=10.0.0.20,10.0.0.252,1h
dhcp-vendorclass=pxe,PXEClient
#dhcp-boot=net:pxe,pxelinux.0
dhcp-boot=pxelinux.0
enable-tftp
tftp-root=/srv/tftpboot

get it from here:
https://sourceforge.net/p/kiwi-ltsp/code/HEAD/tree/trunk/tinycore-thinclient/

Extract the tarball in the server's root "tar xf
kiwi-ltsp-tinycore-tc.tar.xz -C /"

Adapt the script and dnsmasq configs according to your network change
the SERVER=$IPofSLE in kiwi-ltsp-tinycore-tc-setup.sh

I would really appreciate you writing a detailed howto for the benefit
of others like you if you manage to do any of the above.

Cheers

-J

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_____________________________________________________________________
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