Re: simple-mtpfs kernel panic

2017-10-03 Thread Martin Pieuchot
On 01/10/17(Sun) 20:35, Olivier Antoine wrote: > Hi, > > Looks like this bug: > > I can also reproduce this with: > > $ while true ; do adb shell ls / ; adb kill-server ; done > > The code which is triggered in /sys/dev/usb/ehci.c: > > ehci

Re: simple-mtpfs kernel panic

2017-10-03 Thread Olivier Antoine
Hi, I tested this patch. From what I've seen, it works perfectly. After suspend / resume, I did not notice any problem. Thanks for the resolution of this bug. On Tue, Oct 3, 2017 at 11:27 AM, Martin Pieuchot wrote: > On 01/10/17(Sun) 20:35, Olivier Antoine wrote: >> Hi, >> >> Looks like this

Re: Apollo Lake kernel panic

2017-11-03 Thread Predrag Punosevac
st one died but NewEgg sent me the second one. I don't know where to begin. With the default ACPI configuration options 1. Suspend to RAM enabled 2. ACPI HPET Table enabled one can't clearly shut down 6.2 stable. This is what I got www.devio.us/~ppunosevac/kernel-panic-1.jpg The

Re: Apollo Lake kernel panic

2017-11-03 Thread Predrag Punosevac
I was able to boot machine which crashed with bsd.sp kernel. Please see message below. That kernel is non-patched kernel as I was running normally bsd.mp kernel. Also I forgot to say in my previous message that I didn't mess with C states (BIOS option). I was also using legacy (not pure UEFI boot)

Re: Apollo Lake kernel panic

2017-11-03 Thread Predrag Punosevac
I copied the bsd.mp kernel from a working machine. Here is the dmesg. I also disabled C states in BIOS and was able cleanly to halt machine OpenBSD 6.2 (GENERIC) #132: Tue Oct 3 21:18:21 MDT 2017 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC real mem = 16799846400 (16021

Re: Apollo Lake kernel panic

2017-11-05 Thread Pedro Ramos
I cannot check it right now, but I am pretty sure I have disabled the C states and as well CSM. Also I have upgrade the firmware to the latest. At the beginning I also had some troubles. The system was crashing at different times. Now it is stable. I am running 6.2 -current not Release. Às 06:0

Re: kernel panic with cmp

2018-02-26 Thread Krzysztof Strzeszewski
Hardware was bad, now it's ok. W dniu 17.02.2018 o 08:23, Krzysztof Strzeszewski pisze: > Hi, > > I have kernel panic in OpenBSD 6.1 end 6.2 on the same machine. Command > "cmp" is in my script , it starts every minute. When I don't use "cmp" > comman

Re: OpenBSD 6.3 kernel panic

2018-04-13 Thread Mike Larkin
On Thu, Apr 12, 2018 at 10:19:23PM -0500, Juan Morado wrote: > Hi all, > > I searched the mail archives briefly but couldn't find a related issue. > Apologies if this is a duplicate. > > Since upgrading to OpenBSD 6.3 on my amd64 laptop, it has been crashing > whenever I touch the track pad. > >

Re: OpenBSD 6.3 kernel panic

2018-04-14 Thread Juan Morado
d > so I > > was able to get a dump from ddb. > > > > Output from dmesg follows. I also have bsd.0.core, bsd.0, bounds, minfree > > files from the crash dump. If there is any interest in looking at these, > > please advise the best way to share them. > > > >

Re: OpenBSD 6.3 kernel panic

2018-04-14 Thread IL Ka
> > Maybe kernel panic isn't the correct terminology? ddb is invoked anytime I > touch the track pad while booting. You are right: it is kernel panic. Accroding to ddb(4): "ddb is invoked upon a kernel panic when the sysctl(8) ddb.panic is set to 1." I am not sur

Re: OpenBSD 6.3 kernel panic

2018-04-14 Thread Mike Larkin
ee > > > files from the crash dump. If there is any interest in looking at these, > > > please advise the best way to share them. > > > > > > - JM > > > > > > --- > > > > Where's the panic string? > > > > Hell if I know. &g

Re: OpenBSD 6.3 kernel panic

