Can't use gpt labels re-importing pool

2009-11-26 Thread Arnaud Houdelette
I just upgraded from 7.2 to 8.0. Under 7.2 the pool was like : NAME STATE READ WRITE CKSUM tank ONLINE 0 0 0 raidz1 ONLINE 0 0 0 ad6p1 ONLINE 0 0 0 ad10p1 ONLINE 0

Re: Can't use gpt labels re-importing pool

2009-11-26 Thread Scot Hetzel
On 11/26/09, Arnaud Houdelette wrote: > I just upgraded from 7.2 to 8.0. > Under 7.2 the pool was like : >NAME STATE READ WRITE CKSUM >tank ONLINE 0 0 0 > raidz1 ONLINE 0 0 0 >ad6p1 ONLINE 0

Re: Can't use gpt labels re-importing pool

2009-11-26 Thread Jeremy Chadwick
On Thu, Nov 26, 2009 at 02:40:17AM -0600, Scot Hetzel wrote: > On 11/26/09, Arnaud Houdelette wrote: > > I just upgraded from 7.2 to 8.0. > > Under 7.2 the pool was like : > >NAME STATE READ WRITE CKSUM > >tank ONLINE 0 0 0 > > raidz1

Re: how to disable APM using camcontrol cmd

2009-11-26 Thread Alexander Motin
Denis Shaposhnikov wrote: > I'm trying to replace sysutils/ataidle which doesn't work with new > acpi(4). May be somebody could tell me args for > > camcontrol cmd ada0 -a cmd XX XX XX XX XX XX XX XX > > to disable APM and acoustic management (AAM) for my HDD? To set APM level: camcontrol cmd

Re: 8.0-RC USB/FS problem

2009-11-26 Thread Hans Petter Selasky
On Thursday 26 November 2009 08:30:52 Guojun Jin wrote: > Most crash had the same back trace. This is also true when USB access > hangs, then unplug the drive. I think from the backtrace that this is not an USB issue. It is a file-system issue. --HPS

Re: Can't use gpt labels re-importing pool

2009-11-26 Thread Tom Evans
On Thu, Nov 26, 2009 at 8:50 AM, Jeremy Chadwick wrote: > I'm a bit curious about something, so maybe someone can help me > understand: > > Why are people bothering with GPT labels (or in some cases, glabels) > when AHCI (whether it be ataahci.ko or ahci.ko) is in use? Under what > circumstance w

Re: how to disable APM using camcontrol cmd

2009-11-26 Thread Denis Shaposhnikov
Hello, On Thu, 26 Nov 2009 11:09:05 +0200 Alexander Motin wrote: > To set APM level: > camcontrol cmd ada0 -a "EF 05 00 00 00 00 00 00 00 00 xx 00" > To disable it: > camcontrol cmd ada0 -a "EF 85 00 00 00 00 00 00 00 00 00 00 Yes, it works! Thank you very much!

Re: Can't use gpt labels re-importing pool

2009-11-26 Thread Scot Hetzel
On 11/26/09, Jeremy Chadwick wrote: > I'm a bit curious about something, so maybe someone can help me > understand: > > Why are people bothering with GPT labels (or in some cases, glabels) > when AHCI (whether it be ataahci.ko or ahci.ko) is in use? Under what > circumstance would the device

Re: Can't use gpt labels re-importing pool

2009-11-26 Thread Arnaud Houdelette
Scot Hetzel wrote: On 11/26/09, Arnaud Houdelette wrote: Scot Hetzel wrote: On 11/26/09, Arnaud Houdelette wrote: I just upgraded from 7.2 to 8.0. Under 7.2 the pool was like : NAME STATE READ WRITE CKSUM tank ONLINE 0 0 0

Re: Can't use gpt labels re-importing pool

2009-11-26 Thread Edho P Arief
On Thu, Nov 26, 2009 at 5:29 PM, Scot Hetzel wrote: > On 11/26/09, Jeremy Chadwick wrote: >> I'm a bit curious about something, so maybe someone can help me >>  understand: >> >>  Why are people bothering with GPT labels (or in some cases, glabels) >>  when AHCI (whether it be ataahci.ko or ahci.

Re: Can't use gpt labels re-importing pool

