Re: OpenBSD 5.1 XEN HVM DomU - kernel panic

2012-06-06 Thread Andre Keller
Am 06.06.2012 17:09, schrieb Henning Brauer: * Andre Keller a...@list.ak.cx [2012-06-06 16:05]: is any body running OpenBSD as a XEN HVM guest? nobody sane. I hope on someone as insane as me then... :-) ddb trace ddb dmesg the actual panic is missing. Hmm, ist it possible to get that

Re: OpenBSD 5.1 XEN HVM DomU - kernel panic

2012-06-06 Thread Andre Keller
OK I have another one: kernel: type 269 trap, code=0 Stopped at 0: pushq %rbx ddb trace end trace frame: 0x0, count: -1 This one is less verbose though... g Andre

Re: OpenBSD 5.1 XEN HVM DomU - kernel panic

2012-06-06 Thread Tomas Bodzar
On Wed, Jun 6, 2012 at 9:29 PM, Andre Keller a...@list.ak.cx wrote: OK I have another one: So many panics in a such short period? Something is wrong and it's not OpenBSD most probably ;-) kernel: type 269 trap, code=0 Stopped at      0:      pushq   %rbx ddb trace end trace frame: 0x0,

OpenBSD 5.1 kernel panic during boot

2012-05-14 Thread Marcin Markowski
Hi, I have a problem running a freshly installed OpenBSD 5.1 amd64 on Intel's server platform. During boot kernel panic occurs, and the only way to boot is to disable ACPI. System: OpenBSD 5.1 amd64 Server: Intel SR2600URBRP, 2x Xeon X5650, 6GB RAM Attachment contains panic message, kernel

Re: OpenBSD 5.1 kernel panic during boot

2012-05-14 Thread Tomas Bodzar
mmarkow...@leon.pl wrote: B Hi, I have a problem running a freshly installed OpenBSD 5.1 amd64 on Intel's server platform. During boot kernel panic occurs, and the only way to boot is to disable ACPI. Hi, did you try to install latest amd64 snapshot? Because 5.1 is quite old regarding HW

Re: kernel panic: inteldrm

2012-04-12 Thread Mihai Popescu
Hmm, I see in the text that bool should be True/False value, is it working with on and off ?

Re: kernel panic: inteldrm

2012-04-12 Thread Joe Snikeris
On Thu, Apr 12, 2012 at 1:00 PM, Mihai Popescu mih...@gmail.com wrote: Hmm, I see in the text that bool should be True/False value, is it working with on and off ? From xorg.conf(5): The following boolean option values are recognised as TRUE: 1, on, true, yes and the following

Re: kernel panic: inteldrm

2012-04-11 Thread Alexei Malinin
Hello. I tried to turn off the hardware acceleration with DRI, NoAccel Accel xorg.conf options but without success - in the /var/log/Xorg.0.log I found messages about unused NoAccel Accel options and activated DRI driver. The fragment from my /etc/X11/xorg.conf on i386 OpenBSD-4.9: ...

Re: kernel panic: inteldrm

2012-04-10 Thread Alexei Malinin
, Alexei Malinin wrote: Hello. Can anybody comment this kernel panic event? I will look into it. What were you doing at the time? rdesktop was running, I moved cursor from rdesktop window to seamonkey window, after that all hung, I switched to other virtual console, then I switched back to X

Kernel panic on sparc64 when booting with Proxim wireless 802.11b/g card

2012-02-13 Thread Simon Chang
Good morning, I have a Sun Ultra 5 with 256 MB RAM and 40 GB IDE drive running OpenBSD 5.0-release (no patches). It is a testing server with no confidential or sensitive information. I also have a Proxim Silver 802.11b/g wireless card that uses the ath0 driver and it has worked flawlessly in

Re: kernel panic (mii_phy_setmedia) on mac mini A1347 (bge device unknown)

2011-12-23 Thread Wesley M.
thank's, small forget ;-) I will try it . On Fri, 23 Dec 2011 11:51:33 +0100, Mike Belopuhov m...@crypt.org.ru wrote: On Fri, Dec 23, 2011 at 11:43 AM, Wesley M. open...@e-solutions.re wrote: Hi, So i installed a fresh OpenBSD 4.9 to try to patch the files : brgphy.c and miidevs I have the

Re: kernel panic (mii_phy_setmedia) on mac mini A1347 (bge device unknown)

2011-12-23 Thread Wesley M.
Thank you very much. It works, i can now use bge0 on the mac mini. (OpenBSD 4.9) Wesley.

kernel panic (mii_phy_setmedia) on mac mini A1347

2011-12-19 Thread Wesley M.
Hi, I tried to install OpenBSD 4.9 on an Apple mac mini (new generation). Model : A1347 Core i5, thunderbolt Technology, HD 500Go At installation using 4.9 RELEASE : It takes a long time to format slides. At the reboot : i have a kernel panic just after starting network So i tried to use

