Can't open DLPI device for lo0:111: No such file or directory

Gordon A. Lang glang at goalex.com
Fri Jun 17 18:32:20 UTC 2011


I cannot seem to fix the newly surfaced problems with 3.1.1 on Sun/Solaris 
(see other recent posts), so I'm upgrading to 4.2.1-P1.  But the new daemon 
won't run.

Below and attached I am providing the conditions and results.  Can somebody 
please help me get past this hurdle?

Thanks in advance.

=====================
launching the daemon:
=====================
root@:/export/local/ISC/dhcp-4.2.1-P1/sbin> ./dhcpd lo0:111
Internet Systems Consortium DHCP Server 4.2.1-P1
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
WARNING: Host declarations are global.  They are not limited to the scope 
you declared them in.
Wrote 0 deleted host decls to leases file.
Wrote 0 new dynamic host decls to leases file.
Wrote 0 leases to leases file.
Can't open DLPI device for lo0:111: No such file or directory

If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.

If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the dhcp-server at isc.org
mailing list, please read the section on the README about
submitting bug reports and requests for help.

Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.

exiting.
root@:/export/local/ISC/dhcp-4.2.1-P1/sbin>


=======================
contents of dhcpd.conf:
=======================
subnet 192.168.67.111 netmask 255.255.255.255 { }
local-address 192.168.67.111 ;
server-identifier 192.168.67.111 ;

log-facility local4 ;
min-lease-time 10000 ;
default-lease-time 100000 ;
max-lease-time 110000 ;
adaptive-lease-time-threshold 40 ;
omapi-port 7911 ;
ddns-update-style interim ;
authoritative ;
ddns-updates True ;
ping-check True ;
ping-timeout 1 ;
update-optimization False ;
update-static-leases True ;
allow unknown-clients ;
allow duplicates ;

subnet 10.104.1.0 netmask 255.255.255.0 {
 option subnet-mask 255.255.255.0 ;
 option routers 10.104.1.1 ;
 option time-servers 10.106.1.30 ;
 option domain-name-servers 192.168.53.10 , 192.168.53.20 ;
 option domain-name "mycompany.com." ;
 deny bootp ;

 pool {
  option subnet-mask 255.255.255.0 ;
  option routers 10.104.1.1 ;
  range 10.104.1.175 10.104.1.184;
  deny dynamic bootp clients;
 }

 host testphone1-000E833CC0C8-10-104-1-11 {
  hardware ethernet 00:0E:83:3C:C0:C8;
  fixed-address 10.104.1.11;
 }

}


===========
interfaces:
===========
root@:/export/local/ISC/dhcp-4.2.1-P1/sbin> ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1
        inet 127.0.0.1 netmask ff000000
lo0:111: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 
8232 index 1
        inet 192.168.67.111 netmask ffffffff
bge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 10.104.0.200 netmask ffffff00 broadcast 10.104.0.255
        ether 0:3:ba:f7:ee:dd
bge0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 10.104.0.201 netmask ffffff00 broadcast 10.104.0.255
bge1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
        inet 10.118.1.10 netmask ffffff00 broadcast 10.118.1.255
        ether 0:3:ba:f7:ee:de
bge2: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
        inet 10.150.1.203 netmask ffffff00 broadcast 10.150.1.255
        ether 0:3:ba:f7:ee:df
root@:/export/local/ISC/dhcp-4.2.1-P1/sbin>


--
Gordon A. Lang 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: x.typescript.txt
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20110617/04e57a1d/attachment.txt>


More information about the dhcp-users mailing list