Skip to main content

Posts

Showing posts with the label Kernel

disk error on squid openBSD 4.5 + Increase file descriptor

i get it after my connetion down an im tail -f /var/log/message this result 2011/11/24 10:53:12| storeDiskdSend: msgsnd: (35) Resource temporarily unavailable 2011/11/24 10:53:12| storeDiskdSend WRITE: (35) Resource temporarily unavailable 2011/11/24 10:53:12| storeSwapOutFileClosed: dirno 4, swapfile 00000061, errflag=-1 (35) Resource temporarily unavailable 2011/11/24 10:53:12| storeDiskdSend: msgsnd: (35) Resource temporarily unavailable 2011/11/24 10:53:12| storeDiskdSend UNLINK: (35) Resource temporarily unavailable 2011/11/24 10:53:12| storeDiskdSend: msgsnd: (35) Resource temporarily unavailable 2011/11/24 10:53:12| storeDiskdSend WRITE: (35) Resource temporarily unavailable 2011/11/24 10:53:12| storeSwapOutFileClosed: dirno 6, swapfile 00000061, errflag=-1 (35) Resource temporarily unavailable

error compile [OpenBSD 4.5]

today im found error compile kernel. and this result ./../../../arch/i386/pci/ pci_machdep.c: In function `pci_intr_map': ../../../../arch/i386/pci/ pci_machdep.c:446: error: `PCI_INT_VIA_ISA' undeclared (first use in this function) ../../../../arch/i386/pci/ pci_machdep.c:446: error: (Each undeclared identifier is reported only once ../../../../arch/i386/pci/ pci_machdep.c:446: error: for each function it appearsin.) *** Error code 1 Stop in /usr/src/sys/arch/i386/com pile/proxysmansara (line 92 of /usr/share/mk/sys.mk). ====== solved with option below ====== pcibios0 at bios0 flags 0x0000 # use 0x30 for a total verbose ========================== == gscpcib.o(.text+0xb0): In function `gscpcib_attach': : undefined reference to `gpiobus_print' acpi.o(.text+0x58): In function `acpi_gasio': : undefined reference to `acpiec_read' acpi.o(.text+0x6d): In function `acpi_gasio': : undefined reference to `acpiec_write' *** Error code 1 ====== solved with o...