Re: partition types 'freebsd-boot' and (g/ufs)labels

2010-10-12 Thread Alexander Best
On Tue Oct 12 10, Edho P Arief wrote: > On Tue, Oct 12, 2010 at 9:24 PM, Alexander Best wrote: > > > > as you can see ada0p1 has a proper glabel in place, still in addition to > > that > > 'glabel status' shows its gptid. is this really necessary? > > > > I believe the gptid will only vanish if

Re: HEADS UP: device name checking on device registration

2010-10-12 Thread Matthew Jacob
I am antisocial. Okay, changed it so my replies are above the quotes. Seems to have attributes here. And I usually hit 'reply list' since multiple copies burns bandwidth. On 10/12/2010 1:57 PM, Andriy Gapon wrote: P.S. Matthew, it seems like you have a really unhelpful mail client program:

Re: HEADS UP: device name checking on device registration

2010-10-12 Thread Andriy Gapon
on 12/10/2010 16:36 Matthew Jacob said the following: > Good workaround, still a nasty surprising bug. Yeah. I also would prefer ignoring such a partition or somehow sanitizing its name or etc. panic(9) on bad internal state of a kernel sounds appropriate, panic(9) on bad input sounds like trou

Re: recent bge(4) changes causing problems

2010-10-12 Thread Pyun YongHyeon
On Tue, Oct 12, 2010 at 01:11:29PM -0700, Garrett Cooper wrote: > On Tue, Oct 12, 2010 at 12:23 PM, Pyun YongHyeon wrote: > > On Tue, Oct 12, 2010 at 08:24:40AM -0700, Steve Kargl wrote: > >> On Mon, Oct 11, 2010 at 05:33:29PM -0700, Pyun YongHyeon wrote: > >> > > >> > Thanks for the info. I still

Re: recent bge(4) changes causing problems

2010-10-12 Thread Garrett Cooper
On Tue, Oct 12, 2010 at 12:23 PM, Pyun YongHyeon wrote: > On Tue, Oct 12, 2010 at 08:24:40AM -0700, Steve Kargl wrote: >> On Mon, Oct 11, 2010 at 05:33:29PM -0700, Pyun YongHyeon wrote: >> > >> > Thanks for the info. I still suspect r213495 might break BCM5704. >> > Due to lack of BCM5704 I still

Re: recent bge(4) changes causing problems

2010-10-12 Thread Pyun YongHyeon
On Tue, Oct 12, 2010 at 08:24:40AM -0700, Steve Kargl wrote: > On Mon, Oct 11, 2010 at 05:33:29PM -0700, Pyun YongHyeon wrote: > > > > Thanks for the info. I still suspect r213495 might break BCM5704. > > Due to lack of BCM5704 I still couldn't test it except guessing. > > How about attached one?

Re: OpenSSL 1.0

2010-10-12 Thread Kevin Oberman
> From: "Simon L. B. Nielsen" > Date: Mon, 11 Oct 2010 21:37:40 +0200 > Sender: owner-freebsd-curr...@freebsd.org > > On 9 Oct 2010, at 11:37, Roubíèek Zdenìk wrote: > > > On 8 Oct 2010, at 12:40, Fabien Thomas wrote: > > > >> Is there any plan to import OpenSSL 1.0 into the tree? > > I would b

Re: system hangs after logging into gdm

2010-10-12 Thread Ivan Klymenko
> > --I have updated the source code to r213666 > > --rebuilt and reinstall: ONLY kernel GENERIC + options > > DEBUG_VFS_LOCKS --i NOT reinstall nvidia driver with my patch... > > --i removed fusefs_enable="YES" in /etc/rc.conf   >        fusefs-kmod-0.3.9.p1.20080208_6 > > > > system booted fi

Re: letting glabel recognise a media change

2010-10-12 Thread Søren Schmidt
On 10/10/2010, at 22.55, Alexander Motin wrote: > Pawel Jakub Dawidek wrote: >> On Thu, Sep 30, 2010 at 08:46:11PM +0300, Alexander Motin wrote: >>> Andriy Gapon wrote: on 30/09/2010 01:28 Matthew Jacob said the following: > If something like that was in place, I assure you that things w

