httpd startup: Syntax error on line 1 of /var/www/conf/modules/php5.conf

2009-01-15 Thread jim barchuk
Hi All! Starting httpd returns: Syntax error on line 1 of /var/www/conf/modules/php5.conf Cannot load /usr/local/lib/php/libphp5.so into server: Cannot load specified object Before I added the php packages httpd started fine. (And mysql works perfectly too.) I did what seemed to be a

Capturing useful debugging info on a hung machine (T1000)

2009-01-15 Thread Dave Wilson
I have a Sun Fire T1000 (sparc64), which a while ago was occasionally panicking, and I submitted a bug. kettenis@ commited a fix, and it stopped panicking. All good. Now I have a different problem. Every now and then, it just hangs. As far as I can tell, its a complete hardlock. I can't get it to

looks like bug in awk

2009-01-15 Thread igor denisov
Hello there. There is a problem here. input: 34523 9485 394 3456 awk '{subtruct-=$1} END {print subtruct}' input output: -47858 same thing but without minus with awk '{sum+=$1} END {print sum}' input output: 47858 Why in both cases the code sums the field? -- igor denisov.

Re: Capturing useful debugging info on a hung machine (T1000)

2009-01-15 Thread Stuart Henderson
On 2009-01-15, Dave Wilson richard.wil...@senokian.com wrote: Is there a magic key sequence I can send to the serial console? Is there a sysctl I can turn on? set ddb.console=1 (needs to be done with securelevel=0; add to sysctl.conf and reboot), then you can send a BREAK over the serial port

Re: looks like bug in awk

2009-01-15 Thread Andreas Kahari
2009/1/15 igor denisov denisovigor1...@rambler.ru: Hello there. There is a problem here. input: 34523 9485 394 3456 awk '{subtruct-=$1} END {print subtruct}' input output: -47858 same thing but without minus with awk '{sum+=$1} END {print sum}' input output: 47858 Why in

Re: Can't get relayd to work for DNS + problem with relayctl reload

2009-01-15 Thread Uwe Werler
Hello Pierre, I noticed the same behavior on my box with current before I read this thread. That's why I sent a bug report: 6046/system (http://cvs.openbsd.org/cgi-bin/query-pr-wrapper?full=yesnumbers=6046). Regards Uwe Am Wed, 14 Jan 2009 15:53:50 +0100 schrieb BARDOU Pierre

FOSDEM 2009 Call for Papers

2009-01-15 Thread Daniel Seuffert
Hello all, FOSDEM 2009 will take place February 7-8, 2009 in Brussels, Belgium. We want to continue the great success from last year and again we have a booth, and a devroom together with PostgreSQL. Please submit your talk(s) to i...@praxis123.de asap include the topic and the length of the

Re: awk

2009-01-15 Thread Andreas Kahari
2009/1/15 igor denisov denisovigor1...@rambler.ru: Hi there Can not understand. input: 34523 9348 98493 82983 9485 83928 9283 9283 394 39934 293 8347 3456 9238 9283 9283 awk 'NR==1 { for (i = 1; i = NF; i++) {n=$i; next}}; {n-=$i} END {print n}' input output: 21188 it is first

cdio: Can't determine media type

2009-01-15 Thread Steven Surdock
I can't seem to burn CD's with my USB attached drive anymore. Audio CD's seem to play, I can write using a different OS and mount CDs. Possibly a change after upgrading to 4.4? builder02$ sudo cdio -f cd1 tao OpenBSD-4.4-stable.iso cdio: Can't determine media type builder02$ dmesg |grep cd cd0

Port ZFS to OpenBSD

2009-01-15 Thread Khalid Schofield
Dev's. What are the chances of getting a port of ZFS to OpenBSD? I can't quite bring myself to run solaris since it lacks so much of what I love about OpenBSD and Linux is back to square one because of the reasons I moved to OpenBSD. Khalid

Re: Port ZFS to OpenBSD

2009-01-15 Thread Janne Johansson
Khalid Schofield wrote: Dev's. What are the chances of getting a port of ZFS to OpenBSD? If you just sit and wait for it, I'd say: zero to very-little.

