OpenBSD : FFS : Large Directories : Small files

2010-07-11 Thread Mayuresh Kathe
Hello, may I know of limitations on supporting large directories (over 5 million files) with small files (less than 10 KB) under FFS/FFS2? This is for a research project under AMD x86 with SATA Disk[s].

[SOLVED] Re: 302 redirection doesn't work ?

2010-07-11 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 That works fine , just print a header with custom http status code. http://httpd.apache.org/docs/1.3/misc/howto.html Thanks , for all of your help ! - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE

ep(4) doesn't receive data normally

2010-07-11 Thread KAWAMATA Yoshihiro
I have been used very old PC as my personal NFS file server. It had been worked with no problem until OpenBSD 4.6. But when upgraded 4.7, I got a very serious problem. This server cannot communicate with any hosts. Network interfaces settings; # ifconfig -a lo0:

Re: Perl problems in -current

2010-07-11 Thread J.C. Roberts
On Tue, 06 Jul 2010 11:26:42 +0100 Tom Murphy open...@pertho.net wrote: This error does not occur in 4.7-release. Has there been something up with the Perl packages in -current lately? Marc Espie (espie@) has been doing tons and tons of work on the ports system. The packages in question are

Other FS support in OpenBSD

2010-07-11 Thread Paolo Aglialoro
Hi all, is there some way (fuse or also exotic) to mount JFS or XFS partitions in OpenBSD, at least ro? THX

Re: Other FS support in OpenBSD

2010-07-11 Thread Ted Unangst
On Sun, Jul 11, 2010 at 12:59 PM, Paolo Aglialoro paol...@gmail.com wrote: is there some way (fuse or also exotic) to mount JFS or XFS partitions in OpenBSD, at least ro? No.

Re: OpenBSD : FFS : Large Directories : Small files

2010-07-11 Thread Ted Unangst
On Sun, Jul 11, 2010 at 4:22 AM, Mayuresh Kathe mayur...@kathe.in wrote: Hello, may I know of limitations on supporting large directories (over 5 million files) with small files (less than 10 KB) under FFS/FFS2? This is for a research project under AMD x86 with SATA Disk[s]. It wouldn't be

Re: Other FS support in OpenBSD

2010-07-11 Thread Brynet
Sure, you have some options. * Run NFS on a Linux system, XFS/JFS filesystem, export it to clients. * Use a different filesystem, OpenBSD supports FFS/FFS2, EXT2(..3 without journals), ISO9660, FAT(12/16/32), r/o support of NTFS, and network filesystems (NFS/AFS/Arla). Finally, * Port said

Re: Other FS support in OpenBSD

2010-07-11 Thread Robert
On Sun, 11 Jul 2010 18:59:11 +0200 Paolo Aglialoro paol...@gmail.com wrote: is there some way (fuse or also exotic) to mount JFS or XFS partitions in OpenBSD, at least ro? If you want a *horrible* hack: Install qemu and your favorite Linux distro, mount it in there and export it back via NFS.

Re: OpenBSD : FFS : Large Directories : Small files

2010-07-11 Thread Mayuresh Kathe
On Sun 11/07/10 23:05, Ted Unangst ted.unan...@gmail.com wrote: On Sun, Jul 11, 2010 at 4:22 AM, Mayuresh Kathe mayur...@ka the.in wrote: Hello, may I know of limitations on supporting large directories (over 5 million files) with small files (less than 10 KB) under FFS/FFS2? This is for

Re: OpenBSD : FFS : Large Directories : Small files

