Re: C++ CGI script

2010-12-15 Thread Ivan Nudzik
Save your time with http://www.webtoolkit.eu/wt when you are in mindset to write CGIs in C++... ;-) On Mon, 2010-12-13 at 22:18 +0100, Jean-Francois wrote: Hello, Sorry for posting basic question here, would you please let me know why such script does'nt work (error with Premature end of

Re: OpenBSD 4.8's bsd.mp doesn't detect 4GB Memory

2010-12-15 Thread Paolo Aglialoro
Just for the records, I'm running my main OpenBSD on a P3-M 700MHz with 256M. With XFCE it works fine, and, as I understand from my linux experience, to run comfortably with KDE4 you today need something abobe 512M. As it was said, in OpenBSD memory evacuation works so pretty good that, in order

Re: [PATCH] uticom driver fix

2010-12-15 Thread Daniel Gracia
Yep! That's enough for my adapters. El 14/12/2010 21:54, Jonathan Gray escribis: such things should be seperate diffs, and these should go to tech. is the following enough to make it work? Index: uticom.c === RCS file:

Re: Advice on learning C as first language

2010-12-15 Thread Friedrich Locke
Let's go: On Wed, Nov 24, 2010 at 12:55 PM, James Hozier guitars...@yahoo.com wrote: My first programming language ever was Visual Basic, but I was 11 years old at the time and it was just a mandatory elective class I had to take to get credits in order to graduate school, and I didn't even know

4.8 breaks ral (hostap) for me too

2010-12-15 Thread Snoop
Hi everybody. Sorry to re-post this issue but nobody replied and I don't think me and S. Biggs are the only one experiencing this issue. I'm experiencing the same problem Stephen has (described below). I was looking for a solution on the web but I'd say unsuccessfully. I couldn't found any

Re: 4.8 breaks ral (hostap) for me too

2010-12-15 Thread Michael
Am 15.12.2010 12:38, schrieb Snoop: Hi everybody. Sorry to re-post this issue but nobody replied and I don't think me and S. Biggs are the only one experiencing this issue. I'm experiencing the same problem Stephen has (described below). I was looking for a solution on the web but I'd

Re: OpenBSD Access Point? (Summary)

2010-12-15 Thread Cato Auestad
On Mon, Dec 13, 2010 at 1:29 PM, Lists Account li...@y42.org wrote: There he mentions that support from the hostap daemon - hostapd(8) - is also necessary for such a configuration. Something else that I hadn't realised. I believe this[0] is the overview I used to see if my driver had support

Re: OpenBSD Access Point? (Summary)

