Re: [regression] unable to boot: no GEOM devices found.

2011-04-11 Thread Alexander Motin
David Naylor wrote: > I am running -current and since a few days ago (at least 2011/04/11) I am > unable to boot. > > The boot process stops when it looks to find a bootable device. The prompt > (when pressing '?') does not display any device and yielding one second (or > more) to the kernel

[regression] unable to boot: no GEOM devices found.

2011-04-11 Thread David Naylor
Hi, I am running -current and since a few days ago (at least 2011/04/11) I am unable to boot. The boot process stops when it looks to find a bootable device. The prompt (when pressing '?') does not display any device and yielding one second (or more) to the kernel (by pressing '.') does not

Re: Any success stories for HAST + ZFS?

2011-04-11 Thread Mikolaj Golub
On Mon, 11 Apr 2011 11:26:15 -0700 Freddie Cash wrote: FC> On Sun, Apr 10, 2011 at 12:36 PM, Mikolaj Golub wrote: >> On Mon, 4 Apr 2011 11:08:16 -0700 Freddie Cash wrote: >>  FC> Once the deadlock patches above are MFC'd to -STABLE, I can do an >>  FC> upgrade cycle and test them. >> >> C

amd family 15h topology detection

2011-04-11 Thread Andriy Gapon
Here is a patch that should prepare us for AMD Bulldozer CPUs: http://people.freebsd.org/~avg/amd-f15h-topo.diff The patch should not affect pre-10h systems at all, on 10h systems the new code path should be taken, but the result should be the same as the legacy method. P.S. I think that the lega

Re: Any success stories for HAST + ZFS?

2011-04-11 Thread Freddie Cash
On Sun, Apr 10, 2011 at 12:36 PM, Mikolaj Golub wrote: > On Mon, 4 Apr 2011 11:08:16 -0700 Freddie Cash wrote: >  FC> Once the deadlock patches above are MFC'd to -STABLE, I can do an >  FC> upgrade cycle and test them. > > Committed to STABLE. Updated src tree to r220537. Recompiled world, kern

Re: Kernel Tracking Question.. regarding kernel and boot files

2011-04-11 Thread Mohammed Farrag
Hey All, Please check this. Check this to use Eclipse/Qemu for Kernel Debugging. http://issaris.blogspot.com/2007/12/download-linux-kernel-sourcecode-from.html It was designed to debug linux kernel. Regards, Mohammed On Sun, Apr 10, 2011 at 9:28 AM, Devin Teske wrote: > On Apr 9, 201

Re: multiple issues with devstat_*(9)

2011-04-11 Thread Alexander Best
On Mon Apr 11 11, Kenneth D. Merry wrote: > On Sun, Apr 10, 2011 at 23:19:31 +0300, Alexander Motin wrote: > > Alexander Best wrote: > > > On Thu Apr 7 11, Alexander Motin wrote: > > >> Alexander Best wrote: > > >>> On Fri Apr 1 11, John Baldwin wrote: > > On Thursday, March 31, 2011 6:33:39

Re: multiple issues with devstat_*(9)

2011-04-11 Thread Kenneth D. Merry
On Mon, Apr 11, 2011 at 19:09:00 +0300, Alexander Motin wrote: > On 11.04.2011 18:43, Kenneth D. Merry wrote: > >On Sun, Apr 10, 2011 at 23:19:31 +0300, Alexander Motin wrote: > >>Alexander Best wrote: > >>>2) the pass* devices still don't show up under ide/scsi/other. that's > >>>ok, but > >>>

Re: multiple issues with devstat_*(9)

2011-04-11 Thread Alexander Motin
On 11.04.2011 18:43, Kenneth D. Merry wrote: On Sun, Apr 10, 2011 at 23:19:31 +0300, Alexander Motin wrote: Alexander Best wrote: 2) the pass* devices still don't show up under ide/scsi/other. that's ok, but then the src comments and manual pages need to be changed accordingly. As I have

Re: multiple issues with devstat_*(9)

