From joan at riseup.net Thu Jun 2 22:23:58 2011 From: joan at riseup.net (joan) Date: Thu, 2 Jun 2011 22:23:58 +0200 Subject: Problem installing Apache2 and PHP5 Message-ID: hi all, I was reading and reading and I can't find the solution on the internet. By default OpenBSD 4.9 has Apache 1.3, but I need Apache 2. I installed it by "pkg_add apache-httpd-2.2.15p0" and also I installed PHP5 by "pkg_add". I add in /etc/apache2/httpd2.conf the line: LoadModule php5_module /usr/local/lib/php/libphp5.so And: AddType application/x-httpd-php .php I start Apache2 and I have this error: # emacs /etc/apache2/httpd2.conf # /usr/local/s sbin/ share/ # /usr/local/sbin/apachectl2 start /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_block_alarms' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_unblock_alarms' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_user_id' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_group_id' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_user_name' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'top_module' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_table_get' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_table_setn' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_kill_timeout' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_uudecode' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_pstrdup' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_psprintf' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_table_add' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_register_cleanup' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_signal' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_send_http_header' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_pstrndup' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_block_alarms' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_child_terminate' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_table_set' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_hard_timeout' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_reset_timeout' /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol 'ap_unblock_alarms' httpd2: Syntax error on line 116 of /etc/apache2/httpd2.conf: Cannot load /usr/local/lib/php/libphp5.so into server: Cannot load specified object # Please, does anybody here has the solution? I didn't compiled the port, I'm using the packages and installing them with 'pkg_add'. I need help, please. Witch Apache 1.3 is very easy, but I need to do it with Apache2. peace and love, joan -- Clau GPG: http://jcatala.net/gpg "Linux is something for Windows haters, BSD is something for Unix lovers".* * -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at rensseltucky.com Tue Jun 7 05:24:52 2011 From: lists at rensseltucky.com (Ed D.) Date: Mon, 06 Jun 2011 23:24:52 -0400 Subject: Kernel pppoe broken my OpenBSD 4.9 and64 Message-ID: <4DED9A04.30868.3D60B03@lists.rensseltucky.com> Starting with OpenBSD 4.9 Stable (amd64), my kernel mode pppoe is broken. I've been trying to figure out why this is happenening but having no luck. Google shows nothing helpful. OpenBSD Misc gets no reply. I hope somebody can help me... I get a splassert: assertwaitok: want -1 have 1 error on bootup OpenBSD 4.9 when using Kernel mode pppoe AND when DSL connection is dropped. computer has to be rebooted to restart DSL connection. Bootup error message: kern.splassert: 1 -> 3 starting network add net default: gateway 0.0.0.1 splassert: assertwaitok: want -1 have 1 Starting stack trace... splassert_fail() at splassert_fail+)x55 assertwaitok() at assertwaitok+0x1c pool_get() at pool_get+0x95 ifa_item_insert() at ifa_item_insert+0x35 ifa_add() at ifa_add+0x43 in_ifinit() at in_ifinit+0x16f sppp_set_ip_addrs() at sppp_set_ip_addrs+0x107 sppp_ipcp_tlu() at sppp_ipcp_tlu+0x4e sppp_input() at sppp_input+0x595 pppoeintr() at pppoeintr+0x41d netintr() at netintr+0x97 softintr_dispatch() at softintr_dispatch+0x5d Xsoftnet() at Xsoftnet+0x2d --- interrupt --- end trace frame: 0x0, count: 244 0x8: End of stack trace. Stopped at Debuger+0x5: leave ddb{0}> At this point, the computer freezes and has to have a hardware reset to re-start. It will continue to freeze like this until the kern.splassert: in sysctl.conf is set to 1 or 2 meenon# cat hostname.pppoe0 inet 0.0.0.0 255.255.255.255 NONE pppoedev em2 authproto pap authname "xxxxxxxx" authkey "xxxxxxxx" up dest 0.0.0.1 !/sbin/route add default -ifp pppoe 0.0.0.1 inet alias 208.72.106.xx 255.255.255.255 NONE inet alias 208.72.106.xx 255.255.255.255 NONE inet alias 208.72.106.xx 255.255.255.255 NONE inet alias 208.72.106.xx 255.255.255.255 NONE meenon# meenon# cat hostname.em2 up meenon# COMPLETE bootup message with kern.splassert=1 Jun 6 22:50:21 meenon syslogd: start Jun 6 22:50:21 meenon /bsd: OpenBSD 4.9-stable (GENERIC.MP) #1: Sat May 21 04:46:32 EDT 2011 Jun 6 22:50:21 meenon /bsd: root at meenon.my.domain:/usr/src/sys/arch/amd64/compile/GENERIC.MP Jun 6 22:50:21 meenon /bsd: real mem = 3488022528 (3326MB) Jun 6 22:50:21 meenon /bsd: avail mem = 3381149696 (3224MB) Jun 6 22:50:21 meenon /bsd: mainbus0 at root Jun 6 22:50:21 meenon /bsd: bios0 at mainbus0: SMBIOS rev. 2.5 @ 0x9f000 (64 entries) Jun 6 22:50:21 meenon /bsd: bios0: vendor American Megatrends Inc. version "0902" date 12/10/2010 Jun 6 22:50:21 meenon /bsd: bios0: ASUSTeK Computer INC. M4A88TD- M/USB3 Jun 6 22:50:21 meenon /bsd: acpi0 at bios0: rev 2 Jun 6 22:50:21 meenon /bsd: acpi0: sleep states S0 S1 S3 S4 S5 Jun 6 22:50:21 meenon /bsd: acpi0: tables DSDT FACP APIC MCFG OEMB SRAT HPET SSDT Jun 6 22:50:21 meenon /bsd: acpi0: wakeup devices PCE2(S4) PCE3(S4) PCE5(S4) PCE6(S4) PCE7(S4) PCE9(S4) PCEA(S4) RLAN(S4) SBAZ(S4) P0PC(S4) GEC_(S4) UHC1(S4) UHC2(S4) USB3(S4) UHC4(S4) USB5(S4) UHC6(S4) UHC7(S4) PS2M(S4) PS2K(S4) UAR1(S4) Jun 6 22:50:21 meenon /bsd: acpitimer0 at acpi0: 3579545 Hz, 32 bits Jun 6 22:50:21 meenon /bsd: acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat Jun 6 22:50:21 meenon /bsd: cpu0 at mainbus0: apid 0 (boot processor) Jun 6 22:50:21 meenon /bsd: cpu0: AMD Phenom(tm) II X6 1090T Processor, 3214.72 MHz Jun 6 22:50:21 meenon /bsd: cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, 3DNOW2,3DNOW Jun 6 22:50:21 meenon /bsd: cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache Jun 6 22:50:21 meenon /bsd: cpu0: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative Jun 6 22:50:21 meenon /bsd: cpu0: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative Jun 6 22:50:21 meenon /bsd: cpu0: apic clock running at 200MHz Jun 6 22:50:21 meenon /bsd: cpu1 at mainbus0: apid 1 (application processor) Jun 6 22:50:21 meenon /bsd: cpu1: AMD Phenom(tm) II X6 1090T Processor, 3214.33 MHz Jun 6 22:50:21 meenon /bsd: cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, 3DNOW2,3DNOW Jun 6 22:50:21 meenon /bsd: cpu1: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache Jun 6 22:50:21 meenon /bsd: cpu1: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative Jun 6 22:50:21 meenon /bsd: cpu1: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative Jun 6 22:50:21 meenon /bsd: cpu2 at mainbus0: apid 2 (application processor) Jun 6 22:50:21 meenon /bsd: cpu2: AMD Phenom(tm) II X6 1090T Processor, 3214.33 MHz Jun 6 22:50:21 meenon /bsd: cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, 3DNOW2,3DNOW Jun 6 22:50:21 meenon /bsd: cpu2: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache Jun 6 22:50:21 meenon /bsd: cpu2: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative Jun 6 22:50:21 meenon /bsd: cpu2: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative Jun 6 22:50:21 meenon /bsd: cpu3 at mainbus0: apid 3 (application processor) Jun 6 22:50:21 meenon /bsd: cpu3: AMD Phenom(tm) II X6 1090T Processor, 3214.33 MHz Jun 6 22:50:21 meenon /bsd: cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, 3DNOW2,3DNOW Jun 6 22:50:21 meenon /bsd: cpu3: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache Jun 6 22:50:21 meenon /bsd: cpu3: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative Jun 6 22:50:21 meenon /bsd: cpu3: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative Jun 6 22:50:21 meenon /bsd: cpu4 at mainbus0: apid 4 (application processor) Jun 6 22:50:21 meenon /bsd: cpu4: AMD Phenom(tm) II X6 1090T Processor, 3214.33 MHz Jun 6 22:50:21 meenon /bsd: cpu4: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, 3DNOW2,3DNOW Jun 6 22:50:21 meenon /bsd: cpu4: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache Jun 6 22:50:21 meenon /bsd: cpu4: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative Jun 6 22:50:21 meenon /bsd: cpu4: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative Jun 6 22:50:21 meenon /bsd: cpu5 at mainbus0: apid 5 (application processor) Jun 6 22:50:21 meenon /bsd: cpu5: AMD Phenom(tm) II X6 1090T Processor, 3214.33 MHz Jun 6 22:50:21 meenon /bsd: cpu5: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, 3DNOW2,3DNOW Jun 6 22:50:21 meenon /bsd: cpu5: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache Jun 6 22:50:21 meenon /bsd: cpu5: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative Jun 6 22:50:21 meenon /bsd: cpu5: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative Jun 6 22:50:21 meenon /bsd: ioapic0 at mainbus0: apid 6 pa 0xfec00000, version 21, 24 pins Jun 6 22:50:21 meenon /bsd: acpimcfg0 at acpi0 addr 0xe0000000, bus 0- 255 Jun 6 22:50:21 meenon /bsd: acpihpet0 at acpi0: 14318180 Hz Jun 6 22:50:21 meenon /bsd: acpiprt0 at acpi0: bus 0 (PCI0) Jun 6 22:50:21 meenon /bsd: acpiprt1 at acpi0: bus 1 (P0P1) Jun 6 22:50:21 meenon /bsd: acpiprt2 at acpi0: bus 2 (PCE2) Jun 6 22:50:21 meenon /bsd: acpiprt3 at acpi0: bus -1 (PCE3) Jun 6 22:50:21 meenon /bsd: acpiprt4 at acpi0: bus 3 (PCE5) Jun 6 22:50:21 meenon /bsd: acpiprt5 at acpi0: bus 4 (PCE6) Jun 6 22:50:21 meenon /bsd: acpiprt6 at acpi0: bus 5 (PCE7) Jun 6 22:50:21 meenon /bsd: acpiprt7 at acpi0: bus 6 (PCE9) Jun 6 22:50:21 meenon /bsd: acpiprt8 at acpi0: bus -1 (PCEA) Jun 6 22:50:21 meenon /bsd: acpiprt9 at acpi0: bus 7 (P0PC) Jun 6 22:50:21 meenon /bsd: acpiec0 at acpi0 Jun 6 22:50:21 meenon /bsd: acpicpu0 at acpi0: C2, PSS Jun 6 22:50:21 meenon /bsd: acpicpu1 at acpi0: C2, PSS Jun 6 22:50:21 meenon /bsd: acpicpu2 at acpi0: C2, PSS Jun 6 22:50:21 meenon /bsd: acpicpu3 at acpi0: C2, PSS Jun 6 22:50:21 meenon /bsd: acpicpu4 at acpi0: C2, PSS Jun 6 22:50:21 meenon /bsd: acpicpu5 at acpi0: C2, PSS Jun 6 22:50:21 meenon /bsd: aibs0 at acpi0: RTMP RVLT RFAN GGRP GITM SITM Jun 6 22:50:21 meenon /bsd: acpibtn0 at acpi0: PWRB Jun 6 22:50:21 meenon /bsd: pci0 at mainbus0 bus 0 Jun 6 22:50:21 meenon /bsd: pchb0 at pci0 dev 0 function 0 "AMD RS780 Host" rev 0x00 Jun 6 22:50:21 meenon /bsd: ppb0 at pci0 dev 1 function 0 vendor "Asustek", unknown product 0x9602 rev 0x00 Jun 6 22:50:21 meenon /bsd: pci1 at ppb0 bus 1 Jun 6 22:50:21 meenon /bsd: vga1 at pci1 dev 5 function 0 "ATI Radeon HD 4250" rev 0x00 Jun 6 22:50:21 meenon /bsd: wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation) Jun 6 22:50:21 meenon /bsd: wsdisplay0: screen 1-5 added (80x25, vt100 emulation) Jun 6 22:50:21 meenon /bsd: azalia0 at pci1 dev 5 function 1 "ATI Radeon HD 4200 HD Audio" rev 0x00: apic 6 int 19 (irq 9) Jun 6 22:50:21 meenon /bsd: azalia0: no supported codecs Jun 6 22:50:21 meenon /bsd: azalia0: initialization failure, detaching Jun 6 22:50:21 meenon /bsd: ppb1 at pci0 dev 2 function 0 "AMD RS780 PCIE" rev 0x00: apic 6 int 18 (irq 10) Jun 6 22:50:21 meenon /bsd: pci2 at ppb1 bus 2 Jun 6 22:50:21 meenon /bsd: em0 at pci2 dev 0 function 0 "Intel PRO/1000 MT (82574L)" rev 0x00: apic 6 int 18 (irq 10), address 00:1b:21:98:4b:f1 Jun 6 22:50:21 meenon /bsd: ppb2 at pci0 dev 5 function 0 "AMD RS780 PCIE" rev 0x00: apic 6 int 17 (irq 11) Jun 6 22:50:21 meenon /bsd: pci3 at ppb2 bus 3 Jun 6 22:50:21 meenon /bsd: em1 at pci3 dev 0 function 0 "Intel PRO/1000 MT (82574L)" rev 0x00: apic 6 int 17 (irq 11), address 00:1b:21:98:51:85 Jun 6 22:50:21 meenon /bsd: ppb3 at pci0 dev 6 function 0 "AMD RS780 PCIE" rev 0x00: apic 6 int 18 (irq 10) Jun 6 22:50:21 meenon /bsd: pci4 at ppb3 bus 4 Jun 6 22:50:21 meenon /bsd: em2 at pci4 dev 0 function 0 "Intel PRO/1000 MT (82574L)" rev 0x00: apic 6 int 18 (irq 10), address 00:1b:21:98:4b:ed Jun 6 22:50:21 meenon /bsd: ppb4 at pci0 dev 7 function 0 "AMD RS780 PCIE" rev 0x00: apic 6 int 19 (irq 9) Jun 6 22:50:21 meenon /bsd: pci5 at ppb4 bus 5 Jun 6 22:50:21 meenon /bsd: "NEC PCIE-XHCI" rev 0x03 at pci5 dev 0 function 0 not configured Jun 6 22:50:21 meenon /bsd: ppb5 at pci0 dev 9 function 0 "AMD RS780 PCIE" rev 0x00: apic 6 int 17 (irq 11) Jun 6 22:50:21 meenon /bsd: pci6 at ppb5 bus 6 Jun 6 22:50:21 meenon /bsd: pciide0 at pci6 dev 0 function 0 vendor "VIA", unknown product 0x0415 rev 0x00: DMA (unsupported), channel 0 wired to native-PCI, channel 1 wired to native-PCI Jun 6 22:50:21 meenon /bsd: pciide0: using apic 6 int 17 (irq 11) for native-PCI interrupt Jun 6 22:50:21 meenon /bsd: wd0 at pciide0 channel 0 drive 1: Jun 6 22:50:21 meenon /bsd: wd0: 16-sector PIO, LBA48, 238475MB, 488397168 sectors Jun 6 22:50:21 meenon /bsd: pciide0: channel 1 ignored (not responding; disabled or no drives?) Jun 6 22:50:21 meenon /bsd: ahci0 at pci0 dev 17 function 0 "ATI SBx00 SATA" rev 0x40: apic 6 int 19 (irq 9), AHCI 1.2 Jun 6 22:50:21 meenon /bsd: scsibus0 at ahci0: 32 targets Jun 6 22:50:21 meenon /bsd: cd0 at scsibus0 targ 0 lun 0: ATAPI 5/cdrom removable Jun 6 22:50:21 meenon /bsd: sd0 at scsibus0 targ 1 lun 0: SCSI3 0/direct fixed Jun 6 22:50:21 meenon /bsd: sd0: 70911MB, 512 bytes/sec, 145226112 sec total Jun 6 22:50:21 meenon /bsd: ohci0 at pci0 dev 18 function 0 "ATI SB700 USB" rev 0x00: apic 6 int 18 (irq 10), version 1.0, legacy support Jun 6 22:50:21 meenon /bsd: ehci0 at pci0 dev 18 function 2 "ATI SB700 USB2" rev 0x00: apic 6 int 17 (irq 11) Jun 6 22:50:21 meenon /bsd: usb0 at ehci0: USB revision 2.0 Jun 6 22:50:21 meenon /bsd: uhub0 at usb0 "ATI EHCI root hub" rev 2.00/1.00 addr 1 Jun 6 22:50:21 meenon /bsd: ohci1 at pci0 dev 19 function 0 "ATI SB700 USB" rev 0x00: apic 6 int 18 (irq 10), version 1.0, legacy support Jun 6 22:50:21 meenon /bsd: ehci1 at pci0 dev 19 function 2 "ATI SB700 USB2" rev 0x00: apic 6 int 17 (irq 11) Jun 6 22:50:21 meenon /bsd: usb1 at ehci1: USB revision 2.0 Jun 6 22:50:21 meenon /bsd: uhub1 at usb1 "ATI EHCI root hub" rev 2.00/1.00 addr 1 Jun 6 22:50:21 meenon /bsd: piixpm0 at pci0 dev 20 function 0 "ATI SBx00 SMBus" rev 0x42: SMBus disabled Jun 6 22:50:21 meenon /bsd: pciide1 at pci0 dev 20 function 1 "ATI SB700 IDE" rev 0x40: DMA, channel 0 configured to compatibility, channel 1 configured to compatibility Jun 6 22:50:21 meenon /bsd: pcib0 at pci0 dev 20 function 3 "ATI SB700 ISA" rev 0x40 Jun 6 22:50:21 meenon /bsd: ppb6 at pci0 dev 20 function 4 "ATI SB600 PCI" rev 0x40 Jun 6 22:50:21 meenon /bsd: pci7 at ppb6 bus 7 Jun 6 22:50:21 meenon /bsd: ral0 at pci7 dev 5 function 0 "Ralink RT2860" rev 0x00: apic 6 int 20 (irq 5), address 00:25:9c:e5:68:a2 Jun 6 22:50:21 meenon /bsd: ral0: MAC/BBP RT2860 (rev 0x0103), RF RT2850 (MIMO 2T2R) Jun 6 22:50:21 meenon /bsd: ohci2 at pci0 dev 20 function 5 "ATI SB700 USB" rev 0x00: apic 6 int 18 (irq 10), version 1.0, legacy support Jun 6 22:50:21 meenon /bsd: ohci3 at pci0 dev 22 function 0 "ATI SB700 USB" rev 0x00: apic 6 int 18 (irq 10), version 1.0, legacy support Jun 6 22:50:21 meenon /bsd: ehci2 at pci0 dev 22 function 2 "ATI SB700 USB2" rev 0x00: apic 6 int 17 (irq 11) Jun 6 22:50:21 meenon /bsd: usb2 at ehci2: USB revision 2.0 Jun 6 22:50:21 meenon /bsd: uhub2 at usb2 "ATI EHCI root hub" rev 2.00/1.00 addr 1 Jun 6 22:50:21 meenon /bsd: pchb1 at pci0 dev 24 function 0 "AMD AMD64 10h HyperTransport" rev 0x00 Jun 6 22:50:21 meenon /bsd: pchb2 at pci0 dev 24 function 1 "AMD AMD64 10h Address Map" rev 0x00 Jun 6 22:50:21 meenon /bsd: pchb3 at pci0 dev 24 function 2 "AMD AMD64 10h DRAM Cfg" rev 0x00 Jun 6 22:50:21 meenon /bsd: km0 at pci0 dev 24 function 3 "AMD AMD64 10h Misc Cfg" rev 0x00 Jun 6 22:50:21 meenon /bsd: pchb4 at pci0 dev 24 function 4 "AMD AMD64 10h Link Cfg" rev 0x00 Jun 6 22:50:21 meenon /bsd: usb3 at ohci0: USB revision 1.0 Jun 6 22:50:21 meenon /bsd: uhub3 at usb3 "ATI OHCI root hub" rev 1.00/1.00 addr 1 Jun 6 22:50:21 meenon /bsd: usb4 at ohci1: USB revision 1.0 Jun 6 22:50:21 meenon /bsd: uhub4 at usb4 "ATI OHCI root hub" rev 1.00/1.00 addr 1 Jun 6 22:50:21 meenon /bsd: isa0 at pcib0 Jun 6 22:50:21 meenon /bsd: isadma0 at isa0 Jun 6 22:50:21 meenon /bsd: com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo Jun 6 22:50:21 meenon /bsd: pckbc0 at isa0 port 0x60/5 Jun 6 22:50:21 meenon /bsd: pckbd0 at pckbc0 (kbd slot) Jun 6 22:50:21 meenon /bsd: pckbc0: using irq 1 for kbd slot Jun 6 22:50:21 meenon /bsd: wskbd0 at pckbd0: console keyboard, using wsdisplay0 Jun 6 22:50:21 meenon /bsd: pcppi0 at isa0 port 0x61 Jun 6 22:50:21 meenon /bsd: spkr0 at pcppi0 Jun 6 22:50:21 meenon /bsd: lpt0 at isa0 port 0x378/4 irq 7 Jun 6 22:50:21 meenon /bsd: it0 at isa0 port 0x2e/2: IT8721F rev 3, EC port 0x290 Jun 6 22:50:21 meenon /bsd: usb5 at ohci2: USB revision 1.0 Jun 6 22:50:21 meenon /bsd: uhub5 at usb5 "ATI OHCI root hub" rev 1.00/1.00 addr 1 Jun 6 22:50:21 meenon /bsd: usb6 at ohci3: USB revision 1.0 Jun 6 22:50:21 meenon /bsd: uhub6 at usb6 "ATI OHCI root hub" rev 1.00/1.00 addr 1 Jun 6 22:50:21 meenon /bsd: mtrr: Pentium Pro MTRR support Jun 6 22:50:21 meenon /bsd: uhidev0 at uhub3 port 5 configuration 1 interface 0 "Logitech USB Keyboard" rev 1.10/64.00 addr 2 Jun 6 22:50:21 meenon /bsd: uhidev0: iclass 3/1 Jun 6 22:50:21 meenon /bsd: ukbd0 at uhidev0: 8 modifier keys, 6 key codes Jun 6 22:50:21 meenon /bsd: wskbd1 at ukbd0 mux 1 Jun 6 22:50:21 meenon /bsd: wskbd1: connecting to wsdisplay0 Jun 6 22:50:21 meenon /bsd: uhidev1 at uhub3 port 5 configuration 1 interface 1 "Logitech USB Keyboard" rev 1.10/64.00 addr 2 Jun 6 22:50:21 meenon /bsd: uhidev1: iclass 3/0, 3 report ids Jun 6 22:50:21 meenon /bsd: uhid0 at uhidev1 reportid 1: input=1, output=0, feature=0 Jun 6 22:50:21 meenon /bsd: uhid1 at uhidev1 reportid 2: input=1, output=0, feature=0 Jun 6 22:50:21 meenon /bsd: uhid2 at uhidev1 reportid 3: input=3, output=0, feature=0 Jun 6 22:50:21 meenon /bsd: vscsi0 at root Jun 6 22:50:21 meenon /bsd: scsibus1 at vscsi0: 256 targets Jun 6 22:50:21 meenon /bsd: softraid0 at root Jun 6 22:50:21 meenon /bsd: root on sd0a swap on sd0b dump on sd0b Jun 6 22:50:21 meenon /bsd: splassert: assertwaitok: want -1 have 1 Jun 6 22:50:21 meenon named[15164]: starting BIND 9.4.2-P2 Jun 6 22:50:21 meenon named[15164]: command channel listening on 127.0.0.1#953 Jun 6 22:50:21 meenon named[15164]: command channel listening on ::1#953 Jun 6 22:50:21 meenon named[15164]: running Jun 6 22:50:21 meenon savecore: no core dump Jun 6 22:50:23 meenon named[15164]: client 127.0.0.1#3377: RFC 1918 response from Internet for 1.1.0.10.in-addr.arpa Jun 6 22:50:23 meenon named[15164]: client 127.0.0.1#9041: RFC 1918 response from Internet for 1.0.0.10.in-addr.arpa Jun 6 22:50:23 meenon named[15164]: client 127.0.0.1#22222: RFC 1918 response from Internet for 1.5.0.10.in-addr.arpa Jun 6 22:51:04 meenon named[15164]: client 127.0.0.1#24134: RFC 1918 response from Internet for 5.0.0.10.in-addr.arpa From manoel.domingues.junior at gmail.com Tue Jun 7 05:30:58 2011 From: manoel.domingues.junior at gmail.com (Manoel Domingues Junior) Date: Tue, 7 Jun 2011 00:30:58 -0300 Subject: Problem installing Apache2 and PHP5 In-Reply-To: References: Message-ID: See if you can find help on this site. The version is 4.7, but the problem addressed is the same. https://www.procyonlabs.com/guides/openbsd/apache_php_ssl_db/index.php 2011/6/2 joan : > hi all, > I was reading and reading and I can't find the solution on the internet. > > By default OpenBSD 4.9 has Apache 1.3, but I need Apache 2. I installed it > by "pkg_add apache-httpd-2.2.15p0" and also I installed PHP5 by "pkg_add". > > I add in /etc/apache2/httpd2.conf the line: > > LoadModule php5_module /usr/local/lib/php/libphp5.so > > And: > > AddType application/x-httpd-php .php > > I start Apache2 and I have this error: > > # emacs > /etc/apache2/httpd2.conf > # > /usr/local/s > sbin/?? share/ > # /usr/local/sbin/apachectl2 > start > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_block_alarms' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_unblock_alarms' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_user_id' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_group_id' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_user_name' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'top_module' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_table_get' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_table_setn' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_kill_timeout' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_uudecode' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_pstrdup' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_psprintf' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_table_add' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_register_cleanup' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_signal' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_send_http_header' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_pstrndup' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_block_alarms' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_child_terminate' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_table_set' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_hard_timeout' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_reset_timeout' > /usr/local/sbin/httpd2:/usr/local/lib/php/libphp5.so: undefined symbol > 'ap_unblock_alarms' > httpd2: Syntax error on line 116 of /etc/apache2/httpd2.conf: Cannot load > /usr/local/lib/php/libphp5.so into server: Cannot load specified object > # > > > Please, does anybody here has the solution? > I didn't compiled the port, I'm using the packages and installing them with > 'pkg_add'. > I need help, please. Witch Apache 1.3 is very easy, but I need to do it with > Apache2. > > peace and love, > > joan > > > > -- > Clau GPG: http://jcatala.net/gpg > "Linux is something for Windows haters, BSD is something for Unix lovers". > > > > _______________________________________________ > Openbsd-newbies mailing list > Openbsd-newbies at sfobug.theapt.org > http://mailman.theapt.org/listinfo/openbsd-newbies > > -- -- Manoel Domingues Junior "Coletar dados ? o primeiro passo para a sabedoria, mas compartilhar dados ? o primeiro passo para a comunidade." IBM - Prodigy Linux From brakeb at gmail.com Tue Jun 7 14:42:33 2011 From: brakeb at gmail.com (Bryan) Date: Tue, 7 Jun 2011 07:42:33 -0500 Subject: Kernel pppoe broken my OpenBSD 4.9 and64 In-Reply-To: <4DED9A04.30868.3D60B03@lists.rensseltucky.com> References: <4DED9A04.30868.3D60B03@lists.rensseltucky.com> Message-ID: Maybe you didn't google hard enough... always check MARC http://marc.info/?l=openbsd-tech&m=129542722106887&w=2 On Mon, Jun 6, 2011 at 22:24, Ed D. wrote: > > Starting with OpenBSD 4.9 Stable (amd64), > my kernel mode pppoe is broken. > I've been trying to figure out why this > is happenening but having no luck. > Google shows nothing helpful. > OpenBSD Misc gets no reply. > > I hope somebody can help me... > > I get a > splassert: assertwaitok: want -1 have 1 > error on bootup OpenBSD 4.9 > when using Kernel mode pppoe > AND when DSL connection is dropped. > computer has to be rebooted to restart DSL > connection. > > > Bootup error message: > > kern.splassert: 1 -> 3 > starting network > add net default: gateway 0.0.0.1 > splassert: assertwaitok: want -1 have 1 > Starting stack trace... > splassert_fail() at splassert_fail+)x55 > assertwaitok() at assertwaitok+0x1c > pool_get() at pool_get+0x95 > ifa_item_insert() at ifa_item_insert+0x35 > ifa_add() at ifa_add+0x43 > in_ifinit() at in_ifinit+0x16f > sppp_set_ip_addrs() at sppp_set_ip_addrs+0x107 > sppp_ipcp_tlu() at sppp_ipcp_tlu+0x4e > sppp_input() at sppp_input+0x595 > pppoeintr() at pppoeintr+0x41d > netintr() at netintr+0x97 > softintr_dispatch() at softintr_dispatch+0x5d > Xsoftnet() at Xsoftnet+0x2d > --- interrupt --- > end trace frame: 0x0, count: 244 > 0x8: > End of stack trace. > Stopped at ? ? ?Debuger+0x5: ? leave > ddb{0}> > > At this point, the computer freezes and has to > have a hardware reset to re-start. > It will continue to freeze like this until the > > kern.splassert: in sysctl.conf is set to > 1 or 2 > > meenon# cat hostname.pppoe0 > inet 0.0.0.0 255.255.255.255 NONE pppoedev em2 authproto pap authname > "xxxxxxxx" authkey "xxxxxxxx" up > dest 0.0.0.1 > !/sbin/route add default -ifp pppoe 0.0.0.1 > inet alias 208.72.106.xx 255.255.255.255 NONE > inet alias 208.72.106.xx 255.255.255.255 NONE > inet alias 208.72.106.xx 255.255.255.255 NONE > inet alias 208.72.106.xx 255.255.255.255 NONE > meenon# > meenon# cat hostname.em2 > up > meenon# > > > COMPLETE bootup message with kern.splassert=1 > Jun ?6 22:50:21 meenon syslogd: start > Jun ?6 22:50:21 meenon /bsd: OpenBSD 4.9-stable (GENERIC.MP) #1: Sat > May 21 04:46:32 EDT 2011 > Jun ?6 22:50:21 meenon /bsd: > root at meenon.my.domain:/usr/src/sys/arch/amd64/compile/GENERIC.MP > Jun ?6 22:50:21 meenon /bsd: real mem = 3488022528 (3326MB) > Jun ?6 22:50:21 meenon /bsd: avail mem = 3381149696 (3224MB) > Jun ?6 22:50:21 meenon /bsd: mainbus0 at root > Jun ?6 22:50:21 meenon /bsd: bios0 at mainbus0: SMBIOS rev. 2.5 @ > 0x9f000 (64 entries) > Jun ?6 22:50:21 meenon /bsd: bios0: vendor American Megatrends Inc. > version "0902" date 12/10/2010 > Jun ?6 22:50:21 meenon /bsd: bios0: ASUSTeK Computer INC. M4A88TD- > M/USB3 > Jun ?6 22:50:21 meenon /bsd: acpi0 at bios0: rev 2 > Jun ?6 22:50:21 meenon /bsd: acpi0: sleep states S0 S1 S3 S4 S5 > Jun ?6 22:50:21 meenon /bsd: acpi0: tables DSDT FACP APIC MCFG OEMB > SRAT HPET SSDT > Jun ?6 22:50:21 meenon /bsd: acpi0: wakeup devices PCE2(S4) PCE3(S4) > PCE5(S4) PCE6(S4) PCE7(S4) PCE9(S4) PCEA(S4) RLAN(S4) SBAZ(S4) P0PC(S4) > GEC_(S4) UHC1(S4) UHC2(S4) USB3(S4) UHC4(S4) USB5(S4) UHC6(S4) UHC7(S4) > PS2M(S4) PS2K(S4) UAR1(S4) > Jun ?6 22:50:21 meenon /bsd: acpitimer0 at acpi0: 3579545 Hz, 32 bits > Jun ?6 22:50:21 meenon /bsd: acpimadt0 at acpi0 addr 0xfee00000: PC-AT > compat > Jun ?6 22:50:21 meenon /bsd: cpu0 at mainbus0: apid 0 (boot processor) > Jun ?6 22:50:21 meenon /bsd: cpu0: AMD Phenom(tm) II X6 1090T > Processor, 3214.72 MHz > Jun ?6 22:50:21 meenon /bsd: cpu0: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu0: 64KB 64b/line 2-way I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > Jun ?6 22:50:21 meenon /bsd: cpu0: ITLB 32 4KB entries fully > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon /bsd: cpu0: DTLB 48 4KB entries fully > associative, 48 4MB entries fully associative > Jun ?6 22:50:21 meenon /bsd: cpu0: apic clock running at 200MHz > Jun ?6 22:50:21 meenon /bsd: cpu1 at mainbus0: apid 1 (application > processor) > Jun ?6 22:50:21 meenon /bsd: cpu1: AMD Phenom(tm) II X6 1090T > Processor, 3214.33 MHz > Jun ?6 22:50:21 meenon /bsd: cpu1: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu1: 64KB 64b/line 2-way I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > Jun ?6 22:50:21 meenon /bsd: cpu1: ITLB 32 4KB entries fully > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon /bsd: cpu1: DTLB 48 4KB entries fully > associative, 48 4MB entries fully associative > Jun ?6 22:50:21 meenon /bsd: cpu2 at mainbus0: apid 2 (application > processor) > Jun ?6 22:50:21 meenon /bsd: cpu2: AMD Phenom(tm) II X6 1090T > Processor, 3214.33 MHz > Jun ?6 22:50:21 meenon /bsd: cpu2: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu2: 64KB 64b/line 2-way I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > Jun ?6 22:50:21 meenon /bsd: cpu2: ITLB 32 4KB entries fully > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon /bsd: cpu2: DTLB 48 4KB entries fully > associative, 48 4MB entries fully associative > Jun ?6 22:50:21 meenon /bsd: cpu3 at mainbus0: apid 3 (application > processor) > Jun ?6 22:50:21 meenon /bsd: cpu3: AMD Phenom(tm) II X6 1090T > Processor, 3214.33 MHz > Jun ?6 22:50:21 meenon /bsd: cpu3: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu3: 64KB 64b/line 2-way I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > Jun ?6 22:50:21 meenon /bsd: cpu3: ITLB 32 4KB entries fully > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon /bsd: cpu3: DTLB 48 4KB entries fully > associative, 48 4MB entries fully associative > Jun ?6 22:50:21 meenon /bsd: cpu4 at mainbus0: apid 4 (application > processor) > Jun ?6 22:50:21 meenon /bsd: cpu4: AMD Phenom(tm) II X6 1090T > Processor, 3214.33 MHz > Jun ?6 22:50:21 meenon /bsd: cpu4: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu4: 64KB 64b/line 2-way I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > Jun ?6 22:50:21 meenon /bsd: cpu4: ITLB 32 4KB entries fully > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon /bsd: cpu4: DTLB 48 4KB entries fully > associative, 48 4MB entries fully associative > Jun ?6 22:50:21 meenon /bsd: cpu5 at mainbus0: apid 5 (application > processor) > Jun ?6 22:50:21 meenon /bsd: cpu5: AMD Phenom(tm) II X6 1090T > Processor, 3214.33 MHz > Jun ?6 22:50:21 meenon /bsd: cpu5: > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu5: 64KB 64b/line 2-way I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > Jun ?6 22:50:21 meenon /bsd: cpu5: ITLB 32 4KB entries fully > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon /bsd: cpu5: DTLB 48 4KB entries fully > associative, 48 4MB entries fully associative > Jun ?6 22:50:21 meenon /bsd: ioapic0 at mainbus0: apid 6 pa 0xfec00000, > version 21, 24 pins > Jun ?6 22:50:21 meenon /bsd: acpimcfg0 at acpi0 addr 0xe0000000, bus 0- > 255 > Jun ?6 22:50:21 meenon /bsd: acpihpet0 at acpi0: 14318180 Hz > Jun ?6 22:50:21 meenon /bsd: acpiprt0 at acpi0: bus 0 (PCI0) > Jun ?6 22:50:21 meenon /bsd: acpiprt1 at acpi0: bus 1 (P0P1) > Jun ?6 22:50:21 meenon /bsd: acpiprt2 at acpi0: bus 2 (PCE2) > Jun ?6 22:50:21 meenon /bsd: acpiprt3 at acpi0: bus -1 (PCE3) > Jun ?6 22:50:21 meenon /bsd: acpiprt4 at acpi0: bus 3 (PCE5) > Jun ?6 22:50:21 meenon /bsd: acpiprt5 at acpi0: bus 4 (PCE6) > Jun ?6 22:50:21 meenon /bsd: acpiprt6 at acpi0: bus 5 (PCE7) > Jun ?6 22:50:21 meenon /bsd: acpiprt7 at acpi0: bus 6 (PCE9) > Jun ?6 22:50:21 meenon /bsd: acpiprt8 at acpi0: bus -1 (PCEA) > Jun ?6 22:50:21 meenon /bsd: acpiprt9 at acpi0: bus 7 (P0PC) > Jun ?6 22:50:21 meenon /bsd: acpiec0 at acpi0 > Jun ?6 22:50:21 meenon /bsd: acpicpu0 at acpi0: C2, PSS > Jun ?6 22:50:21 meenon /bsd: acpicpu1 at acpi0: C2, PSS > Jun ?6 22:50:21 meenon /bsd: acpicpu2 at acpi0: C2, PSS > Jun ?6 22:50:21 meenon /bsd: acpicpu3 at acpi0: C2, PSS > Jun ?6 22:50:21 meenon /bsd: acpicpu4 at acpi0: C2, PSS > Jun ?6 22:50:21 meenon /bsd: acpicpu5 at acpi0: C2, PSS > Jun ?6 22:50:21 meenon /bsd: aibs0 at acpi0: RTMP RVLT RFAN GGRP GITM > SITM > Jun ?6 22:50:21 meenon /bsd: acpibtn0 at acpi0: PWRB > Jun ?6 22:50:21 meenon /bsd: pci0 at mainbus0 bus 0 > Jun ?6 22:50:21 meenon /bsd: pchb0 at pci0 dev 0 function 0 "AMD RS780 > Host" rev 0x00 > Jun ?6 22:50:21 meenon /bsd: ppb0 at pci0 dev 1 function 0 vendor > "Asustek", unknown product 0x9602 rev 0x00 > Jun ?6 22:50:21 meenon /bsd: pci1 at ppb0 bus 1 > Jun ?6 22:50:21 meenon /bsd: vga1 at pci1 dev 5 function 0 "ATI Radeon > HD 4250" rev 0x00 > Jun ?6 22:50:21 meenon /bsd: wsdisplay0 at vga1 mux 1: console (80x25, > vt100 emulation) > Jun ?6 22:50:21 meenon /bsd: wsdisplay0: screen 1-5 added (80x25, vt100 > emulation) > Jun ?6 22:50:21 meenon /bsd: azalia0 at pci1 dev 5 function 1 "ATI > Radeon HD 4200 HD Audio" rev 0x00: apic 6 int 19 (irq 9) > Jun ?6 22:50:21 meenon /bsd: azalia0: no supported codecs > Jun ?6 22:50:21 meenon /bsd: azalia0: initialization failure, detaching > Jun ?6 22:50:21 meenon /bsd: ppb1 at pci0 dev 2 function 0 "AMD RS780 > PCIE" rev 0x00: apic 6 int 18 (irq 10) > Jun ?6 22:50:21 meenon /bsd: pci2 at ppb1 bus 2 > Jun ?6 22:50:21 meenon /bsd: em0 at pci2 dev 0 function 0 "Intel > PRO/1000 MT (82574L)" rev 0x00: apic 6 int 18 (irq 10), address > 00:1b:21:98:4b:f1 > Jun ?6 22:50:21 meenon /bsd: ppb2 at pci0 dev 5 function 0 "AMD RS780 > PCIE" rev 0x00: apic 6 int 17 (irq 11) > Jun ?6 22:50:21 meenon /bsd: pci3 at ppb2 bus 3 > Jun ?6 22:50:21 meenon /bsd: em1 at pci3 dev 0 function 0 "Intel > PRO/1000 MT (82574L)" rev 0x00: apic 6 int 17 (irq 11), address > 00:1b:21:98:51:85 > Jun ?6 22:50:21 meenon /bsd: ppb3 at pci0 dev 6 function 0 "AMD RS780 > PCIE" rev 0x00: apic 6 int 18 (irq 10) > Jun ?6 22:50:21 meenon /bsd: pci4 at ppb3 bus 4 > Jun ?6 22:50:21 meenon /bsd: em2 at pci4 dev 0 function 0 "Intel > PRO/1000 MT (82574L)" rev 0x00: apic 6 int 18 (irq 10), address > 00:1b:21:98:4b:ed > Jun ?6 22:50:21 meenon /bsd: ppb4 at pci0 dev 7 function 0 "AMD RS780 > PCIE" rev 0x00: apic 6 int 19 (irq 9) > Jun ?6 22:50:21 meenon /bsd: pci5 at ppb4 bus 5 > Jun ?6 22:50:21 meenon /bsd: "NEC PCIE-XHCI" rev 0x03 at pci5 dev 0 > function 0 not configured > Jun ?6 22:50:21 meenon /bsd: ppb5 at pci0 dev 9 function 0 "AMD RS780 > PCIE" rev 0x00: apic 6 int 17 (irq 11) > Jun ?6 22:50:21 meenon /bsd: pci6 at ppb5 bus 6 > Jun ?6 22:50:21 meenon /bsd: pciide0 at pci6 dev 0 function 0 vendor > "VIA", unknown product 0x0415 rev 0x00: DMA (unsupported), channel 0 > wired to native-PCI, channel 1 wired to native-PCI > Jun ?6 22:50:21 meenon /bsd: pciide0: using apic 6 int 17 (irq 11) for > native-PCI interrupt > Jun ?6 22:50:21 meenon /bsd: wd0 at pciide0 channel 0 drive 1: > > Jun ?6 22:50:21 meenon /bsd: wd0: 16-sector PIO, LBA48, 238475MB, > 488397168 sectors > Jun ?6 22:50:21 meenon /bsd: pciide0: channel 1 ignored (not > responding; disabled or no drives?) > Jun ?6 22:50:21 meenon /bsd: ahci0 at pci0 dev 17 function 0 "ATI SBx00 > SATA" rev 0x40: apic 6 int 19 (irq 9), AHCI 1.2 > Jun ?6 22:50:21 meenon /bsd: scsibus0 at ahci0: 32 targets > Jun ?6 22:50:21 meenon /bsd: cd0 at scsibus0 targ 0 lun 0: DVD-RW DVR-218L, 1.02> ATAPI 5/cdrom removable > Jun ?6 22:50:21 meenon /bsd: sd0 at scsibus0 targ 1 lun 0: WD740GD-00FL, 27.0> SCSI3 0/direct fixed > Jun ?6 22:50:21 meenon /bsd: sd0: 70911MB, 512 bytes/sec, 145226112 sec > total > Jun ?6 22:50:21 meenon /bsd: ohci0 at pci0 dev 18 function 0 "ATI SB700 > USB" rev 0x00: apic 6 int 18 (irq 10), version 1.0, legacy support > Jun ?6 22:50:21 meenon /bsd: ehci0 at pci0 dev 18 function 2 "ATI SB700 > USB2" rev 0x00: apic 6 int 17 (irq 11) > Jun ?6 22:50:21 meenon /bsd: usb0 at ehci0: USB revision 2.0 > Jun ?6 22:50:21 meenon /bsd: uhub0 at usb0 "ATI EHCI root hub" rev > 2.00/1.00 addr 1 > Jun ?6 22:50:21 meenon /bsd: ohci1 at pci0 dev 19 function 0 "ATI SB700 > USB" rev 0x00: apic 6 int 18 (irq 10), version 1.0, legacy support > Jun ?6 22:50:21 meenon /bsd: ehci1 at pci0 dev 19 function 2 "ATI SB700 > USB2" rev 0x00: apic 6 int 17 (irq 11) > Jun ?6 22:50:21 meenon /bsd: usb1 at ehci1: USB revision 2.0 > Jun ?6 22:50:21 meenon /bsd: uhub1 at usb1 "ATI EHCI root hub" rev > 2.00/1.00 addr 1 > Jun ?6 22:50:21 meenon /bsd: piixpm0 at pci0 dev 20 function 0 "ATI > SBx00 SMBus" rev 0x42: SMBus disabled > Jun ?6 22:50:21 meenon /bsd: pciide1 at pci0 dev 20 function 1 "ATI > SB700 IDE" rev 0x40: DMA, channel 0 configured to compatibility, > channel 1 configured to compatibility > Jun ?6 22:50:21 meenon /bsd: pcib0 at pci0 dev 20 function 3 "ATI SB700 > ISA" rev 0x40 > Jun ?6 22:50:21 meenon /bsd: ppb6 at pci0 dev 20 function 4 "ATI SB600 > PCI" rev 0x40 > Jun ?6 22:50:21 meenon /bsd: pci7 at ppb6 bus 7 > Jun ?6 22:50:21 meenon /bsd: ral0 at pci7 dev 5 function 0 "Ralink > RT2860" rev 0x00: apic 6 int 20 (irq 5), address 00:25:9c:e5:68:a2 > Jun ?6 22:50:21 meenon /bsd: ral0: MAC/BBP RT2860 (rev 0x0103), RF > RT2850 (MIMO 2T2R) > Jun ?6 22:50:21 meenon /bsd: ohci2 at pci0 dev 20 function 5 "ATI SB700 > USB" rev 0x00: apic 6 int 18 (irq 10), version 1.0, legacy support > Jun ?6 22:50:21 meenon /bsd: ohci3 at pci0 dev 22 function 0 "ATI SB700 > USB" rev 0x00: apic 6 int 18 (irq 10), version 1.0, legacy support > Jun ?6 22:50:21 meenon /bsd: ehci2 at pci0 dev 22 function 2 "ATI SB700 > USB2" rev 0x00: apic 6 int 17 (irq 11) > Jun ?6 22:50:21 meenon /bsd: usb2 at ehci2: USB revision 2.0 > Jun ?6 22:50:21 meenon /bsd: uhub2 at usb2 "ATI EHCI root hub" rev > 2.00/1.00 addr 1 > Jun ?6 22:50:21 meenon /bsd: pchb1 at pci0 dev 24 function 0 "AMD AMD64 > 10h HyperTransport" rev 0x00 > Jun ?6 22:50:21 meenon /bsd: pchb2 at pci0 dev 24 function 1 "AMD AMD64 > 10h Address Map" rev 0x00 > Jun ?6 22:50:21 meenon /bsd: pchb3 at pci0 dev 24 function 2 "AMD AMD64 > 10h DRAM Cfg" rev 0x00 > Jun ?6 22:50:21 meenon /bsd: km0 at pci0 dev 24 function 3 "AMD AMD64 > 10h Misc Cfg" rev 0x00 > Jun ?6 22:50:21 meenon /bsd: pchb4 at pci0 dev 24 function 4 "AMD AMD64 > 10h Link Cfg" rev 0x00 > Jun ?6 22:50:21 meenon /bsd: usb3 at ohci0: USB revision 1.0 > Jun ?6 22:50:21 meenon /bsd: uhub3 at usb3 "ATI OHCI root hub" rev > 1.00/1.00 addr 1 > Jun ?6 22:50:21 meenon /bsd: usb4 at ohci1: USB revision 1.0 > Jun ?6 22:50:21 meenon /bsd: uhub4 at usb4 "ATI OHCI root hub" rev > 1.00/1.00 addr 1 > Jun ?6 22:50:21 meenon /bsd: isa0 at pcib0 > Jun ?6 22:50:21 meenon /bsd: isadma0 at isa0 > Jun ?6 22:50:21 meenon /bsd: com0 at isa0 port 0x3f8/8 irq 4: ns16550a, > 16 byte fifo > Jun ?6 22:50:21 meenon /bsd: pckbc0 at isa0 port 0x60/5 > Jun ?6 22:50:21 meenon /bsd: pckbd0 at pckbc0 (kbd slot) > Jun ?6 22:50:21 meenon /bsd: pckbc0: using irq 1 for kbd slot > Jun ?6 22:50:21 meenon /bsd: wskbd0 at pckbd0: console keyboard, using > wsdisplay0 > Jun ?6 22:50:21 meenon /bsd: pcppi0 at isa0 port 0x61 > Jun ?6 22:50:21 meenon /bsd: spkr0 at pcppi0 > Jun ?6 22:50:21 meenon /bsd: lpt0 at isa0 port 0x378/4 irq 7 > Jun ?6 22:50:21 meenon /bsd: it0 at isa0 port 0x2e/2: IT8721F rev 3, EC > port 0x290 > Jun ?6 22:50:21 meenon /bsd: usb5 at ohci2: USB revision 1.0 > Jun ?6 22:50:21 meenon /bsd: uhub5 at usb5 "ATI OHCI root hub" rev > 1.00/1.00 addr 1 > Jun ?6 22:50:21 meenon /bsd: usb6 at ohci3: USB revision 1.0 > Jun ?6 22:50:21 meenon /bsd: uhub6 at usb6 "ATI OHCI root hub" rev > 1.00/1.00 addr 1 > Jun ?6 22:50:21 meenon /bsd: mtrr: Pentium Pro MTRR support > Jun ?6 22:50:21 meenon /bsd: uhidev0 at uhub3 port 5 configuration 1 > interface 0 "Logitech USB Keyboard" rev 1.10/64.00 addr 2 > Jun ?6 22:50:21 meenon /bsd: uhidev0: iclass 3/1 > Jun ?6 22:50:21 meenon /bsd: ukbd0 at uhidev0: 8 modifier keys, 6 key > codes > Jun ?6 22:50:21 meenon /bsd: wskbd1 at ukbd0 mux 1 > Jun ?6 22:50:21 meenon /bsd: wskbd1: connecting to wsdisplay0 > Jun ?6 22:50:21 meenon /bsd: uhidev1 at uhub3 port 5 configuration 1 > interface > 1 "Logitech USB Keyboard" rev 1.10/64.00 addr 2 > Jun ?6 22:50:21 meenon /bsd: uhidev1: iclass 3/0, 3 report ids > Jun ?6 22:50:21 meenon /bsd: uhid0 at uhidev1 reportid 1: input=1, > output=0, > feature=0 > Jun ?6 22:50:21 meenon /bsd: uhid1 at uhidev1 reportid 2: input=1, > output=0, > feature=0 > Jun ?6 22:50:21 meenon /bsd: uhid2 at uhidev1 reportid 3: input=3, > output=0, > feature=0 > Jun ?6 22:50:21 meenon /bsd: vscsi0 at root > Jun ?6 22:50:21 meenon /bsd: scsibus1 at vscsi0: 256 targets > Jun ?6 22:50:21 meenon /bsd: softraid0 at root > Jun ?6 22:50:21 meenon /bsd: root on sd0a swap on sd0b dump on sd0b > Jun ?6 22:50:21 meenon /bsd: splassert: assertwaitok: want -1 have 1 > Jun ?6 22:50:21 meenon named[15164]: starting BIND 9.4.2-P2 > Jun ?6 22:50:21 meenon named[15164]: command channel listening on > 127.0.0.1#953 > Jun ?6 22:50:21 meenon named[15164]: command channel listening on > ::1#953 > Jun ?6 22:50:21 meenon named[15164]: running > Jun ?6 22:50:21 meenon savecore: no core dump > Jun ?6 22:50:23 meenon named[15164]: client 127.0.0.1#3377: RFC 1918 > response > from Internet for 1.1.0.10.in-addr.arpa > Jun ?6 22:50:23 meenon named[15164]: client 127.0.0.1#9041: RFC 1918 > response > from Internet for 1.0.0.10.in-addr.arpa > Jun ?6 22:50:23 meenon named[15164]: client 127.0.0.1#22222: RFC 1918 > response > from Internet for 1.5.0.10.in-addr.arpa > Jun ?6 22:51:04 meenon named[15164]: client 127.0.0.1#24134: RFC 1918 > response > from Internet for 5.0.0.10.in-addr.arpa > _______________________________________________ > Openbsd-newbies mailing list > Openbsd-newbies at sfobug.theapt.org > http://mailman.theapt.org/listinfo/openbsd-newbies > From lists at rensseltucky.com Tue Jun 7 18:47:50 2011 From: lists at rensseltucky.com (Ed D.) Date: Tue, 07 Jun 2011 12:47:50 -0400 Subject: Kernel pppoe broken my OpenBSD 4.9 and64 In-Reply-To: References: <4DED9A04.30868.3D60B03@lists.rensseltucky.com>, Message-ID: <4DEE5636.20368.6B52DE6@lists.rensseltucky.com> Thanks for the reply. Actually the thread you gave me is one of the ones I found when I Googled. But when I read it through to the end, there doesn't appear to be a clear agreed on solution to this. But something has changed from OpenBSD 4.8 Stable and 4.9 Stable that makes kernel pppoe not work right anymore.for me. I can reproduce this problem at will by simply unplugging the phone line or ethernet cable from my DSL modem. I've been jusing kernel mode pppoe for several versions and it's been bulletproof for me until 4.9 Stable. Thanks, Ed On 7 Jun 2011 at 7:42, Bryan wrote: > Maybe you didn't google hard enough... always check MARC > > http://marc.info/?l=openbsd-tech&m=129542722106887&w=2 > > On Mon, Jun 6, 2011 at 22:24, Ed D. wrote: > > > Starting with OpenBSD 4.9 Stable (amd64), > my kernel mode pppoe is > broken. > I've been trying to figure out why this > is happenening but > having no luck. > Google shows nothing helpful. > OpenBSD Misc gets no > reply. > > I hope somebody can help me... > > I get a > splassert: > assertwaitok: want -1 have 1 > error on bootup OpenBSD 4.9 > when using > Kernel mode pppoe > AND when DSL connection is dropped. > computer has > to be rebooted to restart DSL > connection. > > > Bootup error message: > > > kern.splassert: 1 -> 3 > starting network > add net default: gateway > 0.0.0.1 > splassert: assertwaitok: want -1 have 1 > Starting stack > trace... > splassert_fail() at splassert_fail+)x55 > assertwaitok() at > assertwaitok+0x1c > pool_get() at pool_get+0x95 > ifa_item_insert() at > ifa_item_insert+0x35 > ifa_add() at ifa_add+0x43 > in_ifinit() at > in_ifinit+0x16f > sppp_set_ip_addrs() at sppp_set_ip_addrs+0x107 > > sppp_ipcp_tlu() at sppp_ipcp_tlu+0x4e > sppp_input() at sppp_input+0x595 > > pppoeintr() at pppoeintr+0x41d > netintr() at netintr+0x97 > > softintr_dispatch() at softintr_dispatch+0x5d > Xsoftnet() at > Xsoftnet+0x2d > --- interrupt --- > end trace frame: 0x0, count: 244 > > 0x8: > End of stack trace. > Stopped at ? ? ?Debuger+0x5: ? leave > > ddb{0}> > > At this point, the computer freezes and has to > have a > hardware reset to re-start. > It will continue to freeze like this until > the > > kern.splassert: in sysctl.conf is set to > 1 or 2 > > meenon# > cat hostname.pppoe0 > inet 0.0.0.0 255.255.255.255 NONE pppoedev em2 > authproto pap authname > "xxxxxxxx" authkey "xxxxxxxx" up > dest 0.0.0.1 > > !/sbin/route add default -ifp pppoe 0.0.0.1 > inet alias 208.72.106.xx > 255.255.255.255 NONE > inet alias 208.72.106.xx 255.255.255.255 NONE > > inet alias 208.72.106.xx 255.255.255.255 NONE > inet alias 208.72.106.xx > 255.255.255.255 NONE > meenon# > meenon# cat hostname.em2 > up > meenon# > > > > COMPLETE bootup message with kern.splassert=1 > Jun ?6 22:50:21 > meenon syslogd: start > Jun ?6 22:50:21 meenon /bsd: OpenBSD 4.9-stable > (GENERIC.MP) #1: Sat > May 21 04:46:32 EDT 2011 > Jun ?6 22:50:21 > meenon /bsd: > > root at meenon.my.domain:/usr/src/sys/arch/amd64/compile/GENERIC.MP > Jun > ?6 22:50:21 meenon /bsd: real mem = 3488022528 (3326MB) > Jun ?6 > 22:50:21 meenon /bsd: avail mem = 3381149696 (3224MB) > Jun ?6 22:50:21 > meenon /bsd: mainbus0 at root > Jun ?6 22:50:21 meenon /bsd: bios0 at > mainbus0: SMBIOS rev. 2.5 @ > 0x9f000 (64 entries) > Jun ?6 22:50:21 > meenon /bsd: bios0: vendor American Megatrends Inc. > version "0902" > date 12/10/2010 > Jun ?6 22:50:21 meenon /bsd: bios0: ASUSTeK Computer > INC. M4A88TD- > M/USB3 > Jun ?6 22:50:21 meenon /bsd: acpi0 at bios0: > rev 2 > Jun ?6 22:50:21 meenon /bsd: acpi0: sleep states S0 S1 S3 S4 S5 > > Jun ?6 22:50:21 meenon /bsd: acpi0: tables DSDT FACP APIC MCFG OEMB > > SRAT HPET SSDT > Jun ?6 22:50:21 meenon /bsd: acpi0: wakeup devices > PCE2(S4) PCE3(S4) > PCE5(S4) PCE6(S4) PCE7(S4) PCE9(S4) PCEA(S4) > RLAN(S4) SBAZ(S4) P0PC(S4) > GEC_(S4) UHC1(S4) UHC2(S4) USB3(S4) > UHC4(S4) USB5(S4) UHC6(S4) UHC7(S4) > PS2M(S4) PS2K(S4) UAR1(S4) > Jun > ?6 22:50:21 meenon /bsd: acpitimer0 at acpi0: 3579545 Hz, 32 bits > Jun > ?6 22:50:21 meenon /bsd: acpimadt0 at acpi0 addr 0xfee00000: PC-AT > > compat > Jun ?6 22:50:21 meenon /bsd: cpu0 at mainbus0: apid 0 (boot > processor) > Jun ?6 22:50:21 meenon /bsd: cpu0: AMD Phenom(tm) II X6 > 1090T > Processor, 3214.72 MHz > Jun ?6 22:50:21 meenon /bsd: cpu0: > > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, > > > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, > > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu0: 64KB 64b/line 2-way > I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > > Jun ?6 22:50:21 meenon /bsd: cpu0: ITLB 32 4KB entries fully > > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon > /bsd: cpu0: DTLB 48 4KB entries fully > associative, 48 4MB entries > fully associative > Jun ?6 22:50:21 meenon /bsd: cpu0: apic clock > running at 200MHz > Jun ?6 22:50:21 meenon /bsd: cpu1 at mainbus0: apid > 1 (application > processor) > Jun ?6 22:50:21 meenon /bsd: cpu1: AMD > Phenom(tm) II X6 1090T > Processor, 3214.33 MHz > Jun ?6 22:50:21 > meenon /bsd: cpu1: > > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, > > > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, > > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu1: 64KB 64b/line 2-way > I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > > Jun ?6 22:50:21 meenon /bsd: cpu1: ITLB 32 4KB entries fully > > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon > /bsd: cpu1: DTLB 48 4KB entries fully > associative, 48 4MB entries > fully associative > Jun ?6 22:50:21 meenon /bsd: cpu2 at mainbus0: apid > 2 (application > processor) > Jun ?6 22:50:21 meenon /bsd: cpu2: AMD > Phenom(tm) II X6 1090T > Processor, 3214.33 MHz > Jun ?6 22:50:21 > meenon /bsd: cpu2: > > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, > > > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, > > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu2: 64KB 64b/line 2-way > I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > > Jun ?6 22:50:21 meenon /bsd: cpu2: ITLB 32 4KB entries fully > > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon > /bsd: cpu2: DTLB 48 4KB entries fully > associative, 48 4MB entries > fully associative > Jun ?6 22:50:21 meenon /bsd: cpu3 at mainbus0: apid > 3 (application > processor) > Jun ?6 22:50:21 meenon /bsd: cpu3: AMD > Phenom(tm) II X6 1090T > Processor, 3214.33 MHz > Jun ?6 22:50:21 > meenon /bsd: cpu3: > > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, > > > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, > > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu3: 64KB 64b/line 2-way > I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > > Jun ?6 22:50:21 meenon /bsd: cpu3: ITLB 32 4KB entries fully > > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon > /bsd: cpu3: DTLB 48 4KB entries fully > associative, 48 4MB entries > fully associative > Jun ?6 22:50:21 meenon /bsd: cpu4 at mainbus0: apid > 4 (application > processor) > Jun ?6 22:50:21 meenon /bsd: cpu4: AMD > Phenom(tm) II X6 1090T > Processor, 3214.33 MHz > Jun ?6 22:50:21 > meenon /bsd: cpu4: > > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, > > > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, > > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu4: 64KB 64b/line 2-way > I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > > Jun ?6 22:50:21 meenon /bsd: cpu4: ITLB 32 4KB entries fully > > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon > /bsd: cpu4: DTLB 48 4KB entries fully > associative, 48 4MB entries > fully associative > Jun ?6 22:50:21 meenon /bsd: cpu5 at mainbus0: apid > 5 (application > processor) > Jun ?6 22:50:21 meenon /bsd: cpu5: AMD > Phenom(tm) II X6 1090T > Processor, 3214.33 MHz > Jun ?6 22:50:21 > meenon /bsd: cpu5: > > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36, > > > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LONG, > > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu5: 64KB 64b/line 2-way > I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > > Jun ?6 22:50:21 meenon /bsd: cpu5: ITLB 32 4KB entries fully > > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon > /bsd: cpu5: DTLB 48 4KB entries fully > associative, 48 4MB entries > fully associative > Jun ?6 22:50:21 meenon /bsd: ioapic0 at mainbus0: > apid 6 pa 0xfec00000, > version 21, 24 pins > Jun ?6 22:50:21 meenon > /bsd: acpimcfg0 at acpi0 addr 0xe0000000, bus 0- > 255 > Jun ?6 > 22:50:21 meenon /bsd: acpihpet0 at acpi0: 14318180 Hz > Jun ?6 22:50:21 > meenon /bsd: acpiprt0 at acpi0: bus 0 (PCI0) > Jun ?6 22:50:21 meenon > /bsd: acpiprt1 at acpi0: bus 1 (P0P1) > Jun ?6 22:50:21 meenon /bsd: > acpiprt2 at acpi0: bus 2 (PCE2) > Jun ?6 22:50:21 meenon /bsd: acpiprt3 > at acpi0: bus -1 (PCE3) > Jun ?6 22:50:21 meenon /bsd: acpiprt4 at > acpi0: bus 3 (PCE5) > Jun ?6 22:50:21 meenon /bsd: acpiprt5 at acpi0: > bus 4 (PCE6) > Jun ?6 22:50:21 meenon /bsd: acpiprt6 at acpi0: bus 5 > (PCE7) > Jun ?6 22:50:21 meenon /bsd: acpiprt7 at acpi0: bus 6 (PCE9) > > Jun ?6 22:50:21 meenon /bsd: acpiprt8 at acpi0: bus -1 (PCEA) > Jun ?6 > 22:50:21 meenon /bsd: acpiprt9 at acpi0: bus 7 (P0PC) > Jun ?6 22:50:21 > meenon /bsd: acpiec0 at acpi0 > Jun ?6 22:50:21 meenon /bsd: acpicpu0 > at acpi0: C2, PSS > Jun ?6 22:50:21 meenon /bsd: acpicpu1 at acpi0: C2, > PSS > Jun ?6 22:50:21 meenon /bsd: acpicpu2 at acpi0: C2, PSS > Jun ?6 > 22:50:21 meenon /bsd: acpicpu3 at acpi0: C2, PSS > Jun ?6 22:50:21 > meenon /bsd: acpicpu4 at acpi0: C2, PSS > Jun ?6 22:50:21 meenon /bsd: > acpicpu5 at acpi0: C2, PSS > Jun ?6 22:50:21 meenon /bsd: aibs0 at > acpi0: RTMP RVLT RFAN GGRP GITM > SITM > Jun ?6 22:50:21 meenon /bsd: > acpibtn0 at acpi0: PWRB > Jun ?6 22:50:21 meenon /bsd: pci0 at mainbus0 > bus 0 > Jun ?6 22:50:21 meenon /bsd: pchb0 at pci0 dev 0 function 0 > "AMD RS780 > Host" rev 0x00 > Jun ?6 22:50:21 meenon /bsd: ppb0 at pci0 > dev 1 function 0 vendor > "Asustek", unknown product 0x9602 rev 0x00 > > Jun ?6 22:50:21 meenon /bsd: pci1 at ppb0 bus 1 > Jun ?6 22:50:21 > meenon /bsd: vga1 at pci1 dev 5 function 0 "ATI Radeon > HD 4250" rev > 0x00 > Jun ?6 22:50:21 meenon /bsd: wsdisplay0 at vga1 mux 1: console > (80x25, > vt100 emulation) > Jun ?6 22:50:21 meenon /bsd: wsdisplay0: > screen 1-5 added (80x25, vt100 > emulation) > Jun ?6 22:50:21 meenon > /bsd: azalia0 at pci1 dev 5 function 1 "ATI > Radeon HD 4200 HD Audio" > rev 0x00: apic 6 int 19 (irq 9) > Jun ?6 22:50:21 meenon /bsd: azalia0: > no supported codecs > Jun ?6 22:50:21 meenon /bsd: azalia0: > initialization failure, detaching > Jun ?6 22:50:21 meenon /bsd: ppb1 > at pci0 dev 2 function 0 "AMD RS780 > PCIE" rev 0x00: apic 6 int 18 (irq > 10) > Jun ?6 22:50:21 meenon /bsd: pci2 at ppb1 bus 2 > Jun ?6 > 22:50:21 meenon /bsd: em0 at pci2 dev 0 function 0 "Intel > PRO/1000 MT > (82574L)" rev 0x00: apic 6 int 18 (irq 10), address > 00:1b:21:98:4b:f1 > > Jun ?6 22:50:21 meenon /bsd: ppb2 at pci0 dev 5 function 0 "AMD RS780 > > PCIE" rev 0x00: apic 6 int 17 (irq 11) > Jun ?6 22:50:21 meenon /bsd: > pci3 at ppb2 bus 3 > Jun ?6 22:50:21 meenon /bsd: em1 at pci3 dev 0 > function 0 "Intel > PRO/1000 MT (82574L)" rev 0x00: apic 6 int 17 (irq > 11), address > 00:1b:21:98:51:85 > Jun ?6 22:50:21 meenon /bsd: ppb3 at > pci0 dev 6 function 0 "AMD RS780 > PCIE" rev 0x00: apic 6 int 18 (irq > 10) > Jun ?6 22:50:21 meenon /bsd: pci4 at ppb3 bus 4 > Jun ?6 > 22:50:21 meenon /bsd: em2 at pci4 dev 0 function 0 "Intel > PRO/1000 MT > (82574L)" rev 0x00: apic 6 int 18 (irq 10), address > 00:1b:21:98:4b:ed > > Jun ?6 22:50:21 meenon /bsd: ppb4 at pci0 dev 7 function 0 "AMD RS780 > > PCIE" rev 0x00: apic 6 int 19 (irq 9) > Jun ?6 22:50:21 meenon /bsd: > pci5 at ppb4 bus 5 > Jun ?6 22:50:21 meenon /bsd: "NEC PCIE-XHCI" rev > 0x03 at pci5 dev 0 > function 0 not configured > Jun ?6 22:50:21 meenon > /bsd: ppb5 at pci0 dev 9 function 0 "AMD RS780 > PCIE" rev 0x00: apic 6 > int 17 (irq 11) > Jun ?6 22:50:21 meenon /bsd: pci6 at ppb5 bus 6 > Jun > ?6 22:50:21 meenon /bsd: pciide0 at pci6 dev 0 function 0 vendor > > "VIA", unknown product 0x0415 rev 0x00: DMA (unsupported), channel 0 > > wired to native-PCI, channel 1 wired to native-PCI > Jun ?6 22:50:21 > meenon /bsd: pciide0: using apic 6 int 17 (irq 11) for > native-PCI > interrupt > Jun ?6 22:50:21 meenon /bsd: wd0 at pciide0 channel 0 drive > 1: > > Jun ?6 22:50:21 meenon /bsd: wd0: 16-sector PIO, > LBA48, 238475MB, > 488397168 sectors > Jun ?6 22:50:21 meenon /bsd: > pciide0: channel 1 ignored (not > responding; disabled or no drives?) > > Jun ?6 22:50:21 meenon /bsd: ahci0 at pci0 dev 17 function 0 "ATI SBx00 > > SATA" rev 0x40: apic 6 int 19 (irq 9), AHCI 1.2 > Jun ?6 22:50:21 > meenon /bsd: scsibus0 at ahci0: 32 targets > Jun ?6 22:50:21 meenon > /bsd: cd0 at scsibus0 targ 0 lun 0: DVD-RW DVR-218L, 1.02> > ATAPI 5/cdrom removable > Jun ?6 22:50:21 meenon /bsd: sd0 at scsibus0 > targ 1 lun 0: WD740GD-00FL, 27.0> SCSI3 0/direct fixed > Jun > ?6 22:50:21 meenon /bsd: sd0: 70911MB, 512 bytes/sec, 145226112 sec > > total > Jun ?6 22:50:21 meenon /bsd: ohci0 at pci0 dev 18 function 0 > "ATI SB700 > USB" rev 0x00: apic 6 int 18 (irq 10), version 1.0, legacy > support > Jun ?6 22:50:21 meenon /bsd: ehci0 at pci0 dev 18 function 2 > "ATI SB700 > USB2" rev 0x00: apic 6 int 17 (irq 11) > Jun ?6 22:50:21 > meenon /bsd: usb0 at ehci0: USB revision 2.0 > Jun ?6 22:50:21 meenon > /bsd: uhub0 at usb0 "ATI EHCI root hub" rev > 2.00/1.00 addr 1 > Jun ?6 > 22:50:21 meenon /bsd: ohci1 at pci0 dev 19 function 0 "ATI SB700 > USB" > rev 0x00: apic 6 int 18 (irq 10), version 1.0, legacy support > Jun ?6 > 22:50:21 meenon /bsd: ehci1 at pci0 dev 19 function 2 "ATI SB700 > USB2" > rev 0x00: apic 6 int 17 (irq 11) > Jun ?6 22:50:21 meenon /bsd: usb1 at > ehci1: USB revision 2.0 > Jun ?6 22:50:21 meenon /bsd: uhub1 at usb1 > "ATI EHCI root hub" rev > 2.00/1.00 addr 1 > Jun ?6 22:50:21 meenon > /bsd: piixpm0 at pci0 dev 20 function 0 "ATI > SBx00 SMBus" rev 0x42: > SMBus disabled > Jun ?6 22:50:21 meenon /bsd: pciide1 at pci0 dev 20 > function 1 "ATI > SB700 IDE" rev 0x40: DMA, channel 0 configured to > compatibility, > channel 1 configured to compatibility > Jun ?6 > 22:50:21 meenon /bsd: pcib0 at pci0 dev 20 function 3 "ATI SB700 > ISA" > rev 0x40 > Jun ?6 22:50:21 meenon /bsd: ppb6 at pci0 dev 20 function 4 > "ATI SB600 > PCI" rev 0x40 > Jun ?6 22:50:21 meenon /bsd: pci7 at ppb6 > bus 7 > Jun ?6 22:50:21 meenon /bsd: ral0 at pci7 dev 5 function 0 > "Ralink > RT2860" rev 0x00: apic 6 int 20 (irq 5), address > 00:25:9c:e5:68:a2 > Jun ?6 22:50:21 meenon /bsd: ral0: MAC/BBP RT2860 > (rev 0x0103), RF > RT2850 (MIMO 2T2R) > Jun ?6 22:50:21 meenon /bsd: > ohci2 at pci0 dev 20 function 5 "ATI SB700 > USB" rev 0x00: apic 6 int > 18 (irq 10), version 1.0, legacy support > Jun ?6 22:50:21 meenon /bsd: > ohci3 at pci0 dev 22 function 0 "ATI SB700 > USB" rev 0x00: apic 6 int > 18 (irq 10), version 1.0, legacy support > Jun ?6 22:50:21 meenon /bsd: > ehci2 at pci0 dev 22 function 2 "ATI SB700 > USB2" rev 0x00: apic 6 int > 17 (irq 11) > Jun ?6 22:50:21 meenon /bsd: usb2 at ehci2: USB revision > 2.0 > Jun ?6 22:50:21 meenon /bsd: uhub2 at usb2 "ATI EHCI root hub" > rev > 2.00/1.00 addr 1 > Jun ?6 22:50:21 meenon /bsd: pchb1 at pci0 dev > 24 function 0 "AMD AMD64 > 10h HyperTransport" rev 0x00 > Jun ?6 > 22:50:21 meenon /bsd: pchb2 at pci0 dev 24 function 1 "AMD AMD64 > 10h > Address Map" rev 0x00 > Jun ?6 22:50:21 meenon /bsd: pchb3 at pci0 dev > 24 function 2 "AMD AMD64 > 10h DRAM Cfg" rev 0x00 > Jun ?6 22:50:21 > meenon /bsd: km0 at pci0 dev 24 function 3 "AMD AMD64 > 10h Misc Cfg" > rev 0x00 > Jun ?6 22:50:21 meenon /bsd: pchb4 at pci0 dev 24 function 4 > "AMD AMD64 > 10h Link Cfg" rev 0x00 > Jun ?6 22:50:21 meenon /bsd: usb3 > at ohci0: USB revision 1.0 > Jun ?6 22:50:21 meenon /bsd: uhub3 at usb3 > "ATI OHCI root hub" rev > 1.00/1.00 addr 1 > Jun ?6 22:50:21 meenon > /bsd: usb4 at ohci1: USB revision 1.0 > Jun ?6 22:50:21 meenon /bsd: > uhub4 at usb4 "ATI OHCI root hub" rev > 1.00/1.00 addr 1 > Jun ?6 > 22:50:21 meenon /bsd: isa0 at pcib0 > Jun ?6 22:50:21 meenon /bsd: > isadma0 at isa0 > Jun ?6 22:50:21 meenon /bsd: com0 at isa0 port > 0x3f8/8 irq 4: ns16550a, > 16 byte fifo > Jun ?6 22:50:21 meenon /bsd: > pckbc0 at isa0 port 0x60/5 > Jun ?6 22:50:21 meenon /bsd: pckbd0 at > pckbc0 (kbd slot) > Jun ?6 22:50:21 meenon /bsd: pckbc0: using irq 1 > for kbd slot > Jun ?6 22:50:21 meenon /bsd: wskbd0 at pckbd0: console > keyboard, using > wsdisplay0 > Jun ?6 22:50:21 meenon /bsd: pcppi0 at > isa0 port 0x61 > Jun ?6 22:50:21 meenon /bsd: spkr0 at pcppi0 > Jun ?6 > 22:50:21 meenon /bsd: lpt0 at isa0 port 0x378/4 irq 7 > Jun ?6 22:50:21 > meenon /bsd: it0 at isa0 port 0x2e/2: IT8721F rev 3, EC > port 0x290 > > Jun ?6 22:50:21 meenon /bsd: usb5 at ohci2: USB revision 1.0 > Jun ?6 > 22:50:21 meenon /bsd: uhub5 at usb5 "ATI OHCI root hub" rev > 1.00/1.00 > addr 1 > Jun ?6 22:50:21 meenon /bsd: usb6 at ohci3: USB revision 1.0 > > Jun ?6 22:50:21 meenon /bsd: uhub6 at usb6 "ATI OHCI root hub" rev > > 1.00/1.00 addr 1 > Jun ?6 22:50:21 meenon /bsd: mtrr: Pentium Pro MTRR > support > Jun ?6 22:50:21 meenon /bsd: uhidev0 at uhub3 port 5 > configuration 1 > interface 0 "Logitech USB Keyboard" rev 1.10/64.00 > addr 2 > Jun ?6 22:50:21 meenon /bsd: uhidev0: iclass 3/1 > Jun ?6 > 22:50:21 meenon /bsd: ukbd0 at uhidev0: 8 modifier keys, 6 key > codes > > Jun ?6 22:50:21 meenon /bsd: wskbd1 at ukbd0 mux 1 > Jun ?6 22:50:21 > meenon /bsd: wskbd1: connecting to wsdisplay0 > Jun ?6 22:50:21 meenon > /bsd: uhidev1 at uhub3 port 5 configuration 1 > interface > 1 "Logitech > USB Keyboard" rev 1.10/64.00 addr 2 > Jun ?6 22:50:21 meenon /bsd: > uhidev1: iclass 3/0, 3 report ids > Jun ?6 22:50:21 meenon /bsd: uhid0 > at uhidev1 reportid 1: input=1, > output=0, > feature=0 > Jun ?6 > 22:50:21 meenon /bsd: uhid1 at uhidev1 reportid 2: input=1, > output=0, > > feature=0 > Jun ?6 22:50:21 meenon /bsd: uhid2 at uhidev1 reportid 3: > input=3, > output=0, > feature=0 > Jun ?6 22:50:21 meenon /bsd: vscsi0 > at root > Jun ?6 22:50:21 meenon /bsd: scsibus1 at vscsi0: 256 targets > > Jun ?6 22:50:21 meenon /bsd: softraid0 at root > Jun ?6 22:50:21 > meenon /bsd: root on sd0a swap on sd0b dump on sd0b > Jun ?6 22:50:21 > meenon /bsd: splassert: assertwaitok: want -1 have 1 > Jun ?6 22:50:21 > meenon named[15164]: starting BIND 9.4.2-P2 > Jun ?6 22:50:21 meenon > named[15164]: command channel listening on > 127.0.0.1#953 > Jun ?6 > 22:50:21 meenon named[15164]: command channel listening on > ::1#953 > > Jun ?6 22:50:21 meenon named[15164]: running > Jun ?6 22:50:21 meenon > savecore: no core dump > Jun ?6 22:50:23 meenon named[15164]: client > 127.0.0.1#3377: RFC 1918 > response > from Internet for > 1.1.0.10.in-addr.arpa > Jun ?6 22:50:23 meenon named[15164]: client > 127.0.0.1#9041: RFC 1918 > response > from Internet for > 1.0.0.10.in-addr.arpa > Jun ?6 22:50:23 meenon named[15164]: client > 127.0.0.1#22222: RFC 1918 > response > from Internet for > 1.5.0.10.in-addr.arpa > Jun ?6 22:51:04 meenon named[15164]: client > 127.0.0.1#24134: RFC 1918 > response > from Internet for > 5.0.0.10.in-addr.arpa > _______________________________________________ > > Openbsd-newbies mailing list > Openbsd-newbies at sfobug.theapt.org > > http://mailman.theapt.org/listinfo/openbsd-newbies > > _______________________________________________ Openbsd-newbies mailing > list Openbsd-newbies at sfobug.theapt.org > http://mailman.theapt.org/listinfo/openbsd-newbies From jlg at admin.umass.edu Thu Jun 9 17:40:39 2011 From: jlg at admin.umass.edu (Satyriasis) Date: Thu, 09 Jun 2011 11:40:39 -0400 Subject: boot.conf on mac ppc Message-ID: <4DF0E977.8030903@admin.umass.edu> I'm running 4.9 STABLE on a PPC Mac Powerbook 15". OpenFirmware is set for autoboot and the boot device is hd:,ofwboot. The box boots correctly: a start or reboot drops me into an OBSD boot prompt that lasts for five seconds. I'd like to control the length of time that the boot prompt is on the screen with the boot.conf "timeout" keyword. This works, of course, on the i386 port (you can set "timeout" to 0, and override it by holding down one of the keys during boot), but macppc throws out any timeout boot.conf configuration with an error message. Does boot.conf work on macppc? If so, is there a difference in the syntax from i386? Alternatively, can the length of time the secondary boot prompt (ofwboot) is on the screen be controlled from OpenFirmware? (I understand they're two different processes.) Thanks for any help. From sparctacus at gmail.com Thu Jun 9 20:38:33 2011 From: sparctacus at gmail.com (Bryan Irvine) Date: Thu, 9 Jun 2011 11:38:33 -0700 Subject: boot.conf on mac ppc In-Reply-To: <4DF0E977.8030903@admin.umass.edu> References: <4DF0E977.8030903@admin.umass.edu> Message-ID: On Thu, Jun 9, 2011 at 8:40 AM, Satyriasis wrote: > I'm running 4.9 STABLE on a PPC Mac Powerbook 15". > > OpenFirmware is set for autoboot and the boot device is hd:,ofwboot. > > The box boots correctly: a start or reboot drops me into an OBSD boot prompt > that lasts for five seconds. ?I'd like to control the length of time that > the boot prompt is on the screen with the boot.conf "timeout" keyword. > > This works, of course, on the i386 port (you can set "timeout" to 0, and > override it by holding down one of the keys during boot), but macppc throws > out any timeout boot.conf configuration with an error message. > > Does boot.conf work on macppc? ?If so, is there a difference in the syntax > from i386? http://www.openbsd.org/cgi-bin/man.cgi?query=boot.conf&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html :-) From brakeb at gmail.com Thu Jun 9 22:57:16 2011 From: brakeb at gmail.com (Bryan) Date: Thu, 9 Jun 2011 15:57:16 -0500 Subject: boot.conf on mac ppc In-Reply-To: References: <4DF0E977.8030903@admin.umass.edu> Message-ID: On Thu, Jun 9, 2011 at 13:38, Bryan Irvine wrote: > On Thu, Jun 9, 2011 at 8:40 AM, Satyriasis wrote: >> I'm running 4.9 STABLE on a PPC Mac Powerbook 15". >> >> OpenFirmware is set for autoboot and the boot device is hd:,ofwboot. >> >> The box boots correctly: a start or reboot drops me into an OBSD boot prompt >> that lasts for five seconds. ?I'd like to control the length of time that >> the boot prompt is on the screen with the boot.conf "timeout" keyword. >> >> This works, of course, on the i386 port (you can set "timeout" to 0, and >> override it by holding down one of the keys during boot), but macppc throws >> out any timeout boot.conf configuration with an error message. >> >> Does boot.conf work on macppc? ?If so, is there a difference in the syntax >> from i386? > > http://www.openbsd.org/cgi-bin/man.cgi?query=boot.conf&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html > > :-) He has a macppc... do a man for boot.conf, and one doesn't exist. From lists at rensseltucky.com Tue Jun 14 08:51:30 2011 From: lists at rensseltucky.com (Ed D.) Date: Tue, 14 Jun 2011 02:51:30 -0400 Subject: Kernel pppoe broken my OpenBSD 4.9 and64 In-Reply-To: <4DEE5636.20368.6B52DE6@lists.rensseltucky.com> References: <4DED9A04.30868.3D60B03@lists.rensseltucky.com>, , <4DEE5636.20368.6B52DE6@lists.rensseltucky.com> Message-ID: <4DF704F2.18929.50E097F@lists.rensseltucky.com> So I infer from the lack of any further responses that kernel mode pppoe is broken for OpenBSD 4.9 Stable, and the only way to have a working pppoe is to go back to using the user mode pppoe (8)? (which I had done when I first posted this thread) Thanks, Ed On 7 Jun 2011 at 12:47, Ed D. wrote: > Thanks for the reply. > > Actually the thread you gave me is one of the ones I found when > I Googled. > But when I read it through to the end, there doesn't appear to be > a clear agreed on solution to this. > > But something has changed from OpenBSD 4.8 Stable and 4.9 > Stable that makes kernel pppoe not work right anymore.for me. > > I can reproduce this problem at will by simply unplugging the > phone line or ethernet cable from my DSL modem. > > I've been jusing kernel mode pppoe for several versions and > it's been bulletproof for me until 4.9 Stable. > Thanks, Ed > > On 7 Jun 2011 at 7:42, Bryan wrote: > > > Maybe you didn't google hard enough... always check MARC > > > > http://marc.info/?l=openbsd-tech&m=129542722106887&w=2 > > > > > On Mon, Jun 6, 2011 at 22:24, Ed D. wrote: > > > > Starting with OpenBSD 4.9 Stable (amd64), > my kernel mode pppoe is > > broken. > I've been trying to figure out why this > is happenening but > > having no luck. > Google shows nothing helpful. > OpenBSD Misc gets no > > reply. > > I hope somebody can help me... > > I get a > splassert: > > assertwaitok: want -1 have 1 > error on bootup OpenBSD 4.9 > when > > using Kernel mode pppoe > AND when DSL connection is dropped. > > > computer has to be rebooted to restart DSL > connection. > > > Bootup > > error message: > > > > kern.splassert: 1 -> 3 > starting network > add net default: > > > > gateway > > 0.0.0.1 > splassert: assertwaitok: want -1 have 1 > Starting stack > > trace... > splassert_fail() at splassert_fail+)x55 > assertwaitok() at > > assertwaitok+0x1c > pool_get() at pool_get+0x95 > ifa_item_insert() at > > ifa_item_insert+0x35 > ifa_add() at ifa_add+0x43 > in_ifinit() at > > in_ifinit+0x16f > sppp_set_ip_addrs() at sppp_set_ip_addrs+0x107 > > > sppp_ipcp_tlu() at sppp_ipcp_tlu+0x4e > sppp_input() at > > sppp_input+0x595 > > > pppoeintr() at pppoeintr+0x41d > netintr() at netintr+0x97 > > > softintr_dispatch() at softintr_dispatch+0x5d > Xsoftnet() at > > Xsoftnet+0x2d > --- interrupt --- > end trace frame: 0x0, count: 244 > > > 0x8: > End of stack trace. > Stopped at ? ? ?Debuger+0x5: ? leave > > > ddb{0}> > > At this point, the computer freezes and has to > have a > > hardware reset to re-start. > It will continue to freeze like this > > until the > > kern.splassert: in sysctl.conf is set to > 1 or 2 > > > > meenon# cat hostname.pppoe0 > inet 0.0.0.0 255.255.255.255 NONE > > pppoedev em2 authproto pap authname > "xxxxxxxx" authkey "xxxxxxxx" up > > > dest 0.0.0.1 > > > !/sbin/route add default -ifp pppoe 0.0.0.1 > inet alias > > > !208.72.106.xx > > 255.255.255.255 NONE > inet alias 208.72.106.xx 255.255.255.255 NONE > > > inet alias 208.72.106.xx 255.255.255.255 NONE > inet alias > > 208.72.106.xx 255.255.255.255 NONE > meenon# > meenon# cat > > hostname.em2 > up > meenon# > > > > > COMPLETE bootup message with kern.splassert=1 > Jun ?6 22:50:21 > > meenon syslogd: start > Jun ?6 22:50:21 meenon /bsd: OpenBSD > > 4.9-stable (GENERIC.MP) #1: Sat > May 21 04:46:32 EDT 2011 > Jun ?6 > > 22:50:21 meenon /bsd: > > > root at meenon.my.domain:/usr/src/sys/arch/amd64/compile/GENERIC.MP > Jun > > ?6 22:50:21 meenon /bsd: real mem = 3488022528 (3326MB) > Jun ?6 > > 22:50:21 meenon /bsd: avail mem = 3381149696 (3224MB) > Jun ?6 > > 22:50:21 meenon /bsd: mainbus0 at root > Jun ?6 22:50:21 meenon /bsd: > > bios0 at mainbus0: SMBIOS rev. 2.5 @ > 0x9f000 (64 entries) > Jun ?6 > > 22:50:21 meenon /bsd: bios0: vendor American Megatrends Inc. > version > > "0902" date 12/10/2010 > Jun ?6 22:50:21 meenon /bsd: bios0: ASUSTeK > > Computer INC. M4A88TD- > M/USB3 > Jun ?6 22:50:21 meenon /bsd: acpi0 > > at bios0: rev 2 > Jun ?6 22:50:21 meenon /bsd: acpi0: sleep states S0 > > S1 S3 S4 S5 > > > Jun ?6 22:50:21 meenon /bsd: acpi0: tables DSDT FACP APIC MCFG OEMB > > > > > > SRAT HPET SSDT > Jun ?6 22:50:21 meenon /bsd: acpi0: wakeup devices > > PCE2(S4) PCE3(S4) > PCE5(S4) PCE6(S4) PCE7(S4) PCE9(S4) PCEA(S4) > > RLAN(S4) SBAZ(S4) P0PC(S4) > GEC_(S4) UHC1(S4) UHC2(S4) USB3(S4) > > UHC4(S4) USB5(S4) UHC6(S4) UHC7(S4) > PS2M(S4) PS2K(S4) UAR1(S4) > Jun > > ?6 22:50:21 meenon /bsd: acpitimer0 at acpi0: 3579545 Hz, 32 bits > > > Jun ?6 22:50:21 meenon /bsd: acpimadt0 at acpi0 addr 0xfee00000: PC-AT > > > compat > Jun ?6 22:50:21 meenon /bsd: cpu0 at mainbus0: apid 0 (boot > > processor) > Jun ?6 22:50:21 meenon /bsd: cpu0: AMD Phenom(tm) II X6 > > 1090T > Processor, 3214.72 MHz > Jun ?6 22:50:21 meenon /bsd: cpu0: > > > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE3 > > 6, > > > > > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LON > > G, > > > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu0: 64KB 64b/line > > > 2-way > > I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > > > Jun ?6 22:50:21 meenon /bsd: cpu0: ITLB 32 4KB entries fully > > > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon > > /bsd: cpu0: DTLB 48 4KB entries fully > associative, 48 4MB entries > > fully associative > Jun ?6 22:50:21 meenon /bsd: cpu0: apic clock > > running at 200MHz > Jun ?6 22:50:21 meenon /bsd: cpu1 at mainbus0: > > apid 1 (application > processor) > Jun ?6 22:50:21 meenon /bsd: cpu1: > > AMD Phenom(tm) II X6 1090T > Processor, 3214.33 MHz > Jun ?6 22:50:21 > > meenon /bsd: cpu1: > > > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE3 > > 6, > > > > > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LON > > G, > > > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu1: 64KB 64b/line > > > 2-way > > I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > > > Jun ?6 22:50:21 meenon /bsd: cpu1: ITLB 32 4KB entries fully > > > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon > > /bsd: cpu1: DTLB 48 4KB entries fully > associative, 48 4MB entries > > fully associative > Jun ?6 22:50:21 meenon /bsd: cpu2 at mainbus0: > > apid 2 (application > processor) > Jun ?6 22:50:21 meenon /bsd: cpu2: > > AMD Phenom(tm) II X6 1090T > Processor, 3214.33 MHz > Jun ?6 22:50:21 > > meenon /bsd: cpu2: > > > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE3 > > 6, > > > > > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LON > > G, > > > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu2: 64KB 64b/line > > > 2-way > > I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > > > Jun ?6 22:50:21 meenon /bsd: cpu2: ITLB 32 4KB entries fully > > > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon > > /bsd: cpu2: DTLB 48 4KB entries fully > associative, 48 4MB entries > > fully associative > Jun ?6 22:50:21 meenon /bsd: cpu3 at mainbus0: > > apid 3 (application > processor) > Jun ?6 22:50:21 meenon /bsd: cpu3: > > AMD Phenom(tm) II X6 1090T > Processor, 3214.33 MHz > Jun ?6 22:50:21 > > meenon /bsd: cpu3: > > > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE3 > > 6, > > > > > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LON > > G, > > > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu3: 64KB 64b/line > > > 2-way > > I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > > > Jun ?6 22:50:21 meenon /bsd: cpu3: ITLB 32 4KB entries fully > > > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon > > /bsd: cpu3: DTLB 48 4KB entries fully > associative, 48 4MB entries > > fully associative > Jun ?6 22:50:21 meenon /bsd: cpu4 at mainbus0: > > apid 4 (application > processor) > Jun ?6 22:50:21 meenon /bsd: cpu4: > > AMD Phenom(tm) II X6 1090T > Processor, 3214.33 MHz > Jun ?6 22:50:21 > > meenon /bsd: cpu4: > > > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE3 > > 6, > > > > > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LON > > G, > > > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu4: 64KB 64b/line > > > 2-way > > I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > > > Jun ?6 22:50:21 meenon /bsd: cpu4: ITLB 32 4KB entries fully > > > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon > > /bsd: cpu4: DTLB 48 4KB entries fully > associative, 48 4MB entries > > fully associative > Jun ?6 22:50:21 meenon /bsd: cpu5 at mainbus0: > > apid 5 (application > processor) > Jun ?6 22:50:21 meenon /bsd: cpu5: > > AMD Phenom(tm) II X6 1090T > Processor, 3214.33 MHz > Jun ?6 22:50:21 > > meenon /bsd: cpu5: > > > FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE3 > > 6, > > > > > CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,CX16,POPCNT,NXE,MMXX,FFXSR,LON > > G, > > > 3DNOW2,3DNOW > Jun ?6 22:50:21 meenon /bsd: cpu5: 64KB 64b/line > > > 2-way > > I-cache, 64KB > 64b/line 2-way D-cache, 512KB 64b/line 16-way L2 cache > > > Jun ?6 22:50:21 meenon /bsd: cpu5: ITLB 32 4KB entries fully > > > associative, 16 4MB entries fully associative > Jun ?6 22:50:21 meenon > > /bsd: cpu5: DTLB 48 4KB entries fully > associative, 48 4MB entries > > fully associative > Jun ?6 22:50:21 meenon /bsd: ioapic0 at mainbus0: > > apid 6 pa 0xfec00000, > version 21, 24 pins > Jun ?6 22:50:21 meenon > > /bsd: acpimcfg0 at acpi0 addr 0xe0000000, bus 0- > 255 > Jun ?6 > > 22:50:21 meenon /bsd: acpihpet0 at acpi0: 14318180 Hz > Jun ?6 > > 22:50:21 meenon /bsd: acpiprt0 at acpi0: bus 0 (PCI0) > Jun ?6 > > 22:50:21 meenon /bsd: acpiprt1 at acpi0: bus 1 (P0P1) > Jun ?6 > > 22:50:21 meenon /bsd: acpiprt2 at acpi0: bus 2 (PCE2) > Jun ?6 > > 22:50:21 meenon /bsd: acpiprt3 at acpi0: bus -1 (PCE3) > Jun ?6 > > 22:50:21 meenon /bsd: acpiprt4 at acpi0: bus 3 (PCE5) > Jun ?6 > > 22:50:21 meenon /bsd: acpiprt5 at acpi0: bus 4 (PCE6) > Jun ?6 > > 22:50:21 meenon /bsd: acpiprt6 at acpi0: bus 5 (PCE7) > Jun ?6 > > 22:50:21 meenon /bsd: acpiprt7 at acpi0: bus 6 (PCE9) > Jun ?6 > > 22:50:21 meenon /bsd: acpiprt8 at acpi0: bus -1 (PCEA) > Jun ?6 > > 22:50:21 meenon /bsd: acpiprt9 at acpi0: bus 7 (P0PC) > Jun ?6 > > 22:50:21 meenon /bsd: acpiec0 at acpi0 > Jun ?6 22:50:21 meenon /bsd: > > acpicpu0 at acpi0: C2, PSS > Jun ?6 22:50:21 meenon /bsd: acpicpu1 at > > acpi0: C2, PSS > Jun ?6 22:50:21 meenon /bsd: acpicpu2 at acpi0: C2, > > PSS > Jun ?6 22:50:21 meenon /bsd: acpicpu3 at acpi0: C2, PSS > Jun ?6 > > 22:50:21 meenon /bsd: acpicpu4 at acpi0: C2, PSS > Jun ?6 22:50:21 > > meenon /bsd: acpicpu5 at acpi0: C2, PSS > Jun ?6 22:50:21 meenon /bsd: > > aibs0 at acpi0: RTMP RVLT RFAN GGRP GITM > SITM > Jun ?6 22:50:21 > > meenon /bsd: acpibtn0 at acpi0: PWRB > Jun ?6 22:50:21 meenon /bsd: > > pci0 at mainbus0 bus 0 > Jun ?6 22:50:21 meenon /bsd: pchb0 at pci0 > > dev 0 function 0 "AMD RS780 > Host" rev 0x00 > Jun ?6 22:50:21 meenon > > /bsd: ppb0 at pci0 dev 1 function 0 vendor > "Asustek", unknown > > product 0x9602 rev 0x00 > Jun ?6 22:50:21 meenon /bsd: pci1 at ppb0 > > bus 1 > Jun ?6 22:50:21 meenon /bsd: vga1 at pci1 dev 5 function 0 > > "ATI Radeon > HD 4250" rev 0x00 > Jun ?6 22:50:21 meenon /bsd: > > wsdisplay0 at vga1 mux 1: console (80x25, > vt100 emulation) > Jun ?6 > > 22:50:21 meenon /bsd: wsdisplay0: screen 1-5 added (80x25, vt100 > > > emulation) > Jun ?6 22:50:21 meenon /bsd: azalia0 at pci1 dev 5 > > function 1 "ATI > Radeon HD 4200 HD Audio" rev 0x00: apic 6 int 19 > > (irq 9) > Jun ?6 22:50:21 meenon /bsd: azalia0: no supported codecs > > > Jun ?6 22:50:21 meenon /bsd: azalia0: initialization failure, > > detaching > Jun ?6 22:50:21 meenon /bsd: ppb1 at pci0 dev 2 function 0 > > "AMD RS780 > PCIE" rev 0x00: apic 6 int 18 (irq 10) > Jun ?6 22:50:21 > > meenon /bsd: pci2 at ppb1 bus 2 > Jun ?6 22:50:21 meenon /bsd: em0 at > > pci2 dev 0 function 0 "Intel > PRO/1000 MT (82574L)" rev 0x00: apic 6 > > int 18 (irq 10), address > 00:1b:21:98:4b:f1 > > > Jun ?6 22:50:21 meenon /bsd: ppb2 at pci0 dev 5 function 0 "AMD > > > RS780 PCIE" rev 0x00: apic 6 int 17 (irq 11) > Jun ?6 22:50:21 > > > meenon /bsd: > > pci3 at ppb2 bus 3 > Jun ?6 22:50:21 meenon /bsd: em1 at pci3 dev 0 > > function 0 "Intel > PRO/1000 MT (82574L)" rev 0x00: apic 6 int 17 (irq > > 11), address > 00:1b:21:98:51:85 > Jun ?6 22:50:21 meenon /bsd: ppb3 > > at pci0 dev 6 function 0 "AMD RS780 > PCIE" rev 0x00: apic 6 int 18 > > (irq 10) > Jun ?6 22:50:21 meenon /bsd: pci4 at ppb3 bus 4 > Jun ?6 > > 22:50:21 meenon /bsd: em2 at pci4 dev 0 function 0 "Intel > PRO/1000 > > MT (82574L)" rev 0x00: apic 6 int 18 (irq 10), address > > > 00:1b:21:98:4b:ed > > > Jun ?6 22:50:21 meenon /bsd: ppb4 at pci0 dev 7 function 0 "AMD > > > RS780 PCIE" rev 0x00: apic 6 int 19 (irq 9) > Jun ?6 22:50:21 meenon > > > /bsd: > > pci5 at ppb4 bus 5 > Jun ?6 22:50:21 meenon /bsd: "NEC PCIE-XHCI" rev > > 0x03 at pci5 dev 0 > function 0 not configured > Jun ?6 22:50:21 > > meenon /bsd: ppb5 at pci0 dev 9 function 0 "AMD RS780 > PCIE" rev > > 0x00: apic 6 int 17 (irq 11) > Jun ?6 22:50:21 meenon /bsd: pci6 at > > ppb5 bus 6 > Jun ?6 22:50:21 meenon /bsd: pciide0 at pci6 dev 0 > > function 0 vendor > "VIA", unknown product 0x0415 rev 0x00: DMA > > (unsupported), channel 0 > wired to native-PCI, channel 1 wired to > > native-PCI > Jun ?6 22:50:21 meenon /bsd: pciide0: using apic 6 int 17 > > (irq 11) for > native-PCI interrupt > Jun ?6 22:50:21 meenon /bsd: wd0 > > at pciide0 channel 0 drive 1: > > Jun ?6 22:50:21 meenon > > /bsd: wd0: 16-sector PIO, LBA48, 238475MB, > 488397168 sectors > Jun > > ?6 22:50:21 meenon /bsd: pciide0: channel 1 ignored (not > responding; > > disabled or no drives?) > Jun ?6 22:50:21 meenon /bsd: ahci0 at pci0 > > dev 17 function 0 "ATI SBx00 > > > SATA" rev 0x40: apic 6 int 19 (irq 9), AHCI 1.2 > Jun ?6 22:50:21 > > meenon /bsd: scsibus0 at ahci0: 32 targets > Jun ?6 22:50:21 meenon > > /bsd: cd0 at scsibus0 targ 0 lun 0: DVD-RW DVR-218L, 1.02> > > ATAPI 5/cdrom removable > Jun ?6 22:50:21 meenon /bsd: sd0 at scsibus0 > > targ 1 lun 0: WD740GD-00FL, 27.0> SCSI3 0/direct fixed > > > Jun ?6 22:50:21 meenon /bsd: sd0: 70911MB, 512 bytes/sec, 145226112 > > sec > total > Jun ?6 22:50:21 meenon /bsd: ohci0 at pci0 dev 18 > > function 0 "ATI SB700 > USB" rev 0x00: apic 6 int 18 (irq 10), version > > 1.0, legacy support > Jun ?6 22:50:21 meenon /bsd: ehci0 at pci0 dev > > 18 function 2 "ATI SB700 > USB2" rev 0x00: apic 6 int 17 (irq 11) > > > Jun ?6 22:50:21 meenon /bsd: usb0 at ehci0: USB revision 2.0 > Jun ?6 > > 22:50:21 meenon /bsd: uhub0 at usb0 "ATI EHCI root hub" rev > > > 2.00/1.00 addr 1 > Jun ?6 22:50:21 meenon /bsd: ohci1 at pci0 dev 19 > > function 0 "ATI SB700 > USB" rev 0x00: apic 6 int 18 (irq 10), version > > 1.0, legacy support > Jun ?6 22:50:21 meenon /bsd: ehci1 at pci0 dev > > 19 function 2 "ATI SB700 > USB2" rev 0x00: apic 6 int 17 (irq 11) > > > Jun ?6 22:50:21 meenon /bsd: usb1 at ehci1: USB revision 2.0 > Jun ?6 > > 22:50:21 meenon /bsd: uhub1 at usb1 "ATI EHCI root hub" rev > > > 2.00/1.00 addr 1 > Jun ?6 22:50:21 meenon /bsd: piixpm0 at pci0 dev 20 > > function 0 "ATI > SBx00 SMBus" rev 0x42: SMBus disabled > Jun ?6 > > 22:50:21 meenon /bsd: pciide1 at pci0 dev 20 function 1 "ATI > SB700 > > IDE" rev 0x40: DMA, channel 0 configured to compatibility, > channel 1 > > configured to compatibility > Jun ?6 22:50:21 meenon /bsd: pcib0 at > > pci0 dev 20 function 3 "ATI SB700 > ISA" rev 0x40 > Jun ?6 22:50:21 > > meenon /bsd: ppb6 at pci0 dev 20 function 4 "ATI SB600 > PCI" rev 0x40 > > > Jun ?6 22:50:21 meenon /bsd: pci7 at ppb6 bus 7 > Jun ?6 22:50:21 > > meenon /bsd: ral0 at pci7 dev 5 function 0 "Ralink > RT2860" rev 0x00: > > apic 6 int 20 (irq 5), address 00:25:9c:e5:68:a2 > Jun ?6 22:50:21 > > meenon /bsd: ral0: MAC/BBP RT2860 (rev 0x0103), RF > RT2850 (MIMO > > 2T2R) > Jun ?6 22:50:21 meenon /bsd: ohci2 at pci0 dev 20 function 5 > > "ATI SB700 > USB" rev 0x00: apic 6 int 18 (irq 10), version 1.0, > > legacy support > Jun ?6 22:50:21 meenon /bsd: ohci3 at pci0 dev 22 > > function 0 "ATI SB700 > USB" rev 0x00: apic 6 int 18 (irq 10), version > > 1.0, legacy support > Jun ?6 22:50:21 meenon /bsd: ehci2 at pci0 dev > > 22 function 2 "ATI SB700 > USB2" rev 0x00: apic 6 int 17 (irq 11) > > > Jun ?6 22:50:21 meenon /bsd: usb2 at ehci2: USB revision 2.0 > Jun ?6 > > 22:50:21 meenon /bsd: uhub2 at usb2 "ATI EHCI root hub" rev > > > 2.00/1.00 addr 1 > Jun ?6 22:50:21 meenon /bsd: pchb1 at pci0 dev 24 > > function 0 "AMD AMD64 > 10h HyperTransport" rev 0x00 > Jun ?6 22:50:21 > > meenon /bsd: pchb2 at pci0 dev 24 function 1 "AMD AMD64 > 10h Address > > Map" rev 0x00 > Jun ?6 22:50:21 meenon /bsd: pchb3 at pci0 dev 24 > > function 2 "AMD AMD64 > 10h DRAM Cfg" rev 0x00 > Jun ?6 22:50:21 > > meenon /bsd: km0 at pci0 dev 24 function 3 "AMD AMD64 > 10h Misc Cfg" > > rev 0x00 > Jun ?6 22:50:21 meenon /bsd: pchb4 at pci0 dev 24 function > > 4 "AMD AMD64 > 10h Link Cfg" rev 0x00 > Jun ?6 22:50:21 meenon /bsd: > > usb3 at ohci0: USB revision 1.0 > Jun ?6 22:50:21 meenon /bsd: uhub3 > > at usb3 "ATI OHCI root hub" rev > 1.00/1.00 addr 1 > Jun ?6 22:50:21 > > meenon /bsd: usb4 at ohci1: USB revision 1.0 > Jun ?6 22:50:21 meenon > > /bsd: uhub4 at usb4 "ATI OHCI root hub" rev > 1.00/1.00 addr 1 > Jun > > ?6 22:50:21 meenon /bsd: isa0 at pcib0 > Jun ?6 22:50:21 meenon /bsd: > > isadma0 at isa0 > Jun ?6 22:50:21 meenon /bsd: com0 at isa0 port > > 0x3f8/8 irq 4: ns16550a, > 16 byte fifo > Jun ?6 22:50:21 meenon /bsd: > > pckbc0 at isa0 port 0x60/5 > Jun ?6 22:50:21 meenon /bsd: pckbd0 at > > pckbc0 (kbd slot) > Jun ?6 22:50:21 meenon /bsd: pckbc0: using irq 1 > > for kbd slot > Jun ?6 22:50:21 meenon /bsd: wskbd0 at pckbd0: console > > keyboard, using > wsdisplay0 > Jun ?6 22:50:21 meenon /bsd: pcppi0 at > > isa0 port 0x61 > Jun ?6 22:50:21 meenon /bsd: spkr0 at pcppi0 > Jun ?6 > > 22:50:21 meenon /bsd: lpt0 at isa0 port 0x378/4 irq 7 > Jun ?6 > > 22:50:21 meenon /bsd: it0 at isa0 port 0x2e/2: IT8721F rev 3, EC > > > port 0x290 > Jun ?6 22:50:21 meenon /bsd: usb5 at ohci2: USB revision > > 1.0 > Jun ?6 22:50:21 meenon /bsd: uhub5 at usb5 "ATI OHCI root hub" > > rev > 1.00/1.00 addr 1 > Jun ?6 22:50:21 meenon /bsd: usb6 at ohci3: > > USB revision 1.0 > Jun ?6 22:50:21 meenon /bsd: uhub6 at usb6 "ATI > > OHCI root hub" rev > 1.00/1.00 addr 1 > Jun ?6 22:50:21 meenon /bsd: > > mtrr: Pentium Pro MTRR support > Jun ?6 22:50:21 meenon /bsd: uhidev0 > > at uhub3 port 5 configuration 1 > interface 0 "Logitech USB Keyboard" > > rev 1.10/64.00 addr 2 > Jun ?6 22:50:21 meenon /bsd: uhidev0: iclass > > 3/1 > Jun ?6 22:50:21 meenon /bsd: ukbd0 at uhidev0: 8 modifier keys, > > 6 key > codes > Jun ?6 22:50:21 meenon /bsd: wskbd1 at ukbd0 mux 1 > > > Jun ?6 22:50:21 meenon /bsd: wskbd1: connecting to wsdisplay0 > Jun ?6 > > 22:50:21 meenon /bsd: uhidev1 at uhub3 port 5 configuration 1 > > > interface > 1 "Logitech USB Keyboard" rev 1.10/64.00 addr 2 > Jun ?6 > > 22:50:21 meenon /bsd: uhidev1: iclass 3/0, 3 report ids > Jun ?6 > > 22:50:21 meenon /bsd: uhid0 at uhidev1 reportid 1: input=1, > > > output=0, > feature=0 > Jun ?6 22:50:21 meenon /bsd: uhid1 at uhidev1 > > reportid 2: input=1, > output=0, > > > feature=0 > Jun ?6 22:50:21 meenon /bsd: uhid2 at uhidev1 reportid > > > 3: > > input=3, > output=0, > feature=0 > Jun ?6 22:50:21 meenon /bsd: vscsi0 > > at root > Jun ?6 22:50:21 meenon /bsd: scsibus1 at vscsi0: 256 targets > > > Jun ?6 22:50:21 meenon /bsd: softraid0 at root > Jun ?6 22:50:21 > > meenon /bsd: root on sd0a swap on sd0b dump on sd0b > Jun ?6 22:50:21 > > meenon /bsd: splassert: assertwaitok: want -1 have 1 > Jun ?6 22:50:21 > > meenon named[15164]: starting BIND 9.4.2-P2 > Jun ?6 22:50:21 meenon > > named[15164]: command channel listening on > 127.0.0.1#953 > Jun ?6 > > 22:50:21 meenon named[15164]: command channel listening on > ::1#953 > > > Jun ?6 22:50:21 meenon named[15164]: running > Jun ?6 22:50:21 meenon > > savecore: no core dump > Jun ?6 22:50:23 meenon named[15164]: client > > 127.0.0.1#3377: RFC 1918 > response > from Internet for > > 1.1.0.10.in-addr.arpa > Jun ?6 22:50:23 meenon named[15164]: client > > 127.0.0.1#9041: RFC 1918 > response > from Internet for > > 1.0.0.10.in-addr.arpa > Jun ?6 22:50:23 meenon named[15164]: client > > 127.0.0.1#22222: RFC 1918 > response > from Internet for > > 1.5.0.10.in-addr.arpa > Jun ?6 22:51:04 meenon named[15164]: client > > 127.0.0.1#24134: RFC 1918 > response > from Internet for > > 5.0.0.10.in-addr.arpa > > > _______________________________________________ > > > Openbsd-newbies mailing list > Openbsd-newbies at sfobug.theapt.org > > > http://mailman.theapt.org/listinfo/openbsd-newbies > > > _______________________________________________ Openbsd-newbies > > mailing list Openbsd-newbies at sfobug.theapt.org > > http://mailman.theapt.org/listinfo/openbsd-newbies > > > _______________________________________________ > Openbsd-newbies mailing list > Openbsd-newbies at sfobug.theapt.org > http://mailman.theapt.org/listinfo/openbsd-newbies From stu at spacehopper.org Wed Jun 15 11:11:24 2011 From: stu at spacehopper.org (Stuart Henderson) Date: Wed, 15 Jun 2011 10:11:24 +0100 Subject: Kernel pppoe broken my OpenBSD 4.9 and64 In-Reply-To: <4DF704F2.18929.50E097F@lists.rensseltucky.com> References: <4DED9A04.30868.3D60B03@lists.rensseltucky.com> <4DEE5636.20368.6B52DE6@lists.rensseltucky.com> <4DF704F2.18929.50E097F@lists.rensseltucky.com> Message-ID: <20110615091124.571B8AB4DA@naiad.spacehopper.org> In gmane.os.openbsd.newbies, you wrote: > So I infer from the lack of any further responses that > kernel mode pppoe is broken for OpenBSD 4.9 Stable, > and the only way to have a working pppoe is to go back > to using the user mode pppoe (8)? > (which I had done when I first posted this thread) > Thanks, Ed It's not totally broken, but it is broken in your particular situation. If it was easier to reproduce it would already be fixed. $ shmux -c 'ifconfig pppoe|grep ^pppoe;uptime' jodrell mylor2-gw jodrell: pppoe0: flags=8851 mtu 1492 jodrell: 10:05AM up 6 days, 17:51, 1 user, load averages: 0.13, 0.13, 0.08 mylor2-gw: pppoe3: flags=8851 mtu 1492 mylor2-gw: pppoe4: flags=8851 mtu 1492 mylor2-gw: pppoe6: flags=8851 mtu 1492 mylor2-gw: pppoe7: flags=8851 mtu 1492 mylor2-gw: 9:06AM up 36 days, 20:57, 0 users, load averages: 0.13, 0.11, 0.22 These machines are totally stable, despite some of the pppoe's on mylor2-gw here having dropped the connection hundreds of times since the machine booted. $ ssh mylor2-gw 'ifconfig pppoe7|grep -e ^pppoe -e time' pppoe7: flags=8851 mtu 1492 sid: 0xd3d PADI retries: 3520 PADR retries: 0 time: 15:28:25 From lists at rensseltucky.com Tue Jun 21 20:03:16 2011 From: lists at rensseltucky.com (Ed D.) Date: Tue, 21 Jun 2011 14:03:16 -0400 Subject: FIXED? Kernel pppoe broken my OpenBSD 4.9 and64 In-Reply-To: <20110615091124.571B8AB4DA@naiad.spacehopper.org> References: <4DED9A04.30868.3D60B03@lists.rensseltucky.com>, <4DF704F2.18929.50E097F@lists.rensseltucky.com>, <20110615091124.571B8AB4DA@naiad.spacehopper.org> Message-ID: <4E00DCE4.23785.59D3D98@lists.rensseltucky.com> Was just checking the -Current Changelog and noticed: "Fixed an assertwaitok panic in sppp(4). " When I get back in town I'll upgrade my firewall/router to -Current and report back the results. Ed On 15 Jun 2011 at 10:11, Stuart Henderson wrote: > In gmane.os.openbsd.newbies, you wrote: > > So I infer from the lack of any further responses that > > kernel mode pppoe is broken for OpenBSD 4.9 Stable, > > and the only way to have a working pppoe is to go back > > to using the user mode pppoe (8)? > > (which I had done when I first posted this thread) > > Thanks, Ed > > It's not totally broken, but it is broken in your particular > situation. If it was easier to reproduce it would already be fixed. > > $ shmux -c 'ifconfig pppoe|grep ^pppoe;uptime' jodrell mylor2-gw > jodrell: pppoe0: flags=8851 > mtu 1492 jodrell: 10:05AM up 6 days, 17:51, 1 user, load averages: > 0.13, 0.13, 0.08 > mylor2-gw: pppoe3: flags=8851 > mtu 1492 mylor2-gw: pppoe4: > flags=8851 mtu 1492 mylor2-gw: > pppoe6: flags=8851 mtu 1492 > mylor2-gw: pppoe7: flags=8851 > mtu 1492 mylor2-gw: 9:06AM up 36 days, 20:57, 0 users, load averages: > 0.13, 0.11, 0.22 > > These machines are totally stable, despite some of the pppoe's on > mylor2-gw here having dropped the connection hundreds of times since the > machine booted. > > $ ssh mylor2-gw 'ifconfig pppoe7|grep -e ^pppoe -e time' > pppoe7: flags=8851 mtu 1492 > sid: 0xd3d PADI retries: 3520 PADR retries: 0 time: 15:28:25 > > _______________________________________________ > Openbsd-newbies mailing list > Openbsd-newbies at sfobug.theapt.org > http://mailman.theapt.org/listinfo/openbsd-newbies From lists at rensseltucky.com Tue Jun 28 05:09:30 2011 From: lists at rensseltucky.com (Ed D.) Date: Mon, 27 Jun 2011 23:09:30 -0400 Subject: Kernel pppoe STILL broken my OpenBSD 4.9 and64 In-Reply-To: <4E00DCE4.23785.59D3D98@lists.rensseltucky.com> References: <4DED9A04.30868.3D60B03@lists.rensseltucky.com>, <20110615091124.571B8AB4DA@naiad.spacehopper.org>, <4E00DCE4.23785.59D3D98@lists.rensseltucky.com> Message-ID: <4E0945EA.20063.261C929@lists.rensseltucky.com> On 21 Jun 2011 at 14:03, Ed D. wrote: > Was just checking the -Current Changelog and > noticed: > "Fixed an assertwaitok panic in sppp(4). " > > When I get back in town I'll upgrade my > firewall/router to -Current and report > back the results. > Ed > On 27 Jun 2011 at 23:10, Ed D. wrote With this latest fix, kernel mode pppoe is improved but still broken in my case. having worked without problem until 4.9 stable. When I got back in town, I upgraded to amd64 -current on Friday 6-24-11. The assertwaitok panic doesn't occur anymore on bootup. However, when the DSL connection drops, the error still occurs. I'm still having to use usermode pppoe to keep my DSL connection going. Example from /var/log/mesages Jun 25 00:21:59 meenon /bsd: pppoe0: LCP keepalive timeout Jun 25 00:21:59 meenon /bsd: splassert: assertwaitok: want -1 have 1 Jun 25 00:22:00 meenon named[13407]: /usr/src/usr.sbin/bind/lib/isc/unix/socket.c:1218: unexpected error: Jun 25 00:22:00 meenon named[13407]: internal_send: 216.239.38.10#53: Network is down Jun 25 00:22:01 meenon named[13407]: /usr/src/usr.sbin/bind/lib/isc/unix/socket.c:1218: unexpected error: Jun 25 00:22:01 meenon named[13407]: internal_send: 202.12.27.33#53: Network is down Jun 25 00:22:01 meenon named[13407]: /usr/src/usr.sbin/bind/lib/isc/unix/socket.c:1218: unexpected error: Jun 25 00:22:01 meenon named[13407]: internal_send: 202.12.27.33#53: Network is down Jun 25 00:22:01 meenon named[13407]: /usr/src/usr.sbin/bind/lib/isc/unix/socket.c:1218: unexpected error: Jun 25 00:22:01 meenon named[13407]: internal_send: 202.12.27.33#53: Network is down Jun 25 00:22:01 meenon named[13407]: /usr/src/usr.sbin/bind/lib/isc/unix/socket.c:1218: unexpected error: Jun 25 00:22:01 meenon named[13407]: internal_send: 202.12.27.33#53: Network is down Jun 25 00:22:02 meenon named[13407]: /usr/src/usr.sbin/bind/lib/isc/unix/socket.c:1218: unexpected error: Jun 25 00:22:02 meenon named[13407]: internal_send: 198.41.0.4#53: Network is down Jun 25 00:22:02 meenon named[13407]: /usr/src/usr.sbin/bind/lib/isc/unix/socket.c:1218: unexpected error: Jun 25 00:22:02 meenon named[13407]: internal_send: 198.41.0.4#53: Network is down The system just keeps on generating this same "network is down" error until thr system is rebooted. From marmot at pennswoods.net Tue Jun 28 05:20:14 2011 From: marmot at pennswoods.net (Woodchuck) Date: Mon, 27 Jun 2011 23:20:14 -0400 Subject: Kernel pppoe STILL broken my OpenBSD 4.9 and64 In-Reply-To: References: <4DED9A04.30868.3D60B03@lists.rensseltucky.com> <20110615091124.571B8AB4DA@naiad.spacehopper.org> <4E00DCE4.23785.59D3D98@lists.rensseltucky.com> <4E0945EA.20063.261C929@lists.rensseltucky.com> Message-ID: On Mon, Jun 27, 2011 at 11:09 PM, Ed ?D. wrote: > On 21 Jun 2011 at 14:03, Ed ?D. wrote: > >> Was just checking the -Current Changelog and >> noticed: >> "Fixed an assertwaitok panic in sppp(4). " >> >> When I get back in town I'll upgrade my >> firewall/router to -Current and report >> back the results. >> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Ed >> > > On 27 Jun 2011 at 23:10, Ed ?D. wrote > > With this latest fix, kernel mode pppoe is improved > but still broken in my case. > having worked without problem until 4.9 stable. > > > When I got back in town, I upgraded to amd64 -current > on Friday 6-24-11. > > The assertwaitok panic doesn't occur anymore on bootup. > > However, when the DSL connection drops, the error > still occurs. > > I'm still having to use usermode pppoe to keep my DSL > connection going. > > Example from /var/log/mesages > > Jun 25 00:21:59 meenon /bsd: pppoe0: LCP keepalive timeout > Jun 25 00:21:59 meenon /bsd: splassert: assertwaitok: want -1 have 1 > Jun 25 00:22:00 meenon named[13407]: > /usr/src/usr.sbin/bind/lib/isc/unix/socket.c:1218: unexpected error: > Jun 25 00:22:00 meenon named[13407]: internal_send: 216.239.38.10#53: > Network is down > Jun 25 00:22:01 meenon named[13407]: Just out of curiosity, are these errors on boot-up, or later in the game? ?If on boot-up, you might consider not starting named until later. 216.239.38.10 ?-- this is a number at google. ?I wouldn't give a nickel for the reliability of google's services of any kind. ?Why is your named trying to get hold of google's? No help, I know, just questions. You're scaring me from installing 4.9. Dave -- "All money nowadays seems to be produced with a natural homing instinct for the Treasury." ?-- Prince Phillip