Your message dated Wed, 24 Mar 2010 20:28:15 +0000 (WET)
with message-id <[email protected]>
and subject line Package dhcp has been removed from Debian
has caused the Debian Bug report #44901,
regarding DHCP requires CONFIG_FILTER but kernel 2.2.10 not compiled with
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
44901: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=44901
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dhcp
Version: 2.0-1
When running dhcpd with 2.2.10 from debian, the error mentioned
CONFIG_FILTER. I installed the af_packet module but the error still
occurred. This error occurred in foreground and at boot time.
Sep 13 01:23:54 peter syslogd 1.3-3#32: restart.
...
Sep 13 01:23:58 peter anacron[571]: Normal exit (0 jobs run)
Sep 13 01:23:59 peter dhcpd: Internet Software Consortium DHCP Server
2.0
Sep 13 01:23:59 peter dhcpd: Copyright 1995, 1996, 1997, 1998, 1999 The
Internet Software Consortium.
Sep 13 01:23:59 peter dhcpd: All rights reserved.
Sep 13 01:23:59 peter dhcpd:
Sep 13 01:23:59 peter dhcpd: Please contribute if you find this software
useful.
Sep 13 01:23:59 peter dhcpd: For info, please visit
http://www.isc.org/dhcp-contrib.html
Sep 13 01:23:59 peter dhcpd:
Sep 13 01:23:59 peter dhcpd: socket: Protocol not available - make sure
CONFIG_PACKET and CONFIG_FILTER are defined in your kernel
configuration!
Sep 13 01:23:59 peter dhcpd: exiting.
I checked the config-2.2.10 in /boot.
#
# Networking options
#
CONFIG_PACKET=m
CONFIG_NETLINK=y
# CONFIG_RTNETLINK is not set
CONFIG_NETLINK_DEV=m
CONFIG_FIREWALL=y
# CONFIG_FILTER is not set
CONFIG_UNIX=m
I downloaded the source for 2.2.12 from kernel.org and compiled and
installed the kernel using kernel-package.
I used the config-2.2.10 but set CONFIG_FILTER=y and set to no all the
modules that had assembly errors. The diff between configs is at the
end. The new kernel fixed the errors as shown below. I am not sure this
is a DHCP problem. Maybe the kernel needs to be modified.
Ciao, Peter
Sep 13 20:02:21 peter kernel: Inspecting /boot/System.map-2.2.12
Sep 13 20:02:21 peter sendmail[528]: UAA00518: to=muirp, ctladdr=root
(0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, stat=Sent
Sep 13 20:02:21 peter kernel: Loaded 9234 symbols from
/boot/System.map-2.2.12.
Sep 13 20:02:21 peter kernel: Symbols match kernel version 2.2.12.
...
Sep 13 20:02:23 peter anacron[572]: Anacron 2.1 started on 1999-09-13
Sep 13 20:02:23 peter anacron[572]: Normal exit (0 jobs run)
Sep 13 20:02:24 peter dhcpd: Internet Software Consortium DHCP Server
2.0
Sep 13 20:02:24 peter dhcpd: Copyright 1995, 1996, 1997, 1998, 1999 The
Internet Software Consortium.
Sep 13 20:02:24 peter dhcpd: All rights reserved.
Sep 13 20:02:24 peter dhcpd:
Sep 13 20:02:24 peter dhcpd: Please contribute if you find this software
useful.
Sep 13 20:02:24 peter dhcpd: For info, please visit
http://www.isc.org/dhcp-contrib.html
Sep 13 20:02:24 peter dhcpd:
Sep 13 20:02:25 peter dhcpd: Listening on
LPF/eth0/00:20:a9:0c:9e:e1/192.168.0.0
Sep 13 20:02:25 peter dhcpd: Sending on
LPF/eth0/00:20:a9:0c:9e:e1/192.168.0.0
Sep 13 20:02:25 peter dhcpd: Sending on Socket/fallback/fallback-net
diff config-2.2.10 config-2.2.12
13c13
< CONFIG_M386=y
---
> # CONFIG_M386 is not set
16c16
< # CONFIG_M586TSC is not set
---
> CONFIG_M586TSC=y
17a18,24
> CONFIG_X86_WP_WORKS_OK=y
> CONFIG_X86_INVLPG=y
> CONFIG_X86_BSWAP=y
> CONFIG_X86_POPAD_OK=y
> CONFIG_X86_TSC=y
> CONFIG_1GB=y
> # CONFIG_2GB is not set
104a112
> # CONFIG_BLK_DEV_DAC960 is not set
133a142
> # CONFIG_BLK_CPQ_DA is not set
144c153
< # CONFIG_FILTER is not set
---
> CONFIG_FILTER=y
229c238
< CONFIG_SCSI_IN2000=y
---
> # CONFIG_SCSI_IN2000 is not set
232d240
< # CONFIG_MEGARAID_MULTI_IO is not set
278c286
< CONFIG_SCSI_SEAGATE=y
---
> # CONFIG_SCSI_SEAGATE is not set
291a300,303
>
> #
> # ARCnet devices
> #
301a314,318
> # CONFIG_NET_SB1000 is not set
>
> #
> # Ethernet (10 or 100Mbit)
> #
324a342
> # CONFIG_SIS900 is not set
326d343
< CONFIG_ACENIC=m
345a363
> CONFIG_ACENIC=m
367,370c385,388
< CONFIG_DLCI=m
< CONFIG_DLCI_COUNT=24
< CONFIG_DLCI_MAX=8
< CONFIG_SDLA=m
---
>
> #
> # Appletalk devices
> #
390a409,413
> # CONFIG_ARLAN is not set
>
> #
> # Token ring devices
> #
392a416
> # CONFIG_IBMOL is not set
393a418,419
> # CONFIG_NET_FC is not set
> CONFIG_RCPCI=m
394a421,424
>
> #
> # Wan interfaces
> #
397c427,431
< CONFIG_RCPCI=m
---
> # CONFIG_SEALEVEL_4021 is not set
> CONFIG_DLCI=m
> CONFIG_DLCI_COUNT=24
> CONFIG_DLCI_MAX=8
> CONFIG_SDLA=m
410,450c444
< CONFIG_HAMRADIO=y
<
< #
< # Packet Radio protocols
< #
< CONFIG_AX25=m
< # CONFIG_AX25_DAMA_SLAVE is not set
< CONFIG_NETROM=m
< CONFIG_ROSE=m
<
< #
< # AX.25 network device drivers
< #
< CONFIG_MKISS=m
< CONFIG_6PACK=m
< CONFIG_BPQETHER=m
< CONFIG_DMASCC=m
< CONFIG_SCC=m
< # CONFIG_SCC_DELAY is not set
< # CONFIG_SCC_TRXECHO is not set
< CONFIG_BAYCOM_SER_FDX=m
< CONFIG_BAYCOM_SER_HDX=m
< CONFIG_BAYCOM_PAR=m
< CONFIG_BAYCOM_EPP=m
< CONFIG_SOUNDMODEM=m
< # CONFIG_SOUNDMODEM_SBC is not set
< # CONFIG_SOUNDMODEM_WSS is not set
< # CONFIG_SOUNDMODEM_AFSK1200 is not set
< # CONFIG_SOUNDMODEM_AFSK2400_7 is not set
< # CONFIG_SOUNDMODEM_AFSK2400_8 is not set
< # CONFIG_SOUNDMODEM_AFSK2666 is not set
< # CONFIG_SOUNDMODEM_HAPN4800 is not set
< # CONFIG_SOUNDMODEM_PSK4800 is not set
< # CONFIG_SOUNDMODEM_FSK9600 is not set
<
< #
< # Misc. hamradio protocols
< #
< CONFIG_HFMODEM=m
< # CONFIG_HFMODEM_SBC is not set
< # CONFIG_HFMODEM_WSS is not set
---
> # CONFIG_HAMRADIO is not set
499a494,495
> # CONFIG_ISDN_TTY_FAX is not set
> # CONFIG_ISDN_DIVERSION is not set
507c503,504
< # CONFIG_HISAX_ML is not set
---
> # CONFIG_HISAX_NO_SENDCOMPLETE is not set
> # CONFIG_HISAX_NO_LLC is not set
511c508,509
< CONFIG_HISAX_TELES3C=y
---
> # CONFIG_HISAX_TELESPCI is not set
> # CONFIG_HISAX_S0BOX is not set
512a511,512
> # CONFIG_HISAX_FRITZPCI is not set
> # CONFIG_HISAX_AVM_A1_PCMCIA is not set
517a518
> # CONFIG_HISAX_HFCS is not set
522a524,529
> # CONFIG_HISAX_ISURF is not set
> # CONFIG_HISAX_HSTSAPHIR is not set
> # CONFIG_HISAX_BKM_A4T is not set
> # CONFIG_HISAX_SCT_QUADRO is not set
> # CONFIG_HISAX_GAZEL is not set
> # CONFIG_HISAX_HFC_PCI is not set
524a532
> # CONFIG_ISDN_DRV_EICON is not set
525a534,537
> # CONFIG_ISDN_DRV_AVMB1_B1ISA is not set
> # CONFIG_ISDN_DRV_AVMB1_B1PCI is not set
> # CONFIG_ISDN_DRV_AVMB1_T1ISA is not set
> # CONFIG_ISDN_DRV_AVMB1_B1PCMCIA is not set
556a569
> # CONFIG_CYZ_INTR is not set
558a572
> # CONFIG_COMPUTONE is not set
560a575
> # CONFIG_SX is not set
626a642
> # CONFIG_VIDEO_ZORAN is not set
702a719
> # CONFIG_EFS_FS is not set
762a780
> # CONFIG_NLS_ISO8859_14 is not set
775a794
> # CONFIG_FB_VGA16 is not set
797a817
> # CONFIG_FBCON_VGA_PLANES is not set
809a830
> # CONFIG_SOUND_ESSSOLO1 is not set
--- End Message ---
--- Begin Message ---
Version: 2.0pl5dfsg1-20.2+rm
You filed the bug http://bugs.debian.org/44901 in Debian BTS
against the package dhcp. I'm closing it at *unstable*, but it will
remain open for older distributions.
For more information about this package's removal, read
http://bugs.debian.org/446386. That bug might give the reasons why
this package was removed and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
--- End Message ---