Local devices mit LTSP 4.2 auf SuSE
SuSE 10.0 32 Bit
- Wir modifizieren die dhcpd.conf wie im LTSP-Wiki beschrieben.
Modify your dhcpd.conf If you're using assigned addressing (i.e. you have host {} entries), make sure you're specifying: use-host-decl-names on; in the dhcpd.conf section where you're specifying the hosts. For dynamic host assignment, you'll want: get-lease-hostnames true; IMPORTANT: The two settings are exclusive, so if you've got use-host-decl-names turned on globally, you're going to have to turn it off in the dynamic section of the dhcpd.conf file. Remember to restart your dhcpd server after modifying the file.
Wichtig ist es, daß Step 9 des Troubleshootings des Wikis wirklich fehlerfrei ist, eventuell muß man die Zeile 'option domain name....' aus der /etc/dhcpd.conf löschen.
- Wir installieren FUSE per
apt install fuse
Es befindet sich im Repository 'packman'. Falls wir kein APT nutzen, ziehen wir uns das RPM direkt von http://packman.iu-bremen.de/suse/10.0/i586/ und installieren es per
rpm -i DATEINAME
- Dann führen wir
modprobe fuse
als root durch und kontrollieren den Erfolg per
lsmod
Taucht dort fuse auf, ist alles in Ordnung. Damit das FUSE-Modul bei jedem Start des Servers automatisch eingebunden wird, öffnen wir YaST->System->Editor für /etc/sysconfig-Dateien->System->Kernel->MODULES_LOADED_ON_BOOT und tragen dort 'fuse' ein.
- Dann installieren wir perl-X11-Protocol-VERSION.noarch.rpm von [1].
- Als nächstes laden wir uns von [2]ltsp-server-pkg-VERSION.i586.rpm herunter und installieren es per
rpm -i PAKETNAME
- Sodann schreiben wir in die allgemeine Sektion der lts.conf
LOCAL_STORAGE = Y
- Fehlersuche gemäß des Wikis.
Rolle