Re: Geom label lost after expanding partition

2012-08-16 Thread Kevin Oberman
On Thu, Aug 16, 2012 at 3:11 PM, Kevin Oberman wrote: > On Thu, Aug 16, 2012 at 10:53 AM, Olivier Cochard-Labbé > wrote: >> On Thu, Aug 16, 2012 at 6:30 PM, Kevin Oberman wrote: >>> I have a GPT formatted disk where I recently expanded the size of a >>> partition. I used "gpart resize -i 6 ada1"

Re: Get ports tree of the current pkgng repository

2012-08-16 Thread Kimmo Paasiala
On Fri, Aug 17, 2012 at 6:25 AM, Kimmo Paasiala wrote: > On Thu, Aug 16, 2012 at 10:56 PM, Michael Schnell wrote: >> Hi, >> I don't know if this came up already, but not as far as I know. So, I >> was thinking it would be nice to add a mechanism to pkgng, which enables >> the user to get the port

Re: Get ports tree of the current pkgng repository

2012-08-16 Thread Kimmo Paasiala
On Thu, Aug 16, 2012 at 10:56 PM, Michael Schnell wrote: > Hi, > I don't know if this came up already, but not as far as I know. So, I > was thinking it would be nice to add a mechanism to pkgng, which enables > the user to get the ports tree corresponding to the current repository. > > At least I

Re: Geom label lost after expanding partition

2012-08-16 Thread Kevin Oberman
On Thu, Aug 16, 2012 at 10:53 AM, Olivier Cochard-Labbé wrote: > On Thu, Aug 16, 2012 at 6:30 PM, Kevin Oberman wrote: >> I have a GPT formatted disk where I recently expanded the size of a >> partition. I used "gpart resize -i 6 ada1" first to expand the >> partition to use the remaining free sp

Re: Get ports tree of the current pkgng repository

2012-08-16 Thread Michael Schnell
On Thu, 16 Aug 2012, Matthew Seaman wrote: On 16/08/2012 20:56, Michael Schnell wrote: Hi, I don't know if this came up already, but not as far as I know. So, I was thinking it would be nice to add a mechanism to pkgng, which enables the user to get the ports tree corresponding to the current

Re: LSI 9240-4i 4K alignment

2012-08-16 Thread George Kontostanos
On Thu, Aug 16, 2012 at 9:51 PM, Steven Hartland wrote: > - Original Message - From: "George Kontostanos" > > >> You are right, the chip specs say: LSISAS2108 RAID-on-Chip >> >> The drives are identified as mfisyspd0, mfisyspd1, etc. > > > The following might be interesting to you:- > htt

GEOM_RAID in GENERIC 9.1

2012-08-16 Thread Gabor Radnai
Hi, Unfortunately I am a less experienced user so no clue how to disable GEOM_RAID but i am hit by this issue. My zfs setup is totally messed up. Would appreciate if you could share the trick. Thanks in advance. ___ freebsd-stable@freebsd.org mailing li

Re: Get ports tree of the current pkgng repository

2012-08-16 Thread Matthew Seaman
On 16/08/2012 20:56, Michael Schnell wrote: > Hi, > I don't know if this came up already, but not as far as I know. So, I > was thinking it would be nice to add a mechanism to pkgng, which enables > the user to get the ports tree corresponding to the current repository. > > At least I've the probl

[PATCH] Add locking to mlx(4)

2012-08-16 Thread John Baldwin
I have patches to add locking to mlx(4) and mark it MPSAFE. The patches are from HEAD but should apply to 8 or 9. If you test it on 8 or 9 please enable INVARIANTS for at least the initial testing. Thanks. Given that this is a driver for older hardware, if no one is able to test these patche

[PATCH] Make ida(4) MPSAFE and a host of other fixes

