Re: Kernel panic when unpluggin AC adaptor

2010-05-04 Thread Jeremy Chadwick
On Tue, May 04, 2010 at 10:32:14AM +0200, David DEMELIER wrote: > Since I added dumpdev="/dev/ad4s1b" in my /boot/loader.conf it does > not panic anymore ... > > I'm not lucky (or ?). 1) dumpdev="xxx" should go into /etc/rc.conf, not /boot/loader.conf. Putting in in /boot/loader.conf will change/

Re: Kernel panic when unpluggin AC adaptor

2010-05-04 Thread David DEMELIER
2010/5/4 Jeremy Chadwick : > On Tue, May 04, 2010 at 10:32:14AM +0200, David DEMELIER wrote: >> Since I added dumpdev="/dev/ad4s1b" in my /boot/loader.conf it does >> not panic anymore ... >> >> I'm not lucky (or ?). > > 1) dumpdev="xxx" should go into /etc/rc.conf, not /boot/loader.conf. > Putting

Re: Kernel panic when unpluggin AC adaptor

2010-05-04 Thread Jeremy Chadwick
On Tue, May 04, 2010 at 10:41:18AM +0200, David DEMELIER wrote: > 2010/5/4 Jeremy Chadwick : > > On Tue, May 04, 2010 at 10:32:14AM +0200, David DEMELIER wrote: > >> Since I added dumpdev="/dev/ad4s1b" in my /boot/loader.conf it does > >> not panic anymore ... > >> > >> I'm not lucky (or ?). > > >

Re: Kernel panic when unpluggin AC adaptor

2010-05-04 Thread David DEMELIER
I made a panic and it said Dumping 1176Mb but even after 5 minutes there was no output. Usually you'll have something like Dumping 1176Mb: 1176 1040 960 ... etc ? Here it's stays at Dumping 1176Mb: and no changes. Cheers, David. ___ freebsd-stable@freeb

Re: Kernel panic when unpluggin AC adaptor

2010-05-04 Thread David DEMELIER
Good news ! It worked, check the picture here : http://img63.imageshack.us/img63/4244/dsc00361g.jpg ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsu

Little weird chars when using getty autologin

2010-05-04 Thread Demelier David
Hi freebsd-stable, To access faster to my laptop I added a al capability in my getty to get my user auto logged in the ttyv0. It works but there is a lot of weird characters at the system name before the login prompt. Check the attachment. King regards, David. _

Re: Reproducible crash w/ IPv6 on FreeBSD 7.1 amd64 under VMware ESXi 3.5

2010-05-04 Thread Peter Kieser
On further note: I belive that 'm' should not be NULL ... #9 0x8061277f in ip6_input (m=0xff0001611a00) at /usr/src/sys/netinet6/ip6_input.c:299 -Peter On 5/4/2010 11:06 AM, Peter Kieser wrote: Hello, My FreeBSD 7.1 guest is crashing when I use IPv6 and ping6 an address that do

Re: Kernel panic when unpluggin AC adaptor

2010-05-04 Thread Kostik Belousov
On Tue, May 04, 2010 at 06:35:52PM +0200, David DEMELIER wrote: > Good news ! It worked, check the picture here : > > http://img63.imageshack.us/img63/4244/dsc00361g.jpg Please try adding code fragment like this: if (cx_next->p_lvlx == NULL) printf("Going to panic.\n"); to

Re: Kernel panic when unpluggin AC adaptor

2010-05-04 Thread David DEMELIER
2010/5/4 Kostik Belousov : > On Tue, May 04, 2010 at 06:35:52PM +0200, David DEMELIER wrote: >> Good news ! It worked, check the picture here : >> >> http://img63.imageshack.us/img63/4244/dsc00361g.jpg > > Please try adding code fragment like this: >        if (cx_next->p_lvlx == NULL) >          

Re: Kernel panic when unpluggin AC adaptor

2010-05-04 Thread Kostik Belousov
On Tue, May 04, 2010 at 10:27:23PM +0200, David DEMELIER wrote: > 2010/5/4 Kostik Belousov : > > On Tue, May 04, 2010 at 06:35:52PM +0200, David DEMELIER wrote: > >> Good news ! It worked, check the picture here : > >> > >> http://img63.imageshack.us/img63/4244/dsc00361g.jpg > > > > Please try addi

Re: Kernel panic when unpluggin AC adaptor

2010-05-04 Thread Rui Paulo
On 4 May 2010, at 21:38, Kostik Belousov wrote: > On Tue, May 04, 2010 at 10:27:23PM +0200, David DEMELIER wrote: >> 2010/5/4 Kostik Belousov : >>> On Tue, May 04, 2010 at 06:35:52PM +0200, David DEMELIER wrote: Good news ! It worked, check the picture here : http://img63.imageshac

Re: raidz2 recovery problem on 8.0p2

2010-05-04 Thread Wes Morgan
On Mon, 3 May 2010, Kurt Lidl wrote: > I have a 12GB memory machine, with a mpt controller in it, running a ZFS > raidz2 > for (test) data storage. The system also has a ZFS mirror in place for the > OS, > home directories, etc. > > I manually failed one of the disks in the JBOD shelf and watched

Re: Freebsd 8.0 kmem map too small

2010-05-04 Thread Giulio Ferro
Giulio Ferro wrote: Thanks, I'll try these settings. I'll keep you posted. Nope, it's happened again... Now I've tried to rise vm.kmem_size to 6G... I'm really astounded at how unstable zfs is, it's causing me a lot of problem. Why isn't it stated in the handbook that zfs isn't up to prod