Re: Effects of changing tar's -b option.

2006-06-25 Thread Peter Jeremy
On Sat, 2006-Jun-24 20:12:56 -0700, Nikolas Britton wrote: Test Setup: 250 50MB files (13068252KB) dd if=/dev/random of=testfile bs=1m count=50 Ethernet mtu=6500 Transferred files were wiped after every test with 'rm -r *'. Test: hostB: nc -4l port | tar xpbf n - hostA: date; tar cbf n - . | nc

Re: RELENG_6_1 unstable also ...

2006-06-25 Thread Peter Jeremy
On Sun, 2006-Jun-25 00:20:41 -0300, Marc G. Fournier wrote: cvsup'd both RELENG_6 and RELENG_6_1 ... both cause the server to crash ... in fact, barely get into a buildworld with RELENG_6_1 and get: internal:0: internal compiler error: Abort trap: 6 This tends to indicate a hardware problem.

cvsup to RELENG_6 from yesterday kills my Xorg server

2006-06-25 Thread Ales
My notebook runs 6.1-STABLE from 23.May 2006 with xorg 6.9.0 just OK. Yesterday I cvsuped my notebook to RELENG_6. After standard buildproces (I do that aprox. once a month on a few boxes) I have problems with xorg (6.9.0 from ports) server. I use KDE desktop wit kdm win manager. After

Gigabit ethernet very slow.

2006-06-25 Thread Nikolas Britton
What's up with my computer, it's only getting 30MB/s? hostB: nc -4kl port /dev/null hostA: nc host port /dev/zero hostB: Athlon64 3000, Asus A8R-MVP, FreeBSD 6.1/amd64): $ sysctl -a net.inet.tcp|grep space net.inet.tcp.sendspace: 32768 net.inet.tcp.recvspace: 131072 sk0:

Re: vmstat 'b' (disk busy?) field keeps climbing ...

2006-06-25 Thread Dmitry Morozovsky
On Sat, 24 Jun 2006, Marc G. Fournier wrote: MGF MGF 'k, stupid question then ... what am I searching for? MGF MGF MGF MGF # ps axlww | awk '{print $9}' | sort | uniq -c | sort -nr MGF MGF Well, try MGF MGF ps axlww | awk '$10 ~ /^D[^L]/' MGF MGF which should give you a list of

Re: kern/79621: sysinstall does not create a device when using a disklabel

2006-06-25 Thread Eugene Grosbein
Hi! This is still the problem for FreeBSD 6.1. http://www.freebsd.org/cgi/query-pr.cgi?pr=79621 Eugene Grosbein ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to

Re: Gigabit ethernet very slow.

2006-06-25 Thread Nikolas Britton
On 6/25/06, Sean Bryant [EMAIL PROTECTED] wrote: /dev/zero not exactly the best way to test sending data across the network. Especially since you'll be reading a 8k chunks. I could be wrong, strong possibility that I am. I only got 408mb when doing a /dev/zero test. I've managed to saturate

Setting up GEOM mirror

2006-06-25 Thread Václav Haisman
Hi, I want to set up GEOM mirror of whole existing partitioned 250G disk. The procedure described at http://people.freebsd.org/~rse/mirror/ seems to be rather long/complicated. I thought about using this: # Boot into single user, then... # First change fstab. cp -p /etc/fstab /etc/fstab.orig sed

Re: FreeBSD 6.x CVSUP today crashes with zero load ...

2006-06-25 Thread Pete French
'k, I'm starting to get the impression that FreeBSD 6.x is evil ... at least as far as Dual-PIII servers are concerned ... on a machine that, I can't comment on your other problems - but I have a dual PIII server and say a 30% performance increase when moving to 6.x over 5.x ... and it's been

Re: Setting up GEOM mirror

2006-06-25 Thread Matthew Seaman
Václav Haisman wrote: Hi, I want to set up GEOM mirror of whole existing partitioned 250G disk. The procedure described at http://people.freebsd.org/~rse/mirror/ seems to be rather long/complicated. I thought about using this: # Boot into single user, then... # First change fstab. cp -p

Re: Setting up GEOM mirror

2006-06-25 Thread Mike Jakubik
Matthew Seaman wrote: Václav Haisman wrote: Hi, I want to set up GEOM mirror of whole existing partitioned 250G disk. The procedure described at http://people.freebsd.org/~rse/mirror/ seems to be rather long/complicated. I thought about using this: # Boot into single user, then... # First

