kernel: swap_pager: indefinite wait buffer - on 5.3-RELEASE-p5

2005-04-29 Thread Zoltan Frombach
Hello All, I have a pretty stable FreeBSD 5.3-p5 production server which worked just fine - until today. I host over 100+ web sites on it (Apache + PHP4 + MySQL), email, ftp, etc. There was a time when it was up for over 6 months without a reboot. So it is stable. But today I had a strange

Re: kernel: swap_pager: indefinite wait buffer - on 5.3-RELEASE-p5

2005-04-29 Thread Zoltan Frombach
Steve, Thank you for your quick response! Try to mirror the disk with dd (if=/dev/ad0 of=/dev/ad1 bs=1m) I assume I have to do this in single user mode. Right? You should really think about getting a RAID controller, i can recommend you a 2 channel 3ware controller (less than 100$) Would you

Re: kernel: swap_pager: indefinite wait buffer - on 5.3-RELEASE-p5

2005-04-29 Thread Zoltan Frombach
response if you have any comments about the above output. Thanks a lot!! Zoltan - Original Message - At 06:23 AM 29/04/2005, Zoltan Frombach wrote: Apr 29 02:10:24 www kernel: swap_pager: indefinite wait buffer: device: ad0s1e, blkno: 329842, size: 4096 As others have said, it looks

Re: Error on installworld from 5.2.1 to 5.3-p1

2004-11-24 Thread Zoltan Frombach
I did this cvsuped RELENG_5_3 make my KERNEL config make buildworld make buildkernel make installkernel shutdown now (At this time the machine was locked) I rebooted the machine and enter in single mode with kernel 5.2.1 mergemaster -p make installworld Well, this is not quiet right. You should

Questions about a 5.2.1 crash.....

2004-11-16 Thread Zoltan Frombach
I would risk the upgrade to 5.3. What can you lose? It is crashing frequently already... 5.2.1 was not a stable release officially. Just make sure that you follow the migration guide step by step (http://www.freebsd.org/releases/5.3R/migration-guide.html). Do not skip mergemaster. And you must

Re: VIA Rhine II network card

2004-11-15 Thread Zoltan Frombach
It could be a full-duplex/half duplex mismatch issue. Try not to use auto-negotiation. You can set your interface to fixed full-duplex (or half-duplex) in /etc/rc.conf You must match the setting with the other side of your connection (eg. your switch). Zoltan

Either I do something wrong or there is a regexp bug in sed !!

2004-11-14 Thread Zoltan Frombach
I'm trying to use sed under FreeBSD 5.3-RELEASE in a new 'netqmail' port I am currently working on. I want to replace a bunch of digits (in plain English: a decimal number) in a text file at the beginning of a line. Here is how the original file looks before I do anything (this file is part of

Re: Either I do something wrong or there is a regexp bug in sed !!

2004-11-14 Thread Zoltan Frombach
You are right. My mistake. This indeed works: sed -E -e s/^[0-9]+/199/ conf-split conf-split.new Thanks for clearing this up. Zoltan On Sun, 2004-11-14 at 18:39, Zoltan Frombach wrote: match anything! After spending like an hour investigating this, I realized that the + after my bracket

Re: Either I do something wrong or there is a regexp bug in sed !!

2004-11-14 Thread Zoltan Frombach
Thanks. I will not use the -E flag then. Zoltan Zoltan Frombach wrote: You are right. My mistake. This indeed works: sed -E -e s/^[0-9]+/199/ conf-split conf-split.new Thanks for clearing this up. For what it's worth, there is another way to write this regexp without using the -E flag. Since x

Re: sshd stops accepting connections

2004-11-13 Thread Zoltan Frombach
Today I suddenly couldn't log in via ssh to a server I upgraded to FreeBSD 5.3-RELEASE 4 days ago. When I tried connect to port 22 using telnet(1) the following just happend: [simon at zaphod:~] telnet 192.168.3.2 22 Trying 192.168.3.2... Connected to jet.nitro.dk. Escape character is '^]'.