Re: vge problem

2009-12-03 Thread Yoshiaki Kasahara
On Thu, 3 Dec 2009 15:08:10 -0800, Pyun YongHyeon said: > I remember there were several instability reports of vge(4). Would > you try the following patch? The patch was generated against > CURRENT so it may not cleanly apply to 8.0 due to if_timer changes. > But I think you can download

Quggaa locking hard.

2009-12-03 Thread Zaphod Beeblebrox
I'm still investigating this, but my quagga is locking hard on FreeBSD 8.0 and not locking hard on 7.2. It seems (at this early point in the investigation) that both bgpd and zebra are wedging and zebra is listed as being in the "RUN" state. curiously, the load is also 4.0 (exactly the number of

Re: Could you please fix this ?

2009-12-03 Thread Leonardo Santagostini
Sorry, but ive not backed up this file, instead of this, i will copy the entire function (in fact its very short) cpi_pcib_pci_attach(device_t dev) { struct acpi_pcib_softc *sc; ACPI_FUNCTION_TRACE((char *)(uintptr_t)__func__); if (device_get_unit(dev)==2){ pci_write_config(de

Re: vge problem (Re: 8.0R TCP connection stall with large Send-Q)

2009-12-03 Thread Pyun YongHyeon
On Thu, Dec 03, 2009 at 10:14:57PM +0900, Yoshiaki Kasahara wrote: > On Thu, 03 Dec 2009 13:50:29 +0900 (JST), > Yoshiaki Kasahara said: > > > I copied some HTML pages with many thumbnails to other PC running > > 8.0-RC2 (i386), but I couldn't reproduce the problem. The former PC > > uses v

Re: loader(8) readin failed on 7.2R and later including 8.0R

2009-12-03 Thread Hiroki Sato
John Baldwin wrote in <200912030803.29797@freebsd.org>: jh> On Thursday 03 December 2009 5:29:13 am Hiroki Sato wrote: jh> > John Baldwin wrote jh> > in <200912020948.05698@freebsd.org>: jh> > jh> > jh> On Tuesday 01 December 2009 12:13:39 pm Hiroki Sato wrote: jh> > jh> > While the

Re: Gmirror - geometry does not match label (16h,63s != 255h,63s)

2009-12-03 Thread Jeremy Chadwick
On Thu, Dec 03, 2009 at 11:14:40AM -0500, Mike Jakubik wrote: > I just installed FreeBSD 8 on a few new servers, i followed my usual > procedure for creating a geom mirror right after the installer > finished. However on bootup i get the following notice for my mirror > device "geometry does not m

Gmirror - geometry does not match label (16h,63s != 255h,63s)

2009-12-03 Thread Mike Jakubik
Hello, I just installed FreeBSD 8 on a few new servers, i followed my usual procedure for creating a geom mirror right after the installer finished. However on bootup i get the following notice for my mirror device "geometry does not match label (16h,63s != 255h,63s)". Can this be safely ign

Re: 8.0-rc2 dropped hardsupport

2009-12-03 Thread Marten Vijn
On Thu, 2009-12-03 at 10:13 -0500, Jim Pingle wrote: > Marten Vijn wrote: > > Support for the following devices seems not to be continued in 8.0 (and > > 7.2 and higher): > > > > - WRAP 1C > > - WRAP 2E (EOL) > > - ALIX 1C > > > > Both devices stopped booting as described in several postings and

Re: 8.0-rc2 dropped hardsupport

2009-12-03 Thread Jim Pingle
Marten Vijn wrote: > Support for the following devices seems not to be continued in 8.0 (and > 7.2 and higher): > > - WRAP 1C > - WRAP 2E (EOL) > - ALIX 1C > > Both devices stopped booting as described in several postings and pr's. > > My question/suggestion to announce this in the >> 7.2 and 8.

Re: Could you please fix this ?

2009-12-03 Thread Leonardo Santagostini
No for 8.0 Release, sorry for the confussion, but yes in future releases Kind Regards Leonardo Santagostini 2009/12/3 Giorgos Keramidas : > On Thu, 3 Dec 2009 01:57:50 +, Leonardo Santagostini > wrote: >> Hello everybody, >> >> I was facing one big problem, i have a notebook, which is an

Re: FreeBSD 8 GPT install, how?

2009-12-03 Thread Ollivier Robert
According to Tom Evans: Most of these arguments are unnecessary. gpart generally already knows where to put a partition (computers apparently are quite good at adding 2 numbers together), so specifying offsets just isn't necessary. This boils down to: I was not sure for the first two partitions

Re: FreeBSD 8 GPT install, how?

2009-12-03 Thread Tom Evans
On Thu, Dec 3, 2009 at 2:15 PM, Ollivier Robert wrote: > According to Steven Hartland: >> >> I've found a number things articles on how to achieve this on previous >> versions, but they are all quite complex and was hoping there was a nice >> easy way on 8.0 given the improvements listed in the re

Re: FreeBSD 8 GPT install, how?

2009-12-03 Thread Ollivier Robert
According to Steven Hartland: I've found a number things articles on how to achieve this on previous versions, but they are all quite complex and was hoping there was a nice easy way on 8.0 given the improvements listed in the release notes. Any pointers? A plug for my ZFS-on-ROOT howto here:

Re: route(8) and show/sticky/... Re: 8.0-RELEASE completed...

2009-12-03 Thread pluknet
2009/12/3 John Baldwin : > On Wednesday 02 December 2009 7:02:27 pm Miroslav Lachman wrote: >> Kurt Jaeger wrote: >> > Hi! >> > >> >> Just a quick note in case there are people here who aren't subscribed to >> >> the freebsd-announce@ mailing list. >> >> >> >> We have completed the 8.0-RELEASE cycl

Re: loader(8) readin failed on 7.2R and later including 8.0R

2009-12-03 Thread John Baldwin
On Thursday 03 December 2009 5:29:13 am Hiroki Sato wrote: > John Baldwin wrote > in <200912020948.05698@freebsd.org>: > > jh> On Tuesday 01 December 2009 12:13:39 pm Hiroki Sato wrote: > jh> > While the "load" command seemed to finish, the box got stuck just > jh> > after entering "boot"

Re: route(8) and show/sticky/... Re: 8.0-RELEASE completed...

2009-12-03 Thread John Baldwin
On Wednesday 02 December 2009 7:02:27 pm Miroslav Lachman wrote: > Kurt Jaeger wrote: > > Hi! > > > >> Just a quick note in case there are people here who aren't subscribed to > >> the freebsd-announce@ mailing list. > >> > >> We have completed the 8.0-RELEASE cycle. Details about the release are

vge problem (Re: 8.0R TCP connection stall with large Send-Q)

2009-12-03 Thread Yoshiaki Kasahara
On Thu, 03 Dec 2009 13:50:29 +0900 (JST), Yoshiaki Kasahara said: > I copied some HTML pages with many thumbnails to other PC running > 8.0-RC2 (i386), but I couldn't reproduce the problem. The former PC > uses vge and latter uses rl, so it might be a NIC driver issue?? I'll > try to repl

Re: loader(8) readin failed on 7.2R and later including 8.0R

2009-12-03 Thread Hiroki Sato
John Baldwin wrote in <200912020948.05698@freebsd.org>: jh> On Tuesday 01 December 2009 12:13:39 pm Hiroki Sato wrote: jh> > While the "load" command seemed to finish, the box got stuck just jh> > after entering "boot" command. jh> > jh> > Curious to say, I have got this symptom only on

kernel trap 12 with zfs on 8.0 i386

2009-12-03 Thread Christof Schulze
Hello everyone, recently I installed 8.0 on a i386 system (3gb ram, vm.kmem_size_max=vm.kmem_size=600M, arc size limited to 80M). Using the same options that made this system work with zfs on 7.1 while running zpool import (sometimes it is as late as zfs mount) I get a kernel trap 12. I did run

Re: Freebsd 8.0 system freeze

2009-12-03 Thread Peter Pieczora
On Wednesday 02 December 2009 22:17:20 Jeremy Chadwick wrote: > On Wed, Dec 02, 2009 at 09:34:28PM +, Peter Pieczora wrote: > > You're absolutely right, adding dumpdev="AUTO" solved generating dump > > files. > > > > I may be totally wrong, but it seems that wlan0 causes system panic: > > I rem

Re: em interface slow down on 8.0R

2009-12-03 Thread Hiroki Sato
Hi Jack, Jack Vogel wrote in <2a41acea0912021514r2d44dd33n4c364518d7fe1...@mail.gmail.com>: jf> Update: the claim to be unable to install was hasty, I went in and looked jf> into myself and was able to get an install. Here's what I've found so far: jf> jf> First, the 82547EI will fail due to I

Re: FreeBSD 8 GPT install, how?

2009-12-03 Thread Scot Hetzel
On 12/2/09, Steven Hartland wrote: > Looking at the release notes it seems FreeBSD 8 now supports booting from > a GPT formatted partition but going through the installer it seems, please > correct me if I'm wrong, that its still no possible to actually install > using a standard disk1 to a cle

Re: Could you please fix this ?

2009-12-03 Thread Giorgos Keramidas
On Thu, 3 Dec 2009 01:57:50 +, Leonardo Santagostini wrote: > Hello everybody, > > I was facing one big problem, i have a notebook, which is an Acer > Aspire 5920. If you like i can send to you my messages file. > > Which is: > > Intel(R) Core(TM)2 Duo CPU T5550 @ 1.83GHz (1833.48-MHz 6