2009-11-26 Thread Ollivier Robert
According to Arnaud Houdelette: As I said, the label is not present in /dev/gpt while used with adaXp1 ( here ada1p1 has label HD753LJ-1) : # ls /dev/gpt HD753LJ-4 zfs-boot # zpool replace tank ada1p1 gpt/HD753LJ-1 cannot open 'gpt/HD753LJ-1': no such GEOM provider I know there is the soluti

Re: Can't use gpt labels re-importing pool

2009-11-26 Thread Ivan Voras
Edho P Arief wrote: for some reasons it sounds to me like 'avoiding problem' since device name shouldn't matter in zfs (or so I read) Theoretically, you should be right, but the details are still fuzzy. At the very least, the sequence "zpool export" - shuffle drives around - "zpool import" s

Re: Can't use gpt labels re-importing pool

2009-11-26 Thread Ivan Voras
Jeremy Chadwick wrote: Why are people bothering with GPT labels (or in some cases, glabels) when AHCI (whether it be ataahci.ko or ahci.ko) is in use? Under what circumstance would the device name change dynamically in this situation? I've never witnessed this happening with AHCI, at least on

Re: Can't use gpt labels re-importing pool

2009-11-26 Thread Nikolay Denev
On Nov 26, 2009, at 1:56 PM, Ivan Voras wrote: > Jeremy Chadwick wrote: > >> Why are people bothering with GPT labels (or in some cases, glabels) >> when AHCI (whether it be ataahci.ko or ahci.ko) is in use? Under what >> circumstance would the device name change dynamically in this situation?

atacontrol spindown equivalent for ahci/ada

2009-11-26 Thread Arnaud Houdelette
Is there a equivalent command (camcontrol something ... ?) to atacontrol spindown when using ahci(4) ? I'd like to continue using this feature to reduce power consumption during night hours. Arnaud ___ freebsd-stable@freebsd.org mailing list http://li

Re: Can't use gpt labels re-importing pool

2009-11-26 Thread Jeremy Chadwick
On Thu, Nov 26, 2009 at 12:56:50PM +0100, Ivan Voras wrote: > Jeremy Chadwick wrote: > > >Why are people bothering with GPT labels (or in some cases, glabels) > >when AHCI (whether it be ataahci.ko or ahci.ko) is in use? Under what > >circumstance would the device name change dynamically in this

Re: atacontrol spindown equivalent for ahci/ada

2009-11-26 Thread Michal
Arnaud Houdelette wrote: > Is there a equivalent command (camcontrol something ... ?) to atacontrol > spindown when using ahci(4) ? > I'd like to continue using this feature to reduce power consumption > during night hours. > > Arnaud > ___ > freebsd-sta

Re: atacontrol spindown equivalent for ahci/ada

2009-11-26 Thread Denis Shaposhnikov
Hello, On Thu, 26 Nov 2009 14:45:17 +0100 Arnaud Houdelette wrote: > Is there a equivalent command (camcontrol something ... ?) to > atacontrol spindown when using ahci(4) ? "camcontrol standby" works for me. It stops my HDD. ___ freebsd-stable@free

8.0 kernel fails to build if some USB drivers are trimmed out; error in /sys/conf/files

