ccd harddisk error?

2006-08-24 Thread Hans van Leeuwen
Hello misc, I run a server with two harddiscs running as a software RAID1 using ccd. Yesterday I started to import a large database in PostgreSQL, and found allot of these errors in my logs: error reading: Processor VRM error code: ae error code: ae kcs_sendmsg: 18 22 bmc_io_wait fails : v=88

Re: mbuf leak with rl

2006-09-14 Thread Hans van Leeuwen
On Thursday 14 September 2006 17:38, you wrote: > Is anyone using a Realtek 8139 card with OpenBSD 3.9? I noticed that mbufs > will slowly leak when using it. I noticed this after switching to 3.9. I > don't know if something happened to the card or not... maybe there is a > hardware error now t

Re: Rotate many Apache logfiles

2006-09-15 Thread Hans van Leeuwen
On Friday 15 September 2006 14:57, you wrote: > Hi! > > What is the preferred way of rotating Apache's logfiles? > > I have many virtual domains, each with its own access and error logfile. > I'm using CustomLog, not TransferLog. Apache is chrooted. > > Adding every logfile to /etc/newsyslog.conf

unknown dhcp option value 0x51

2005-08-22 Thread Hans van Leeuwen
Hi, Since I first put an OpenBSD 3.5-box on my ADSL-line i've been getting messages like this every 30 minutes: "Aug 22 16:40:41 fortress-maximus dhclient[20645]: unknown dhcp option value 0x51" DHCP works fine, but out of curiosity I looked in the RFC (http://www.faqs.org/rfcs/rfc2939.ht

Re: Spam (solutions) and some other practical issues

2006-03-16 Thread Hans van Leeuwen
Gabriel George POPA wrote: Thank you Joachim. Now, regarding spamd(8), I knew that I need help from pf. Regarding SpamAssassin: I did pkg_add, I followed the instructions on modifying /etc/procmailrc I started spamd (spamc should have been called for every message). Nothing happened. No mail

Re: security hole in sendmail

2006-03-31 Thread Hans van Leeuwen
Oliver Peter wrote: On Thu, Mar 30, 2006 at 05:08:11PM -0700, Peter Valchev wrote: A race condition exists in sendmail's handling of asynchronous signals. A remote attacker may be able to execute arbitrary source code with the privileges of the user running sendmail, typically root. E

Re: the joys of spamd

2005-09-09 Thread Hans van Leeuwen
Kevin wrote: >Sep 8 11:47:11 mail spamd[19133]: 61.159.253.63: disconnected after >408 seconds. lists: china >Sep 8 12:10:16 mail spamd[19133]: 211.193.204.4: disconnected after >77 seconds. lists: korea >Sep 8 14:22:23 mail spamd[2121]: 61.100.12.105: disconnected after 54 >seconds. lists: kor

Re: preventing OS fingerprint

2005-11-03 Thread Hans van Leeuwen
Gustavo Rios wrote: Dear gentleman, i have an obsd firewall and would like to prevent external entities discovering that firewall is openbsd, is that possible? Thanks a lot for your time and cooperation. I use the following line in pf to prevent nmap scan, including -O: block in quick log

Re: Apache Log Rotation - FAQ 10.16

2005-12-09 Thread Hans van Leeuwen
Uwe Dippel wrote: Could you please share your preferred methods to rotate the /var/www/logs/, ? I had the same problem, and solved it by using cronolog. This way you don't have to restart apache. From my httpd.conf: CustomLog "|/usr/local/sbin/cronolog -l /var/www/logs/access-hanz.nl /var/

Re: Apache Log Rotation - FAQ 10.16

2005-12-09 Thread Hans van Leeuwen
Olivier Mehani wrote: On Fri, 09 Dec 2005 11:11:23 +0100 Hans van Leeuwen <[EMAIL PROTECTED]> wrote: Could you please share your preferred methods to rotate the /var/www/logs/, ? I had the same problem, and solved it by using cronolog. From my httpd.conf: CustomLog "

Re: Apache Log Rotation - FAQ 10.16

2005-12-09 Thread Hans van Leeuwen
Olivier Mehani wrote: On Fri, 09 Dec 2005 13:12:14 +0100 Hans van Leeuwen <[EMAIL PROTECTED]> wrote: CustomLog "|/usr/local/sbin/cronolog -l /var/www/logs/access-hanz.nl /var/www/logs/old/access-hanz.nl.%Y%m%d" combined But you are not using the default chrooted