Re: ab2 (apache benchmark) problem

2008-04-23 Thread Adrian Chadd
On 23/04/2008, Jeremy Chadwick [EMAIL PROTECTED] wrote: On Mon, Apr 21, 2008 at 11:07:43PM +0200, Ivan Voras wrote: Every now and then people are complaining about the bug in ab2 that makes it unusable for benchmarking from FreeBSD (as a client). ab2 is a HTTP benchmark that's bundled

panic: vn_finished_write: neg cnt

2008-04-23 Thread Andriy Gapon
This happened with i386 RELENG_7 of a few days ago. Panic/reboot was unattended (happened at night), it occurred after a (live) dump of one filesystem onto another (gjournal-ed). It actually occurred while running md5 on the dump file. According to external measurements the system was quite

Re: ab2 (apache benchmark) problem

2008-04-23 Thread Abdullah Ibn Hamad Al-Marri
- Original Message From: Jeremy Chadwick [EMAIL PROTECTED] To: Ivan Voras [EMAIL PROTECTED] Cc: freebsd-stable@freebsd.org Sent: Tuesday, April 22, 2008 10:51:12 PM Subject: Re: ab2 (apache benchmark) problem On Mon, Apr 21, 2008 at 11:07:43PM +0200, Ivan Voras wrote: Every now

Re: ab2 (apache benchmark) problem

2008-04-23 Thread TooMany Secrets
On Wed, Apr 23, 2008 at 10:51 AM, Abdullah Ibn Hamad Al-Marri [EMAIL PROTECTED] wrote: Vote added. One vote more... Thank's! -- Have a nice day ;-) TooManySecrets Dijo Confucio: Exígete mucho a ti mismo y espera poco de los demás. Así te ahorrarás disgustos.

Re: nfs-server silent data corruption

2008-04-23 Thread pluknet
2008/4/23 Pyun YongHyeon [EMAIL PROTECTED]: On Wed, Apr 23, 2008 at 12:13:44AM +0400, pluknet wrote: On 22/04/2008, Mike Tancsa [EMAIL PROTECTED] wrote: At 02:00 PM 4/22/2008, Arno J. Klaassen wrote: Are you using the latest RELENG_7, or at least the latest version of

Fails to build new gcc

2008-04-23 Thread R.Mahmatkhanov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Good day! When trying to migrate one of my freebsd servers to 7.0-RELEASE i hang on this while making buildworld (make buildworld make kernel KERNCONF=KERN13): cc -O2 -fno-strict-aliasing -pipe -DIN_GCC -DHAVE_CONFIG_H -

zeroed fields in ps output

2008-04-23 Thread WaW
Hello. I have noticed something strange with some processes running in my system. Look at ps output below: it says that nfsd, smbd and zsh are running for ~13992 days, that means their ELAPSED field == 0 in unix time. Moreover, RSS field also == 0. This happens in 1-2 days after system is booted

Re: Fails to build new gcc

2008-04-23 Thread Jan Gyselinck
EOUTOFMEMORY You need more memory, the process gets killed since it used up all available memory. Adding more swap usually helps (with f.e. a swapfile). Also, changing gcc flags helps. -O in place of -O2 as the latter uses more memory. And remove -pipe helps a bit too. This topic has been

Re: zeroed fields in ps output

2008-04-23 Thread Jeremy Chadwick
On Wed, Apr 23, 2008 at 08:32:13PM +0400, WaW wrote: Hello. I have noticed something strange with some processes running in my system. Look at ps output below: it says that nfsd, smbd and zsh are running for ~13992 days, that means their ELAPSED field == 0 in unix time. Moreover, RSS field

Re: zeroed fields in ps output

2008-04-23 Thread Dan Nelson
In the last episode (Apr 23), WaW said: I have noticed something strange with some processes running in my system. Look at ps output below: it says that nfsd, smbd and zsh are running for ~13992 days, that means their ELAPSED field == 0 in unix time. Moreover, RSS field also == 0. This happens

Re: ab2 (apache benchmark) problem

2008-04-23 Thread Dan Bilik
On Wed, 23 Apr 2008 14:23:55 +0800 Adrian Chadd [EMAIL PROTECTED] wrote: I've got a locally modified apachebench1 which uses libevent and has some tidyups applied - it isn't multithreaded, but it can do ~ gigabit of testing traffic on a single CPU.. We were also hitting the limits of ab, but

Re: zeroed fields in ps output

2008-04-23 Thread WaW
On Wed, Apr 23, 2008 at 10:45 PM, Dan Nelson [EMAIL PROTECTED] wrote: Processes with a W in the second column of STAT have been completely swapped out; That definitely explains why RSS=0, and may explain why etime is unavailable. ps should probably print a - there (like it does for

auto_nlist failed on cp_time at location 1

2008-04-23 Thread Tim Stoddard
I just upgraded from FreeBSD 6.2 - 6.3 (using source tree). I then recompiled my net-snmp port binaries (using portupgrade). I am now get error message in my logs every five secs. I am sure my libkvm is in sync with my kernel. I do not know what else to look at. My upgrade process: make

OSS and Skype

2008-04-23 Thread Sebastien Morand
Hi, I have a problem running skype using oss. I posted in several places and this list is my last hope :-) Skype is keeping answering: Problem With Audio Playback whenever I make a call or get a call. My sound card is Envy24ht, I precise that I'm able to listen music, watch film and all

Problem with usb mass storage devices : system hang up

2008-04-23 Thread Sébastien Morand
:Hi, Two of my usb devices make my system hang up for a few seconds and then my system reboot when I plug them. Here is my configuration: $ uname -a FreeBSD mellba.mayaseb 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

Re: auto_nlist failed on cp_time at location 1

2008-04-23 Thread Dan Nelson
In the last episode (Apr 23), Tim Stoddard said: I just upgraded from FreeBSD 6.2 - 6.3 (using source tree). I then recompiled my net-snmp port binaries (using portupgrade). I am now get error message in my logs every five secs. I am sure my libkvm is in sync with my kernel. I do not know