Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Richard Toohey
On 4/06/2009, at 9:56 AM, Chris Bennett wrote: [chop] I'm very motivated to help out. I'm very eager to do something useful when I have free time, which comes in big bunches together. I don't need something glamorous or sexy. I know very well that I am like the little kid among the grown-ups,

acpivideo kills display on/off switch for compaq nc6000

2009-06-04 Thread Denis Doroshenko
hi, until the recent additions to acpi it worked, now even when i close the lid, the lights are still on and it seems there is no way i can have the display powered off (except for disabling acpivideo in the kernel). btw the display.brightness didn't show up... i'll provide acpidump'ed stuff to

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Chris Bennett
Richard Toohey wrote: [chop] The last time this was discussed ... kernel janitors. http://marc.info/?l=openbsd-miscm=119377638131216w=2 Lots of stuff in that thread; including many of the developers. That's a good (and long :) ) thread to read. I just got accused on another thread about

Re: OpenBSD as a storage SAN

2009-06-04 Thread André Braselmann
On Wed, Jun 03, 2009 at 02:12:36PM -0600, Chris Kuethe wrote: On Wed, Jun 3, 2009 at 2:02 PM, Lars Nooden lars.cura...@gmail.com wrote: OpenAFS is part of the base distro. no it isn't. and it's for i386 only. K.Andri

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Richard Toohey
On 4/06/2009, at 8:13 PM, Chris Bennett wrote: Richard Toohey wrote: [chop] The last time this was discussed ... kernel janitors. http://marc.info/?l=openbsd-miscm=119377638131216w=2 Lots of stuff in that thread; including many of the developers. That's a good (and long :) ) thread to

Re: pf scrub error on upgrade to snapshot-1

2009-06-04 Thread Duncan Patton a Campbell
Thanks. It seems tho' that I might be trying to revert even further... right now I've frozen up twice using the May 31 snapshot and the current install45.iso died on upgrade... Dhu On Wed, 3 Jun 2009 22:51:40 -0700 James Records james.reco...@gmail.com wrote: the new match keyword is what

Re: PF performance problem

