Am Fre, 2001-12-07 um 01.07 schrieb Andreas Wegener:
> Hy everybody,
> is it possible to install LSTP 3.0 on a SUSE 7.2 distri. :-( ?
> The standard installation tells me that 7.2 is not suported :-((
> greetings from düsseldorf
>
>
I did this today as a matter of fact. Here are my notes:

Made the following changes to suse.sh and created a link named suse-7.2.sh

On or about line 82:
if [ "$VERSION" = "7.2" ]; then
        XDM_DIR="/etc/X11/xdm"
elif [ "$VERSION" = "7.1" ]; then
        XDM_DIR="/etc/X11/xdm"
elif [ "$VERSION" = "7.0" ]; then
        XDM_DIR="/etc/X11/xdm"
else
        XDM_DIR="/usr/X11R6/lib/X11/xdm"

On or about line 635:
if [ "$VERSION" = "7.0" -o "$VERSION" = "7.1" -o "$VERSION" = "7.2" ]; then

James McQuillan's "Downloading and installing" document is excellent and
would have helped me a lot if I had got it sooner. The only problem I had
with it was it says to add these two lines to the top of /etc/dhcpd.conf :

option option-128 code 128 = string;
option option-129 code 129 = text;

but when I did that I got an error loading the nic driver so I commented
them and the others
with option-128 or 129
#        option option-128     e4:45:74:68:00:00;
#        option option-129     "NIC=tulip";


I had xinetd installed (which conflicts with inetd) so I turned it off in
control panel and turned on inetd.

I couldn't find in.tftpd anywhere. README.SuSE (1 year old) says to load
nkita.rpm but it's nowhere to be found. So I copied it (in.tftpd) from a
RedHat 7.0 installation. I think it goes in /usr/sbin

That got me as far as mounting the network file system. It wouldn't mount
because the /etc/exports file didn't get setup by the ltsp_initialize
script. I copied the necessary lines from /opt/ltsp/templates/exports.tmpl

/opt/ltsp/i386                  192.168.0.0/255.255.255.0(ro,no_root_squash)
/var/opt/ltsp/swapfiles         192.168.0.0/255.255.255.0(rw,no_root_squash)

Had to reboot so nfs and dhcpd would see the new files but then it worked!


_____________________________________________________________________
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.openprojects.net

Reply via email to