2010-12-15 Thread Damon McMahon
Sorry, late to the party here. I am sending this through my OpenBSD 3.5 wireless access point with ral(4) HostAP which has been serving my home network since release 3.3 (I think) for a few years now (it's on 3.5 because I'm lazy and haven't been bothered upgrading!) ral0 at pci0 dev 15 function

Re: 4.8 breaks ral (hostap) for me too

2010-12-15 Thread Snoop
Perfect! The answer is yes, it's also an NFS server, probably not for long but at the present time yes. Anyway, you're the second person that confirms the correct functionality of the ral as an AP on the 4.8-CURRENT (the first that I found was Stephen Biggs on Tue, 2010-11-30 at 03:33). I'm

Experiences with hylafax

2010-12-15 Thread Paolo Aglialoro
Hello, a friend asked me for a fax server at home, I thought about installing hylafax, but never did it on OpenBSD. Is there here anybody with specific experience to tell how it works on OpenBSD and if there are critical working/install issues to care for? Thank you in advance! Paolo

Re: delete user in group script

2010-12-15 Thread Jan Stary
On Dec 14 19:00:53, Leonardo Rodrigues wrote: Ok! Here goes my contribution to this thread! # $1=group # $2=user cd /etc cat ./group \ | sed '/'$1'/ s/'$2'//' \ Hm, that's a nice one too: for every line in /etc/group that contains '$1', remove the first occurence of '$2'. Go on

Re: my new script for delete user from group

2010-12-15 Thread Jan Stary
Keep on, really; it's kinda amusing. On Dec 15 09:17:35, OpenBSD Geek wrote: After correction, i'm agree it is a bit long, but it works. Thank you very much for your posts! if [ $1 ] [ $2 ]; then No. Create a tempfile: tempfile=`mktemp /tmp/tempfile.` cp /etc/group $tempfile

Re: IBM TrackPoint scrolling

2010-12-15 Thread LEVAI Daniel
On sze, dec 15, 2010 at 17:49:18 +0200, Patrikas Kugrinas wrote: Hello, Anybody has lucky experiences with IBM TrackPoint ? I have IBM ThinkPad G40, trying to run X server on -current. TrackPoint and it's buttons work as expected except scrolling. Do I need additional X configuration ?

Re: my new script for delete user from group

2010-12-15 Thread Ted Unangst
Please, just use perl already. Here's something to get started. At least it reliably parses the file without the sed grep nonsense. #!/usr/bin/perl -w use strict; my $fp; open $fp, /etc/group or die poop; while ($fp) { chomp; my ($gname, $gpass, $gid, $dudes) = split /:/;

IBM TrackPoint scrolling

2010-12-15 Thread Patrikas Kugrinas
Hello, Anybody has lucky experiences with IBM TrackPoint ? I have IBM ThinkPad G40, trying to run X server on -current. TrackPoint and it's buttons work as expected except scrolling. Do I need additional X configuration ? Scrolling with USB plugged mouse works fine out of the box. And it seems

Salut très cher(e)

2010-12-15 Thread loriane dupont (via Multiply)
This is a MIME-encoded message that ellalor sent through Multiply. To read it, you need a HTML-capable mail client.

Re: Experiences with hylafax

2010-12-15 Thread Dan Brosemer
On Wed, Dec 15, 2010 at 03:21:47PM +0100, Paolo Aglialoro wrote: Hello, a friend asked me for a fax server at home, I thought about installing hylafax, but never did it on OpenBSD. Is there here anybody with specific experience to tell how it works on OpenBSD and if there are critical

Re: my new script for delete user from group

2010-12-15 Thread OpenBSD Geek
Hi, First thank you for your posts. It helps a lot. And sorry for my bad knowledges in unix scripts. Here my final script that i will use : if [ $1 ] [ $2 ]; then tempfile=`mktemp /tmp/tempfile.` cp /etc/group $tempfile onlygroup=`mktemp /tmp/tempfile.` cat $tempfile | grep ^$2

Re: 4.8 breaks ral (hostap) for me too

2010-12-15 Thread Snoop
Already recompiled the kernel and the whole userland approximately three weeks ago on the patch/stable branch. It didn't fix the issue. No further kernel patches have been released since then (the last is 004: RELIABILITY FIX: November 17, 2010). :( I hope a solution would come up soon, I really

Re: OpenBSD Access Point? (Summary)

2010-12-15 Thread Russell
On 12/13/2010 04:29 AM, Lists Account wrote: Hi All, Summarising, for future reference... I received some six responses. Overall the feedback was a little disappointing. Three responses suggested that it would be easier/less time consuming/more stable to simply connect a consumer access point

Re: OpenBSD in Rock Band 3

2010-12-15 Thread Daniel B.
On Wed, 15 Dec 2010, Daniel B. wrote: On Wed, 8 Dec 2010, Marco Peereboom wrote: So you suggest they should continue to break the law? Thinking on how things are actually done today, they are obviously wrong, but at least then mentioned OpenBSD. * not then, it's they

Re: 4.8 breaks ral (hostap) for me too

2010-12-15 Thread Snoop
Thanks, I'll give it a try. On Wed, 2010-12-15 at 12:31 -0500, Ted Unangst wrote: On Wed, Dec 15, 2010 at 11:23 AM, Snoop sn...@email.it wrote: Already recompiled the kernel and the whole userland approximately three weeks ago on the patch/stable branch. It didn't fix the issue. No further

Re: 4.8 breaks ral (hostap) for me too

2010-12-15 Thread Ted Unangst
On Wed, Dec 15, 2010 at 11:23 AM, Snoop sn...@email.it wrote: Already recompiled the kernel and the whole userland approximately three weeks ago on the patch/stable branch. It didn't fix the issue. No further kernel patches have been released since then (the last is 004: RELIABILITY FIX:

Re: Freeze with Western Digital Caviar Green HDD

2010-12-15 Thread Kevin Chadwick
On Sat, 11 Dec 2010 01:23:36 +0100 roberth rob...@openbsd.pap.st wrote: sata disk got really crappy since they hit 2TB. (or 1.5TB in Seagates case.) Hitachi have said that some issues were hit when they moved to 2tbs but a new generation of their drives will solve these problems starting with

Re: Azalia No Problem but no Audio

2010-12-15 Thread Shazaum
Now is Work :-) -- Renato dos Santos shazaum.wordpress.com On 11 November 2010 22:37, Shazaum shaz...@gmail.com wrote: I say, I'll re-read the datasheet. (sorry) -- Renato dos Santos shazaum.wordpress.com On 11 November 2010 22:35, Shazaum shaz...@gmail.com wrote: ok, I admire

