Re: Nuvoton W83795ADG wrong values

2014-09-09 Thread Alexey Suslikov
Atanas Vladimirov vlado at bsdbg.net writes: nvt0 shows wrong values for fan speed and voltage. In BIOS values are correct. The motherboard is Supermicro X8STE (dmesg at the end). Is this a known behavior of nvt sensor/driver? P.S.: lm1 sensor also shows wrong/different values.

nsd Using 100% CPU On Recent amd64 Snapshots

2014-09-09 Thread Scott Vanderbilt
Starting with the 18 Aug. amd64 snapshot (and continuing with the 8 Sept. as well), my nsd server immediately pegs 3 of my CPU's 4 cores within seconds after starting. It won't even respond to nsd-control commands. Running on the 3 Aug. snapshot and for many versions prior to that, CPU usage

rtl8192cu firmware trouble

2014-09-09 Thread misc nick
I'm running OpenBSD 5.5 amd64 release. I am testing a tl-wn821n usb wifi adapter which uses the rtl8192cu chipset (supported by OpenBSD). During boot (with or without the usb attached), i get the following: urtwn0: failed loadfirmware of file urtwn-rtl8192cfwT (error 2) I have run fw_update

Bay Area BSD User Group meeting

2014-09-09 Thread William Orr
The Bay Area FreeBSD User Group (BAFUG) is having a meeting this Thursday at 7:00pm PST at the Hacker Dojo in Mountain View, CA. Despite the unfortunate name, they're a BSD-agnostic group. They'd like to attract some more OpenBSD users, as well as get some more talks planned about OpenBSD in the

Communication industry professionals List

2014-09-09 Thread Clara
Hello, Great day to you! Let me take this as an opportunity to introduce us, to see if you're interested in procuring a verified email list of Communication industry professionals which includes complete contact details and verified email addresses of - CFO's, CIO's, CTO's, COO's, Chairman's,

Real time programming in OpenBSD

2014-09-09 Thread Matti Karnaattu
Hello, Is it possible to dedicate CPU core to process? What I'm looking for is simple way to take advantage of high quality and secure code base of OpenBSD to use in real time/embedded applications. If this trick can be achived, it is simple to use OpenBSD as platform when critical parts of

Re: Real time programming in OpenBSD

2014-09-09 Thread Daniel Dickman
On Tue, Sep 9, 2014 at 4:30 PM, Matti Karnaattu mkarnaa...@gmail.com wrote: Hello, Is it possible to dedicate CPU core to process? This thread may or may not be useful to read over: http://marc.info/?t=13588288892r=1w=1 What I'm looking for is simple way to take advantage of high

Re: ZTE ZM8620 LTE Modem Support

2014-09-09 Thread Travis Thompson
Hey Stuart, Thanks for you reply. I agree about [2], it's not as relevant to me as I previously thought. I've got some updates since my first mail. Sorry about not including more information before, I wasn't sure how much to include at the time. So having is show up as a network device is

Re: Real time programming in OpenBSD

2014-09-09 Thread Matti Karnaattu
Also if you were to provide more specifics about your goals, others may have more input. At the moment I'm looking hobby project to maintain/improve my skills developing open source software and my goal is to develop/improve some open source component(s) to be suitable on safety critical use.

Re: emul.linux on amd64

2014-09-09 Thread Predrag Punosevac
On Mon, Sep 8, 2014 at 8:49 PM, tekk t...@parlementum.net wrote: I know that at least in 2004 it was considered to be unreasonable to try to get i386 linux applications working on amd64 openbsd through emul.linux, but how much work would be involved to get amd64 linux apps working?

Re: nsd Using 100% CPU On Recent amd64 Snapshots

2014-09-09 Thread Philip Guenther
On Tue, Sep 9, 2014 at 9:34 AM, Scott Vanderbilt li...@datagenic.com wrote: Starting with the 18 Aug. amd64 snapshot (and continuing with the 8 Sept. as well), my nsd server immediately pegs 3 of my CPU's 4 cores within seconds after starting. Hmm, crank NSD's log level and see if there's a

Re: emul.linux on amd64

2014-09-09 Thread Matti Karnaattu
Sure running Oracle Java or MATLAB on OpenBSD would be nice but that is not OpenBSD issue but rather Oracle and MathWorks business decisions. There is OpenJDK is open source: http://openjdk.java.net/projects/bsd-port/ To get companies interested to develop binaries for OpenBSD, that will require

Re: Real time programming in OpenBSD

2014-09-09 Thread Daniel Dickman
On Tue, Sep 9, 2014 at 7:29 PM, Matti Karnaattu mkarnaa...@gmail.com wrote: Also if you were to provide more specifics about your goals, others may have more input. At the moment I'm looking hobby project to maintain/improve my skills developing open source software and my goal is to

wildcard poisoning

2014-09-09 Thread Stefan Olsson
I came across an interesting article on wildcards in shell: http://www.defensecode.com/public/DefenseCode_Unix_WildCards_Gone_Wild.txt Tested some of the above in pdksh on a current OpenBSD-host: $ mkdir test $ cd test $ touch file1 file2 file3 -rf $ mkdir DIR1 DIR2               $ ls -al total

Re: wildcard poisoning

2014-09-09 Thread patrick keshishian
On 9/9/14, Stefan Olsson stur...@hotmail.com wrote: I came across an interesting article on wildcards in shell: http://www.defensecode.com/public/DefenseCode_Unix_WildCards_Gone_Wild.txt Tested some of the above in pdksh on a current OpenBSD-host: $ mkdir test $ cd test $ touch file1 file2