Re: A New FreeBSD Server

2006-06-26 Thread Bob Richards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wow! First I want to thank all of you who responded for the great information! As I read it all, I became more and more excited about my decision to switch to FreeBsd! And became more and more impatient with US Postal Mail! So! I went and downloade

New architecture support

2006-06-26 Thread Aditya Godbole
Hi, If I have to add support for a new architecture, how do I start? I guess I need to get the build system and 'config' utility in place? How do I go about it? -aditya ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listi

Re: checking zip file corruption

2006-06-26 Thread Ashok Shrestha
I found it. zip -T file.zip Thanks anyways. On 6/26/06, Ashok Shrestha <[EMAIL PROTECTED]> wrote: Hi all, I am writing code to check if incoming zip files are corrupt and the client is not willing to send a digest (like md5) of the file. I need to check if a zip file is corrupt. A Perl API i

Database on 6.1/AMD64 ?

2006-06-26 Thread Hugo Silva
Hi list, I'm considering switching a database server to FreeBSD 6.1/AMD64. The Opteron processor I am interested in is a dual core. I would like to know about any stories using FreeBSD/AMD64, MySQL 5.0, and two dual core processors. Will I have stability/performance issues ? Will the two dua

Re: A New FreeBSD Server

2006-06-26 Thread Ed Maste
On Mon, Jun 26, 2006 at 10:10:28AM -0400, Mike Meyer wrote: > In <[EMAIL PROTECTED]>, Dmitry Morozovsky <[EMAIL PROTECTED]> typed: > > On Sat, 24 Jun 2006, Mike Meyer wrote: > > MM> The other constraint on swap is that if you want the system to save a > > MM> core dump if it panics, you need a dev

Re: checking zip file corruption

2006-06-26 Thread Craig Rodrigues
On Mon, Jun 26, 2006 at 09:18:31AM -0400, Ashok Shrestha wrote: > Hi all, > > I am writing code to check if incoming zip files are corrupt and the > client is not willing to send a digest (like md5) of the file. Why don't you just use InfoZip's "unzip -t" flag which tests the integrity of a zip f

Re: ENOMEM @ RELENG_6 graid3

2006-06-26 Thread Eric Anderson
Dmitry Morozovsky wrote: Dear colleagues, turning on bootverbose reveals additional info to ad10: FAILURE - out of memory in start under load this machine (5 ata disks, most of their space allocated for 2 graid3's) many messages like ENOMEM 0xc6e834a4 on 0xc493c080(ad8) ENOMEM 0xc703fdec

checking zip file corruption

2006-06-26 Thread Ashok Shrestha
Hi all, I am writing code to check if incoming zip files are corrupt and the client is not willing to send a digest (like md5) of the file. I need to check if a zip file is corrupt. A Perl API is preferable but anything you can suggest is cool. I was unable to find anything on google. Perhaps o

ENOMEM @ RELENG_6 graid3

2006-06-26 Thread Dmitry Morozovsky
Dear colleagues, turning on bootverbose reveals additional info to ad10: FAILURE - out of memory in start under load this machine (5 ata disks, most of their space allocated for 2 graid3's) many messages like ENOMEM 0xc6e834a4 on 0xc493c080(ad8) ENOMEM 0xc703fdec on 0xc4960480(ad10) ENOMEM 0x

Re: A New FreeBSD Server

2006-06-26 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Dmitry Morozovsky <[EMAIL PROTECTED]> typed: > On Sat, 24 Jun 2006, Mike Meyer wrote: > MM> The other constraint on swap is that if you want the system to save a > MM> core dump if it panics, you need a device to dump on that's 64Kb > MM> bigger than ram. That's one device,

Re: A New FreeBSD Server

2006-06-26 Thread Dmitry Morozovsky
On Sat, 24 Jun 2006, Mike Meyer wrote: MM> The other constraint on swap is that if you want the system to save a MM> core dump if it panics, you need a device to dump on that's 64Kb MM> bigger than ram. That's one device, not all of swap. This is not quite true, as there always are some unused me

Re: mmap() vs. character special file

2006-06-26 Thread Dag-Erling Smørgrav
Stanislav Sedov <[EMAIL PROTECTED]> writes: > You cannot mmap ata devices (as well as scsi ones), since mmap functions > was not implemented. This has nothing to do with ata or scsi; it's a GEOM issue. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___