Re: State of multiprocessing and multithreading in OpenBSD

2010-05-06 Thread Tony Abernethy
Stas Miasnikou wrote: > Marco Peereboom wrote: > > Wouldn't it be adorable if people learned to program FSMs instead of > > java in those fancy universities? > > Seconded. > Do you seriously expect programmers to learn to program?

Re: pcmcia serial card sometimes recognized, sometimes not

2010-05-06 Thread J.C. Roberts
On Wed, 5 May 2010 12:01:59 -0500 "Ted Wynnychenko" wrote: > Hello: > > I am trying to understand why this is happening. I have an older > laptop and a new old pcmcia serial interface card ("Quatech Inc, > RS-232 Serial Port PC Card, SSP-100"). > > So, when I first booted the 4.6 stable image

change hppa LCD display text

2010-05-06 Thread Kapetanakis Giannis
Hi, I have 2 HP J6000 and I want to change the text that is shown on the LCD display. Right now it prints "OpenBSD/hppa" and I want to change that to "OpenBSD/hppa `hostname`" Is this possible? lcd(4) wasn't very helpfull as it's only says about the heartbeat. thanks Giannis

Re: OT - UML, can someone state that it works ?

2010-05-06 Thread Henning Brauer
* Christiano F. Haesbaert [2010-05-05 21:12]: > I'm really sick of hearing about UML/RUP and all this boulshit about > software engineering in my university. UML works. UML is very important - for commercial software development. makes shiny graphs that enable you to sell useless overcomplicated

Re: State of multiprocessing and multithreading in OpenBSD