2010-07-11 Thread Bret S. Lambert
On Sun, Jul 11, 2010 at 08:05:59PM +0200, Mayuresh Kathe wrote: On Sun 11/07/10 23:05, Ted Unangst ted.unan...@gmail.com wrote: On Sun, Jul 11, 2010 at 4:22 AM, Mayuresh Kathe mayur...@ka the.in wrote: Hello, may I know of limitations on supporting large directories (over 5 million

Re: Perl problems in -current

2010-07-11 Thread Tom Murphy
Carp/Heavy.pm is actually part of base. It doesn't make sense that the file is in @INC and still perl cannot find it. Tom - Original message - On Tue, 06 Jul 2010 11:26:42 +0100 Tom Murphy open...@pertho.net wrote: This error does not occur in 4.7-release. Has there been something

Re: Perl problems in -current

2010-07-11 Thread Marc Espie
On Sun, Jul 11, 2010 at 09:25:44AM -0700, J.C. Roberts wrote: On Tue, 06 Jul 2010 11:26:42 +0100 Tom Murphy open...@pertho.net wrote: This error does not occur in 4.7-release. Has there been something up with the Perl packages in -current lately? Marc Espie (espie@) has been doing tons

Re: Other FS support in OpenBSD

2010-07-11 Thread Paolo Aglialoro
If you want a *horrible* hack: Install qemu and your favorite Linux distro, mount it in there and export it back via NFS. Unfortunately the question was meant for a dual boot P3-M 256MB laptop, so no chance to run a decent emulation together with X and the rest on obsd. But this idea is for

PTY allocation error

2010-07-11 Thread Peter Bako
I'm setting up (well, trying to I guess :-) ) a read-only OpenBSD system to run off a small CF card. Never having done this before, I found an excellent article written by Daniele Mazzocchio (http://www.kernel-panic.it/openbsd/embedded/) to use as my guide. I had a few minor issues crop up, but

Re: PTY allocation error

2010-07-11 Thread Philip Guenther
On Sun, Jul 11, 2010 at 4:31 PM, Peter Bako pe...@bakonet.org wrote: I'm setting up (well, trying to I guess :-) ) a read-only OpenBSD system to run off a small CF card. Never having done this before, I found an excellent article written by Daniele Mazzocchio

Re: Perl problems in -current

2010-07-11 Thread Philip Guenther
On Tue, Jul 6, 2010 at 3:26 AM, Tom Murphy open...@pertho.net wrote: I'm running the June 20 2010 snapshot on a webserver and was attempting to get Blogsum up and running, but I get this error in the log: [Tue Jul 6 11:21:47 2010] [error] PerlRun: `Can't locate Carp/Heavy.pm in @INC (@INC

Re: PTY allocation error

2010-07-11 Thread Bret S. Lambert
The reasons that a read-only CF card is irrelevant for any reasonably modern CF card have been discussed to death on this list; save yourself the headache and just do a normal install. On Sun, Jul 11, 2010 at 04:31:20PM -0700, Peter Bako wrote: I'm setting up (well, trying to I guess :-) ) a

Re: PTY allocation error

2010-07-11 Thread Nick Holland
On 07/11/10 19:30, Peter Bako wrote: I'm setting up (well, trying to I guess :-) ) a read-only OpenBSD system to run off a small CF card. trying to shoot myself in the foot Never having done this before, I found an excellent for funny definition of excellent article written by Daniele

Re: OpenBSD : FFS : Large Directories : Small files

2010-07-11 Thread Otto Moerbeek
On Sun, Jul 11, 2010 at 10:22:41AM +0200, Mayuresh Kathe wrote: Hello, may I know of limitations on supporting large directories (over 5 million files) with small files (less than 10 KB) under FFS/FFS2? This is for a research project under AMD x86 with SATA Disk[s]. Directories are linear

Re: OpenBSD : FFS : Large Directories : Small files

2010-07-11 Thread Otto Moerbeek
On Sun, Jul 11, 2010 at 08:05:59PM +0200, Mayuresh Kathe wrote: On Sun 11/07/10 23:05, Ted Unangst ted.unan...@gmail.com wrote: On Sun, Jul 11, 2010 at 4:22 AM, Mayuresh Kathe mayur...@ka the.in wrote: Hello, may I know of limitations on supporting large directories (over 5 million