Re: vmstat 'b' (disk busy?) field keeps climbing ...

2006-06-25 Thread Marc G. Fournier
On Sun, 25 Jun 2006, Dmitry Morozovsky wrote: On Sun, 25 Jun 2006, Marc G. Fournier wrote: MGF Errm... It seems I turn you to the wrong side... Normal disk-locked MGF processes MGF have DL (DL+) state... Well, then try something like MGF MGF ps ax -O ppid,flags,mwchan | awk '($6 ~ /^D/

Re: Setting up GEOM mirror

2006-06-25 Thread Václav Haisman
Matthew Seaman wrote, On 25.6.2006 20:06: Václav Haisman wrote: Hi, I want to set up GEOM mirror of whole existing partitioned 250G disk. The procedure described at http://people.freebsd.org/~rse/mirror/ seems to be rather long/complicated. I thought about using this: # Boot into single

Re: Setting up GEOM mirror

2006-06-25 Thread Václav Haisman
Mike Jakubik wrote, On 25.6.2006 20:14: Matthew Seaman wrote: Václav Haisman wrote: Hi, I want to set up GEOM mirror of whole existing partitioned 250G disk. The procedure described at http://people.freebsd.org/~rse/mirror/ seems to be rather long/complicated. I thought about using

Re: Gigabit ethernet very slow.

2006-06-25 Thread Nikolas Britton
On 6/25/06, Nikolas Britton [EMAIL PROTECTED] wrote: On 6/25/06, Sean Bryant [EMAIL PROTECTED] wrote: /dev/zero not exactly the best way to test sending data across the network. Especially since you'll be reading a 8k chunks. I could be wrong, strong possibility that I am. I only got 408mb

Re: LOR in vnode interlock and system map

2006-06-25 Thread Václav Haisman
Václav Haisman wrote, On 29.5.2006 0:09: See attached file. The kernel is todays CVS 6.1. -- Vaclav Haisman May 28 19:16:55 logout kernel: lock order reversal: May 28 19:16:55 logout kernel: 1st 0xc3d4bb1c

Re: LOR in vnode interlock and system map

2006-06-25 Thread Kostik Belousov
On Mon, Jun 26, 2006 at 02:17:20AM +0200, V??clav Haisman wrote: V??clav Haisman wrote, On 29.5.2006 0:09: See attached file. The kernel is todays CVS 6.1. -- Vaclav Haisman May 28 19:16:55

Re: vmstat 'b' (disk busy?) field keeps climbing ...

2006-06-25 Thread Kostik Belousov
On Mon, Jun 26, 2006 at 01:47:04AM -0300, Marc G. Fournier wrote: On Mon, 26 Jun 2006, Marc G. Fournier wrote: 3416 1 1004100 ufs ?? DsJ0:13.01 /usr/local/libexec/postfix/master 3418 3416 1004100 ufs ?? DJ 0:04.16 qmgr -l -t fifo -u 33561 3416 1004100 ufs ?? DJ

Re: vmstat 'b' (disk busy?) field keeps climbing ...

2006-06-25 Thread Marc G. Fournier
On Mon, 26 Jun 2006, Marc G. Fournier wrote: 3416 1 1004100 ufs ?? DsJ0:13.01 /usr/local/libexec/postfix/master 3418 3416 1004100 ufs ?? DJ 0:04.16 qmgr -l -t fifo -u 33561 3416 1004100 ufs ?? DJ 0:00.02 smtp -n smtp-amavis -t unix -u -o

Re: vmstat 'b' (disk busy?) field keeps climbing ...

2006-06-25 Thread Marc G. Fournier
On Sun, 25 Jun 2006, Marc G. Fournier wrote: # ps ax -O ppid,flags,mwchan | awk '$6 ~ /^D/ || $6 == STAT' PID PPID F MWCHAN TT STAT TIME COMMAND 2 0 204 - ?? DL 0:22.83 [g_event] 3 0 204 - ?? DL 3:13.81 [g_up] 4 0 204 -

Re: vmstat 'b' (disk busy?) field keeps climbing ...

2006-06-25 Thread Marc G. Fournier
On Mon, 26 Jun 2006, Kostik Belousov wrote: Yes, this looks like a deadlock. As I understand, that's on 6.1-STABLE ? Yes, kernel sources, it seems, from May 25th, according to my /usr/src tree ... BTW, do you use snapshots ? Not that I've explicitly enabled ... I think that without ddb