Re: em bad performance

2005-12-25 Thread Jack Vogel
On 12/25/05, Scott Long <[EMAIL PROTECTED]> wrote: > > > > > > Hmm, not some silly like getting set to half duplex? :) > > > > Jack > > Isn't 'half duplex' meaningless in the gigabit link protocol? > > Scott Yes, but it was meant as a joke, hence the smiley :) _

Re: em bad performance

2005-12-25 Thread Scott Long
Jack Vogel wrote: On 12/22/05, Danny Braniss <[EMAIL PROTECTED]> wrote: iperf -c host i'm begining to believe that the problem is elsewhere, i just put in an ethernet nic in a PCI-X/Express slot, and the performance is similar, bad. danny Hmm, not some silly like getting set to half duple

"solved": Re: can't mount root after upgrade to RELENG_6

2005-12-25 Thread David Syphers
On Sunday 25 December 2005 12:37 pm, David Syphers wrote: > I'm trying to upgrade a July 27 RELENG_5 box to today's RELENG_6. I got > through buildworld and make kernel, but upon rebooting I get dropped into a > mountroot prompt. Choosing '?' there only shows fd0. It's trying to mount > root from /

[releng_6 tinderbox] failure on amd64/amd64

2005-12-25 Thread FreeBSD Tinderbox
TB --- 2005-12-25 21:40:50 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-12-25 21:40:50 - starting RELENG_6 tinderbox run for amd64/amd64 TB --- 2005-12-25 21:40:50 - cleaning the object tree TB --- 2005-12-25 21:41:24 - checking out the source tree TB --- 2005-12-25 21:41:24 - c

Re: [releng_6 tinderbox] failure on alpha/alpha

2005-12-25 Thread Max Laier
On Sunday 25 December 2005 22:40, FreeBSD Tinderbox wrote: > -ffreestanding -Werror /src/sys/netinet/ip_carp.c > /src/sys/netinet/ip_carp.c: In function `carp_set_addr6': > /src/sys/netinet/ip_carp.c:1600: error: too few arguments to function > `in6_joingroup' /src/sys/netinet/ip_carp.c:1613: erro

[releng_6 tinderbox] failure on alpha/alpha

2005-12-25 Thread FreeBSD Tinderbox
TB --- 2005-12-25 20:36:18 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-12-25 20:36:18 - starting RELENG_6 tinderbox run for alpha/alpha TB --- 2005-12-25 20:36:18 - cleaning the object tree TB --- 2005-12-25 20:36:49 - checking out the source tree TB --- 2005-12-25 20:36:49 - c

Re: can't mount root after upgrade to RELENG_6

2005-12-25 Thread David Syphers
On Sunday 25 December 2005 01:01 pm, Melvyn Sopacua wrote: > On Sunday 25 December 2005 21:37, David Syphers wrote: > > yggdrasil> cat /etc/fstab > > # DeviceMountpoint FStype Options Dump > > Pass# /dev/ad0s1b noneswapsw 0 > >

Re: can't mount root after upgrade to RELENG_6

2005-12-25 Thread Melvyn Sopacua
On Sunday 25 December 2005 21:37, David Syphers wrote: > yggdrasil> cat /etc/fstab > # DeviceMountpoint FStype Options Dump > Pass# /dev/ad0s1b noneswapsw 0 > 0 /dev/ad0s1a / ufs rw

can't mount root after upgrade to RELENG_6

2005-12-25 Thread David Syphers
I'm trying to upgrade a July 27 RELENG_5 box to today's RELENG_6. I got through buildworld and make kernel, but upon rebooting I get dropped into a mountroot prompt. Choosing '?' there only shows fd0. It's trying to mount root from /dev/ad0s1a, which is correct. Booting in safe mode mounts root

Re: em bad performance

2005-12-25 Thread Jack Vogel
On 12/22/05, Danny Braniss <[EMAIL PROTECTED]> wrote: > iperf -c host > > i'm begining to believe that the problem is elsewhere, i just put in > an ethernet nic in a PCI-X/Express slot, and the performance is similar, bad. > > danny Hmm, not some silly like getting set to half duplex? :) Jack __

Re: SSH login takes very long time...sometimes

2005-12-25 Thread James Tanis
I wouldn't be surprised if there is actually more going on, their were times before I entered my local network into my hosts file that authentication would completely time out and drop the client. It usually only happened when using my ISP's dns server and not my local caching server, but still, th

Re: SSH login takes very long time...sometimes

2005-12-25 Thread Rostislav Krasny
Hi, I had submitted a bin/62139 PR because of the same problem about a year ago. I still think there is a bug somewhere in a resolver(3) library or in libc functions like gethostbyname(). Because of this bug the gethostbyname() doubles the number of its reverse resolving requests, in a case the DN

Re: SSH login takes very long time...sometimes

2005-12-25 Thread Marian Hettwer
Lowell Gilbert wrote: Marian Hettwer <[EMAIL PROTECTED]> writes: alternativly to check out wether it's dns related, you use set the Option "UseDNS no" in your sshd_config, so sshd won't try a reverse dns lookup. Give it a shoot. Usually ssh timeouts are related to DNS... That should be a l

problems with groff in FreeBSD 6.0 buildworld

2005-12-25 Thread Telegin Gennady
Lines from 688 to 700: void savebounds(double x, double y) { if (x < leftpoint) leftpoint = x; if (x > rightpoint) rightpoint = x; if (y < toppoint) toppoint = y; if (y > bottompoint) bottompoint = y; } ___ freebsd-stab