Re: Port ZFS to OpenBSD

2009-01-15 Thread Marco Peereboom
Why don't you write a port? You can do the kernel pieces using .ko (like kqemu for example). On Thu, Jan 15, 2009 at 03:21:19PM +, Khalid Schofield wrote: Dev's. What are the chances of getting a port of ZFS to OpenBSD? I can't quite bring myself to run solaris since it lacks so much of

Mount directories of unmounted disks/partitions

2009-01-15 Thread Jon Sjöstedt
Hello all! I have an issue with mount. The problem is that i would like to create a directory with subdirs. On the subdirs I would mount directories of not yet mounted disks. Example mount /stuff/data1 /wd0d/dataa mount /stuff/data2 /wd0d/datab mount /stuff/data3 /wd1d mount /stuff/data4

Re: Port ZFS to OpenBSD

2009-01-15 Thread Khalid Schofield
Yeh just been reading that actually before I emailed m...@ On 15 Jan 2009, at 15:34, Josh Grosse wrote: On Thu, 15 Jan 2009 15:21:19 +, Khalid Schofield wrote Dev's. What are the chances of getting a port of ZFS to OpenBSD? I can't quite bring myself to run solaris since it lacks

Re: Port ZFS to OpenBSD

2009-01-15 Thread Khalid Schofield
Ha you flatter me! You really want my code in the OpenBSD kernel! On 15 Jan 2009, at 15:35, Marco Peereboom wrote: Why don't you write a port? You can do the kernel pieces using .ko (like kqemu for example). On Thu, Jan 15, 2009 at 03:21:19PM +, Khalid Schofield wrote: Dev's. What

Re: Port ZFS to OpenBSD

2009-01-15 Thread Josh Grosse
On Thu, 15 Jan 2009 15:21:19 +, Khalid Schofield wrote Dev's. What are the chances of getting a port of ZFS to OpenBSD? I can't quite bring myself to run solaris since it lacks so much of what I love about OpenBSD and Linux is back to square one because of the reasons I moved to

Re: Port ZFS to OpenBSD

2009-01-15 Thread Jason Dixon
On Thu, Jan 15, 2009 at 03:21:19PM +, Khalid Schofield wrote: Dev's. What are the chances of getting a port of ZFS to OpenBSD? I can't quite bring myself to run solaris since it lacks so much of what I love about OpenBSD and Linux is back to square one because of the reasons I moved to

Re: Port ZFS to OpenBSD

2009-01-15 Thread Dave Wilson
Khalid Schofield wrote: Dev's. What are the chances of getting a port of ZFS to OpenBSD? I can't quite bring myself to run solaris since it lacks so much of what I love about OpenBSD and Linux is back to square one because of the reasons I moved to OpenBSD. Khalid Given the Dev's

Re: cdio: Can't determine media type

2009-01-15 Thread Jesus Sanchez
try cdrecord (port cdrtools) to make sure it's not a hardware issue. -Jesus Steven Surdock escribis: I can't seem to burn CD's with my USB attached drive anymore. Audio CD's seem to play, I can write using a different OS and mount CDs. Possibly a change after upgrading to 4.4? builder02$

Re: looks like bug in awk

2009-01-15 Thread Danix
Hi, I think you're missing the fact that the subtruct variable is not initialized and defaults to 0. So, what you get is 0 - 34523 - 9485 - 394 - 3456 = -47858 not 34523 - 9485 - 394 - 3456 = 21188 Cheers, Daniele igor denisov wrote: Hello there. There is a problem here.

Re: Problems with ppp(8) to Verizon EVDO

2009-01-15 Thread Pedro la Peu
On Thursday 15 January 2009 03:03:12 Jason Dixon wrote: I have a Verizon USB720 dongle that shows up as ucom0. I intend to use it for connecting remotely with my X40. I'm having problems when packets exceed a certain size. When this happens, the return packets never make it back to my

Re: Port ZFS to OpenBSD

