Re: pgk_add segmentation fault

2007-11-11 Thread Aharon Schkolnik
On Thursday 08 November 2007, Maslan wrote: Hi, It seems that pkg_add tries to executes ldconfig which itself cause the segmentation fault. Yeah , I thought of that, and tested it. ldconfig works fine. # /sbin/ldconfig -m /usr/local/lib/mysql #

Re: pgk_add segmentation fault

2007-11-11 Thread Aharon Schkolnik
On Friday 09 November 2007, Garrett Cooper wrote: Aharon Schkolnik wrote: Hi ! pkg_add is crashing with a segmentation fault: pkg_add -v mysql-client-5.1.22.tbz Requested space: 3809856 bytes, free space: 128323438592 bytes in /var/tmp/instmp.ND8UBU extract: Package name is

FreeBSD UFS/ZFS Snapshot Management Environment (20071111.1)

2007-11-11 Thread Ralf S. Engelschall
Based on various feedback I've now improved my FreeBSD Snapshot Management environment (people.freebsd.org/~rse/snapshot/). The new version 2007.1 is now available. In the past this was an abstraction layer for UFS snapshots only. Now it is an abstraction layer for both UFS and ZFS snapshot

Re: amrd disk performance drop after running under high load

2007-11-11 Thread Alexey Popov
Hi. Kris Kennaway wrote: In the good case you are getting a much higher interrupt rate but with the data you provided I can't tell where from. You need to run vmstat -i at regular intervals (e.g. every 10 seconds for a minute) during the good and bad times, since it only provides counters

Re: Some FreeBSD performance Issues

2007-11-11 Thread Randall Hyde
Hi All, Well, I've done some sleuthing and discovered some issues. First, the dd command produced approximately the same results everyone else was getting. So I rewrote a version of my test code in C using the stdlib read call and it had really great performance. Not understanding why C's code

Re: amrd disk performance drop after running under high load

2007-11-11 Thread Panagiotis Christias
On Nov 11, 2007 7:26 PM, Alexey Popov [EMAIL PROTECTED] wrote: Hi. Kris Kennaway wrote: In the good case you are getting a much higher interrupt rate but with the data you provided I can't tell where from. You need to run vmstat -i at regular intervals (e.g. every 10 seconds for a