2009-06-04 Thread Ariane van der Steldt
On Wed, Jun 03, 2009 at 10:07:33PM -0700, patrick keshishian wrote: On Wed, Jun 3, 2009 at 3:50 AM, Richard Toohey richardtoo...@paradise.net.nz wrote: On 3/06/2009, at 10:02 PM, BARDOU Pierre wrote: Hello, I have performance issues on a OpenBSD 4.4 firewall. CPU load is OK (always

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Otto Moerbeek
On Thu, Jun 04, 2009 at 03:13:24AM -0500, Chris Bennett wrote: The developers all already know how to code well, us newbies who are self-taught could use something that you might find difficult to provide since you don't really need it anymore: Which books have appropriate information

chown

2009-06-04 Thread Steve
I am trying to use chown -R to selectively change permissions on files. A series of files are contained in many folders under the root data folder. No files are stored in the data folder itself. Running chown -R user:group /data/*.dat run from /data generates an error indicating no files

Re: chown

2009-06-04 Thread Michiel van Baak
On 00:52, Thu 04 Jun 09, Steve wrote: I am trying to use chown -R to selectively change permissions on files. A series of files are contained in many folders under the root data folder. No files are stored in the data folder itself. Running chown -R user:group /data/*.dat run from

Re: chown

2009-06-04 Thread Andy Hayward
On Thu, Jun 4, 2009 at 08:52, Steve fivering...@yahoo.com.au wrote: I am trying to use chown -R to selectively change permissions on files. A series of files are contained in many folders under the root data folder. No files are stored in the data folder itself. Running chown -R user:group

Re: chown

2009-06-04 Thread Woodchuck
On Thu, Jun 4, 2009 at 3:52 AM, Steve fivering...@yahoo.com.au wrote: I am trying to use chown -R to selectively change permissions on files. A series of files are contained in many folders under the root data folder. No files are stored in the data folder itself. Running chown -R

Re: chown

2009-06-04 Thread Jacek Artymiak
On Thu, Jun 4, 2009 at 9:52 AM, Steve fivering...@yahoo.com.au wrote: ... Is there a way to selectively change files recursively ? ... xargs(1) -- Jacek Artymiak http://devGuide.net OpenBSD Command-Line Companion http://devguide.net/books/obclc1 Building Firewalls with OpenBSD and PF

Re: chown

2009-06-04 Thread Lars Nooden
Steve wrote: I am trying to use chown -R to selectively change permissions on files. ... chown -R user:group /data/*.dat Possibly: find /data/ -name '*.dat' -exec chown -R user:group {} \; However, verify before running random scripts from folks you find on the net.

Re: chown

2009-06-04 Thread Andreas Kahari
find /data -type f -name *.dat | xargs chown user:group Cheers, Andreas 2009/6/4 Steve fivering...@yahoo.com.au: I am trying to use chown -R to selectively change permissions on files. A series of files are contained in many folders under the root data folder. No files are stored in the

Re: acpivideo kills display on/off switch for compaq nc6000

2009-06-04 Thread Paul Irofti
On Thu, Jun 04, 2009 at 10:48:35AM +0300, Denis Doroshenko wrote: hi, until the recent additions to acpi it worked, now even when i close the lid, the lights are still on and it seems there is no way i can have the display powered off (except for disabling acpivideo in the kernel). btw the

Re: chown

2009-06-04 Thread Woodchuck
On Thu, Jun 4, 2009 at 5:13 AM, Woodchuck mar...@pennswoods.net wrote: On Thu, Jun 4, 2009 at 3:52 AM, Steve fivering...@yahoo.com.au wrote: something with find(1). Try find /data -name *.dat -exec chown user:group {} \; But understand it first. Understand the quoting. man find.

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Alfredo Perez
Hi I have been following this tread very closely because I also would like to contribute some how to the project but don't know from where to start. Chris: maybe we can start a group (google or yahoo) and get together all the new people who have the time and the insterest of learning and

Re: active ftp over IPv6 to OpenBSD's ftpd not working

2009-06-04 Thread Maurice Janssen
On Tue, May 26, 2009 at 08:50:32PM +, Stuart Henderson wrote: On 2009-05-25, Maurice Janssen maur...@z74.net wrote: I have an FTP-server (running OpenBSD 4.5-stable) that is only reachable over IPv6. Passive FTP works fine, but active FTP doesn't seem to work. I run ftpd from rc.conf.local

Re: PF/Carp/Pfsync

2009-06-04 Thread Georg Kahest
I think i have figured it out, the pfctl -vsi checksums are identical, everything works if I load filter rules via include(include /etc/pf.filter ) , but when filter rules are loaded into anchor ( load anchor shape from /etc/pf.filter) ,then after sync the ongoing traffic wont hit right queue

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Bret S. Lambert
On Thu, Jun 04, 2009 at 07:26:58AM -0400, Alfredo Perez wrote: I have been following this tread very closely because I also No, because if you had been, you'd have already been pointed to the plethora of examples of if you want to contribute, here's how that have been provided. What people seem

Re: PF performance problem

2009-06-04 Thread Darrin Chandler
On Wed, Jun 03, 2009 at 10:07:33PM -0700, patrick keshishian wrote: On Wed, Jun 3, 2009 at 3:50 AM, Richard Toohey richardtoo...@paradise.net.nz wrote: On 3/06/2009, at 10:02 PM, BARDOU Pierre wrote: Hello, I have performance issues on a OpenBSD 4.4 firewall. CPU load is OK (always

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Abel Camarillo
an extensive, complete and well maintained list: $ grep -RH FIXME /usr/src/; -- DISCLAIMER: http://goldmark.org/jeff/stupid-disclaimers/ This message will self-destruct in 3 seconds.

Re: pf scrub error on upgrade to snapshot-1

2009-06-04 Thread Stuart Henderson
http://www.openbsd.org/faq/current.html#20090406 On 2009-06-04, Duncan Patton a Campbell campb...@neotext.ca wrote: Howdy List? I just upgraded to the snapshot-1 because the current, June 3, goes into an error on encountering a scsi raid. So I dropped back to the May 31 and now pf doesn't

Re: PF/Carp/Pfsync

2009-06-04 Thread patrick keshishian
On Thu, Jun 4, 2009 at 5:49 AM, Georg Kahest ge...@viatel.ee wrote: I think i have figured it out, the pfctl -vsi checksums are identical, everything works if I load filter rules via include(include /etc/pf.filter ) , but when filter rules are loaded into B anchor ( load anchor shape from

Re: chown

2009-06-04 Thread Steve
Hi, No it was just the files that needed to be changed. Thanks all for the great feedback --- On Thu, 4/6/09, Woodchuck mar...@pennswoods.net wrote: From: Woodchuck mar...@pennswoods.net Subject: Re: chown To: Steve fivering...@yahoo.com.au Cc: misc@openbsd.org Received: Thursday, 4 June,

Re: PF performance problem

2009-06-04 Thread patrick keshishian
On Thu, Jun 4, 2009 at 1:48 AM, Ariane van der Steldt ari...@stack.nl wrote: On Wed, Jun 03, 2009 at 10:07:33PM -0700, patrick keshishian wrote: On Wed, Jun 3, 2009 at 3:50 AM, Richard Toohey richardtoo...@paradise.net.nz wrote: On 3/06/2009, at 10:02 PM, BARDOU Pierre wrote: Hello, I

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Miod Vallat
an extensive, complete and well maintained list: $ grep -RH FIXME /usr/src/; Actually, FIXME is a GNU idiom which you'll only find in GNU sources. BSD developers use XXX instead.

Re: PF performance problem

2009-06-04 Thread patrick keshishian
On Thu, Jun 4, 2009 at 6:48 AM, Darrin Chandler dwchand...@stilyagin.com wrote: On Wed, Jun 03, 2009 at 10:07:33PM -0700, patrick keshishian wrote: On Wed, Jun 3, 2009 at 3:50 AM, Richard Toohey richardtoo...@paradise.net.nz wrote: On 3/06/2009, at 10:02 PM, BARDOU Pierre wrote: Hello,

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread patrick keshishian
On Thu, Jun 4, 2009 at 9:10 AM, Miod Vallat m...@online.fr wrote: an extensive, complete and well maintained list: $ grep -RH FIXME /usr/src/; Actually, FIXME is a GNU idiom which you'll only find in GNU sources. BSD developers use XXX instead. kinky.

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Ted Unangst
2009/6/3 Christiano Farina Haesbaert christiano...@gmail.com: Port driver y from xbsd : We need support for cards blablablabla I think this right here demonstrates how far away you are from where you need to be. If you don't have such hardware, your efforts at supporting it are likely to be

Re: tpb startup

2009-06-04 Thread MERIGHI Marcus
I'm in digest mode so please forgive if an answer was already given... (and that I had to fake the original message.) jeremych...@gmail.com (Jeremy Chase), 2009.06.03 (Wed) 16:56 (CEST): tpb works just fine on my IBM t42p, but I am having difficulty getting it to start automatically. I am using

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Dorian Büttner
patrick keshishian schrieb: You mean something like the bug database? http://www.openbsd.org/query-pr.html select State: Open click Query PRs. You can even customize the list by Category, Class, Severity and Priority. --patrick 6020/kernel is a dup of 5946/kernel, isn't it?

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Christian Weisgerber
Mic J michael.cogn...@gmail.com wrote: Also i would like wireshark ;) but thats a contreversial subject. There's nothing controversial about it. You just need to privilege-separate it. -- Christian naddy Weisgerber na...@mips.inka.de

information to send the money

2009-06-04 Thread Philip Weah
You are invited to information to send the money. By your host Philip Weah: Date: Thursday June 4, 2009 Time: 8:00 pm - 9:00 pm (GMT +00:00) Location: Dearest friend, I have received the cheque from bank three days ago and kept the cheque

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Christiano Farina Haesbaert
2009/6/4 Ted Unangst ted.unan...@gmail.com 2009/6/3 Christiano Farina Haesbaert christiano...@gmail.com: Port driver y from xbsd : We need support for cards blablablabla I think this right here demonstrates how far away you are from where you need to be. If you don't have such hardware,

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Abel Camarillo
On Thu, Jun 04, 2009 at 04:10:04PM +, Miod Vallat wrote: an extensive, complete and well maintained list: $ grep -RH FIXME /usr/src/; Actually, FIXME is a GNU idiom which you'll only find in GNU sources. BSD developers use XXX instead. well i just guessed it... the point was: see

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Daniel Ouellet
Please guys, lets stop this. I now regret even asking. It wasn't mean to be as it was taken down that path as what can we do to help, or what's needed, etc I thought the title was clear. My fault and I apologies to have sent this in. What I was really ONLY asking or looking for was an

Please treat as urgent..................reply soonest

2009-06-04 Thread Michael Opong Shaw
My name is Michael Shaw and I write you in confidence, to request your assistance in a private matter concerning my father, Emmanuel Shaw, former Director of Lonestar Airways, Liberia and an associate of the embattled former President of Liberia, Charles Taylor. As you may already know, Charles

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Alexander Hall
Daniel Ouellet wrote: My deepest apologies for the nose! I don't mind it. Daniel

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Daniel Ouellet
Alexander Hall wrote: Daniel Ouellet wrote: My deepest apologies for the nose! I don't mind it. Men, should have been noise not nose. Fair picking, I deserved it! (;

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Alexander Hall
Daniel Ouellet wrote: Alexander Hall wrote: Daniel Ouellet wrote: My deepest apologies for the nose! I don't mind it. Men, should have been noise not nose. Fair picking, I deserved it! (; Hey! I did not pick your nose. :-)

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Darrin Chandler
On Thu, Jun 04, 2009 at 04:39:38PM -0600, Alexander Hall wrote: Daniel Ouellet wrote: Alexander Hall wrote: Daniel Ouellet wrote: My deepest apologies for the nose! I don't mind it. Men, should have been noise not nose. Fair picking, I deserved it! (; Hey! I did not pick

KNF for usr.bin?

2009-06-04 Thread Aaron W. Hsu
Hey all, I've been planning on doing some hacking on nvi in the tree, but I wanted to play around with style(9) first. Am I correct in assuming that KNF style is preferred for all code in the tree? -- Aaron W. Hsu arcf...@sacrideo.us | http://www.sacrideo.us Government is the great fiction,

Re: List of old forked or frozen code like apache that needs cleanup?

2009-06-04 Thread Ted Walther
Book suggestions here: http://reactor-core.org/programmer-syllabus.html Ted On Thu, Jun 04, 2009 at 03:13:24AM -0500, Chris Bennett wrote: Richard Toohey wrote: [chop] The last time this was discussed ... kernel janitors. http://marc.info/?l=openbsd-miscm=119377638131216w=2 Lots of stuff

Re: KNF for usr.bin?

2009-06-04 Thread Nick Holland
Aaron W. Hsu wrote: Hey all, I've been planning on doing some hacking on nvi in the tree, but I wanted to play around with style(9) first. Am I correct in assuming that KNF style is preferred for all code in the tree? yes, but... when you see developers doing KNF commits, they aren't

Re: KNF for usr.bin?

2009-06-04 Thread Aaron W. Hsu
Hey Nick, Thanks for your feedback. From n...@holland-consulting.net Thu Jun 4 23:58:12 2009 when you see developers doing KNF commits, they aren't doing it as the end goal, [...] Changing the whitespace in the source code doesn't improve OpenBSD.