kernel panic (mii_phy_setmedia) on mac mini A1347 with trace and ps picture url

2011-12-19 Thread Wesley M.
Hi, I tried to install OpenBSD 4.9 on an Apple mac mini (new generation). Model : A1347 ; Core i5, thunderbolt Technology, HD 500Go At installation using 4.9 RELEASE : It takes a long time to format slides. At the reboot : i have a kernel panic just after starting network So i tried to use

Re: kernel panic (mii_phy_setmedia) on mac mini A1347 with trace and ps picture url

2011-12-19 Thread Daniel Bolgheroni
On Mon, Dec 19, 2011 at 04:10:16PM +0400, Wesley M. wrote: Here is the ps message : http://i43.tinypic.com/mkufyo.jpg Here is the trace message : http://i40.tinypic.com/25syfxf.jpg Have you tried to disable whatever it is on boot? -- This message has been scanned for viruses and dangerous

Re: kernel panic (mii_phy_setmedia) on mac mini A1347 with trace and ps picture url

2011-12-19 Thread Wesley M.
whatever it is on boot? i tried disable bge0, boot, i still have a kernel panic just after Starting Network

Re: kernel panic (mii_phy_setmedia) on mac mini A1347 with trace and ps picture url

2011-12-19 Thread Stuart Henderson
On 2011/12/19 16:10, Wesley M. wrote: So i tried to use 5.0 RELEASE. This time, it formats quickly. But it is the same way : kernel panic when it starts the network. The following message appear : Starting network panic: mii_phy_setmedia Stopped at Debugger+0x4:popl %ebp a show

Re: kernel panic (mii_phy_setmedia) on mac mini A1347 with trace and ps picture url

2011-12-19 Thread Jonathan Gray
Try this diff against -current. You'll have to apply the patch from sys/dev/mii and run 'make' afterwards to regenerate the headers. Index: miidevs === RCS file: /cvs/src/sys/dev/mii/miidevs,v retrieving revision 1.116 diff -u -p

Re: kernel panic (mii_phy_setmedia) on mac mini A1347 with trace and ps picture url

2011-12-19 Thread Stuart Henderson
Dec 2011 12:51:58 +, Stuart Henderson s...@spacehopper.org wrote: On 2011/12/19 16:10, Wesley M. wrote: So i tried to use 5.0 RELEASE. This time, it formats quickly. But it is the same way : kernel panic when it starts the network. The following message appear : Starting

Re: kernel panic (mii_phy_setmedia) on mac mini A1347 with trace and ps picture url

