default apache consumes memory

2013-04-05 Thread Bogdan Andu
Hello, I have an OpenBSD box running default apache server  that its sole task is to present data, nothing more, nothing less. The logic of the applications is handled by an app. layer that never exceeds 40 Mbytes RAM and handles concurently all the connections (tcp based) from apache children

Re: Custom core dump folder ?

2013-04-05 Thread Florenz Kley
On Apr 4, 2013, at 11:18 PM, patrick keshishian wrote: On single directory for everyone's core files? Personally I don't like that idea. Especially if I'm working on a project and want to find the core files in my current directory as a developer, you have a point :-) but you could just not

Re: default apache consumes memory

2013-04-05 Thread Stuart Henderson
Sounds like a memory leak (allocated memory not getting freed), I would think the most likely place for this is in the perl scripts you're running. http://modperlbook.org/html/14-2-6-Memory-Leakage.html has some suggestions for tracking these down. There is also maxrequestsperchild which might

Re: httpd.conf problem with defaults

2013-04-05 Thread Stuart Henderson
On 2013-04-05, John Tate j...@johntate.org wrote: NameVirtualHost 127.0.0.1:443 NameVirtualHost 208.79.92.130:443 NameVirtualHost 127.0.0.1:80 NameVirtualHost 127.0.0.1:80 NameVirtualHost 127.0.0.1:80 NameVirtualHost 208.79.92.130:80 NameVirtualHost 208.79.92.130:80 NameVirtualHost

Re: default apache consumes memory

2013-04-05 Thread Bogdan Andu
The scripts a dead simple, only opening between 1 and 4 tcp connections to app. layer, retrieve response and format it out in html - dead simple. There are precompiled and loaded in memory the few modules I need, so they are not loaded at every request, but I will also follow your suggestions.

Re: default apache consumes memory

2013-04-05 Thread Otto Moerbeek
On Fri, Apr 05, 2013 at 01:57:18AM -0700, Bogdan Andu wrote: The scripts a dead simple, only opening between 1 and 4 tcp connections to app. layer, retrieve response and format it out in html - dead simple. There are precompiled and loaded in memory the few modules I need, so they are not

mixerctl outputs.master.mute=on doesn't mute inputs.beep

