Skip to main content

Posts

Showing posts with the label SYSTEM

Squid access.log (if u know)

Information to each access to the Cache Native Format (emulate_httpd_log off) Timestamp Elapsed Client Action/Code Size Method URI Ident Hierarchy/From Content Common Format (emulate_httpd_log on) Client Ident - [Timestamp1] "Method URI" Type Size

Remove Services in my Windows XP

This Simple Tips To remove services in windows "services.msc" Firs Open CMD Start >> Run >> CMD the syntax sc delete ServiceName Try to remove MySQL services So Carefully to remove services in your system. :D may be can try in windows vista and windows 7

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

Mikrotik and External Proxy using openBSD

to make external proxy using openBSD maybe u can try this internet ---- Mikrotik--- client                         |                    proxy setting NAT in Mikrotik add chain=srcnat action=masquerade out-interface=wan /ip firewall nat add chain=dstnat src-address=!10.5.50.0/28 \ protocol=tcp dst-port=80 action=dst-nat to-addresses=10.5.50.14 \ to-ports=3456 comment="nat proxy" disabled=no

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...