2018-04-14 Thread Juan Morado
gt; hang, however, it also crashes during boot if the track pad is > touched > > > so I > > > > was able to get a dump from ddb. > > > > > > > > Output from dmesg follows. I also have bsd.0.core, bsd.0, bounds, > minfree > > > > files fr

Re: OpenBSD 6.3 kernel panic

2018-04-14 Thread Mike Larkin
t; just > > > > > hang, however, it also crashes during boot if the track pad is > > touched > > > > so I > > > > > was able to get a dump from ddb. > > > > > > > > > > Output from dmesg follows. I also have bsd.

Re: OpenBSD 6.3 kernel panic

2018-04-15 Thread Rupert Gallagher
http://bijanebrahimi.github.io/blog/remote-debugging-the-running-openbsd-kernel.html On Sun, Apr 15, 2018 at 08:02, Mike Larkin wrote: > PS, this bug report leaves a lot to be desired... -ml

Re: OpenBSD 6.3 kernel panic

2018-04-15 Thread Juan Morado
Rupert, that's a great article, thanks for sharing. I don't see how that helps when my OpenBSD host machine would crash (not the QEMU guest) when I so much as touch the track pad. On Sun, Apr 15, 2018 at 2:05 AM, Rupert Gallagher wrote: > http://bijanebrahimi.github.io/blog/remote-debugging-the-

Re: OpenBSD 6.3 kernel panic

2018-04-15 Thread IL Ka
Technically, you can debug your real machine kernel using serial (aka com) port, but I do not think you need to do that. When your kernel panics, it takes your to ddb, right? You got "uvm_fault page fault trap": it means kernel tries to access some invalid memory address. It happens in "ihidev_i

Re: OpenBSD 6.3 kernel panic

2018-04-15 Thread Juan Morado
On Sun, Apr 15, 2018 at 1:02 AM, Mike Larkin wrote: > On Sat, Apr 14, 2018 at 11:32:00PM -0500, Juan Morado wrote: > > Here's the text as best I can see it. > > > > uvm_fault (0xc1afca80, 0x808ca000, 0, 1) -> e > > kernel: page fault trap, code=0 > > Stopped atihidev_intr+

Re: 5.8 Stable kernel panic

2015-11-12 Thread Donald Allen
fdisk and disklabel output below. I should note that the panic is reproducible. I rebooted the problem system and tried plugging and unplugging the USB drive and it panicked again. The HP laptop, running the 5.8 install cd system, exhibits no such problems. Plug the same drive in and I get a devic

Re: 5.8 Stable kernel panic

2015-11-12 Thread Donald Allen
One more thing: it just occurred to me to try a different USB drive, to see if the issue was specific to the Toshiba drive. I have a 1TB Seagate USB drive. I tried plugging it in and unplugging -- same thing, kernel panic.

Re: 5.8 Stable kernel panic

2015-11-12 Thread Stefan Sperling
On Thu, Nov 12, 2015 at 12:53:06PM -0500, Donald Allen wrote: > fdisk and disklabel output below. > > I should note that the panic is reproducible. I rebooted the problem > system and tried plugging and unplugging the USB drive and it panicked > again. The HP laptop, running the 5.8 install cd sys

Re: 5.8 Stable kernel panic

2015-11-12 Thread Donald Allen
Solved -- my error. I completely forgot that I had used config to make a kernel from the Stable kernel, disabling devices that don't exist in this machine, or so I thought. Fortunately, when I installed it, I saved the stock Stable kernel. I took your suggestion and downloaded a current snapshot a

Strange kernel panic-like problem

2019-02-07 Thread Kyle
I recently upgraded a box running 6.2 to 6.4 via clean install. After a few days of running normally it started locking up, usually within a minute or so after booting up to the login prompt. ddb appears on the console. I eventually thought to try booting bsd.sp, which has been running for about

ppppoe octeon kernel panic .6.6

2019-10-20 Thread Holger Glaess
hi if i boot my edgerouter with connected dsl modem i get an kernel panic. reordering libraries: Trap cause = 2 Frame 0x98004efcb860 Trap PC 0x813cc38c RA 0x8109feac fault 0x0 0x813cc2d8 (1,98000f991b76,1,2)  ra 0x8109feac sp 0x98004efcb9b8, sz 0

