Hello,
I try to use the dhcpd-daemon provided by the montavista pro-tools
for windows. I edited the dhcpd.conf:
# dhcpd.conf
#
#deny unknown-clients;
ddns-update-style none;
allow bootp;
subnet 192.168.0.0 netmask 255.255.255.0 {
default-lease-time 1209600; # two weeks
max-lease-time 31557600; # one year
# option routers i.j.k.l;
group {
host dvevm.local {
hardware ethernet 00:0E:99:02:5C:3E;
fixed-address 192.168.0.20;
# filename "<kernel-image>"; # Relative to TFTP root
# MVL installation image root
# option root-path
#
"/opt/montavista/pro/devkit/<architecture>/<processor>/images/netdisk.img";
}
}
}
Whe I try to start the service (via dhcpd start) I get in /var/log/dhcpd.log
the following error:
> Can't open /opt/montavista/pro/bin//../var/tmp/dhcpd.leases for append.
What could be the problem and what could I do?
Thanks - Robert
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source