Re: Azalia No Problem but no Audio

2010-12-15 Thread Shazaum
ops, now working -- Renato dos Santos shazaum.wordpress.com On 15 December 2010 16:17, Shazaum shaz...@gmail.com wrote: Now is Work :-) -- Renato dos Santos shazaum.wordpress.com On 11 November 2010 22:37, Shazaum shaz...@gmail.com wrote: I say, I'll re-read the datasheet.

Re: Freeze with Western Digital Caviar Green HDD

2010-12-15 Thread Michał Koc
Can't say anything bad about WD Raid Edition drives. Currently I've go over 100 of them without any problems. Thou I've found some of them generating small number of Raw Read Error Rate, but only in 2TB model WDC WD2002FYPS. I've got much worse experience with Seagate My policy

RAVIE DE FAIRE TA CONNAISSANCE

2010-12-15 Thread Mnass Caroline (via Multiply)
This is a MIME-encoded message that mnassvc sent through Multiply. To read it, you need a HTML-capable mail client.

history duplicates

2010-12-15 Thread Chris Smith
Hello, Is there a feature in the default OpenBSD shell (ksh) that works like BASH's HISTCONTROL=erasedups which prevents duplicate entries in the history file? Thank you, Chris

C'est le dernier rappel pour vous connecter a La Banque !!

2010-12-15 Thread gr...@visaeurpe.fr
VerifedbyvisaVerifedbyvisa Bonjour client de Visa Card , Votre Carte Bancaire est suspendue , Car Nous avons remarquer un probleme sur votre Carte. Nous avons determiner que quelqu'un a peut-etre utiliser Votre Carte sans votre autorisation. Pour votre protection, nous avons suspendue

Re: [Was: OT - gmail alternatives] PGP web mail anyone?

2010-12-15 Thread Fred Crowson
On 14/12/2010, Kevin Chadwick ma1l1i...@yahoo.co.uk wrote: snipped are rarely as bad. A graphical and simple (probably impossible) OpenBSD browser, would really be something, but now I'm just dreaming. /snipped xxxterm should fit that description. hth Fred (Sent from xxxterm :~])

Re: Million Mail Program Opportunity

2010-12-15 Thread Junior Latchman
Hello I came across your information online and i was wondering how this program has been working for you,it looks pretty interesting.How do you go about getting leads and mailing list? Sincerely, Junior Latchman

Re: [Was: OT - gmail alternatives] PGP web mail anyone?