2011-04-11 Thread Kenneth D. Merry
On Sun, Apr 10, 2011 at 23:19:31 +0300, Alexander Motin wrote: > Alexander Best wrote: > > On Thu Apr 7 11, Alexander Motin wrote: > >> Alexander Best wrote: > >>> On Fri Apr 1 11, John Baldwin wrote: > On Thursday, March 31, 2011 6:33:39 pm Alexander Best wrote: > > i think there are mu

Re: multiple issues with devstat_*(9)

2011-04-11 Thread Kenneth D. Merry
On Thu, Apr 07, 2011 at 13:59:35 +0300, Alexander Motin wrote: > Alexander Best wrote: > > On Fri Apr 1 11, John Baldwin wrote: > >> On Thursday, March 31, 2011 6:33:39 pm Alexander Best wrote: > >>> i think there are multiple issues with devstat. i found the following in > >>> devicestat.h: > >

Re: [PATCH] ifconfig(8) flag to display IPv4 netmasks in dot-decimal format

2011-04-11 Thread Gary Jennejohn
On Mon, 11 Apr 2011 16:11:27 +0400 Sergey Vinogradov wrote: > I've written a tiny-tiny patch, which adds the '-t' flag to ifconfig(8). > It modifies the output to display IPv4 netmasks in dotted decimal notation: > > % ifconfig msk0 > msk0: flags=8843 metric 0 mtu 1500 > > options=c011a >

[PATCH] ifconfig(8) flag to display IPv4 netmasks in dot-decimal format

2011-04-11 Thread Sergey Vinogradov
Hi, I've written a tiny-tiny patch, which adds the '-t' flag to ifconfig(8). It modifies the output to display IPv4 netmasks in dotted decimal notation: % ifconfig msk0 msk0: flags=8843 metric 0 mtu 1500 options=c011a ether 00:16:e6:88:0f:89 inet 10.10.0.1 netmask 0xff00 br

Re: multiple issues with devstat_*(9)

2011-04-11 Thread Alexander Motin
On 11.04.2011 12:34, Alexander Best wrote: On Mon Apr 11 11, Alexander Motin wrote: Alexander Best wrote: On Mon Apr 11 11, Alexander Motin wrote: Alexander Best wrote: my cd0 is a pata atapi dvdrom drive and i have the following in my kernel conf: device atacore device ahc

Re: multiple issues with devstat_*(9)

2011-04-11 Thread Alexander Best
On Mon Apr 11 11, Alexander Motin wrote: > Alexander Best wrote: > > On Mon Apr 11 11, Alexander Motin wrote: > >> Alexander Best wrote: > >>> my cd0 is a pata atapi dvdrom drive and i have the following in my kernel > >>> conf: > >>> > >>> device atacore > >>> device ahci > >>>

Re: multiple issues with devstat_*(9)

2011-04-11 Thread Alexander Motin
Alexander Best wrote: > On Mon Apr 11 11, Alexander Motin wrote: >> Alexander Best wrote: >>> my cd0 is a pata atapi dvdrom drive and i have the following in my kernel >>> conf: >>> >>> device atacore >>> device ahci >>> device atajmicron >>> device atapci >>> #

Re: multiple issues with devstat_*(9)

2011-04-11 Thread Alexander Best
On Mon Apr 11 11, Alexander Motin wrote: > Alexander Best wrote: > > On Sun Apr 10 11, Alexander Motin wrote: > >> Alexander Best wrote: > >>> On Thu Apr 7 11, Alexander Motin wrote: > Assuming that SCSI and IDE in -t option means transport type, and > assuming that we count everything e

Re: vmware-tools-freebsd && "No drivers for x.org version: 7.6.5."

2011-04-11 Thread Matthias Apitz
El día Friday, April 08, 2011 a las 05:24:59PM -0400, Alexander Kabaev escribió: > > > X.org 7.5 already has VMware drivers, so you can just install the > > > x11-drivers/xf86-input-vmmouse and x11-drivers/xf86-video-vmware > > > ports. > > > > > > Alternatively, run "make config" in x11-drivers/