[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: LTSP no debian unstable



Em Sáb, 2007-09-01 às 00:10 -0300, Hercules Ramos Veloso de Freitas
escreveu:
> Você baixou o driver(etherboot) correto?
> E o dhcp, como que você configurou ele?
> 
> Já viu este tutorial?
> http://www.guiadohardware.net/guias/17/
> 
> P.S:Não seria melhor testar o ltsp no debian stable ou no testing?

	Sim, baixei o driver correto. Está parcialmente resolvido o problema.
Era com a configuração do DHCP, agora está assim:
ddns-update-style none;
option domain-name "example.org";
option domain-name-servers ns1.example.org, ns2.example.org;
default-lease-time 600;
max-lease-time 7200;
authoritative;
log-facility local7;

subnet 192.168.0.0 netmask 255.255.255.0 {
  range 192.168.0.20 192.168.0.250;
  option domain-name "example.com";
  option domain-name-servers 192.168.0.1;
  option broadcast-address 192.168.0.255;
  option routers 192.168.0.1;
  next-server 192.168.0.1;
  option subnet-mask 255.255.255.0;
  if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
    filename "/ltsp/i386/pxelinux.0";
  }
  else{
    filename "/ltsp/i386/nbi.img";
  }
  option root-path "/opt/ltsp/i386";
}
	Sim, já tinha visto o tutorial no guiadohardware, mas lá ele usa LTSP
4.2 e na unstable tem a versão 5. Encontrei o tutorial no site wiki do
debian[0] etch. Agora o problema é outro. Quando tento dar boot com o
client ele acha o servidor dá boot no kernel mas chega numa parte e
trava com a seguinte mensagem:
ipconfig: eth0: SICGIFINDEX: No such device
ipconfig: no devices to configure
/init: .: 152: Can't open /tmp/net-eth0.conf
Kernel panic - not syncing: Attempted to kill init!

	Alguém sabe qual a solução para esse problema?
	Abraço.
	Fabiano.

PS: Prefiro usar a unstable mesmo.



Reply to: