First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 123813
Alias:
Product:
Component:
Status: CLOSED
Resolution: FIXED
Assigned To: Roy Marples (RETIRED) <uberlord@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Marek Krolikowski <taken@risp.pl>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 123813 depends on: Show dependency tree
Bug 123813 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.




View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-02-23 06:00 0000
After emerge today new dhcp-3.0.3-r3 i can`t run my dhcp.. 
i try but i have always error in syslog:
Feb 23 11:29:00 wset dhcpd: No subnet declaration for  (0.0.0.0).
Feb 23 11:29:00 wset dhcpd: ** Ignoring requests on .  If this is not what
Feb 23 11:29:00 wset dhcpd:    you want, please write a subnet declaration
Feb 23 11:29:00 wset dhcpd:    in your dhcpd.conf file for the network segment
Feb 23 11:29:00 wset dhcpd:    to which interface  is attached. **

I check what command is run via script and i found:
/usr/sbin/dhcpd -q -pf /var/run/dhcp/dhcp.pid -user dhcp -group dhcp  eth2
I think is too many space between dhcp  eth2 
so.. to many space bateween ${CHROOT} ${IFACE}
look in line 42 at: /etc/init.d/dhcp
${CHROOT:+-chroot} "${CHROOT}" ${IFACE}
i remove space between ${CHROOT}" ${IFACE} like this:
${CHROOT:+-chroot} "${CHROOT}"${IFACE}
and dhcp working good and write no errors in syslog and working with no
problems...

Greets.

------- Comment #1 From Roy Marples (RETIRED) 2006-02-23 07:52:59 0000 -------
Reporter, please attach your /etc/conf.d/dhcp and dhcpd.conf files

------- Comment #2 From Roy Marples (RETIRED) 2006-02-23 08:21:45 0000 -------
nevermind, -r4 has been comitted to fix the issue.

------- Comment #3 From Marek Krolikowski 2006-02-23 09:50:32 0000 -------
-r4 working good.

Greets

First Last Prev Next    No search results available      Search page      Enter new bug