ppppoe octeon kernel panic .6.6

2019-10-21 Thread Peter J. Philipp
report ids upd0 at uhidev0 scsibus0 at sdmmc0: 2 targets, initiator 0 sd0 at scsibus0 targ 1 lun 0: removable sd0: 3776MB, 512 bytes/sector, 7733248 sectors vscsi0 at root scsibus1 at vscsi0: 256 targets softraid0 at root scsibus2 at softraid0: 256 targets root on sd0a (b3a80208ecd8c82c.a) swap on sd0

Kernel panic on 6.0-stable

2016-11-20 Thread Frank Groeneveld
A few week back there was an outage at my ISP. Afterwards, I kept getting crashed on igmpproxy after changing channels on the tv a few times: - Note: RECV Leave message from 192.168.1.2 to 224.0.0.2 (ip_hl 24, data 8) Debu: Got leave mes

Kernel panic after upgrade -CURRENT

2017-01-28 Thread kayasaman
Hi, A very strange issue... After the previous update of CURRENT I started to have issues with ftpproxy not loading some directories, an example being shrubbery.net rancid directory. Today I attempted an upgrade to see if that might kick things into gear and now my OBSD machine won't boot and Ker

Re: Kernel panic during installation

2016-02-12 Thread Stefan Sperling
On Thu, Feb 11, 2016 at 08:42:21PM -0500, Donald Allen wrote: > When attempting to install the 2/8 snapshot on my Thinkpad x-250, I chose > to configure the wireless network interface (iwm). This resulted in the > following: > > iwm0: could not read firmware iwm-7265-9 (error 2) > panic: attempt t

Re: Kernel panic during installation

2016-02-12 Thread Donald Allen
On Feb 12, 2016 05:08, "Stefan Sperling" wrote: > > On Thu, Feb 11, 2016 at 08:42:21PM -0500, Donald Allen wrote: > > When attempting to install the 2/8 snapshot on my Thinkpad x-250, I chose > > to configure the wireless network interface (iwm). This resulted in the > > following: > > > > iwm0: c

Re: Kernel panic during installation

