You are not logged in.

#1 2008-02-26 18:44:30

karoshi
Member
From: Marburg
Registered: 2008-02-26
Posts: 182

Ltsp

hello,
im running arch linux for three months now, and now that my eeepc arrived i try up to set up arch as an ltsp-server for my little black thingie.
everytime i run
/etc/rc.d/dhcpd start
i get
:: Starting DHCP Server          [FAIL]
i really dont understand whats going on...

here is my ifconfig:
eth0      Link encap:Ethernet  HWaddr 00:0B:6A:91:0A:05
          inet addr:192.168.2.101  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::20b:6aff:fe91:a05/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1058257 errors:0 dropped:0 overruns:0 frame:0
          TX packets:986522 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1332341499 (1270.6 Mb)  TX bytes:181457276 (173.0 Mb)
          Interrupt:19 Base address:0xdc00

and here my dhcpd.conf (as created by ltspadmin)

  GNU nano 2.0.7                     Datei: /etc/dhcpd.conf.sample

# dhcpd.conf

ddns-update-style             ad-hoc;

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.2.255;
option routers                192.168.2.101;
option domain-name-servers    192.168.2.101;
option domain-name            "your_domain.org";   # You really should fix this
option option-128 code 128 = string;
option option-129 code 129 = text;


get-lease-hostnames           true;

next-server                   192.168.2.101;
option root-path              "192.168.2.101:/opt/ltsp/i386";

subnet 192.168.0.0 netmask 255.255.255.0 {
    range   192.168.0.100   192.168.0.199;
    if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
        filename "/tftpboot/lts/2.6.16.1-ltsp-1/pxelinux.0";
    }
    else{
        filename "/tftpboot/lts/vmlinuz-2.6.16.1-ltsp-1";
    }
}
#
# 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";
#


thx,
karoshi


It's a bug planet!

Offline

#2 2008-02-26 18:47:23

kumico
Member
Registered: 2007-09-28
Posts: 224
Website

Re: Ltsp

it appears it's already running.

Offline

#3 2008-02-26 18:53:50

karoshi
Member
From: Marburg
Registered: 2008-02-26
Posts: 182

Re: Ltsp

sorry,
im stupid, of course it does, hmm, solved!
karoshi


It's a bug planet!

Offline

Board footer

Powered by FluxBB