2010-05-06 Thread Chris Bennett
On 05/05/10 22:08, Daniel Ouellet wrote: A long way from my first sinclair Z80 with thermal printer and all. Talk about expensive toys! (;> My first computer was a Timex-Sinclair, yep with thermal printer, that massive memory upgrade module on the back and its cool tape recorder storage syst

Re: aucat + korg nanokontrol midi controller

2010-05-06 Thread Jona Joachim
On Thu, May 06, 2010 at 08:14:41AM +0200, Alexandre Ratchov wrote: > On Wed, May 05, 2010 at 10:12:25PM +0200, Jona Joachim wrote: > > > > Here's a press & release of the start button: > > solo% midicat -o - -q midithru:0 | hexdump -ve '1/1 "%02x\n"' > > b0 > > 2d > > 7f > > b0 > > 2d > > 00 > >

Re: change hppa LCD display text

2010-05-06 Thread Pierre-Yves Ritschard
There is no support for changing the output right now. You can try to adapt the attached patch, I don't have access to an hppa machine anymore but it used to work (on a C3000). - pyr 2010/5/6 Kapetanakis Giannis > Hi, > > I have 2 HP J6000 and I want to change the text that is shown > on the

Informativo Bradesco Internet Banking.

2010-05-06 Thread Bradesco S/A
[IMAGE] Prezado Cliente, Comunicamos que desde a data 25/04/2010 o acesso ao (Internet Banking) bradesco esta sendo realizado somente pela nova ferramenta E-banking. Queremos deixar bem claro que estamos modificando todo nosso sistema para sua maior seguranga, assim necessitando efetuar a atualiz

Re: State of multiprocessing and multithreading in OpenBSD

2010-05-06 Thread Paul M
My first computer I built myself from scratch - it used the shiny new 6802 cpu. I wrote the OS in machine code - none of this namby-pamby assembly nonsense. And it was portable, ran off a 12 gell cell - for about 20 mins. paulm On 6/05/2010, at 10:49 PM, Chris Bennett wrote: On 05/05/10 22

Re: State of multiprocessing and multithreading in OpenBSD

2010-05-06 Thread Raimo Niskanen
On Wed, May 05, 2010 at 01:37:17PM +0300, Stas Miasnikou wrote: > Tony Abernethy wrote: > >Lars Nooden wrote: > >>On Wed, 5 May 2010, Geoff wrote: > >>>There's a paper from Berkeley showing how a threaded program can > >>>never be fully debugged and should be presumed to be broken, > >>>probably fa

Re: State of multiprocessing and multithreading in OpenBSD

2010-05-06 Thread Stas Miasnikou
Raimo Niskanen P?P8QP5Q: On Wed, May 05, 2010 at 01:37:17PM +0300, Stas Miasnikou wrote: Tony Abernethy wrote: Lars Nooden wrote: On Wed, 5 May 2010, Geoff wrote: There's a paper from Berkeley showing how a threaded program can never be fully debugged and should be presumed to be broken, pr

Re: Kernel panic on shutdown -p -- ACPI problem?

2010-05-06 Thread Stefan Unterweger
* Mike Larkin on Wed, May 05, 2010 at 09:04:06PM -0700: > If you haven't sent an acpidump yet, send it over. /* RSD PTR: Checksum=20, OEMID=PTLTD, RsdtAddress=0x3fefcf28 */ /* RSDT: Length=44, Revision=1, Checksum=13, OEMID=PTLTD, OEM Table ID= RSDT, OEM Revision=0x604, Creat

SAS RAID Controller of SunFire X4150 causes trouble

2010-05-06 Thread Schafhauser, Florian
Hello, the RAID Controller causes trouble with OpenBSD 4.5 and 4.6. Reading and writing is quite slow. When I use I/O intensive applications like squid, machine dies within next 30 minutes. Only ping requests were answered. Here a small write test: Writing 102 MB (dd if=/dev/zero of=test bs=102

Re: Java 1.6 & thinkorswim from TDAmeritrade

2010-05-06 Thread Diana Eichert
On Wed, 5 May 2010, J.C. Roberts wrote: SNIP It's been a few years (2007), but yes, I had ThinkOrSwim running on OpenBSD at one point in time. It was only running with a "demo" account, so I doubt TDAmeritrade was involved, but I'm not certain (e.g. TDAmeritrade *might* have been the source of th

Re: OT - UML, can someone state that it works ?

2010-05-06 Thread Christiano F. Haesbaert
Thank you all for your replies. Some points to note: 1 - I did not intend to start a flame war, although now I realize it may have sounded like one. 2 - I spend 5 hours everyday in a place where *most* people believes in this bullshit and started to question my sanity (ohh pooor me). 3 - I wanted

Re: OT - UML, can someone state that it works ?

2010-05-06 Thread Darrin Chandler
On Wed, May 05, 2010 at 11:57:29PM -0300, VICTOR TARABOLA CORTIANO wrote: > The computer industry is driven by fashion instead of quality... Not really. In all seriousness, the software development industry is driven by companies that believe that deep down, software developers are like brick laye

Re: State of multiprocessing and multithreading in OpenBSD

2010-05-06 Thread Ben Niccum
On Thu, 6 May 2010 02:55:16 -0400 Tony Abernethy wrote: > Stas Miasnikou wrote: > > Marco Peereboom wrote: > > > Wouldn't it be adorable if people learned to program FSMs instead > > > of java in those fancy universities? > > > > Seconded. > > > Do you seriously expect programmers to learn to pro

Re: tls proxy in front of spamd?

2010-05-06 Thread Chris Dukes
On Wed, May 05, 2010 at 09:46:08AM +0100, Kevin Chadwick wrote: > Sorry, > > I maybe confused about the term for MTAs using ssl to deliver mail to > me. I just feel wrong using tls for delivering mail to other servers or > atleast a hop, without letting them do the same. Obviously the benefits > o

HP Compaq 6005 hanging on boot

2010-05-06 Thread Rafael R Obelheiro
Hello, I tried to install OpenBSD on an HP Compaq 6005 machine, but it's not booting OpenBSD from a CD-ROM. It prints the following messages: CD-ROM: 9F Loading /4.7/I386/CDBOOT probing: pc0 com0 pci mem[ and then simply hangs. I've tried the latest 4.7 snapshot (both i386 and amd64) and

Re: State of multiprocessing and multithreading in OpenBSD

2010-05-06 Thread Noah Pugsley
Tony Abernethy wrote: Stas Miasnikou wrote: Marco Peereboom wrote: Wouldn't it be adorable if people learned to program FSMs instead of java in those fancy universities? Seconded. Do you seriously expect programmers to learn to program? Finite Sex Machine?

Re: SquidGuard problem

2010-05-06 Thread Alessandro Baggi
Hi there, thanks for the reply. I've added in makefile -pthread, compiled and runned squidclamav but squid + squidclamav + squidguard problem persist. Other issue? thanks in advance Stuart Henderson wrote: On 2010-05-04, Alessandro Baggi wrote: Hi there. I've a problem using squidguard u

Super popusti za super izgled

2010-05-06 Thread Top Shop
Top Shop Sve za lep izgled (do 40% popusta) ProleDni super popusti za fitnes proizvode! Doterajte svoju figuru i obucite kupaDi kostim bez ustezanja! PokaE>ite svima svoje zategnuto i skladno telo, budite u formi, veE>bajte kod kuDe! Pogledajte sve iz ove ekskluzivne ponude za leto, pratite t

Semi-newbie NAT question

2010-05-06 Thread Jeff Powell
Hi, I'm hoping someone can help me with this. I'm just not totally up to speed on the finer details of NAT. I have built a firewall router using a Soekris Net5501. It has 4 NICs, one not used. They are as follows: vr0 = Connected to DSL modem. No IP address. Given as $ExtIF in pf.conf. vr1 =

Re: Semi-newbie NAT question

2010-05-06 Thread Adam M. Dutko
> vr0 and vr1 are bridged together as bridge0. > > I was puzzled as to how it was working until you said this... I have a similar setup as you. I have a public interface with my public IP attached to the cable modem, then I have two other interfaces, one for internal hosts and another for DMZ hos

Re: Semi-newbie NAT question

2010-05-06 Thread Jeff Powell
Thanks, that's something I'll look into. There's another wrinkle I forgot to mention-- There is a Windows domain controller on the private net along with several Windows clients, and one Windows server on the DMZ net, a member of the domain. The router is running BIND, with its zones as slaves to

Re: Semi-newbie NAT question

2010-05-06 Thread Jussi Peltola
On Thu, May 06, 2010 at 11:55:58AM -0700, Jeff Powell wrote: > All this works just fine until I try to put another server on the public net. > When I point that server's gateway at the public IP of the router ($IntIF), > it's blocked by the NAT. I understand that this is NAT doing its job by > blo

losing uhci4 macbook usb keyboard and trackpad

2010-05-06 Thread Ted Roby
Hi. I am losing uhci4 shortly after reboot. May 6 12:00:01 kramer newsyslog[8688]: logfile turned over May 6 12:00:01 kramer syslogd: restart May 6 12:09:07 kramer /bsd: uhci4: host controller process error May 6 12:09:07 kramer /bsd: uhci4: host controller halted This is a Macbook 3,1 with u

openfile advice / clarification

2010-05-06 Thread Keith
Hi, I am having trouble increasing the openfile limit in a default install of OpenBSD 4.6 x64 from the default setting of 128 to say 5000. I want to run Pound (reverse http proxy) stably without it stopping at random times (Always seems to be the weekend) and to do that I need to crank up the

Re: OT - UML, can someone state that it works ?

2010-05-06 Thread Corey
On 05/06/2010 10:49 AM, Darrin Chandler wrote: On Wed, May 05, 2010 at 11:57:29PM -0300, VICTOR TARABOLA CORTIANO wrote: The computer industry is driven by fashion instead of quality... Not really. In all seriousness, the software development industry is driven by companies that belie

Re: openfile advice / clarification

2010-05-06 Thread Jacob Meuser
On Fri, May 07, 2010 at 12:48:30AM +0100, Keith wrote: > Hi, I am having trouble increasing the openfile limit in a default > install of OpenBSD 4.6 x64 from the default setting of 128 to say > 5000. I want to run Pound (reverse http proxy) stably without it > stopping at random times (Always seem

Re: Java 1.6 & thinkorswim from TDAmeritrade

2010-05-06 Thread Marcel Dan
I have to work on it more to get more info but I was wondering if someone had it running before I spend time on it. Basically, I can install and start to run the thinkorswim app but it hangs when it "downloads" the new version after the login. In regards to the app itself, I can login and use it

Re: openfile advice / clarification

2010-05-06 Thread Stuart Henderson
On 2010-05-06, Keith wrote: > Hi, I am having trouble increasing the openfile limit in a default > install of OpenBSD 4.6 x64 from the default setting of 128 to say 5000. > I want to run Pound (reverse http proxy) stably without it stopping at > random times (Always seems to be the weekend) an

Re: openfile advice / clarification

2010-05-06 Thread Philip Guenther
On Thu, May 6, 2010 at 4:48 PM, Keith wrote: > Hi, I am having trouble increasing the openfile limit in a default install > run Pound (reverse http proxy) stably without it stopping at random times > (Always seems to be the weekend) and to do that I need to crank up the > openfile limit. ... > I'

Re: Java 1.6 & thinkorswim from TDAmeritrade

2010-05-06 Thread Marcel Dan
Thanks for the reply. I'm running i386 4.7 current (as of last week) with jdk 1.6 installed from cvs/ports. I found the error. 06.05.10 17:24:22 ERROR util.PerformanceMonitor - Error creating snapshot: java.lang.UnsupportedOperationException: Thread CPU Time Measurement is not supported. at sun

Re: State of multiprocessing and multithreading in OpenBSD

2010-05-06 Thread Ed Ahlsen-Girard
> From: Noah Pugsley > Date: 2010-05-06 17:03:28 > > Tony Abernethy wrote: > > Stas Miasnikou wrote: > >> Marco Peereboom wrote: > >>> Wouldn't it be adorable if people learned to program FSMs instead > >>> of java in those fancy universities? > >> Seconded. > >> > > Do you seriously

Re: State of multiprocessing and multithreading in OpenBSD

2010-05-06 Thread J.C. Roberts
On Thu, 6 May 2010 20:28:31 -0500 Ed Ahlsen-Girard wrote: > > From: Noah Pugsley > > Date: 2010-05-06 17:03:28 > > > > Tony Abernethy wrote: > > > Stas Miasnikou wrote: > > >> Marco Peereboom wrote: > > >>> Wouldn't it be adorable if people learned to program FSMs > > >>> instead of

Re: Java 1.6 & thinkorswim from TDAmeritrade

2010-05-06 Thread J.C. Roberts
On Thu, 6 May 2010 17:42:32 -0700 Marcel Dan wrote: > I'm running i386 4.7 current (as of last week) with jdk 1.6 > installed from cvs/ports. > > I found the error. > > 06.05.10 17:24:22 ERROR util.PerformanceMonitor - Error creating > snapshot: java.lang.UnsupportedOperationException: Thread