MandrivaLE2005 + ltsp4.1 + ltspcfg 0.5

Try to use second dhcp in port 1067 

Booting starts and tftp works

In second dhcp request:

Running dhcpd on port 1067

after couple of minutes:

ERROR! dhcpcd failed
Kernel panic - not syncing ...

_________________________________________________________________________________________
/etc/dhcpd.conf

ddns-update-style            none;

default-lease-time           21600;
max-lease-time               21600;

option subnet-mask           255.255.252.0;
option broadcast-address     10.26.67.255;
option routers               10.26.64.1;
option domain-name-servers   10.26.200.22;
option domain-name           "laulultspd1";

option root-path             "10.26.64.203:/opt/ltsp/i386";

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

subnet 10.26.64.0 netmask 255.255.252.0 {
    use-host-decl-names      on;
    option log-servers       10.26.64.203;


    host lauritsala2699 {
        hardware ethernet    00:01:02:B2:D4:E9;
        fixed-address        10.26.64.204;
        filename             "/lts/vmlinuz-2.6.9-ltsp-3";
        option vendor-encapsulated-options
3c:09:45:74:68:65:72:62:6f:6f:74:ff;

    }


}
        option option-128    e4:45:74:68:00:00;
        option option-129    "DPORT=1067";


/etc/hosts

10.26.64.204            lauritsala2699  lauritsala2699.laulultsld1


/etc/exports

/opt/ltsp       *(ro,sync,no_root_squash)
/opt/ltsp/i386  *(ro,sync,no_root_squash)
/var/opt/ltsp/swapfiles *(async,no_root_squash,rw)

nfs is running in secure port

using kernel vmlinuz-2.6.9-ltsp-3


Any idea?

-- 
Ilkka Koivistoinen <[EMAIL PROTECTED]>



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_____________________________________________________________________
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.freenode.net

Reply via email to