2011-12-19 Thread Wesley M.
keyboard at UKC Prompt :( Wesley. On Mon, 19 Dec 2011 12:51:58 +, Stuart Henderson s...@spacehopper.org wrote: On 2011/12/19 16:10, Wesley M. wrote: So i tried to use 5.0 RELEASE. This time, it formats quickly. But it is the same way : kernel panic when it starts the network

Re: kernel panic (mii_phy_setmedia) on mac mini A1347 with trace and ps picture url

2011-12-19 Thread Stuart Henderson
On 2011/12/19 17:43, Wesley M. wrote: Ok, thank's. Therefore, i have a problem. I use mailserv project, and it works only on 4.8; 4.9 RELEASE. Not on 5.0 Is there a way for me to have a 4.9 with patches ? In short, is it possible to have a patch to use with 4.9-stable ? Thank you very

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-10 Thread Walter Haidinger
Hi! Am 09.11.2011 18:05, schrieb Brynet: The previous patch avoids touching the msr at all if ACPI indicates speed scaling is unavailable, this should prevent your panic. Both i386/amd64(..fixed) patches attached below. Your patch works! Thanks a lot! Also installed 5.0/i386 on the machine

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-09 Thread Walter Haidinger
Am 08.11.2011 10:32, schrieb Walter Haidinger: I also got informed that is a VM emulator bug and have therefore forwarded the bug to upstream k...@vger.kernel.org. FYI, more evidence. Linux dmesg shows: kvm: cpu0 unhandled rdmsr: 0xc0010063 Walter

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-09 Thread Walter Haidinger
Hi! Am 08.11.2011 19:33, schrieb Brynet: On Tue, Nov 08, 2011 at 01:27:37PM -0500, Brynet wrote: @@ -190,7 +190,7 @@ k1x_init(struct cpu_info *ci) #if NACPICPU 0 msr = rdmsr(MSR_K1X_STATUS); - k1x_acpi_init(cstate, msr); + k1x_acpi_init(cstate); Whoops, fixed patch

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-09 Thread Walter Haidinger
Am 09.11.2011 16:04, schrieb Theo de Raadt: EDX is zero in a Linux guest (i386 and x86_64). So? What is it on the real hardware? 0x3f9 However, they asked me to test inside a Linux guest. On the host itself, the x86info tool shows for all cores: eax in: 0x8007, eax = ebx =

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-09 Thread Brynet
On Wed, Nov 09, 2011 at 03:35:01PM +0100, Walter Haidinger wrote: Does the patch fix the following? I've forwarding the bug report to the Linux KVM developers. The response: The patch in my first email should be enough to avoid the issue, the i386 patch was fine, only the amd64 patch was

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-09 Thread Theo de Raadt
They're pretending to be an AMD K10 processor. Exactly. What they are doing is wrong. They are pretending to be a AMD K10 processor _badly_, and then they think they can say oh, but you need to check all these other registers too. A machine with that setup has never physically existed.

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-09 Thread Brynet
On Wed, Nov 09, 2011 at 08:38:01AM +0100, Walter Haidinger wrote: I did run i386 bsd. /usr/src/sys/arch/i386/i386/k1x-pstate.c also has k1x_acpi_init(cstate, msr); in line 193 of 5.0's k1x_init(). Can you send me the patch below for i386 to test? Thanks, Walter What? Apply the entire

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-09 Thread Walter Haidinger
Am 09.11.2011 18:16, schrieb Brynet: On Wed, Nov 09, 2011 at 08:38:01AM +0100, Walter Haidinger wrote: I did run i386 bsd. /usr/src/sys/arch/i386/i386/k1x-pstate.c also has k1x_acpi_init(cstate, msr); in line 193 of 5.0's k1x_init(). Can you send me the patch below for i386 to test?

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-09 Thread Theo de Raadt
On Mon, Nov 07, 2011 at 03:51:50PM +0100, Walter Haidinger wrote: cpu0: AMD Phenom(tm) II X6 1100T Processor (AuthenticAMD 686-class, 512KB L2 cache) 3.31 GHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SSE3,CX16,POPCNT ...

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-09 Thread Jonathan Gray
On Wed, Nov 09, 2011 at 12:05:04PM -0500, Brynet wrote: On Wed, Nov 09, 2011 at 03:35:01PM +0100, Walter Haidinger wrote: Does the patch fix the following? I've forwarding the bug report to the Linux KVM developers. The response: The patch in my first email should be enough to avoid

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-09 Thread Brynet
On Thu, Nov 10, 2011 at 11:45:06AM +1100, Jonathan Gray wrote: On 09.11.2011 14:40, Avi Kivity wrote: Actually, it looks like an OpenBSD bug. According to the AMD documentation: The current P-state value can be read using the P-State Status Register. The P-State Current Limit

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-08 Thread Walter Haidinger
Am 07.11.2011 16:06, schrieb Alexander Polakov: I don't know of an easy way to disable it but recompiling the kernel with this: Index: sys/arch/i386/i386/machdep.c === RCS file: /cvs/src/sys/arch/i386/i386/machdep.c,v

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-08 Thread Walter Haidinger
Am 07.11.2011 16:06, schrieb Alexander Polakov: k1x_init() is not related to vmt, it is from k1x-pstate.c, which is cpu power state driver for K10 processors. Because of this reference, I found a workaround: Rather than running 5.0 under the host cpu (PhenomII), I emulate an older cpu (e.g.

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-08 Thread Brynet
On Mon, Nov 07, 2011 at 03:51:50PM +0100, Walter Haidinger wrote: cpu0: AMD Phenom(tm) II X6 1100T Processor (AuthenticAMD 686-class, 512KB L2 cache) 3.31 GHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SSE3,CX16,POPCNT ... bios0:

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-08 Thread Brynet
On Tue, Nov 08, 2011 at 01:27:37PM -0500, Brynet wrote: @@ -190,7 +190,7 @@ k1x_init(struct cpu_info *ci) #if NACPICPU 0 msr = rdmsr(MSR_K1X_STATUS); - k1x_acpi_init(cstate, msr); + k1x_acpi_init(cstate); Whoops, fixed patch for amd64. -Bryan. Index:

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-08 Thread Walter Haidinger
Am 08.11.2011 19:27, schrieb Brynet: On Mon, Nov 07, 2011 at 03:51:50PM +0100, Walter Haidinger wrote: cpu0: AMD Phenom(tm) II X6 1100T Processor (AuthenticAMD 686-class, 512KB L2 cache) 3.31 GHz cpu0:

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-08 Thread Walter Haidinger
Am 08.11.2011 19:33, schrieb Brynet: On Tue, Nov 08, 2011 at 01:27:37PM -0500, Brynet wrote: @@ -190,7 +190,7 @@ k1x_init(struct cpu_info *ci) #if NACPICPU 0 msr = rdmsr(MSR_K1X_STATUS); -k1x_acpi_init(cstate, msr); +k1x_acpi_init(cstate); Whoops, fixed patch for

5.0 vmt0 kernel panic in Linux KVM

2011-11-07 Thread Walter Haidinger
Hi! Trying to upgrade to 5.0 fails with a kernel panic (vmt0, see dmesg below). Previous 4.9 worked fine, also 5.0 bsd.rd boots (dmesg below too). The VMware Tools driver seems to miss something - vmt0: failed to open backdoor RPC channel (TCLO protocol) - which is correct, as OpenBSD is _not_

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-07 Thread Kapetanakis Giannis
On 07/11/11 12:10, Walter Haidinger wrote: Hi! Trying to upgrade to 5.0 fails with a kernel panic (vmt0, see dmesg below). Previous 4.9 worked fine, also 5.0 bsd.rd boots (dmesg below too). The VMware Tools driver seems to miss something - vmt0: failed to open backdoor RPC channel (TCLO

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-07 Thread Norman Golisz
On Mon Nov 7 2011 11:10, Walter Haidinger wrote: Hi! Trying to upgrade to 5.0 fails with a kernel panic (vmt0, see dmesg below). Previous 4.9 worked fine, also 5.0 bsd.rd boots (dmesg below too). The VMware Tools driver seems to miss something - vmt0: failed to open backdoor RPC channel

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-07 Thread Walter Haidinger
Am 07.11.2011 15:34, schrieb Norman Golisz: I don't know either. But, you could try to disable the vmt(4) driver at boot. At the boot prompt, type boot -c to trigger the UKC. At the UKC prompt, type disable vmt. Then type quit. If your system boots up without errors, you can preserve this

Re: 5.0 vmt0 kernel panic in Linux KVM

2011-11-07 Thread Alexander Polakov
* Walter Haidinger walter.haidin...@gmx.at [07 14:15]: ioapic0 at mainbus0: apid 1 pa 0xfec0, version 11, 24 pins ioapic0: misconfigured as apic 0, remapped to apid 1 bios0: ROM list: 0xc/0x9e00 0xca000/0xa00 0xcb000/0xa00 0xcc000/0x600 0xcc800/0x2400 vmt0 at mainbus0 vmware:

Re: kernel panic on openbsd i386 snapshot 20111103

2011-11-06 Thread Forman, Jeffrey
On Sat, Nov 5, 2011 at 10:29 AM, Norman Golisz li...@zcat.de wrote: On Sat Nov 5 2011 15:07, David Vasek wrote: On Sat, 5 Nov 2011, Norman Golisz wrote: On Sat Nov 5 2011 09:13, Forman, Jeffrey wrote: Am I barking up the wrong tree trying to deduce if I really do have a hardware

kernel panic on openbsd i386 snapshot 20111103

2011-11-05 Thread Forman, Jeffrey
I am in the process of building a new OpenBSD i386 5.0-release Intel Atom D510-based fw/router. I was editing some config files on the box in emacs when the process threw a core dump. Thinking perhaps it was just emacs, I went to do something else, 'sudo pkg_add -v mutt', and received a coredump

Re: kernel panic on openbsd i386 snapshot 20111103

2011-11-05 Thread Norman Golisz
Hi Jeffrey, On Sat Nov 5 2011 07:49, Forman, Jeffrey wrote: I am in the process of building a new OpenBSD i386 5.0-release Intel Atom D510-based fw/router. I was editing some config files on the box in emacs when the process threw a core dump. Thinking perhaps it was just emacs, I went to do

Re: kernel panic on openbsd i386 snapshot 20111103

2011-11-05 Thread Forman, Jeffrey
On Sat, Nov 5, 2011 at 8:29 AM, Norman Golisz li...@zcat.de wrote: Hi Jeffrey, On Sat Nov 5 2011 07:49, Forman, Jeffrey wrote: I am in the process of building a new OpenBSD i386 5.0-release Intel Atom D510-based fw/router. I was editing some config files on the box in emacs when the

Re: kernel panic on openbsd i386 snapshot 20111103

2011-11-05 Thread Norman Golisz
On Sat Nov 5 2011 09:13, Forman, Jeffrey wrote: Am I barking up the wrong tree trying to deduce if I really do have a hardware problem? I am open to accepting diffs and compiling from source if other developers think there might be a bug to fix here. It seems to be a hardware fault. To trap

Re: kernel panic on openbsd i386 snapshot 20111103

2011-11-05 Thread David Vasek
On Sat, 5 Nov 2011, Norman Golisz wrote: On Sat Nov 5 2011 09:13, Forman, Jeffrey wrote: Am I barking up the wrong tree trying to deduce if I really do have a hardware problem? I am open to accepting diffs and compiling from source if other developers think there might be a bug to fix here.

Re: kernel panic on openbsd i386 snapshot 20111103

2011-11-05 Thread Norman Golisz
On Sat Nov 5 2011 15:07, David Vasek wrote: On Sat, 5 Nov 2011, Norman Golisz wrote: On Sat Nov 5 2011 09:13, Forman, Jeffrey wrote: Am I barking up the wrong tree trying to deduce if I really do have a hardware problem? I am open to accepting diffs and compiling from source if other

Re: kernel panic: inteldrm

2011-09-28 Thread Owain Ainsworth
On Tue, Sep 27, 2011 at 01:24:36PM +0400, Alexei Malinin wrote: Hello. Can anybody comment this kernel panic event? I will look into it. What were you doing at the time? This is pure 4.9 yes? -0- -- It is now pitch dark. If you proceed, you will likely fall into a pit.

Re: kernel panic: inteldrm

2011-09-28 Thread Alexei Malinin
Owain Ainsworth wrote: On Tue, Sep 27, 2011 at 01:24:36PM +0400, Alexei Malinin wrote: Hello. Can anybody comment this kernel panic event? I will look into it. What were you doing at the time? rdesktop was running, I moved cursor from rdesktop window to seamonkey window, after that all

Re: kernel panic: inteldrm

2011-09-28 Thread Tomas Bodzar
2011/9/28 Alexei Malinin alexei.mali...@mail.ru: Owain Ainsworth wrote: On Tue, Sep 27, 2011 at 01:24:36PM +0400, Alexei Malinin wrote: Hello. Can anybody comment this kernel panic event? I will look into it. What were you doing at the time? rdesktop was running, I moved cursor from

kernel panic: inteldrm

2011-09-27 Thread Alexei Malinin
Hello. Can anybody comment this kernel panic event? -- Alexei Malinin from syslog: - Sep 21 19:04:24 magc /bsd: inteldrm0: gpu hung! Sep 21 19:04:24 magc /bsd: render error detected, EIR: 10MPVERRLPVERR Sep 21 19:04:24 magc /bsd: IPEIR: 0x Sep 21 19:04:24 magc /bsd

Re: Automatic reboot on kernel panic

2011-06-23 Thread Peter Hessler
On 2011 Jun 23 (Thu) at 00:32:40 +0200 (+0200), ter Voorde Informatiesystemen wrote: :You are completely right. : :I was only wondering if I do not set the variable explicitly, the :default value would be 0 or 1. : :Kind regards, : :Frank : For some sysctls, the default is 0, for others, the

Re: Automatic reboot on kernel panic

2011-06-23 Thread Raimo Niskanen
to be set explicitly. I now suppose: on a kernel panic, this system will not drop into ddb (kind-of waiting for someone to retrieve useful information about the panic) and is most likely to reboot. Is that correct? Exactly the opposite: $ sysctl ddb.panic ddb.panic=1 You need

Re: Automatic reboot on kernel panic

2011-06-23 Thread Kevin Chadwick
On Thu, 23 Jun 2011 11:27:09 +0200 Raimo Niskanen wrote: Ok, that I can not find from the documentation, only that setting it to 0 most probably is a change. I believe the defaults are conveniently listed in the comments next to the settings in sysctl.conf. I don't see why they'd change

Re: Automatic reboot on kernel panic

2011-06-23 Thread Stuart Henderson
On 2011-06-23, Raimo Niskanen raimo+open...@erix.ericsson.se wrote: On Thu, Jun 23, 2011 at 12:32:40AM +0200, ter Voorde Informatiesystemen wrote: You are completely right. I was only wondering if I do not set the variable explicitly, the default value would be 0 or 1. Ok, that I can not

4.9-current (GENERIC) #47 kernel panic: Does not find any disk to boot from

2011-06-23 Thread Jens A. Griepentrog
Dear [misc] mailing list(eners), My amd64 system [4.8 (GENERIC.MP) #335] contains three sd? drives: sd0: MO drive sd1: boot disk sd2: additional disk In contrast to 4.8 (GENERIC.MP) #335 or 4.9 (GENERIC.MP) #819 kernels the snapshot 4.9-current (GENERIC) #47 kernel does not recognize sd1 as

Re: 4.9-current (GENERIC) #47 kernel panic: Does not find any disk to boot from

2011-06-23 Thread Matthew Dempsky
On Thu, Jun 23, 2011 at 1:58 PM, Jens A. Griepentrog griep...@wias-berlin.de wrote: In contrast to 4.8 (GENERIC.MP) #335 or 4.9 (GENERIC.MP) #819 kernels the snapshot 4.9-current (GENERIC) #47 kernel does not recognize sd1 as boot disk even when the MO drive sd0 is empty. The system ends up in

Re: 4.9-current (GENERIC) #47 kernel panic: Does not find any disk to boot from

2011-06-23 Thread Matthew Dempsky
On Thu, Jun 23, 2011 at 5:16 PM, Matthew Dempsky matt...@dempsky.org wrote: Does it work if you try booting with boot bsd -a and manually tell it to use sd1a as the root device? And if so, please include the output of running disklabel on each of your disks. Also, what version of boot(8) do

Automatic reboot on kernel panic

2011-06-22 Thread ter Voorde Informatiesystemen
Hi there, At first, I would like to apologize for the possibility that this e-mail message might fatigue you, but I just want to be sure. I would like to know if my machine automatically reboots at a kernel panic (if it's not failing too much because of malfunctioning hardware, etc

Re: Automatic reboot on kernel panic

2011-06-22 Thread David Coppa
explicitly. I now suppose: on a kernel panic, this system will not drop into ddb (kind-of waiting for someone to retrieve useful information about the panic) and is most likely to reboot. Is that correct? Exactly the opposite: $ sysctl ddb.panic ddb.panic=1 You need to uncomment that line in /etc

Re: Automatic reboot on kernel panic

2011-06-22 Thread Gregory Edigarov
at a kernel panic (if it's not failing too much because of malfunctioning hardware, etc., ofcourse) by default, or if it will not. The machine is an i386 running OpenBSD 4.9 GENERIC.MP#794 and had a default cd install with no additional manual compile options set. It only has two users and sshd

Re: Automatic reboot on kernel panic

2011-06-22 Thread ter Voorde Informatiesystemen
/sysctl.conf I see the following commented line: #ddb.panic=0 and nothing else about ddb.panic is present there. With other words, I guess: 'ddb.panic=0' is the default boot time setting and does not have to be set explicitly. I now suppose: on a kernel panic, this system will not drop into ddb

Re: Automatic reboot on kernel panic

2011-06-22 Thread Marcos Laufer
: In /etc/sysctl.conf I see the following commented line: #ddb.panic=0 and nothing else about ddb.panic is present there. With other words, I guess: 'ddb.panic=0' is the default boot time setting and does not have to be set explicitly. I now suppose: on a kernel panic, this system

Re: Automatic reboot on kernel panic

2011-06-22 Thread Gregory Edigarov
On Wed, 22 Jun 2011 11:45:49 -0300 Marcos Laufer mar...@ipversion4.com wrote: ddb.panic=0 will boot instead of dropping you into a ddb? greg@greg:~$ banner YES # # ### # # # # # # # # # # ### ## # ## # #

Re: Automatic reboot on kernel panic

2011-06-22 Thread Raimo Niskanen
setting and does not have to be set explicitly. I now suppose: on a kernel panic, this system will not drop into ddb (kind-of waiting for someone to retrieve useful information about the panic) and is most likely to reboot. Is that correct? Exactly the opposite: $ sysctl ddb.panic

Re: Automatic reboot on kernel panic

2011-06-22 Thread Kevin Chadwick
On Wed, 22 Jun 2011 18:11:36 +0300 Gregory Edigarov wrote: On Wed, 22 Jun 2011 11:45:49 -0300 Marcos Laufer mar...@ipversion4.com wrote: ddb.panic=0 will boot instead of dropping you into a ddb? greg@greg:~$ banner YES # # ### # # # # # # # # # #

Re: Automatic reboot on kernel panic

2011-06-22 Thread ter Voorde Informatiesystemen
see the following commented line: #ddb.panic=0 and nothing else about ddb.panic is present there. With other words, I guess: 'ddb.panic=0' is the default boot time setting and does not have to be set explicitly. I now suppose: on a kernel panic, this system will not drop into ddb (kind-of waiting

pfsync over IPsec kernel panic when syncdev is not enc0

2011-05-24 Thread Łukasz Czarniecki
Hi While testing pfsync over IPsec I have spotted a bug. While it is documented in man pfsync that enc0 should be used as syncdev when using pfsync over ipsec IMHO the system should not crash when the physical interface is used. This bug can be spotted on 4.8/i386, 4.9/i386 and Current/i386. I

Re: kernel panic after install reboot

2011-03-28 Thread Sha'ul
Thank you for the notification, I fixed the daily limit.

kernel panic after install reboot

2011-03-27 Thread Sha'ul
I was able to install 4.9-current with no problem, I typed reboot at the command prompt after completion, the boot prompt comes up and the starts the usual probe and I get a kernal panic. So how do I report a system bug if I've never been able to login? This is on a new laptop.

Re: kernel panic after install reboot

2011-03-27 Thread Amit Kulkarni
What exactly is the message during kernel panic? Are you able to use keyboard to enter a few commands? If so you can check out http://www.openbsd.org/faq/faq2.html#Bugs See if this can also help http://www.openbsd.org/faq/faq5.html#BootConfig On Sun, Mar 27, 2011 at 4:11 PM, Sha'ul sh

Re: kernel panic after install reboot

2011-03-27 Thread Sha'ul
Dude, You need to give more info. How about the dmesg from the bsd.rd? Luis. At the boot prompt I put bsd.rd and it probes and gives me the install options (I)nstall (U)pgrade (S)hell, I went to shell and dmesg worked, but how can I supply a copy of it here without net connection and

Re: kernel panic after install reboot

2011-03-27 Thread Kenneth R Westerback
On Sun, Mar 27, 2011 at 04:21:32PM -0700, Sha'ul wrote: Dude, You need to give more info. How about the dmesg from the bsd.rd? Luis. At the boot prompt I put bsd.rd and it probes and gives me the install options (I)nstall (U)pgrade (S)hell, I went to shell and dmesg worked, but how can

Re: kernel panic after install reboot

2011-03-27 Thread Scott McEachern
On 03/27/11 19:21, Sha'ul wrote: At the boot prompt I put bsd.rd and it probes and gives me the install options (I)nstall (U)pgrade (S)hell, I went to shell and dmesg worked, but how can I supply a copy of it here without net connection and without OS login capabilities? FYI, trying to

sparc64 - openbsd4.8 bge3: watchdog timeout -- resetting + kernel panic

2011-03-10 Thread Joel Wiramu Pauling
it was doing this, and got a kernel panic ;-/ Steps to reproduce: boot, provision network, and firewall config - bring up some services, send some traffic, wait a few days for message to appear, run sendbug. Crash. 2 Outcomes: Kernel panic/crash , or no network on interface (reboot solves problem

Kernel panic at 7th January i386-current

2011-01-21 Thread Insan Praja SW
Hi List, on i386-current: OpenBSD 4.8-current (GENERIC.MP) #18: Fri Jan 7 15:22:29 WIT 2011 r...@greenservicerouter-2g.mygreenlinks.net:/usr/src/sys/arch/i386/compile/GENERIC.MP RTC BIOS diagnostic error efixed_disk,invalid_time cpu0: Intel(R) Xeon(R) CPU X3220 @ 2.40GHz (GenuineIntel

Re: Kernel Panic immediately after boot with CARP

2010-10-20 Thread Steve W
Could this be indicative of something with my problem? I can't seem to list a re interface with ifconfig. # uptime 8:51PM up 1 day, 8:09, 1 user, load averages: 0.12, 0.09, 0.08 # ifconfig lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 33200 priority: 0 groups: lo

Re: Kernel Panic immediately after boot with CARP

2010-10-03 Thread Steve W
On Wed, 29 Sep 2010 11:57:10 +0200, you wrote: sigh. use-after-free (most likely, at least) somewhere. unlikely to be carp itself. might be re (wild guess). I think your somewhere near re theory might have some merrit to it. :) I've had a number of crashes over the past couple days, but this one

Re: Kernel Panic immediately after boot with CARP

2010-10-03 Thread Henning Brauer
* Steve W st...@witucke.net [2010-10-03 22:16]: On Wed, 29 Sep 2010 11:57:10 +0200, you wrote: sigh. use-after-free (most likely, at least) somewhere. unlikely to be carp itself. might be re (wild guess). I think your somewhere near re theory might have some merrit to it. :) well, it is

Re: Kernel Panic immediately after boot with CARP

2010-10-03 Thread Henning Brauer
* Henning Brauer lists-open...@bsws.de [2010-10-03 22:28]: * Steve W st...@witucke.net [2010-10-03 22:16]: On Wed, 29 Sep 2010 11:57:10 +0200, you wrote: sigh. use-after-free (most likely, at least) somewhere. unlikely to be carp itself. might be re (wild guess). I think your somewhere

Re: Kernel Panic immediately after boot with CARP

2010-10-03 Thread Steve W
On Sun, 3 Oct 2010 22:41:50 +0200, you wrote: err... reading the trace first helps. this is actually pretty clearly a problem in re. I don't feel responsible for re tho :) Is there something else I should do before submitting something to bugs? Both of these source files haven't been modified

Re: Kernel Panic immediately after boot with CARP

2010-10-03 Thread Steve W
On Sun, 3 Oct 2010 22:24:18 +0200, you wrote: well, it is easy enough to verify - use something else but re. if it's stable, we have the guilty party, at least. Yea, I'm sort of stuck with re. Here's a few quick images of these boxes. It's a Jetway NF76 board with a daughter card with 3

Re: Kernel Panic immediately after boot with CARP

2010-09-29 Thread Henning Brauer
* Steve W st...@witucke.net [2010-09-26 18:46]: login: panic: pool_do_get(mcl2k): free list modified: page 0xd68bc000;; item addr 0xd68bc800; offset 0x0=0x2d304436 sigh. use-after-free (most likely, at least) somewhere. unlikely to be carp itself. might be re (wild guess). -- Henning Brauer,

Re: Kernel panic on shutdown -p -- ACPI problem?

2010-05-10 Thread Stefan T. Unterweger
* Stefan Unterweger on Tue, May 04, 2010 at 12:43:22AM +0200: However, if I do `shutdown -h -p` (thus power off), I get a kernel panic; specifically, AML PARSE ERROR (see below). This only happens when doing '-p' is involved somehow; rebooting works, and just '-h' without '-p' does, too

Re: Kernel panic on shutdown -p -- ACPI problem?

2010-05-06 Thread Stefan Unterweger
* Mike Larkin on Wed, May 05, 2010 at 09:04:06PM -0700: If you haven't sent an acpidump yet, send it over. /* RSD PTR: Checksum=20, OEMID=PTLTD, RsdtAddress=0x3fefcf28 */ /* RSDT: Length=44, Revision=1, Checksum=13, OEMID=PTLTD, OEM Table ID= RSDT, OEM Revision=0x604,

Re: Kernel panic on shutdown -p -- ACPI problem?

2010-05-04 Thread Aaron Mason
` (thus power off), I get a kernel panic; specifically, AML PARSE ERROR (see below). This only happens when doing '-p' is involved somehow; rebooting works, and just '-h' without '-p' does, too. I've done some research, and it turns out that the motherboard seems to a particularly buggy ACPI

Re: Kernel panic on shutdown -p -- ACPI problem?

2010-05-04 Thread Stefan Unterweger
* Aaron Mason on Tue, May 04, 2010 at 08:48:05PM +1000: When you get it out again, we'll also need to see an acpidump output. Here is the output of both acpidump(8) and dmesg(8). s//un -8-8-8-8-8-8-8-8- /* RSD PTR: Checksum=20, OEMID=PTLTD,

Re: Kernel panic on shutdown -p -- ACPI problem?

2010-05-04 Thread Stefan Unterweger
* Jan Stary on Tue, May 04, 2010 at 08:31:10AM +0200: I've done some research, and it turns out that the motherboard seems to a particularly buggy ACPI tables. And just as well, if I disable ACPI, the kernel panic vanishes. However, the machine doesn't get turned off as well, so it's

Kernel panic on shutdown -p -- ACPI problem?

2010-05-03 Thread Stefan Unterweger
extent much smoother than on Linux (especially getting the sensors to work back then was a true nightmare, and I eventually gave up in defeat -- on OpenBSD, they just work). However, if I do `shutdown -h -p` (thus power off), I get a kernel panic; specifically, AML PARSE ERROR (see below). This only

Re: OpenBSD 4.6 pfsync kernel panic

2009-11-18 Thread Anders Pettersson
[mailto:l...@animata.net] Sent: Wednesday, November 18, 2009 01:04 To: Anders Pettersson Cc: misc@openbsd.org Subject: Re: OpenBSD 4.6 pfsync kernel panic hi anders, could you get me a full trace from ddb when the fault occurs? id also like the output of 'cvs info if_pfsync.?' in src/sys/net in the tree

OpenBSD 4.6 pfsync kernel panic

2009-11-17 Thread Anders Pettersson
Hi We get kernel panics when we reboot either one of our two OpenBSD 4.6 servers running pf. It seems that the kernel panic always happens at the point where the pf sync state import happens. Sometimes we can reboot the servers, one at the time, a number of times in a row without any problems. We

OpenBSD 4.6 pfsync kernel panic

2009-11-17 Thread Anders Pettersson
Hi We get kernel panics when we reboot either one of our two OpenBSD 4.6 servers running pf. It seems that the kernel panic always happens at the point where the pf sync state import happens. Sometimes we can reboot the servers, one at the time, a number of times in a row without any problems

Re: OpenBSD 4.6 pfsync kernel panic

2009-11-17 Thread David Gwynne
one of our two OpenBSD 4.6 servers running pf. It seems that the kernel panic always happens at the point where the pf sync state import happens. Sometimes we can reboot the servers, one at the time, a number of times in a row without any problems. We have tried to understand why this occurs

IBM Lenovo AMD Athlon X2 64 Kernel Panic on 4.6 i386

2009-11-16 Thread David S.
Hello there, unfortunately my newly acquired Lenovo Desktop, Model Number A5790R will Kernel Panic before during boot. The install of i386 4.6 itself goes fine. I tried to boot with acpi disabled, to no avail. Also i played around with various settings in the BIOS pertaining to certain CPU

Re: IBM Lenovo AMD Athlon X2 64 Kernel Panic on 4.6 i386

2009-11-16 Thread Jonathan Gray
On Mon, Nov 16, 2009 at 08:31:59PM +0800, David S. wrote: Hello there, unfortunately my newly acquired Lenovo Desktop, Model Number A5790R will Kernel Panic before during boot. The install of i386 4.6 itself goes fine. I tried to boot with acpi disabled, to no avail. Also i played around

Re: IBM Lenovo AMD Athlon X2 64 Kernel Panic on 4.6 i386

2009-11-16 Thread David S.
On Mon, Nov 16, 2009 at 8:49 PM, Jonathan Gray j...@goblin.cx wrote: On Mon, Nov 16, 2009 at 08:31:59PM +0800, David S. wrote: Hello there, unfortunately my newly acquired Lenovo Desktop, Model Number A5790R will Kernel Panic before during boot. The install of i386 4.6 itself goes fine. I

Re: IBM Lenovo AMD Athlon X2 64 Kernel Panic on 4.6 i386

2009-11-16 Thread Vijay Sankar
David S. wrote: Hello there, unfortunately my newly acquired Lenovo Desktop, Model Number A5790R will Kernel Panic before during boot. The install of i386 4.6 itself goes fine. I tried to boot with acpi disabled, to no avail. Also i played around with various settings in the BIOS pertaining

<    1   2   3   4   5   6   >