> aurelienboileau wrote:
> >Hello, i download ltsp 4.2 for the cvs, i compile it, etc....
> >
> >But when i try to boot a pc, the boot stop when it ask me the runlevel :
> >Enter runlevel:
> >
> >i must do what?
> >
> >Thanks
On Tue, 28 Mar 2006, Jim McQuillan wrote:
> What are you using for a kernel?
>
> DId you build a kernel for ltsp-4.2?
>
> Have you every installed LTSP in the past?
>
> If you can provide me with your dhcpd.conf file, I can probably figure
> out alot about what you are doing.
>
>
> Jim McQuillan
> [EMAIL PROTECTED]
I have the same problem. I built from CVS.
I am using vmlinuz-2.6.9-ltsp-3 as a kernel, from 4.1
I have done many LTSP installs.
I tried with /etc/inittab and without.
The ./build_all script does not leave etc/inittab in the ./opt/ltsp tree.
I attach dhcpd.conf.
Cheers, Andy!
option domain-name "test.wizzy.org.za";
option time-offset 2; # SAST
option domain-name-servers 172.20.1.8;
ddns-update-style none;
shared-network THINCLIENTS {
default-lease-time 21600;
max-lease-time 21600;
option subnet-mask 255.255.255.0;
option broadcast-address 172.20.1.255;
option routers 172.20.1.8; # default gateway
option log-servers test.wizzy.org.za;
option root-path "172.20.1.3:/opt/ltsp42/i386";
# filename "/lts/vmlinuz-2.4.24-ltsp-4";
filename "/lts/vmlinuz-2.6.9-ltsp-3";
class "server" {
match if option user-class = "application-server";
}
subnet 172.20.1.0 netmask 255.255.255.0 {
pool {
allow members of "server";
range dynamic-bootp 172.20.1.254 172.20.1.254;
}
pool {
deny members of "server";
range dynamic-bootp 172.20.1.64 172.20.1.239;
}
}
}