2016-02-12 Thread Chris Cappuccio
Donald Allen [donaldcal...@gmail.com] wrote: > On Feb 12, 2016 05:08, "Stefan Sperling" wrote: > > > > On Thu, Feb 11, 2016 at 08:42:21PM -0500, Donald Allen wrote: > > > When attempting to install the 2/8 snapshot on my Thinkpad x-250, I > chose > > > to configure the wireless network interface (

Re: Kernel panic during installation

2016-02-12 Thread Donald Allen
On Fri, Feb 12, 2016 at 10:45 AM, Chris Cappuccio wrote: > Donald Allen [donaldcal...@gmail.com] wrote: > > On Feb 12, 2016 05:08, "Stefan Sperling" wrote: > > > > > > On Thu, Feb 11, 2016 at 08:42:21PM -0500, Donald Allen wrote: > > > > When attempting to install the 2/8 snapshot on my Thinkpad

Re: Kernel panic during installation

2016-02-12 Thread Stefan Sperling
On Fri, Feb 12, 2016 at 10:47:16AM -0500, Donald Allen wrote: > On Fri, Feb 12, 2016 at 10:45 AM, Chris Cappuccio wrote: > > > Donald Allen [donaldcal...@gmail.com] wrote: > > > On Feb 12, 2016 05:08, "Stefan Sperling" wrote: > > > > > > > > On Thu, Feb 11, 2016 at 08:42:21PM -0500, Donald Allen

Re: Kernel panic during installation

2016-02-12 Thread Donald Allen
On Fri, Feb 12, 2016 at 11:17 AM, Stefan Sperling wrote: > On Fri, Feb 12, 2016 at 10:47:16AM -0500, Donald Allen wrote: > > On Fri, Feb 12, 2016 at 10:45 AM, Chris Cappuccio > wrote: > > > > > Donald Allen [donaldcal...@gmail.com] wrote: > > > > On Feb 12, 2016 05:08, "Stefan Sperling" wrote:

Re: Kernel panic during installation

2016-02-12 Thread Stefan Sperling
On Fri, Feb 12, 2016 at 03:03:46PM -0500, Donald Allen wrote: > I just used this exchange as an example to a friend who buys everything > Apple and then complains when their software is buggy. This is a perfect > example of how a direct negative feedback path makes software converge > quickly to co

Re: Kernel panic during installation

2016-02-12 Thread Donald Allen
On Fri, Feb 12, 2016 at 3:42 PM, Stefan Sperling wrote: > On Fri, Feb 12, 2016 at 03:03:46PM -0500, Donald Allen wrote: > > I just used this exchange as an example to a friend who buys everything > > Apple and then complains when their software is buggy. This is a perfect > > example of how a dir

Re: Kernel panic during installation

2016-02-13 Thread Stuart Henderson
On 2016-02-12, Donald Allen wrote: > On Fri, Feb 12, 2016 at 3:42 PM, Stefan Sperling wrote: > >> On Fri, Feb 12, 2016 at 03:03:46PM -0500, Donald Allen wrote: >> > I just used this exchange as an example to a friend who buys everything >> > Apple and then complains when their software is buggy.

Re: Kernel panic during installation

2016-02-13 Thread Ingo Schwarze
Stuart Henderson wrote on Sat, Feb 13, 2016 at 08:45:35PM +: > On 2016-02-12, Donald Allen wrote: >> On Fri, Feb 12, 2016 at 3:42 PM, Stefan Sperling wrote: >>> On Fri, Feb 12, 2016 at 03:03:46PM -0500, Donald Allen wrote: I just used this exchange as an example to a friend who buys eve

Kernel panic (-current) AMD64 GENERIC.MP

2008-03-03 Thread Sylwester S. Biernacki
Hello, today one of my freshly upgraded machines after one week of normal work hanged up. Don't think it's hardware related, machine was working with 4.2- stable for last 3 months without doubt. Any idea what caused that hangup ? I saw the following on the console and could only to

Need help reporting kernel panic

2008-04-14 Thread Dag Richards
Understand that I am not (quite) reporting a panic without a ps and trace. I had kernel panic this weekend on my standby vpn firewall, this is the third time this has happened in the last 300 days or so, always with the same panic. I run with ddb.log=1 I ran ps and trace expecting the output

uath kernel panic on sparc64

2007-06-09 Thread Jimmy Mitchener
`. However, it cannot associate with any access points. And if I have the device in at startup I get a pretty nasty kernel panic. It is also worth noting that I am not actually detaching the device when those events come up in the dmesg. I have posted this previously to bugs@, but I decided to repost it

Re: another pf kernel panic

2008-07-06 Thread Henning Brauer
* Karl Karlsson <[EMAIL PROTECTED]> [2008-07-06 14:36]: > That last one that got fixed by henning seems to work now, however i hit > another one. > > Scenario-NATing OBSD i386 acting as gw and and redirecting a port 39965 to > laptop behind running WinXP. Regular surfing works ok and is stable but

Re: another pf kernel panic

2008-07-08 Thread Karl Karlsson
Oops, sorry for not leaving feedback, it is indeed stable again with rev. 1.607. I have been pushing it quite hard for 24 hours now and it keeps running fine now. > > > 2008/7/8 David Krause <[EMAIL PROTECTED]>: > > * Karl Karlsson <[EMAIL PROTECTED]> [080706 07:37]: >> > That last one that got fi

sparc64 kernel panic (SUN v440)

2008-07-29 Thread Michael
Hi all, I just had my v440 crash on me with a weird message (at the end of the dmesg). Any ideas why that happened? console is /[EMAIL PROTECTED],60/[EMAIL PROTECTED]/[EMAIL PROTECTED],3f8 Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. Al

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: current snapshot pipex kernel panic

2013-02-13 Thread YASUOKA Masahiko
On Wed, 26 Sep 2012 14:44:58 +0900 (JST) YASUOKA Masahiko wrote: > On Tue, 25 Sep 2012 16:16:12 +0200 > csszep wrote: >> I wanted to try a simple npppd setup and i got a panic. > > I'm looking into this problem and fixing it. But it will take more > days. oops, I forgot about this bug > To wo

Re: Kernel panic with jme driver

2013-03-25 Thread Comète
took me some time to identify it: The NIC uses the jme driver which run in a kernel panic each time i upload data from the XS35v2 to any other machine with a transfer rate above 7 Mbits/s (XS35v2 -> other PC). No problem at all when downloading. I made some tests that you can follow to eas

Re: kernel panic avrdude, usb related?

2013-11-10 Thread Byron Klippert
Same problem exits on Nov 7 snapshot. On Sat, Nov 9, 2013, at 23:57, Byron Klippert wrote: > Hello, > > > Fresh install of 5.4, pkg_add avr, avrdragon programmer plugged in via > usb, invoked `sudo avrdude -c dragon_isp -p attiny4313 -P usb` causes > the machine to panic. > > Tried different av

Re: Kernel panic with jme driver

2013-11-11 Thread Comète
, sorry for the late report it took me some time to > identify it: > > The NIC uses the jme driver which run in a kernel panic each time i > upload data from the XS35v2 to any other machine with a transfer rate > above 7 Mbits/s (XS35v2 -> other PC). No problem at all when >

Re: Kernel panic with jme driver

2013-11-11 Thread Comète
mails to ask why but didn't get any answer. Do you know any particular reason for this patch not being applied ? Thanks a lot ! Le 24/03/2013 15:46, Comète a écrit : Hello, i own a Shuttle XS35v2 and actually run OpenBSD 5.2 amd64 (SMP) on it. I run OpenBSD on this hardware since 4.9 and i a

Re: Kernel panic with jme driver

2013-11-11 Thread Vigdis
, Comète a écrit : > > Hello, > > > > i own a Shuttle XS35v2 and actually run OpenBSD 5.2 amd64 (SMP) on > > it. I run OpenBSD on this hardware since 4.9 and i always > > encountered the following problem, sorry for the late report it > > took me some time to identif

Re: Lenovo L420 ACPI, kernel panic

2013-12-03 Thread Cyril Andreichuk
> From: cyril.andreic...@hotmail.com > To: misc@openbsd.org > Subject: Lenovo L420 ACPI, kernel panic > Date: Tue, 3 Dec 2013 10:09:56 +0300 > > hi > there is always a kernel panic when booting with enabled acpi on my Lenovo > ThinkPad L420 (7854RP1). here are pic

Re: Lenovo L420 ACPI, kernel panic

2013-12-03 Thread Cyril Andreichuk
> From: cyril.andreic...@hotmail.com > To: misc@openbsd.org > Subject: Lenovo L420 ACPI, kernel panic > Date: Tue, 3 Dec 2013 10:09:56 +0300 > > hi > there is always a kernel panic when booting with enabled acpi on my Lenovo > ThinkPad L420 (7854RP1). here are pic

Re: kernel panic radeon HD 8570D

2014-07-05 Thread romook
> Hello, Hello > When startig X on the latest snapshot the kernel paniced, I was stupid enough not to run the suggested > command at the ddb prompt because I forgot. > > Here's the error it reported: > > uvm_fault(0xfe823cb0c468, 0x278, 0, 1) -> e > kernel: page fault trap, code=0 > Sto

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, k

Re: Automatic reboot on kernel panic

2011-06-22 Thread David Coppa
nd 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 d

Re: Automatic reboot on kernel panic

2011-06-22 Thread Gregory Edigarov
ddb.panic=0' is the default boot time setting and does not > have to be set explicitly. you have wrong guess, go do # sysctl ddb.panic > 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 >

Re: Automatic reboot on kernel panic

2011-06-22 Thread ter Voorde Informatiesystemen
matiesystemen wrote: 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 p

Re: Automatic reboot on kernel panic

2011-06-22 Thread Marcos Laufer
en wrote: > > >> 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 >>

Re: Automatic reboot on kernel panic

2011-06-22 Thread Gregory Edigarov
On Wed, 22 Jun 2011 11:45:49 -0300 Marcos Laufer 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
>> > >> 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

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 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
onf 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 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 defa

Re: Automatic reboot on kernel panic

2011-06-23 Thread Raimo Niskanen
wrote: > >>>On Wed, 22 Jun 2011, ter Voorde Informatiesystemen wrote: > >>> > >>> > >>>>In /etc/sysctl.conf I see the following commented line: > >>>> > >>>>#ddb.panic=0 > >>>> > >>>>a

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 occas

Re: Automatic reboot on kernel panic

2011-06-23 Thread Stuart Henderson
On 2011-06-23, Raimo Niskanen 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 find from the docume

Re: current snapshot pipex kernel panic

2012-09-25 Thread YASUOKA Masahiko
Hello, On Tue, 25 Sep 2012 16:16:12 +0200 csszep wrote: > I wanted to try a simple npppd setup and i got a panic. I'm looking into this problem and fixing it. But it will take more days. To workaround the problem, please add mppe no to the tunnel configuration. --yasuoka

Re: current snapshot pipex kernel panic

2012-09-26 Thread csszep
Thank you! It works as expected. Otherwise the "mppe no" option is missing from the manual page. 2012/9/26 YASUOKA Masahiko : > Hello, > > On Tue, 25 Sep 2012 16:16:12 +0200 > csszep wrote: >> I wanted to try a simple npppd setup and i got a panic. > > I'm looking into this problem and fixing i

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 wrote

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 witho

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 worke

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 h

Re: kernel panic after install reboot

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

Re: Newer snaps throw kernel panic...

2006-05-21 Thread Miod Vallat
> I've got a server that has been running fine with a bsd.mp kernel > from Apr 23. I took it up to -current on May 19th and it threw a panic on > boot. I booted from the old kernel and it was fine, so I cvsuped the > source and built -current again. Same thing. This should be fixed with sys/

Re: Newer snaps throw kernel panic...

2006-05-22 Thread Jeff Ross
On Mon, 22 May 2006, Miod Vallat wrote: I've got a server that has been running fine with a bsd.mp kernel from Apr 23. I took it up to -current on May 19th and it threw a panic on boot. I booted from the old kernel and it was fine, so I cvsuped the source and built -current again. Same thing.

Kernel panic "smashed stack in ufs_makeinode"

2006-05-29 Thread Jérôme Loyet
Hello, I've just installed OpenBSD 3.9 and I've stranged behaviours. I've sometimes some seg fault, sometimes the system crashed with or without a panic in dmesg. I got once: --- panic: smashed stack in ufs_makeinode Stopped at It's a dedicated server, I don't have access to the console.

Re: Kernel panic -- Processor State .. PState

2006-05-31 Thread Jerome Loyet
] [mailto:[EMAIL PROTECTED] > De la part de Jerome Loyet > Envoye : mardi 30 mai 2006 23:28 > A : misc@openbsd.org > Objet : Re: Kernel panic "smashed stack in ufs_makeinode" > > In fact this is not just a problem with my machine. > I bought a dedicated server (www.dedibox

Re: Kernel panic -- Processor State .. PState

2006-05-31 Thread Stuart Henderson
On 2006/06/01 01:55, Jerome Loyet wrote: > The only difference between the 2 kind of machine is about the BIOS version > installed. > > The differences between the two BIOS are: > - The vcore has been updated to +0.1v > - Pstate has been removed > > The second release of the BIOS seams to be b

Re: Kernel panic -- Processor State .. PState

2006-06-01 Thread mickey
ECTED] > > De la part de Jerome Loyet > > Envoye : mardi 30 mai 2006 23:28 > > A : misc@openbsd.org > > Objet : Re: Kernel panic "smashed stack in ufs_makeinode" > > > > In fact this is not just a problem with my machine. > > I bought a dedic

Kernel Panic with 3.9-stable MP

2006-07-04 Thread Federico Giannici
This is the second time this server crash since we switched to the MP kernel, about a month ago. I have found the following blue text in the console (it may contain some errors because I copied it by hand): uvm_fault( 0xd05cc660, 0xec3de000, 0, 1 ) -> e Fatal page fault in supervisor mode tra

Kernel Panic with 3.9-current MP

2006-07-10 Thread Federico Giannici
It happened again: one of our servers with OpenBSD i386 3.9-current MP of a couple days ago crashed with the following kernel error: uvm_fault(0xd071cd68, 0xeb64c000, 0, 1) -> e kernel: page fault trap, code=0 Stopped at pmap_page_remove_86+0x114 movl 0(%eax,%edx,4),%eax Unfortunately I wasn'

Re: ppppoe octeon kernel panic .6.6

2019-12-15 Thread Holger Glaess
hi with the current version OpenBSD 6.6-current (GENERIC.MP) #48: Tue Dec 10 16:30:01 MST 2019 dera...@octeon.openbsd.org:/usr/src/sys/arch/octeon/compile/GENERIC.MP the pppoe interface works as expected. no kernel panic anymore thanks holger Am 22.10.19 um 21:12 schrieb Holger Glaess

reboot after kernel panic on 7.2

2023-03-05 Thread mabi
Hello Is it possible to have OpenBSD 7.2 automatically reboot after a kernel panic happens? I tried setting: ddb.panic=0 but it does not reboot automatically. As I am affected by the pfsync issue which leads to a kernel panic on OpenBSD 7.2 so I would like the firewall to reboot as soon as

Kernel panic probably linked to inteldrm

2020-07-19 Thread Jérôme FRGACIC
Hi misc@, I have installed OpenBSD 6.7 on a new laptop and I experiment regular kernel panic. Unfortunately, I lack of information because ddb doesn't start when it happens. After some researches and tests, I've disabled inteldrm at kernel level and since I don't experience a

Re: Kernel panic with openbsd 6.2

2018-01-21 Thread Stuart Henderson
On 2018-01-19, Mik J wrote: > I had many kernel panic these past days. This is a 6.2 openbsd VM running o= > n esxi 5.5 > > # grep "" /tmp/if_vmx.dis I've reported a lot of vmxnet3_getbuf panics, nobody seems interested. I suggest switching to e1000 in the vmx fil

Re: Kernel panic with openbsd 6.2

2018-01-21 Thread Mik J
à 11:48:00 UTC+1, Stuart Henderson a écrit : On 2018-01-19, Mik J wrote: > I had many kernel panic these past days. This is a 6.2 openbsd VM running o= > n esxi 5.5 > > # grep "" /tmp/if_vmx.dis I've reported a lot of vmxnet3_getbuf panics, nobody seems interes

Re: Kernel panic with openbsd 6.2

2018-01-22 Thread Stuart Henderson
On 2018/01/22 00:22, Mik J wrote: > Le dimanche 21 janvier 2018 à 11:48:00 UTC+1, Stuart Henderson > a écrit : > On 2018-01-19, Mik J wrote: > > I had many kernel panic these past days. This is a 6.2 openbsd VM running o= > > n esxi 5.5 > > > > # grep "&quo

Re: Kernel panic with openbsd 6.2

2018-01-22 Thread Mik J
22 janvier 2018 à 10:35:47 UTC+1, Stuart Henderson a écrit : On 2018/01/22 00:22, Mik J wrote: > Le dimanche 21 janvier 2018 à 11:48:00 UTC+1, Stuart Henderson > a écrit : > On 2018-01-19, Mik J wrote: > > I had many kernel panic these past days. This is a 6.2 openbsd VM r

Re: Kernel panic with openbsd 6.2

2018-01-24 Thread who one
Could it be related to: https://newsroom.intel.com/news/root-cause-of-reboot-issue-identified-updated-guidance-for-customers-and-partners/ ? > Sent: Friday, January 19, 2018 at 9:50 PM > From: "Mik J" > To: Misc > Subject: Kernel panic with openbsd 6.2 > > Hello,

Re: Kernel panic with openbsd 6.2

2018-01-24 Thread Stuart Henderson
On 2018-01-24, who one wrote: > Could it be related to: > https://newsroom.intel.com/news/root-cause-of-reboot-issue-identified-updated-guidance-for-customers-and-partners/ No. > ? > >> Sent: Friday, January 19, 2018 at 9:50 PM >> From: "Mik J" >>

Re: Kernel panic with openbsd 6.2

2018-01-24 Thread trondd
t : >> On 2018-01-19, Mik J wrote: >> > I had many kernel panic these past days. This is a 6.2 openbsd VM >> running o= >> > n esxi 5.5 >> > >> > # grep "" /tmp/if_vmx.dis >> >> I've reported a lot of vmxnet3_getbuf panics, nob

Re: Kernel panic with openbsd 6.2

2018-01-25 Thread Maxim Bourmistrov
nginx on my side. >> >> Regards >> >>Le lundi 22 janvier 2018 Ã 10:35:47 UTC+1, Stuart Henderson >> a écrit : >> >> On 2018/01/22 00:22, Mik J wrote: >>> Le dimanche 21 janvier 2018 Ã 11:48:00 UTC+1, Stuart Henderson >>> a écr

Re: Kernel panic with openbsd 6.2

2018-01-25 Thread trondd
On Thu, January 25, 2018 4:29 am, Maxim Bourmistrov wrote: > As Stuart mentioned, em(4) on top of e1000 proven to be more stable. > Even under higher load. > Vmx starting to misbehave under high load, resulting for ex. with unstable > CARP setup. > > //mxb > >> 25 jan. 2018 kl. 02:40 skrev trondd :

Re: Kernel panic with openbsd 6.2

2018-01-25 Thread Rupert Gallagher
esxi 5.5.0 dates back to 2013. obsd runs better on qemu nowadays. To avoid the mess with x86/amd64, perhaps qemu-sparc with obsd-sparc will serve you better. Sent from ProtonMail Mobile On Fri, Jan 19, 2018 at 21:50, Mik J wrote: > Hello, I had many kernel panic these past days. This is a

Re: Kernel panic with openbsd 6.2

2018-01-25 Thread Tom Smyth
2018 at 21:50, Mik J wrote: > >> Hello, I had many kernel panic these past days. This is a 6.2 openbsd VM >> running on esxi 5.5

kernel panic - panic: ehci_device_clear_toggle: queue active

2015-11-30 Thread Björn Ketelaars
Hello, I repeatedly hit the kernel panic below. Easy to reproduce as it happens over and over again within 60 minutes after rebooting. Root cause is not known. I'm running snapshot on an USB stick. I tried different USB ports with the same result. Next step will be an attempt with a diff

Re: Strange kernel panic-like problem

2019-02-07 Thread Otto Moerbeek
On Thu, Feb 07, 2019 at 11:18:40PM -0600, Kyle wrote: > I recently upgraded a box running 6.2 to 6.4 via clean install. After a few > days of running normally it started locking up, usually within a minute or so > after booting up to the login prompt. ddb appears on the console. > > I eventuall

Re: ppppoe octeon kernel panic .6.6

2019-10-22 Thread Holger Glaess
rg 1 lun 0: removable sd0: 3776MB, 512 bytes/sector, 7733248 sectors vscsi0 at root scsibus1 at vscsi0: 256 targets softraid0 at root scsibus2 at softraid0: 256 targets root on sd0a (b3a80208ecd8c82c.a) swap on sd0b dump on sd0b WARNING: / was not properly unmounted WARNING: No TOD clock, believing f

Re: ppppoe octeon kernel panic .6.6

2019-10-22 Thread Holger Glaess
reset timeout uhidev0 at uhub1 port 1 configuration 1 interface 0 "American Power Conversion Back-UPS CS 650 FW:817.v9.I USB FW:v9" rev 1.10/0.06 addr 2 uhidev0: iclass 3/0, 98 report ids upd0 at uhidev0 scsibus0 at sdmmc0: 2 targets, initiator 0 sd0 at scsibus0 targ 1 lun 0: removable sd0:

Re: ppppoe octeon kernel panic .6.6

2019-10-22 Thread Peter J. Philipp
On Wed, Oct 23, 2019 at 08:21:50AM +0200, Holger Glaess wrote: > hi > > > here the traceback , i hope ;) Hi Holger & Tech, I have made my octeon router work again and I have a patch. But I'm not an openbsd developer, nor is this patch official in any way. It was a lot of debugging and refacto

<    1   2   3   4   5   6   >