2009-01-15 Thread Jason Dixon
On Thu, Jan 15, 2009 at 03:55:51PM +, Dave Wilson wrote: Khalid Schofield wrote: Dev's. What are the chances of getting a port of ZFS to OpenBSD? I can't quite bring myself to run solaris since it lacks so much of what I love about OpenBSD and Linux is back to square one because of

Re: Port ZFS to OpenBSD

2009-01-15 Thread bofh
On Thu, Jan 15, 2009 at 10:55 AM, Dave Wilson richard.wil...@senokian.com wrote: I would suggest, if you want XFS in OpenBSD[1], set about persuading Sun to re-release the ZFS code as BSD-licensed. Indeed, I think given it would have to be kernel code, I really do mean BSD-licensed rather than

Re: mouse cursor is too fast with wsmoused

2009-01-15 Thread Olivier Cherrier
On Thu, Jan 15, 2009 at 01:07:15AM +0100, lvl...@skynet.be wrote: Microsoft IntelliMouse Optical (USB) on Dell PE1950, wsmoused_flags= in /etc/rc.conf.local Mouse cursor is very fast, almost unusable. man for wsmoused nor Mr. Google gave me any clue, is there any way to slow the mouse down?

Re: Port ZFS to OpenBSD

2009-01-15 Thread Peter Kay - Syllopsium
From: bofh goodb...@gmail.com I have to ask - if you're not copying the code, but only copying the concept/technical requirements over (ie, a rewrite), that new code would be bsd licensed, right? Probably, but this is filesystem code. The last thing you want to do is to replace complex,

Re: Mount directories of unmounted disks/partitions

2009-01-15 Thread Ariane van der Steldt
On Thu, Jan 15, 2009 at 04:30:09PM +0100, Jon Sj?stedt wrote: I have an issue with mount. The problem is that i would like to create a directory with subdirs. On the subdirs I would mount directories of not yet mounted disks. Example mount /stuff/data1 /wd0d/dataa mount /stuff/data2

Re: Port ZFS to OpenBSD

2009-01-15 Thread Sevan / Venture37
The hammer FS seems promising from the BSDtalk Will Matthew did. Sevan / Venture37

Re: Problems with ppp(8) to Verizon EVDO

2009-01-15 Thread Jason Dixon
On Thu, Jan 15, 2009 at 04:25:54PM +, Pedro la Peu wrote: On Thursday 15 January 2009 03:03:12 Jason Dixon wrote: I have a Verizon USB720 dongle that shows up as ucom0. I intend to use it for connecting remotely with my X40. I'm having problems when packets exceed a certain size.

Re: Port ZFS to OpenBSD

2009-01-15 Thread Jason Dixon
On Thu, Jan 15, 2009 at 05:38:32PM +, Sevan / Venture37 wrote: The hammer FS seems promising from the BSDtalk Will Matthew did. HAMMER is a completely different beast. From my understanding, it attempts to avoid failures through clustering. But it doesn't have the resiliency to avoid data

You have been selected!

2009-01-15 Thread Wal-Mart
You have been selected to access the Wal-Mart 2 Steps Survey and win a $100.00 gift certificate. Please Click Here and complete the form to receive your reward. Thank you. This is an automated message. Please don't reply. Message ID: 0012762174-WMRTSRV.

Re: Port ZFS to OpenBSD

2009-01-15 Thread Jordi Espasa Clofent
Extracted from http://www.dragonflybsd.org/hammer/index.shtml: If you are interesting in porting HAMMER to another OS, please drop me a line at dillon at backplane.com. I will be creating a new DragonFly mailing list specifically for HAMMER porting as well as a git or mercurial repository (I

Re: Port ZFS to OpenBSD

2009-01-15 Thread johan beisser
On Jan 15, 2009, at 9:38 AM, Sevan / Venture37 wrote: The hammer FS seems promising from the BSDtalk Will Matthew did. Outside of a single person who's doing porting (to an unknown OS), there's not been much in the way of updates on the status. It's a BETA filesystem at best, and still

Re: Port ZFS to OpenBSD

