Re: acpitz critical temperature is too high

2012-06-18 Thread Robert Connolly
Another idea I forgot to mention is to use syslog, and pipe to scripts. This would pretty much solve any issues with temperature and battery monitoring... run every syslog of sensorsd and apmd through a script, and forget using sensorsd for event commands.

Re: acpitz critical temperature is too high

2012-06-18 Thread Robert Connolly
sensorsd(8)'s "low" goes in the other direction. If I set "low" to 60C, it will go off if the CPU is running at 50C. Sensorsd(8) isn't made for such fine control as some of us would like. If the battery is low, we want the sensor to alert us. If the temperature is low, we do not want to be alerted

misayukiunk【有】【票】hpjm【开】kjl【1】

2012-06-18 Thread ztyqs
您好misayuki 我公司每月有一定数额的 免税车票可走对车外现代走开, 如贵公司有此需 要, 我公司将 竭诚为您服走务。 税车点从优,欢迎来电咨询。 QQ: 815821020 张德明 电话 :l35 3O75 9889 11:19:21

Re: acpitz critical temperature is too high

2012-06-18 Thread Artturi Alm
How about setting low to the warning level, and high to the shutdown level? That way you should be able to handle all 3 states w/o timers. "below" being normal, "within" where it notifies and steps down CPU and "above" where it does shutdown. 2012/6/19 Robert Connolly > I want to initiate a shu

Re: errors compiling webkit on lemote

2012-06-18 Thread Brian Callahan
My loongson patches didn't make 5.1 so either run -current (recommended) or backport my patches to 5.1 Either way, you won't get JavaScript, so please keep that in mind (or help me out! :) ) ~Brian

Re: acpitz critical temperature is too high

2012-06-18 Thread Robert Connolly
I want to initiate a shutdown if the temperature gets too high. I have been using sensorsd(8), but sensorsd(8) only reacts once to the "high" (or low) event, leaving it up to the program/script to run timers to keep checking if the temperature gets worse. For my satisfaction, the timers would have

Re: OpenBSD forked

2012-06-18 Thread Peter Laufenberg
geez, it's a /segway/ -- p >Dont steal the thread. >On Jun 18, 2012 9:55 AM, "Peter Laufenberg" wrote: > >> speaking of stuck CAPSLOCK, anyone else having DEL/INS problems on US >> keyboards w/ Euro key on 5? They're cheapo USB Dell manufactured by >> Logitech. Tweaking wscons flags didn't help

Re: Story behind PCC's removal?

2012-06-18 Thread Matthew Dempsky
On Mon, Jun 18, 2012 at 10:16 AM, Aaron W. Hsu wrote: > Is there still any active > effort to move the code base of OpenBSD away from GCC dependence? There's some grassroots effort to make Clang a viable option, but nothing super organized at the moment.

Re: Nitpick: typo in mv(1) man page

2012-06-18 Thread Matthew Dempsky
Committed, thanks! On Mon, Jun 18, 2012 at 12:35 PM, Scott McEachern wrote: > On 06/18/12 14:44, Scott McEachern wrote: >> >> $ diff mv.1.new mv.1 >> 79c79 >> < when the respective destination path is a non-empty directory, >> --- >> > when the respective destination path is a non-empy directory,

Re: Story behind PCC's removal?

2012-06-18 Thread Stefan Wollny
That' sad - who got lost? STEFAN Gesendet: Montag, 18. Juni 2012 um 23:44 Uhr Von: "Peter Hessler" An: "Aaron W. Hsu" Cc: misc@openbsd.org Betreff: Re: Story behind PCC's removal? On 2012 Jun 18 (Mon) at 17:16:25 + (+), Aaron W. Hsu wrote: :lack of maintainer That is exactly the case.

Re: Story behind PCC's removal?

2012-06-18 Thread Peter Hessler
On 2012 Jun 18 (Mon) at 17:16:25 + (+), Aaron W. Hsu wrote: :lack of maintainer That is exactly the case. Nobody actually did the work make it rock our socks. -- Shaw's Principle: Build a system that even a fool can use, and only a fool will want to use it.

Re: libemu compilation

