Re: OT: perl mail problems

2012-01-29 Thread Da Rock
On 01/29/12 02:13, Matthew Seaman wrote: On 28/01/2012 13:39, Da Rock wrote: I know this is not exactly FreeBSD related, but I'm in need of a monk that can enlighten me on a sacred incantation to connect perl to an imap server using Mail::Box modules :) If it helps people sleep, its all running

Re: OT: perl mail problems

2012-01-29 Thread Matthew Seaman
On 29/01/2012 08:11, Da Rock wrote: Thanks for the help guys. I've stepped away from php for security reasons; and the fact that I can integrate perl right into apache with mod_perl. Verb. Sap. Checkout PSGI if you're doing web-based perl things. See http://plackperl.org/ It means you can

Re: OT: perl mail problems

2012-01-29 Thread perryh
Matthew Seaman m.sea...@infracaninophile.co.uk wrote: Anything that works by connecting to an IMAP server and downloading all the new messages to hold and read locally really is missing the point. ... or is working around administrative issues, e.g. the mail recipient wants the mail stored

make release custom kernel conf not found

2012-01-29 Thread Rick Miller
Hi All, I am performing a `make release` to build a new release with a custom kernel. The `make release` fails with the following error: cd /usr/src/release/..; make TARGET_ARCH=amd64 TARGET=amd64 KERNCONF=MYKERNEL kernel DESTDIR=/R/stage/kernels KODIR=/MYKERNEL ERROR: Missing kernel

issue with limiting java's memory usage

2012-01-29 Thread Alexander Best
hi there, maybe i'm missing something obvious, but i don't quite understand the following top(1) output: last pid: 13875; load averages: 0.73, 0.75, 0.68 65 processes: 2 running, 62 sleeping, 1 waiting CPU 0: 19.5% user, 0.0% nice, 13.3% system, 0.0% interrupt, 67.2% idle CPU 1: 20.3%

how safe is kern.geom.part.check_integrity=0 ?

2012-01-29 Thread Julien Cigar
Hello, I upgraded today a gmirror'ed machine from 8.2-RELEASE to 9.0-RELEASE, but the system fails to mount my root mirror with an error 19 when I try to boot with the 9.0 kernel. I read that adding kern.geom.part.check_integrity=0 could solve the problem, but I haven't found any statement on

Re: issue with limiting java's memory usage

2012-01-29 Thread Patrick Lamaiziere
Le Sun, 29 Jan 2012 19:34:11 +, Alexander Best arun...@freebsd.org a écrit : hi there, Hello, maybe i'm missing something obvious, but i don't quite understand the following top(1) output: last pid: 13875; load averages: 0.73, 0.75, 0.68 65 processes: 2 running, 62 sleeping, 1

Re: issue with limiting java's memory usage

2012-01-29 Thread Alexander Best
On Sun Jan 29 12, Patrick Lamaiziere wrote: Le Sun, 29 Jan 2012 19:34:11 +, Alexander Best arun...@freebsd.org a écrit : hi there, Hello, maybe i'm missing something obvious, but i don't quite understand the following top(1) output: last pid: 13875; load averages: 0.73,

em0 legacy driver 1.0.3?

2012-01-29 Thread Marco Beishuizen
Hi, I noticed that my Intel 82541GI gigabit ethernet controller uses a legacy driver 1.0.3, instead of the in 9.0 standard em0 driver 7.3.2. Why is this and is the legacy driver as good as the standard driver? Regards, Marco -- The road to Hades is easy to travel. -- Bion

Re: OT: perl mail problems

2012-01-29 Thread Da Rock
On 01/29/12 18:56, Matthew Seaman wrote: On 29/01/2012 08:11, Da Rock wrote: Thanks for the help guys. I've stepped away from php for security reasons; and the fact that I can integrate perl right into apache with mod_perl. Verb. Sap. Checkout PSGI if you're doing web-based perl things. See

Re: make release custom kernel conf not found

2012-01-29 Thread Rob Farmer
On Sun, Jan 29, 2012 at 9:03 AM, Rick Miller vmil...@hostileadmin.com wrote: Hi All, I am performing a `make release` to build a new release with a custom kernel.  The `make release` fails with the following error: cd /usr/src/release/..;  make TARGET_ARCH=amd64 TARGET=amd64

Re: make release custom kernel conf not found

2012-01-29 Thread Bernt Hansson
2012-01-29 18:03, Rick Miller skrev: Hi All, I am performing a `make release` to build a new release with a custom kernel. The `make release` fails with the following error: cd /usr/src/release/..; make TARGET_ARCH=amd64 TARGET=amd64 KERNCONF=MYKERNEL kernel DESTDIR=/R/stage/kernels