hai cominciato tu con:
http://www.slacky.it/forum/viewtopic.php?t=10956
... non hai accettato la sfida ...
... o meglio la missione impossibile...
sembravi abbastanza convinto a portare avanti la sperimentazione ...
Moderatore: Staff

Codice: Seleziona tutto
searching for IP server (DHCP)... No IP address
Luci0 ha scritto:Riformatta il floppy o riprova con altro.... o cambia lettore ... é un errore di lettura...!!5- boot da floppy
6- errore
Codice:
1000 AX:0212 BX:0000 CX:0001 DX:0000
Per ora non guardare le soluzioni eleganti ... i PC che hai a disposizione non credo che siano dei mostri di eleganza...domande:
devo installare altro?
c'e' un modo piu' elegante per fare il dual boot o devo usare il floppy?
Secondo me é il modo migliore .. non tocchi il "noto sistema operativo a finestre" e una volta che hai dei buoni dischetti formattati decentemente, puoi avviare tutte le macchine che vuoi se poi sono tutte uguali ... meglio !!
Devi controllare che funzioni il servizio DHCP con un /etc/dhcpd.conf
------------ snip---------- snipCodice: Seleziona tutto
#Sample configuration file for ISCD dhcpd # # Don't forget to set run_dhcpd=1 in /etc/init.d/dhcpd # once you adjusted this file and copied it to /etc/dhcpd.conf. # default-lease-time 21600; max-lease-time 21600; ddns-update-style none; allow booting; allow bootp; option subnet-mask 255.255.255.0; option broadcast-address 192.168.0.255; option routers 192.168.0.1; option domain-name-servers 192.168.0.1; option domain-name "example.org"; option root-path "192.168.0.254:/opt/ltsp/i386"; option option-128 code 128 = string; option option-129 code 129 = text; shared-network WORKSTATIONS { subnet 192.168.0.0 netmask 255.255.255.0 { range dynamic-bootp 192.168.0.100 192.168.0.253; use-host-decl-names on; option log-servers 192.168.0.254; # trick from Peter Rundle <peter.rundle@au.interpath.net> if substring (option vendor-class-identifier, 0, 9) = "PXEClient" { filename "/lts/pxe/pxelinux.0"; # NOTE: kernels are specified in /tftpboot/lts/pxe/pxelinux.cfg/ } else { filename "/lts/vmlinuz.ltsp"; } } }
e un lts.conf per cominciare
Codice: Seleziona tutto
cat /opt/ltsp/i386/etc/lts.conf # # Copyright (c) 2003 by James A. McQuillan (McQuillan Systems, LLC) # # This software is licensed under the Gnu General Public License. # The full text of which can be found at http://www.LTSP.org/license.txt # # # Config file for the Linux Terminal Server Project (www.ltsp.org) # [Default] SERVER = 192.168.0.254 XSERVER = vesa X_MOUSE_PROTOCOL = "PS/2" X_MOUSE_DEVICE = "/dev/psaux" X_MOUSE_RESOLUTION = 400 X_MOUSE_BUTTONS = 3 USE_XFS = N SCREEN_02 = shell SCREEN_01 = startx

a me ltspadmin non è riuscito a confiugrare alcuni servizi, per cui non ci farei molto affidamento.l' ltspadmin mi dice che e' tutto ok, i servizi funzionano, il firewall e' aperto...
l'unico e' kdm che mi dice che e' installato ma non attivo.
non ho capito bene, ma forse devi aggiungere nomi host e ip a /etc/hosts.ma si impianta dopo perche' non trova il "name"