2012-06-18 Thread Stuart Henderson
On 2012-06-18, bofh wrote: > Trying to compile libemu (http://libemu.carnivore.it/) on 5.1. Make > all breaks at: > > gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I ../.. -Werror -Wall -g > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 > -Wstrict-prototypes -MT scprofiler.o -MD

Re: libemu compilation

2012-06-18 Thread Remco
bofh wrote: > Nevermind. Disabled the flags in the Makefile and I was done. > Sounds like you're ignoring the problem which is usually a bad thing to do. You're probably missing a header, or possibly the sequencing of the header files is wrong. (inet(3) may help)

Re: Nitpick: typo in mv(1) man page

2012-06-18 Thread Scott McEachern
On 06/18/12 14:44, Scott McEachern wrote: $ diff mv.1.new mv.1 79c79 < when the respective destination path is a non-empty directory, --- > when the respective destination path is a non-empy directory, Erm, sorry 'about that... $ diff -u mv.1 mv.1.new --- mv.1Wed Jun 6 14:22:11 2012

Re: libemu compilation

2012-06-18 Thread bofh
Nevermind. Disabled the flags in the Makefile and I was done. -- http://www.glumbert.com/media/shift http://www.youtube.com/watch?v=tGvHNNOLnCk "This officer's men seem to follow him merely out of idle curiosity." -- Sandhurst officer cadet evaluation. "Securing an environment of Windows platfor

libemu compilation

2012-06-18 Thread bofh
Trying to compile libemu (http://libemu.carnivore.it/) on 5.1. Make all breaks at: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I ../.. -Werror -Wall -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -Wstrict-prototypes -MT scprofiler.o -MD -MP -MF .deps/scprofiler.Tpo -c -o scp

Nitpick: typo in mv(1) man page

2012-06-18 Thread Scott McEachern
$ diff mv.1.new mv.1 79c79 < when the respective destination path is a non-empty directory, --- > when the respective destination path is a non-empy directory, -- Scott McEachern https://www.blackstaff.ca

Re: CVE-2012-0217: SYSRET 64-bit operating system privilege escalation vulnerability on Intel CPU hardware

2012-06-18 Thread Philip Guenther
On Wed, Jun 13, 2012 at 12:54 AM, Philip Guenther wrote: > On Tuesday, June 12, 2012, bj.perso wrote: >> >> FreeBSD and NetBSD seem affected, how about OpenBSD ? > > Nope.  The necessary check(s) for setting bogus return addresses has been in > place since, uh, 2004.  Ditto for always returning fr

Story behind PCC's removal?

2012-06-18 Thread Aaron W. Hsu
So, from what I can tell, PCC has been removed from the core tree. I have not been able to find the story behind why it was moved out, except some minor mention of a lack of maintainer? Is there still any active effort to move the code base of OpenBSD away from GCC dependence? -- Aaron W. Hs

Re: acpitz critical temperature is too high

2012-06-18 Thread Mike Larkin
On Mon, Jun 18, 2012 at 06:35:58AM -0700, Robert Connolly wrote: > Hello. > > During boot I see: > acpitz0 at acpi0: critical temperature is 200 degC > > The acpitz(4) man page mentions that the system will power down if this > critical temperature is reached. I assume this temperature is retriev

acpitz critical temperature is too high

2012-06-18 Thread Robert Connolly
Hello. During boot I see: acpitz0 at acpi0: critical temperature is 200 degC The acpitz(4) man page mentions that the system will power down if this critical temperature is reached. I assume this temperature is retrieved from BIOS, but I do not have an option in BIOS setup for it. Can I hard cod

Re: OpenBSD forked

2012-06-18 Thread Peter Laufenberg
speaking of stuck CAPSLOCK, anyone else having DEL/INS problems on US keyboards w/ Euro key on 5? They're cheapo USB Dell manufactured by Logitech. Tweaking wscons flags didn't help (not running X11); should I remap keys individually? -- p >NO. GPL IS COUNTER-PRODUCTIVE TO TRUE FREE SOFTWARE. >

Re: OpenBSD forked

2012-06-18 Thread Eric Furman
NO. GPL IS COUNTER-PRODUCTIVE TO TRUE FREE SOFTWARE. YES, I KNOW I AM SHOUTING. PLEASE EDUCATE YOURSELF ABOUT THE PERVERTED GOALS OF THE FSF. On Mon, Jun 18, 2012, at 02:55 PM, Indunil Jayasooriya wrote: > > Their work getting rid of GNU stuff will, inevitably, affect OpenBSD (if > > they succeed

Re: 8-ports serial card compatible with OpenBSD

2012-06-18 Thread Alf Schlichting
On Sun, 17 Jun 2012 22:36:55 -0400 Nick Holland wrote: > On 06/17/12 18:24, Jiri B wrote: > > Hello, > > > > could anybody recommend OpenBSD compatible 8-ports serial card? I'd > > like to build a small console server. > > > > Thank you. > > > > jirib > > So cheap, it's worth a try: > http://

Re: acpiac(4) manual page and sensorsd(8)

2012-06-18 Thread Jason McIntyre
On Sat, Jun 16, 2012 at 10:24:02PM -0700, Robert Connolly wrote: > Hello. > > The acpiac(4) man page mentions that the AC power source status can be > monitored by sensorsd(8), but sensorsd(8) does not monitor this sensor as > far as I know. apmd(8) does however. > > Could the acpiac(4) man page

Re: OpenBSD forked

2012-06-18 Thread Jay Patel
Well. From PC-BSD ,FreeBSD gained much benefit. Hope that might happen here too. Regards, Jay.

Re: pf-smp alpha on freebsd

2012-06-18 Thread Franco Fichtner
On Jun 18, 2012, at 11:31 AM, Ryan McBride wrote: > No, there is no single mutex around PF specifically in OpenBSD, the > whole kernel is wrapped in a biglock. > > I think if they work out all the nits and dead-ends we may have > something to learn from this effort, but I don't see this code comi

Re: pf-smp alpha on freebsd

2012-06-18 Thread Ryan McBride
No, there is no single mutex around PF specifically in OpenBSD, the whole kernel is wrapped in a biglock. I think if they work out all the nits and dead-ends we may have something to learn from this effort, but I don't see this code coming back to OpenBSD. It's not critical because they can chang

Re: OpenBSD forked

2012-06-18 Thread Indunil Jayasooriya
> Their work getting rid of GNU stuff will, inevitably, affect OpenBSD (if > they succeed at that anyway). > Hmm, I personally prefer BSD Style licence. For me, BSD Philosophy has much more freedom. NOT Copyleft. ( I love it very much ) I'd like to see more BSD style stuffs coming in. anyway

Re: OpenBSD forked

2012-06-18 Thread Kevin Chadwick
> yes. some more, some less. The feature argument - surely any barriers there must mean that that ideal goes against everything OpenBSD stands for. I wonder if that's just a developer enticer. I wouldn't mind better ARM support but I don't see why that couldn't be done under the OpenBSD project

Re: OpenBSD forked

2012-06-18 Thread Hugo Osvaldo Barrera
On 2012-06-18 02:46, Raymond Lillard wrote: > Reason 4: Stability > The new project FAQ states they intend to be "less > restrictive with the codebase when it comes to > experimenting with features." Maybe in the long run > some of the new features may be introduced into OBSD, > but in the near t

Re: pf-smp alpha on freebsd

2012-06-18 Thread Franco Fichtner
On Jun 17, 2012, at 7:53 PM, Ted Unangst wrote: > On Sun, Jun 17, 2012 at 11:43, Holger Glaess wrote: > >> i dident wont start about smp on openbsd but >> >> what about this porject ? > > Did you read the part below? I think it's pretty clear this project > isn't going to have much relevance f

Re: OpenBSD forked

2012-06-18 Thread Andrew Dalgleish
On 14/06/2012 3:44 AM, Dominguez, Roland wrote: I just came across this article and was wondering if it's legit: http://www.h-online.com/open/news/item/OpenBSD-forked-to-create-Bitrig-161695 4.html Those who do not study history... https://www.bitrig.org/viewgit/?a=viewblob&p=bitrig&h=59fc82db

Re: OpenBSD forked

2012-06-18 Thread Theo de Raadt
>The secretive nature is concerning. But I hope that this situation >can somehow turn out to be beneficial to both projects in the long >term. > >As long as my favourite and most relied upon OS continues to evolve, I >will be happy. And I will certainly continue to buy from and donate >to the Ope