Re: OpenSSL 1.0

2010-10-12 Thread Simon L. B. Nielsen
On 9 Oct 2010, at 11:37, Roubíček Zdeněk wrote: > On 8 Oct 2010, at 12:40, Fabien Thomas wrote: > >> Is there any plan to import OpenSSL 1.0 into the tree? > I would be also happy to see that coming as I have a problem using current > openssl as ipv6 client for tests, though it is bsd v7.3. If

Re: OpenSSL 1.0

2010-10-12 Thread Simon L. B. Nielsen
On 8 Oct 2010, at 13:40, Fabien Thomas wrote: > Is there any plan to import OpenSSL 1.0 into the tree? Hey, Yes, the current plan is to have it in 9.0, but when it will be imported I can't say yet as it depends on having a good continuos chunk of time, which I haven't had too much of lately.

Re: OpenSSL 1.0

2010-10-12 Thread Marek 'Buki' Kozlovský
On Sat, Oct 09, 2010 at 11:37:49AM +0200, Roubíček Zdeněk wrote: > I would be also happy to see that coming as I have a problem using current > openssl as ipv6 client for tests, though it is bsd v7.3. > well, you always have security/openssl port. > Sorry for not providing anything more then ju

Re: recent bge(4) changes causing problems

2010-10-12 Thread Steve Kargl
On Mon, Oct 11, 2010 at 05:33:29PM -0700, Pyun YongHyeon wrote: > > Thanks for the info. I still suspect r213495 might break BCM5704. > Due to lack of BCM5704 I still couldn't test it except guessing. > How about attached one? > Index: sys/dev/bge/if_bge.c > ==

Re: partition types 'freebsd-boot' and (g/ufs)labels

