Unable to boot 11.0-release on Unisurf Notebook

2017-03-24 Thread Peter Jeremy
I've just bought a Unisurf Notebook[1] and am trying to boot it from a
FreeBSD-11.0-RELEASE-amd64-memstick.img.  The boot starts OK but hangs
whilst probing devices.  With safe and verbose enabled, it hangs after
complaining about ppc0 (see https://goo.gl/photos/3e7tLWygjsQ6ayBT9).
At this point neither Ctrl-Alt-Del nor Ctrl-Alt-Esc have any effect and
the only option is to hold the power button down until it powers off.

Does anyone have any suggestions on troubleshooting?

[1] http://unisurf.com.au/unisurf-14-Notebook.html
-- 
Peter Jeremy


signature.asc
Description: PGP signature


Re: Kernel panic on production system - what now?

2017-03-24 Thread Eric van Gyzen
On 03/24/2017 03:28, Patrick M. Hausen wrote:
> Hi all,
> 
> Mar 24 02:39:36 ph001 kernel: kernel trap 12 with interrupts disabled
> Mar 24 02:39:36 ph001 kernel: 
> Mar 24 02:39:36 ph001 kernel: 
> Mar 24 02:39:36 ph001 kernel: Fatal trap 12: page fault while in kernel mode
> Mar 24 02:39:37 ph001 kernel: cpuid = 8; apic id = 08
> Mar 24 02:39:37 ph001 kernel: fault virtual address   = 0x0
> Mar 24 02:39:37 ph001 kernel: fault code  = supervisor read data, 
> page not present
> Mar 24 02:39:37 ph001 kernel: instruction pointer = 
> 0x20:0x809a4330
> 
> I must admit that this is a "first" for me. So where do I go from here?
> There is "stuff" in /var/crash that has got the right timestamps, it seems ...

Start with:

# pkg install gdb
# kgdb712 /boot/kernel/kernel /var/crash/vmcore.0

The "712" above is the GDB version number, so it might be different on your
system.  In GDB:

(gdb) bt full

Post that output to this list, along with "uname -a".

Eric
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


[Bug 213903] Kernel crashes from turnstile_broadcast (/usr/src/sys/kern/subr_turnstile.c:837)

2017-03-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213903

--- Comment #21 from Franco Fichtner  ---
This was only supposed to print further debug output, but something in here is
probably responsible for fixing it as it touches the same lines as r301157
that's been known to cause the panic in the first place...

-   else if ((rw)->rw_lock != _tid || !_rw_write_unlock((rw), _tid))\
-   _rw_wunlock_hard((rw), _tid, (file), (line));   \
+   else {  \
+   _v = (rw)->rw_lock; \
+   if (_v != _tid || !_rw_write_unlock_fetch((rw), &_v))   \
+   _rw_wunlock_hard((rw), _v, _tid, (file), (line));\
+   }

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


[Bug 213903] Kernel crashes from turnstile_broadcast (/usr/src/sys/kern/subr_turnstile.c:837)

2017-03-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213903

--- Comment #20 from Cassiano Peixoto  ---
Hi guys,

After i applied Mateusz's patch it stopped crashing (2 days with no crash). So
it seems worked. Mateusz are you planning to commit it?

Thank you for your help.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Kernel panic on production system - what now?

2017-03-24 Thread Patrick M. Hausen
Hi all,

Mar 24 02:39:36 ph001 kernel: kernel trap 12 with interrupts disabled
Mar 24 02:39:36 ph001 kernel: 
Mar 24 02:39:36 ph001 kernel: 
Mar 24 02:39:36 ph001 kernel: Fatal trap 12: page fault while in kernel mode
Mar 24 02:39:37 ph001 kernel: cpuid = 8; apic id = 08
Mar 24 02:39:37 ph001 kernel: fault virtual address = 0x0
Mar 24 02:39:37 ph001 kernel: fault code= supervisor read data, 
page not present
Mar 24 02:39:37 ph001 kernel: instruction pointer   = 
0x20:0x809a4330

I must admit that this is a "first" for me. So where do I go from here?
There is "stuff" in /var/crash that has got the right timestamps, it seems ...

Thanks,
Patrick
-- 
punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe
Tel. 0721 9109 0 * Fax 0721 9109 100
i...@punkt.de   http://www.punkt.de
Gf: Jürgen Egeling  AG Mannheim 108285

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"