puoi anche scaricare semplicemente le "ltsp-utils"(40kb) e far scaricare&installare tutto a quelle... non c'è alcuna differenza...a1k ha scritto:forse ho capito cosa manca...Luci0 ha scritto: Per partire con LTSP devi scaricare l' immagine iso di circa 100M
risolto? posta dhcpd.conf in casosecondo me e' un problema del DHCP, perche' ho provato a decommentare i range di IP da x.x.x.10 fino a x.x.x.20 e cosi prende gli IP ma si impianta dopo perche' non trova il "name"
Codice: Seleziona tutto
ltspcfg v0.11 The Linux Terminal Server Project (http://www.LTSP.org)
Interface IP Address Netmask Network Broadcast Used
eth0 192.168.0.210 255.255.255.0 192.168.0.0 192.168.0.255 <-----
Service Installed Enabled Running Notes
dhcpd Yes no no Version 3
tftpd Yes Yes Yes Has '-s' flag
portmapper Yes no Yes
nfs Yes Yes no
xdmcp Yes no no xdm, kdm Using: kdm
File Configured Notes
/etc/hosts Yes
/etc/hosts.allow Yes
/etc/exports Yes
/opt/ltsp/i386/etc/lts.conf Yes
Configured runlevel: 4 (value of initdefault in /etc/inittab)
Current runlevel: 4 (output of the 'runlevel' command)
Installation dir...: /opt/ltsp
Press <enter> to return to the main menu...
Codice: Seleziona tutto
#
# Sample configuration file for ISC dhcpd
#
# Make changes to this file and copy it to /etc/dhcpd.conf.sample
#
ddns-update-style none;
default-lease-time 21600;
max-lease-time 21600;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.210;
option domain-name-servers 192.168.0.210;
option domain-name "ltsp"; # <--Fix this domain name
option root-path "192.168.0.210:/opt/ltsp/i386";
option option-128 code 128 = string;
option option-129 code 129 = text;
subnet 192.168.0.0 netmask 255.255.255.0 {
use-host-decl-names on;
option log-servers 192.168.0.210;
##
## If you want to use static IP address for your workstations, then un-comment
## the following section and modify to suit your network.
## Then, duplicate this section for each workstation that needs a static
## IP address.
##
## host ws001 { <----- Fix this hostname
## hardware ethernet 00:11:22:33:44:55; <-- Fix this MAC addr
## fixed-address 192.168.0.1; <-- Fix this IP addr
## filename "/tftpboot/lts/vmlinuz-2.4.26-ltsp-1";
## }
##
## If you want to use a dynamic pool of addresses, then un-comment the following
## lines and modify to match your network.
##
subnet 192.168.0.0 netmask 255.255.255.0 {
range dynamic-bootp 192.168.0.211 192.168.0.222;
}
##
}
#
# If you need to pass parameters on the kernel command line, you can
# do it with option-129. In order for Etherboot to look at option-129,
# you MUST have option-128 set to a specific value. The value is a
# special Etherboot signature of 'e4:45:74:68:00:00'.
#
# Add these two lines to the host entry that needs kernel parameters
#
# option option-128 e4:45:74:68:00:00; # NOT a mac address
# option option-129 "NIC=ne IO=0x300";
#


non basta cosi?subnet 192.168.0.0 netmask 255.255.255.0 {
use-host-decl-names on;
option log-servers 192.168.0.210;
subnet 192.168.0.0 netmask 255.255.255.0 {
range dynamic-bootp 192.168.0.211 192.168.0.222;
}
}
Codice: Seleziona tutto
shared-network WORKSTATIONS {
subnet 192.168.0.0 netmask 255.255.255.0 {
use-host-decl-names on;
option log-servers 192.168.0.210;
range 192.168.0.1 192.168.0.100;
filename "/lts/vmlinuz.ltsp";
}
}
Codice: Seleziona tutto
ltspcfg v0.11 The Linux Terminal Server Project (http://www.LTSP.org)
Interface IP Address Netmask Network Broadcast Used
eth0 192.168.0.210 255.255.255.0 192.168.0.0 192.168.0.255 <-----
Service Installed Enabled Running Notes
dhcpd Yes no Yes Version 3
tftpd Yes Yes Yes Has '-s' flag
portmapper Yes no Yes
nfs Yes Yes Yes
xdmcp Yes no Yes xdm, kdm Using: kdm
File Configured Notes
/etc/hosts Yes
/etc/hosts.allow Yes
/etc/exports Yes
/opt/ltsp/i386/etc/lts.conf Yes
Configured runlevel: 4 (value of initdefault in /etc/inittab)
Current runlevel: 4 (output of the 'runlevel' command)
Installation dir...: /opt/ltsp
Press <enter> to return to the main menu...
Codice: Seleziona tutto
ls -l /etc/rc.d/rc.dnsmasq
-rwxr-xr-x 1 root root 512 2005-09-13 04:13 /etc/rc.d/rc.dnsmasq*

Codice: Seleziona tutto
ltspcfg v0.16 The Linux Terminal Server Project (http://www.LTSP.org)
Interface IP Address Netmask Network Broadcast Used
eth0 192.168.1.4 255.255.255.0 192.168.1.0 192.168.1.255 <-----
Service Installed Enabled Running Notes
dhcpd Yes no Yes Version 3
tftpd Yes Yes Yes Has '-s' flag
portmapper Yes no Yes
nfs Yes Yes Yes
xdmcp Yes no no xdm Using: none!
File Configured Notes
/etc/hosts Yes
/etc/hosts.allow Yes
/etc/exports Yes
/opt/ltsp/i386/etc/lts.conf Yes
Configured runlevel: 4 (value of initdefault in /etc/inittab)
Current runlevel: 4 (output of the 'runlevel' command)
Installation dir...: /opt/ltsp
Press <enter> to return to the main menu...