NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/53005: apache httpd can hang the system



The following reply was made to PR kern/53005; it has been noted by GNATS.

From: Paul Goyette <paul%whooppee.com@localhost>
To: Manuel Bouyer <bouyer%antioche.eu.org@localhost>
Cc: clare%csel.org@localhost, gnats-bugs%NetBSD.org@localhost, kern-bug-people%netbsd.org@localhost, 
    gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: kern/53005: apache httpd can hang the system
Date: Mon, 12 Feb 2018 18:45:13 +0800 (+08)

 On Mon, 12 Feb 2018, Manuel Bouyer wrote:
 
 > On Mon, Feb 12, 2018 at 04:43:05AM +0900, clare%csel.org@localhost wrote:
 >> thank you for quick response.
 >>
 >> On Sun, 11 Feb 2018 18:10:00 +0000 (UTC)
 >> Manuel Bouyer <bouyer%antioche.eu.org@localhost> wrote:
 >>
 >>>  When it hangs, can you enter ddb and get a backtrace of the apache process ?
 >>
 >> the VPS provider does not allow hitting ALT+CTRL+ESC on the console
 >> remotely, i should change the ddb magic sequence to do enter ddb.
 >> i want change "hw.cnmagic" to ALT+CTRL+DEL or +++, how do i it?
 >> changing it to \x2b\x2b\x2b does not seems to be took effective.
 >
 > just:
 > sysctl -w h.cnmagic=+++
 
 Note that this should be
 
  	sysctl -w hw.cnmagic=+++
 
 (the first part of the variable name is "hw" not "h"!)
 
 
 +------------------+--------------------------+----------------------------+
 | Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:          |
 | (Retired)        | FA29 0E3B 35AF E8AE 6651 | paul at whooppee dot com   |
 | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd dot org |
 +------------------+--------------------------+----------------------------+
 


Home | Main Index | Thread Index | Old Index