2013-04-05 Thread Zé Loff
Hi everyone The subject line pretty much sums it up... If I set outputs.master.mute to on (either with mixerctl or with the mute key on this ThinkPad), or set outputs.master=0,0, the beep is still audible, even if 'beep' is added to the outputs.master.slaves (which it isn't by default).

SDHC cards under OpenBSD.

2013-04-05 Thread Luis Suzuki
I used dmesg to discover if my SDHC card is recognized but I see things like sdhc0 and sdmmc0 and no one works when I do : disklabel sdhc0 or disklabel sdmmc0.So,Is there a more common,usual device name for SDHC cards? Thanks.

Re: SDHC cards under OpenBSD.

2013-04-05 Thread Nick Holland
On 04/05/2013 08:53 AM, Luis Suzuki wrote: I used dmesg to discover if my SDHC card is recognized but I see things like sdhc0 and sdmmc0 and no one works when I do : disklabel sdhc0 or disklabel sdmmc0.So,Is there a more common,usual device name for SDHC cards? Thanks. the device you want is

Re: SDHC cards under OpenBSD.

2013-04-05 Thread Paul de Weerd
On Fri, Apr 05, 2013 at 01:53:15PM +0100, Luis Suzuki wrote: | I used dmesg to discover if my SDHC card is recognized but I see things like | sdhc0 and sdmmc0 and no one works when I do : disklabel sdhc0 or disklabel | sdmmc0.So,Is there a more common,usual device name for SDHC cards? Thanks.

Re: SDHC cards under OpenBSD.

2013-04-05 Thread Stefan Sperling
On Fri, Apr 05, 2013 at 01:53:15PM +0100, Luis Suzuki wrote: I used dmesg to discover if my SDHC card is recognized but I see things like sdhc0 and sdmmc0 and no one works when I do : disklabel sdhc0 or disklabel sdmmc0.So,Is there a more common,usual device name for SDHC cards? Thanks. Here's

Problems waking up with latest snapshot

2013-04-05 Thread Christopher Zimmermann
Hi, since updating to the latest snapshot my laptop (dmesg below) hang at the console after waking up from suspend to ram. The ttyC0 was displayed on both monitors, but neither typing at the console login prompt, nor switching to X worked. I was able to enter ddb with ctrl-alt-del and get a

preparing for installation with dual boot considerations

2013-04-05 Thread Andrew Gould
I am a new to OpenBSD. (I have installed OpenBSD 5.2 once on an old computer with xdm and xfce enabled.) I would like to install OpenBSD on a laptop that already has an active partition setup by Windows 7 and a partition containing Windows 7. I have successfully upgraded the hard drive, so

Re: preparing for installation with dual boot considerations

2013-04-05 Thread Peter J. Philipp
On 04/05/13 18:04, Andrew Gould wrote: I am a new to OpenBSD. (I have installed OpenBSD 5.2 once on an old computer with xdm and xfce enabled.) I would like to install OpenBSD on a laptop that already has an active partition setup by Windows 7 and a partition containing Windows 7. I have

Announce: OpenSMTPD 5.3.1 released

2013-04-05 Thread Eric Faurot
OpenSMTPD 5.3.1 has just been released and the archives are available at our main site: www.OpenSMTPD.org OpenSMTPD is a FREE implementation of the SMTP protocol with some common extensions. It allows ordinary machines to exchange e-mails with systems speaking the SMTP protocol. It implements a

Re: mixerctl outputs.master.mute=on doesn't mute inputs.beep

2013-04-05 Thread Ville Valkonen
Hello, what says wsconsctl keyboard.bell.volume ? Have you tried to turn it to 0? -- Sincerely, Ville Valkonen On 5 April 2013 15:07, Zé Loff zel...@zeloff.org wrote: Hi everyone The subject line pretty much sums it up... If I set outputs.master.mute to on (either with mixerctl or with

Re: mixerctl outputs.master.mute=on doesn't mute inputs.beep

2013-04-05 Thread Zé Loff
On Sat, Apr 06, 2013 at 12:17:03AM +0300, Ville Valkonen wrote: Hello, what says wsconsctl keyboard.bell.volume ? Have you tried to turn it to 0? That mutes it, thanks. It's not nearly as convenient as hitting the 'mute button', but I guess I can live with it. At least I won't get the

Re: Advice on adding com2 to (amd64) GENERIC; enabling easier IPMI SOL with SuperMicro boards

2013-04-05 Thread Rogier Krieger
Out of curiosity, after seeing the commit and subsequent backing out of this change, what'd be the expected issues with enabling com2 that require more thought? Regards, Rogier On Sat, Mar 30, 2013 at 8:01 AM, Ted Unangst t...@tedunangst.com wrote: On Sat, Mar 30, 2013 at 02:06, Rogier

Re: mixerctl outputs.master.mute=on doesn't mute inputs.beep

2013-04-05 Thread Ted Unangst
On Fri, Apr 05, 2013 at 23:36, Zé Loff wrote: On Sat, Apr 06, 2013 at 12:17:03AM +0300, Ville Valkonen wrote: Hello, what says wsconsctl keyboard.bell.volume ? Have you tried to turn it to 0? That mutes it, thanks. It's not nearly as convenient as hitting the 'mute button', but I guess I

Re: Advice on adding com2 to (amd64) GENERIC; enabling easier IPMI SOL with SuperMicro boards

2013-04-05 Thread Ted Unangst
On Sat, Apr 06, 2013 at 01:16, Rogier Krieger wrote: Out of curiosity, after seeing the commit and subsequent backing out of this change, what'd be the expected issues with enabling com2 that require more thought? I guess you missed the subsequent put back yesterday. :) The main issue was

Re: mixerctl outputs.master.mute=on doesn't mute inputs.beep

2013-04-05 Thread Zé Loff
On Fri, Apr 05, 2013 at 11:32:30PM +, Ted Unangst wrote: On Fri, Apr 05, 2013 at 23:36, Zé Loff wrote: On Sat, Apr 06, 2013 at 12:17:03AM +0300, Ville Valkonen wrote: Hello, what says wsconsctl keyboard.bell.volume ? Have you tried to turn it to 0? That mutes it, thanks. It's not

Re: mixerctl outputs.master.mute=on doesn't mute inputs.beep

2013-04-05 Thread Ted Unangst
On Sat, Apr 06, 2013 at 01:39, Zé Loff wrote: The pc speaker may or may not be wired up through your sound card. It happens with headphones too... Or do you mean that in some cases the preamp is completely bypassed (honest question)? it's complicated. :) From what I've seen, I think on