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

Gordon A. Lang glang at goalex.com
Mon Jun 20 06:21:59 UTC 2011


Okay, no responses over the weekend, but hopefully I'll see something soon.

Meanwhile, I'd like to provide an update: I am proceeding with "plan B" for 
now,
which is to configure my host-routed service address on an alias interface 
to
the ethernet instead of a loopback, and I untweaked the discover.c.

But I still want to switch back to using loopbacks as soon as I figure out 
this
problem.  Again, any help is greatly appreciated.

--
Gordon A. Lang

----- Original Message ----- 
From: "Gordon A. Lang" <glang at goalex.com>
To: "Users of ISC DHCP" <dhcp-users at lists.isc.org>
Sent: Saturday, June 18, 2011 9:15 AM
Subject: Re: Can't open DLPI device for lo0:111: No such file or directory


> One point of clarification: I tweaked discover.c to not strip the ":<n>"
> suffix from the interface names, which seems necessary if I am going to 
> use
> a loopback (i.e. lo0:111).
>
> --
> Gordon A. Lang
>
> ----- Original Message ----- 
> From: "Gordon A. Lang" <glang at goalex.com>
> To: <dhcp-users at isc.org>
> Sent: Friday, June 17, 2011 2:32 PM
> Subject: Can't open DLPI device for lo0:111: No such file or directory
>
>
>>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
>>
>
>
> --------------------------------------------------------------------------------
>
>
>> _______________________________________________
>> dhcp-users mailing list
>> dhcp-users at lists.isc.org
>> https://lists.isc.org/mailman/listinfo/dhcp-users
>
> _______________________________________________
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users
> 




More information about the dhcp-users mailing list