2009-11-26 Thread Brett Glass
Happy Thanksgiving to everyone in the US (and elsewhere as well)! I encountered a strange bug when I was "trimming" the GENERIC FreeBSD RELEASE-8.0 kernel to omit drivers for hardware that would not be used on one target platform. I removed all of the USB Ethernet drivers except for "udav" (Davico

Re: 8.0 kernel fails to build if some USB drivers are trimmed out; error in /sys/conf/files

2009-11-26 Thread Jeremy Chadwick
On Thu, Nov 26, 2009 at 10:43:13AM -0700, Brett Glass wrote: > I encountered a strange bug when I was "trimming" the GENERIC FreeBSD > RELEASE-8.0 kernel to omit drivers for hardware that would not be used on one > target platform. I removed all of the USB Ethernet drivers except for "udav" > (Davi

Re: 8.0 kernel fails to build if some USB drivers are trimmed out; error in /sys/conf/files

2009-11-26 Thread Scot Hetzel
On 11/26/09, Jeremy Chadwick wrote: > I don't think parenthesis are the core of the problem, given that there > are many other devices in /sys/conf/files which utilise said method. > There are only 2 places in the /sys/conf/files which use this method, and both of them are for usb drivers: # US

RE: 5.5-STABLE to 88.0-RELEASE

2009-11-26 Thread Johan Hendriks
>can one go from 5.5 to 8.0 using the normal hammer, or is it >multi-stage, and i should just blow it away and go from install? >randy It is do able, but you need to rebuild all ports. And to go from 5.5 to 8 it is adviced to go trough all major version, like 6 and 7 and then go to 8. So my tak

RE: 8.0-RC USB/FS problem

2009-11-26 Thread Guojun Jin
Shall I fill a defect? or someone on this mailing list can take care of this problem before release. -Jin -Original Message- From: Hans Petter Selasky [mailto:hsela...@c2i.net] Sent: Thu 11/26/2009 12:20 AM To: Guojun Jin Cc: freebsd-...@freebsd.org; b...@freebsd.org; freebsd-stable@free

Re: 8.0-RC USB/FS problem

2009-11-26 Thread Thomas Backman
On Nov 26, 2009, at 8:25 PM, Guojun Jin wrote: > Shall I fill a defect? or someone on this mailing list can take care of this > problem before release. > > -Jin 8.0 is halfway out already, you can download -RELEASE ISOs or upgrade using freebsd-update. The main announcement just hasn't been mad

RE: 8.0-R USB/FS problem

2009-11-26 Thread Guojun Jin
Be clear, the recent (last 5 days) tests are based on -RELEASE made on 21st, not RC any more, so I changed title now. Since this problem occurs on multiple machines (not just single one), with different USB drives, so I would like this to be fixed before the formal release if possible. -Ori

Re: 5.5-STABLE to 88.0-RELEASE

2009-11-26 Thread Rolf Nielsen
Johan Hendriks wrote: can one go from 5.5 to 8.0 using the normal hammer, or is it multi-stage, and i should just blow it away and go from install? randy It is do able, but you need to rebuild all ports. And to go from 5.5 to 8 it is adviced to go trough all major version, like 6 and 7 and t

Re: 5.5-STABLE to 88.0-RELEASE

2009-11-26 Thread Randy Bush
> I'd suggest either removing all ports, then going through the 5.5 -> > 6.0 -> 7.0 -> 8.0 and be sure to run the mergemaster, make delete-old, > make delete-old-libs at each stage and finally install the ports you > need or back up your data (not the config files) no thanks. too much of a mess,

Re: 5.5-STABLE to 88.0-RELEASE

2009-11-26 Thread Marco van Tol
On Fri, Nov 27, 2009 at 05:43:23AM +0900, Randy Bush wrote: [... suggestions and advise upgrading 5.5 to 88^H ...] > perhaps the section labeled "To upgrade in-place from 5.x-stable to > current" should be edited or removed from /usr/src/UPDATING. :) That's something I found curious as well. ;-)

Re: Panic possibly related to glabel/geom and siis(4)

2009-11-26 Thread Jin Guojun
This is similar to what I have fight on last two weeks (was 8.0-RC USB/FS). My back trace from the panic is some different from yours, but the behave is the same. When access USB drives from 8.0-RC and 8.0-R will cause drives dead, vanish or reset, thus causing panic. >From both cases, it looks

8.0-RELEASE completed...

2009-11-26 Thread Ken Smith
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 available from the main web site, in particular the announcement itself is available here: http://www.freebsd.org

Re: 8.0-RELEASE completed...

2009-11-26 Thread Kevin Oberman
> From: Ken Smith > Date: Thu, 26 Nov 2009 20:06:23 -0500 > Sender: owner-freebsd-sta...@freebsd.org > > > 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 >

Re: 8.0-RELEASE completed...

2009-11-26 Thread Gary Kline
Some questions that I hope are not too far OT:: On Thu, Nov 26, 2009 at 07:06:01PM -0800, Kevin Oberman wrote: > > From: Ken Smith > > Date: Thu, 26 Nov 2009 20:06:23 -0500 > > Sender: owner-freebsd-sta...@freebsd.org > > > > > > Just a quick note in case there are people here who ar

Re: openoffice stuck in _umtx_op

2009-11-26 Thread Graham Menhennitt
Mikhail T. wrote: > I'm trying to start OOo, and it hangs at start-up -- after popping up > its banner page. > > ktrace shows the following, slowly repeating, sequence of events: > > [...] > 32726 soffice.bin CALL > _umtx_op(0x805d09060,0x8,0x1,0x805d09040,0x7fbfeef0) > 32726