2009-01-15 Thread Abel Camarillo
On Thu, Jan 15, 2009 at 11:26:33AM -0500, bofh wrote: On Thu, Jan 15, 2009 at 10:55 AM, Dave Wilson richard.wil...@senokian.com wrote: I would suggest, if you want XFS in OpenBSD[1], set about persuading Sun to re-release the ZFS code as BSD-licensed. Indeed, I think given it would have to

Re: cdio: Can't determine media type

2009-01-15 Thread Steven Surdock
-Original Message- Subject: cdio: Can't determine media type I can't seem to burn CD's with my USB attached drive anymore. Audio CD's seem to play, I can write using a different OS and mount CDs. Possibly a change after upgrading to 4.4? It was suggested that I try cdrecord. It

Re: mouse cursor is too fast with wsmoused

2009-01-15 Thread Louis V. Lambrecht
Olivier Cherrier wrote: On Thu, Jan 15, 2009 at 01:07:15AM +0100, lvl...@skynet.be wrote: Microsoft IntelliMouse Optical (USB) on Dell PE1950, wsmoused_flags= in /etc/rc.conf.local Mouse cursor is very fast, almost unusable. man for wsmoused nor Mr. Google gave me any clue, is there any way

Re: mouse cursor is too fast with wsmoused

2009-01-15 Thread Olivier Cherrier
On Thu, Jan 15, 2009 at 08:54:53PM +0100, lvl...@skynet.be wrote: Hence re-read the paragraph you cut when quoting. Use that trick in politics, where incomplete or edited quotes or quotes out of context are what business is. Also, as member of this list, you do not need to CC me at my

Re: Mount directories of unmounted disks/partitions

2009-01-15 Thread Jon Sjöstedt
Hello, On Thu, Jan 15, 2009 at 1:30 PM, Jon Sjvstedt d00...@dtek.chalmers.se wrote: Hello all! I have an issue with mount. The problem is that i would like to create a directory with subdirs. On the subdirs I would mount directories of not yet mounted disks. Example mount /stuff/data1

Re: Problems with ppp(8) to Verizon EVDO

2009-01-15 Thread Pedro la Peu
On Thursday 15 January 2009 17:44:38 Jason Dixon wrote: Normal for what? I see 2.5Mbps/512Kbps with the same device in OS X. Normal for me with the devices I have. Have you seen tcp traffic that is not affected? Not by application type per se, only by packet size. I was wondering if

Re: Mount directories of unmounted disks/partitions

2009-01-15 Thread Paul M
On 16/01/2009, at 10:46 AM, Jon Sjvstedt wrote: Hello, On Thu, Jan 15, 2009 at 1:30 PM, Jon Sjvstedt d00...@dtek.chalmers.se wrote: Hello all! I have an issue with mount. The problem is that i would like to create a directory with subdirs. On the subdirs I would mount directories of not yet

Re: Port ZFS to OpenBSD

2009-01-15 Thread Dieter
What are the chances of getting a port of ZFS to OpenBSD? I can't quite bring myself to run solaris since it lacks so much of what I love about OpenBSD and Linux is back to square one because of the reasons I moved to OpenBSD. Have you ruled out FreeBSD? Why are so many people so hot

Re: Port ZFS to OpenBSD

2009-01-15 Thread bofh
On Thu, Jan 15, 2009 at 5:06 AM, Dieter open...@sopwith.solgatos.com wrote: Why are so many people so hot for ZFS? From what little I've read about it, it sounds very complex, which means bugs and a nasty learning curve. Not something I'm interested in trusting my data to. The amount testing

Re: Port ZFS to OpenBSD

2009-01-15 Thread Janne Johansson
Dieter wrote: What are the chances of getting a port of ZFS to OpenBSD? I can't quite bring myself to run solaris since it lacks so much of what I love about OpenBSD and Linux is back to square one because of the reasons I moved to OpenBSD. Have you ruled out FreeBSD? Why are so many

Re: Port ZFS to OpenBSD

2009-01-15 Thread Khalid Schofield
On 16 Jan 2009, at 06:51, Janne Johansson wrote: Dieter wrote: What are the chances of getting a port of ZFS to OpenBSD? I can't quite bring myself to run solaris since it lacks so much of what I love about OpenBSD and Linux is back to square one because of the reasons I moved to