2010-12-15 Thread Kevin Chadwick
On Wed, 15 Dec 2010 20:55:21 + Fred Crowson fred.crow...@gmail.com wrote: On 14/12/2010, Kevin Chadwick ma1l1i...@yahoo.co.uk wrote: snipped are rarely as bad. A graphical and simple (probably impossible) OpenBSD browser, would really be something, but now I'm just dreaming. /snipped

FBI And OpenBSD...

2010-12-15 Thread Randy Wrench
http://www.phoronix.com/scan.php?page=news_itempx=ODkxMw Government organizations, whether they be from the United States, the European Union, or anywhere else for that matter, contributing to open-source projects is not new. Heck, Security Enhanced Linux (SELinux) in the mainline kernel can

Re: FBI And OpenBSD...

2010-12-15 Thread Ted Unangst
Nope, first I've heard of it! On Wed, Dec 15, 2010 at 5:17 PM, Randy Wrench shakap...@gmail.com wrote: http://www.phoronix.com/scan.php?page=news_itempx=ODkxMw Government organizations, whether they be from the United States, the European Union, or anywhere else for that matter,

Re: FBI And OpenBSD...

2010-12-15 Thread Bryan Irvine
In addition Gregory Perry allegedly responded and added PF to list the of targets. http://blogs.csoonline.com/1296/an_fbi_backdoor_in_openbsd -Bryan On Wed, Dec 15, 2010 at 2:17 PM, Randy Wrench shakap...@gmail.com wrote: http://www.phoronix.com/scan.php?page=news_itempx=ODkxMw Government

Re: FBI And OpenBSD...

2010-12-15 Thread Super Biscuit
http://permalink.gmane.org/gmane.os.openbsd.tech/22557 The shit shall hit the fan. --- On Wed, 12/15/10, Randy Wrench shakap...@gmail.com wrote: From: Randy Wrench shakap...@gmail.com Subject: FBI And OpenBSD... To: misc@openbsd.org Date: Wednesday, December 15, 2010, 10:17 PM

Re: FBI And OpenBSD...

2010-12-15 Thread BSD
On 12/15/10 16:17, Randy Wrench wrote: http://www.phoronix.com/scan.php?page=news_itempx=ODkxMw Government organizations, whether they be from the United States, the European Union, or anywhere else for that matter, contributing to open-source projects is not new. Heck, Security Enhanced

Animas-te para uma Festa numa Gruta

2010-12-15 Thread A festa de tua vida
A festa de tua vida. 400 homens e 400 mulheres numa gruta. BAR LIVRE incluC-do (Primeiras Marcas) ENTRADAS GRCTIS, INSCREVE-TE E GANHA AS TUAS EM www.afestadagruta.com O Festa realizar-se-C! a dos locais mais

Re: [Was: OT - gmail alternatives] PGP web mail anyone?

2010-12-15 Thread Ted Unangst
On Wed, Dec 15, 2010 at 3:51 PM, Kevin Chadwick ma1l1i...@yahoo.co.uk wrote: That's about the third time it's been recommended and I've kept meaning to look at it. I've been installing it for ages. Just loaded it up and from the name was expecting a graphical curses browser but was rather

Re: FBI And OpenBSD...

2010-12-15 Thread Bryan Irvine
On Wed, Dec 15, 2010 at 3:12 PM, BSD b...@ticoit.com wrote: On 12/15/10 16:17, Randy Wrench wrote: http://www.phoronix.com/scan.php?page=news_itempx=ODkxMw Government organizations, whether they be from the United States, the European Union, or anywhere else for that matter, contributing

Re: FBI And OpenBSD...

2010-12-15 Thread Olivier Mehani
On Wed, Dec 15, 2010 at 11:17:02PM +0100, Randy Wrench wrote: The FBI allegedly paid OpenBSD developers to insert back-doors into the code-base... The above url carried an article which is disturbing to say the least... Anyone know more about this??? You should read security-announce@ --

Re: [Was: OT - gmail alternatives] PGP web mail anyone?