2010-10-12 Thread Edho P Arief
On Tue, Oct 12, 2010 at 9:24 PM, Alexander Best wrote: > > as you can see ada0p1 has a proper glabel in place, still in addition to that > 'glabel status' shows its gptid. is this really necessary? > I believe the gptid will only vanish if the partition in question is being used (mounted, part of

partition types 'freebsd-boot' and (g/ufs)labels

2010-10-12 Thread Alexander Best
hi there, glabel seems to ignore IDs, if there are proper labels available. e.g. if a partition has a glabel or a ufs label the gptid or ufsid won't get displayed in 'glabel status'. however for partitions of the type 'freebsd-boot' this doesn't seem to be the case:

Re: panic on kthread_exit under INVARIANTS

2010-10-12 Thread Paul B Mahol
On 10/12/10, David Xu wrote: > Paul B Mahol wrote: >> Hi, >> >> If kernel threads were created via kproc_kthread_add() >> when last kernel thread exits it will trigger panic. >> >> It panics in queue.h probably introduced with rec > > > I have committed a patch, can you try it ? > http://svn.

Re: system hangs after logging into gdm [related but OFFTOPIC]

2010-10-12 Thread Gustau Pérez
Try recompiling the module and load it to see whether or not the module has been broken in your recent CURRENT update. Thanks! I think fuse has many problems. I locks when being used by gvfs-fuse-daemon (which I may say is very useful as it avoids the task of manually mounting remote

Re: HEADS UP: device name checking on device registration

2010-10-12 Thread Matthew Jacob
Good workaround, still a nasty surprising bug. On 2010-10-11, barbara wrote: The panic is caused by: g_dev_taste(): make_dev_p() failed (gp->name=ext2fs//, error=22) as I have a linux partition (I swear, it's for my mom!) on the same machine. As I don't care about that partition (being ext4 I

Re: letting glabel recognise a media change

2010-10-12 Thread John Baldwin
On Monday, October 11, 2010 4:11:56 pm Pawel Jakub Dawidek wrote: > On Mon, Oct 11, 2010 at 11:03:26AM -0400, John Baldwin wrote: > > With CD drives you are also rather stuck in that the existing ABI for > > controlling CD drives (e.g. ioctls in 3rd party software to eject a CD) are > > done on the

Re: letting glabel recognise a media change

2010-10-12 Thread Andriy Gapon
on 11/10/2010 23:11 Pawel Jakub Dawidek said the following: > Right, but I still wonder if we could execute provider orphan and > retaste on various events like media insertion or removal. If media is I think nobody would disagree with that approach. The issue is to reliably detect those events wi

Re: system hangs after logging into gdm

2010-10-12 Thread Garrett Cooper
On Tue, Oct 12, 2010 at 4:51 AM, Ivan Klymenko wrote: > В Tue, 12 Oct 2010 02:07:01 -0700 > Garrett Cooper пишет: > >> On Tue, Oct 12, 2010 at 2:04 AM, Andriy Gapon wrote: >> > on 12/10/2010 12:00 Ivan Klymenko said the following: >> >> В Tue, 12 Oct 2010 11:51:05 +0300 >> >> Andriy Gapon пишет

Re: system hangs after logging into gdm

2010-10-12 Thread Ivan Klymenko
В Tue, 12 Oct 2010 02:07:01 -0700 Garrett Cooper пишет: > On Tue, Oct 12, 2010 at 2:04 AM, Andriy Gapon wrote: > > on 12/10/2010 12:00 Ivan Klymenko said the following: > >> В Tue, 12 Oct 2010 11:51:05 +0300 > >> Andriy Gapon пишет: > >> > >>> on 12/10/2010 11:35 Ivan Klymenko said the followin

Re: system hangs after logging into gdm

2010-10-12 Thread Garrett Cooper
On Tue, Oct 12, 2010 at 2:04 AM, Andriy Gapon wrote: > on 12/10/2010 12:00 Ivan Klymenko said the following: >> В Tue, 12 Oct 2010 11:51:05 +0300 >> Andriy Gapon пишет: >> >>> on 12/10/2010 11:35 Ivan Klymenko said the following: --i choose a user, enter a password and press "Enter" >>> >>>

Re: system hangs after logging into gdm

2010-10-12 Thread Andriy Gapon
on 12/10/2010 12:00 Ivan Klymenko said the following: > В Tue, 12 Oct 2010 11:51:05 +0300 > Andriy Gapon пишет: > >> on 12/10/2010 11:35 Ivan Klymenko said the following: >>> --i choose a user, enter a password and press "Enter" >> >> have you switched to text console after the above and before t

Re: system hangs after logging into gdm

2010-10-12 Thread Ivan Klymenko
В Tue, 12 Oct 2010 11:51:05 +0300 Andriy Gapon пишет: > on 12/10/2010 11:35 Ivan Klymenko said the following: > > --i choose a user, enter a password and press "Enter" > > have you switched to text console after the above and before the next? After the system hangs - no after a reboot - yes - I

Re: system hangs after logging into gdm

2010-10-12 Thread Andriy Gapon
on 12/10/2010 11:35 Ivan Klymenko said the following: > --i choose a user, enter a password and press "Enter" have you switched to text console after the above and before the next? > --takes a few seconds and my system hangs > --I press CTRL + ALT + ESC, but nothing happens You might want to add

Re: system hangs after logging into gdm

2010-10-12 Thread Ivan Klymenko
В Mon, 11 Oct 2010 08:37:05 -0700 Garrett Cooper пишет: > On Mon, Oct 11, 2010 at 2:04 AM, Andriy Gapon wrote: > > on 11/10/2010 10:59 Ivan Klymenko said the following: > >> В Sun, 10 Oct 2010 15:37:55 -0700 > >> Garrett Cooper пишет: > >> > >>> On Sun, Oct 10, 2010 at 3:08 PM, Ivan Klymenko >

Re: HEADS UP: device name checking on device registration

2010-10-12 Thread Jaakko Heinonen
On 2010-10-11, barbara wrote: > The panic is caused by: > g_dev_taste(): make_dev_p() failed (gp->name=ext2fs//, error=22) > as I have a linux partition (I swear, it's for my mom!) on the same machine. > As I don't care about that partition (being ext4 I can't even mount > it), is there any solutio