2012-08-16 Thread John Baldwin
ida(4) is a driver for older Compaq RAID adapters (PCI and EISA). It is one of the few remaining non-MPSAFE storage drivers. I have a patch to add locking to it, but while doing that I fixed several other issues including incorrect bus_dma support (it didn't handle deferred callbacks and EINPR

Get ports tree of the current pkgng repository

2012-08-16 Thread Michael Schnell
Hi, I don't know if this came up already, but not as far as I know. So, I was thinking it would be nice to add a mechanism to pkgng, which enables the user to get the ports tree corresponding to the current repository. At least I've the problem that I really like the idea of the pkgng system, but

Re: LSI 9240-4i 4K alignment

2012-08-16 Thread Steven Hartland
- Original Message - From: "George Kontostanos" You are right, the chip specs say: LSISAS2108 RAID-on-Chip The drives are identified as mfisyspd0, mfisyspd1, etc. The following might be interesting to you:- http://forums.servethehome.com/showthread.php?599-LSI-RAID-Controller-and-HB

Re: LSI 9240-4i 4K alignment

2012-08-16 Thread Steven Hartland
- Original Message - From: "George Kontostanos" gkontos.m...@gmail.com It still really smells like something higher up the layers than the controller tbh. We have tried many combinations with different drives. Any other suggestions? See below Confused as your 9240-4i is a SAS2008

Re: Geom label lost after expanding partition

2012-08-16 Thread Olivier Cochard-Labbé
On Thu, Aug 16, 2012 at 6:30 PM, Kevin Oberman wrote: > I have a GPT formatted disk where I recently expanded the size of a > partition. I used "gpart resize -i 6 ada1" first to expand the > partition to use the remaining free space and then growfs to modify > the FFS file system to use the full p

Re: LSI 9240-4i 4K alignment

2012-08-16 Thread George Kontostanos
On Thu, Aug 16, 2012 at 7:26 PM, Steven Hartland wrote: > - Original Message - From: "George Kontostanos" > >> >> >> I know. The problem with that controller is that for some reason it >> doesn't like gpart. I have gnoped the drives directly and it seems to >> be working so far. > > It s

Re: Geom label lost after expanding partition

2012-08-16 Thread Kevin Oberman
On Thu, Aug 16, 2012 at 9:52 AM, Mark Saad wrote: > On Thu, Aug 16, 2012 at 12:30 PM, Kevin Oberman wrote: >> I have a GPT formatted disk where I recently expanded the size of a >> partition. I used "gpart resize -i 6 ada1" first to expand the >> partition to use the remaining free space and then

Re: Geom label lost after expanding partition

2012-08-16 Thread Mark Saad
On Thu, Aug 16, 2012 at 12:30 PM, Kevin Oberman wrote: > I have a GPT formatted disk where I recently expanded the size of a > partition. I used "gpart resize -i 6 ada1" first to expand the > partition to use the remaining free space and then growfs to modify > the FFS file system to use the full

Re: LSI 9240-4i 4K alignment

2012-08-16 Thread Steven Hartland
- Original Message - From: "George Kontostanos" I know. The problem with that controller is that for some reason it doesn't like gpart. I have gnoped the drives directly and it seems to be working so far. It still really smells like something higher up the layers than the controller t

Re: battery state

2012-08-16 Thread Dominic Fandrey
On 16/08/2012 12:41, Ian Smith wrote:> On Thu, 16 Aug 2012 10:24:46 +0200, Dominic Fandrey wrote: > On 16/08/2012 07:39, Ian Smith wrote: > > On Wed, 15 Aug 2012 11:40:26 +0200, Dominic Fandrey wrote: > > ... > > I found your correspondence here last December about that, "Re: battery

Re: LSI 9240-4i 4K alignment

2012-08-16 Thread George Kontostanos
On Thu, Aug 16, 2012 at 2:11 PM, Steven Hartland wrote: > - Original Message - From: "George Kontostanos" > > To: "FreeBSD Stable" ; > > Sent: Thursday, August 16, 2012 10:38 AM > Subject: Re: LSI 9240-4i 4K alignment > > > >> After contacting the manufacturer we got this response: >> >>

Re: unrecognised external drive

2012-08-16 Thread Gareth de Vaux
On Wed 2012-08-15 (08:58), Erich Dollansky wrote: > On Tue, 14 Aug 2012 18:34:37 +0200 > > idVendor 0x1058 Western Digital Technologies, Inc. > > idProduct 0x1042 > > could it be that the kernel does not know this product? > > You can check the sources (usbdevs should be t

Re: LSI 9240-4i 4K alignment

2012-08-16 Thread Steven Hartland
- Original Message - From: "George Kontostanos" To: "FreeBSD Stable" ; Sent: Thursday, August 16, 2012 10:38 AM Subject: Re: LSI 9240-4i 4K alignment After contacting the manufacturer we got this response: -- My apologies for the wrong information provided in my previous email.

Re: battery state

2012-08-16 Thread Ian Smith
On Thu, 16 Aug 2012 10:24:46 +0200, Dominic Fandrey wrote: > On 16/08/2012 07:39, Ian Smith wrote: > > On Wed, 15 Aug 2012 11:40:26 +0200, Dominic Fandrey wrote: > > ... > > I found your correspondence here last December about that, "Re: battery > > display broken". Looks like it's still the

Re: LSI 9240-4i 4K alignment

2012-08-16 Thread George Kontostanos
After contacting the manufacturer we got this response: -- My apologies for the wrong information provided in my previous email. I was under the impression that this OS is still supported but after checking with our developer, FreeBSD is currently not supported with the LSI Megaraid Cards due

Re: battery state

2012-08-16 Thread Dominic Fandrey
On 16/08/2012 07:39, Ian Smith wrote: On Wed, 15 Aug 2012 11:40:26 +0200, Dominic Fandrey wrote: ... I found your correspondence here last December about that, "Re: battery display broken". Looks like it's still the same problem, you were on 9-stable then too. When did it used to work? Hmm,