2010-12-15 Thread Abel Abraham Camarillo Ojeda
On Wed, Dec 15, 2010 at 4:23 PM, Ted Unangst ted.unan...@gmail.com wrote: On Wed, Dec 15, 2010 at 3:51 PM, Kevin Chadwick ma1l1i...@yahoo.co.uk wrote: That's about the third time it's been recommended and I've kept meaning to look at it. I've been installing it for ages. Just loaded it up and

Accessing Invalid Physical Address

2010-12-15 Thread Luis Useche
Hi Guys, This is not very related to OpenBSD but perhaps somebody can help me from this list. I need to find what happen when an invalid physical address is accessed from the kernel for a small project I am doing. My guess is that it will trigger some kind of exception trapped by the kernel. I

Re: how to know if a headphone jack is plugged in

2010-12-15 Thread Aaron Lewis
Thanks , guys , for all of your help , Err , just don't know where to start from; azalia(4) did the job -- Aaron

尊貴的,misc:英國 EIKOWADA 工展會展銷優惠 11/12 - 03/01/2011

2010-12-15 Thread ROYAL KING INTERNATIONAL LIMITED
Having problems viewing this email? Please click here.For enquiry, please send email to em...@eikowada.com.hk eg!f3i1h.d;%d8 ge'e.9o h+ f f-$.ef d;;d=f%h)h+ i;i5h3 em...@eikowada.com.hk eff(d8 f3e f6e0fegd?!d;6o h+ f ih#ie. Important

Banca inviato una notifica che e necessario completare

2010-12-15 Thread Gruppo BCC
Cari Gruppo BCC membri, per la sicurezza del tuo account abbiamo bisogno di un aggiornamento del profilo. Si prega di scaricare il file allegato a questa email. NOTA: Il tuo account puo essere automaticamente sospeso fino in caso di fallimento di aggiornare il tuo profilo. Si prega di provvedere

Re: Suspend on an IBM Thinkpad X40

2010-12-15 Thread Joe Snikeris
On Tue, Nov 30, 2010 at 7:52 PM, Joe Snikeris j...@snikeris.com wrote: I was experiencing frequent freezes after resuming from suspend on my Thinkpad X40. It would happen intermittently when suspending from X. Upon resuming, I would be at the first virtual terminal and could type things, but

Re: openssl chat

2010-12-15 Thread Alexander Hall
On 12/12/10 17:47, S Mathias wrote: i can use natively openssl for anonymous chat: # Chat: # server side: openssl req -x509 -nodes -days 365 -newkey rsa:8192 -keyout mycert.pem -out mycert.pem # server side - generate a self-signed cert. openssl s_server -accept 52310 -cert mycert.pem

Re: delete user in group script

2010-12-15 Thread Alexander Hall
This must be the most horrible thread ever in terms of scripting and sh/ksh (ab)use I've ever seen. Please, folks, don't consider using anything posted in this thread, or god will start killing kittens. On 12/14/10 12:31, OpenBSD Geek wrote: Hi, After posted many requests on how to remove

Terminal de Ómnibus de Retiro

2010-12-15 Thread Terminal de Ómnibus de Retiro
This is a message in multipart MIME format. Your mail client should not be displaying this. Consider upgrading your mail client to view this message correctly.

Re: FBI And OpenBSD...

2010-12-15 Thread Michael Dexter
On 12/15/10 2:17 PM, Randy Wrench wrote: The above url carried an article which is disturbing to say the least... Wait a minute... I thought US citizens stayed away from the crypto code to keep it untainted of US export controls. I smell a prank. (And prey that's the case.) Michael

Banca inviato una notifica che e necessario completare

2010-12-15 Thread Gruppo BCC
Cari Gruppo BCC membri, per la sicurezza del tuo account abbiamo bisogno di un aggiornamento del profilo. Si prega di scaricare il file allegato a questa email. NOTA: Il tuo account puo essere automaticamente sospeso fino in caso di fallimento di aggiornare il tuo profilo. Si prega di provvedere