Date: Tue, 5 Dec 2000 00:04:47 +0100 From: Stefan `Sec` Zehl <sec@42.org> To: freebsd-mobile@FreeBSD.ORG Subject: Strange kernel messages on 4.x? Message-ID: <20001205000447.A2281@matrix.42.org>
next in thread | raw e-mail | index | archive | help
--2fHTh5uZTiUOsy+g
Content-Type: text/plain; charset=us-ascii
Hi,
I just updated my Laptop from 3.x to 4.2-STABLE (which worked quite
well). But now dhclient generates awfull amounts of syslog entries when
running, so I have to kill it whenever I don't need it.
Does anyone have an idea what to do to fix this?
Inserting the card:
| Dec 4 23:13:23 nuyen /kernel: pccard: card inserted, slot 0
| Dec 4 23:13:28 nuyen pccardd[56]: Card "3Com"("3C574-TX Fast EtherLink PC Card") [A] [001] matched "3Com" ("3C574-TX Fast EtherLink PC Card") [(null)] [(null)]
| Dec 4 23:13:34 nuyen /kernel: ep0: <3Com 3C574> at port 0x240-0x25f irq 11 slot 0 on pccard0
| Dec 4 23:13:34 nuyen /kernel: ep0: Ethernet address 00:10:4b:f4:d6:39
| Dec 4 23:13:34 nuyen pccardd[56]: ep0: 3Com (3C574-TX Fast EtherLink PC Card) inserted.
| Dec 4 23:13:34 nuyen /kernel: rtinit: wrong ifa (0xc07fd080) was (0xc07fbb80)
| Dec 4 23:13:34 nuyen /kernel: looutput: af=0 unexpected
| Dec 4 23:13:34 nuyen dhclient: send_packet: Address family not supported by protocol family
| Dec 4 23:13:37 nuyen dhclient: New IP Address(ep0): 194.246.250.219
| Dec 4 23:13:37 nuyen dhclient: New Subnet Mask (ep0): 255.255.255.224
| Dec 4 23:13:37 nuyen dhclient: New Broadcast Address(ep0): 194.246.250.223
| Dec 4 23:13:37 nuyen dhclient: New Routers: 194.246.250.220
| Dec 4 23:13:40 nuyen /kernel: looutput: af=0 unexpected
| Dec 4 23:13:40 nuyen dhclient: send_packet: Address family not supported by protocol family
| Dec 4 23:13:49 nuyen /kernel: looutput: af=0 unexpected
| Dec 4 23:13:49 nuyen dhclient: send_packet: Address family not supported by protocol family
These last two lines keep repeating at different intervals until I kill
dhclient, or remove the card again.
On removing the card (without killing dclient beforehand)
| Dec 4 23:16:37 nuyen /kernel: ep0: detached
| Dec 4 23:16:37 nuyen /kernel: pccard: card removed, slot 0
| Dec 4 23:16:37 nuyen pccardd[56]: ep0: 3Com (3C574-TX Fast EtherLink PC Card) removed.
| Dec 4 23:16:37 nuyen dhclient: receive_packet failed on ep0: Device not configured
| Dec 4 23:17:08 nuyen last message repeated 101631 times
| Dec 4 23:18:10 nuyen last message repeated 209039 times
[...]
This keeps on until I insert the card again or I kill the (still running
dhclient)
I attached my kernel-configfile. Any help to resolve this would be
appreciated.
CU,
Sec
--
<Beeth> Girls are like internet domain names,
the ones I like are already taken.
<honx> well, you can stil get one from a strange country :-P
--2fHTh5uZTiUOsy+g
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=NUYEN
#
# NUYEN - my sony vaio laptop
#
machine i386
cpu I586_CPU
ident NUYEN
maxusers 16
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options SOFTUPDATES #Enable FFS soft updates support
options MFS #Memory Filesystem
options NFS #Network Filesystem
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options PROCFS #Process filesystem
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options UCONSOLE #Allow users to grab the console
options USERCONFIG #boot -c editor
options KTRACE #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM #Rate limit bad replies
#options KBD_INSTALL_CDEV # install a CDEV entry in /dev
device isa
device pci
# Floppy drives
device fdc0 at isa? port IO_FD1 irq 6 drq 2
device fd0 at fdc0 drive 0
#device fd1 at fdc0 drive 1
# ATA and ATAPI devices
device ata0 at isa? port IO_WD1 irq 14
device ata1 at isa? port IO_WD2 irq 15
device ata
device atadisk # ATA disk drives
device atapicd # ATAPI CDROM drives
#device atapifd # ATAPI floppy drives
#device atapist # ATAPI tape drives
options ATA_STATIC_ID #Static device numbering
#options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices
# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc0 at isa? port IO_KBD
device atkbd0 at atkbdc? irq 1 flags 0x0
device psm0 at atkbdc? irq 12
#flags 0xc000
device vga0 at isa?
# splash screen/screen saver
#pseudo-device splash
# syscons is the default console driver, resembling an SCO console
device sc0 at isa? flags 0x100
# Floating point support - do not disable.
device npx0 at nexus? port IO_NPX irq 13
# Power management support (see LINT for more options)
device apm0 at nexus? flags 0x20 # Advanced Power Management
# PCCARD (PCMCIA) support
device card
device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000
# NEWCARD
#device pccard
#device pcic0 at isa? port 0x3e0 irq 10 iomem 0xd0000
# Serial (COM) ports
device sio0 at isa? port IO_COM1 flags 0x10 irq 4
device sio1 at isa? disable port IO_COM2 irq 3
device sio2 at isa? port IO_COM3 irq 10
device sio3 at isa? disable port IO_COM4 irq 9
# Parallel port
device ppc0 at isa? irq 7
device ppbus # Parallel port bus (required)
device lpt # Printer
device plip # TCP/IP over parallel
device ppi # Parallel port interface device
# PCI Ethernet NICs.
device ed0 at isa? disable port 0x280 irq 10 iomem 0xd8000
device ep
# WaveLAN/IEEE 802.11 wireless NICs.
device wi
# Aironet 4500/4800 802.11 wireless NICs.
device an
# Pseudo devices - the number indicates how many units to allocated.
pseudo-device loop # Network loopback
pseudo-device ether # Ethernet support
pseudo-device ppp 1 # Kernel PPP
pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device md # Memory "disks"
pseudo-device gif 4 # IPv6 and IPv4 tunneling
pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation)
pseudo-device bpf #Berkeley packet filter
options INCLUDE_CONFIG_FILE # Include this file in kernel
options NO_F00F_HACK
options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN
options TCP_RESTRICT_RST #restrict emission of TCP RST
#pseudo-device speaker #Play IBM BASIC-style noises out your speaker
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
#Breaks resume
#options AUTO_EOI_1
# sbc: Creative SoundBlaster ISA PnP/non-PnP
device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15
# For PnP/PCI sound cards
device pcm
#options PCIC_RESUME_RESET # reset after resume
--2fHTh5uZTiUOsy+g--
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001205000447.A2281>
