Re: sched_ule performance on single CPU

2008-04-16 Thread Unga
--- Norberto Meijome <[EMAIL PROTECTED]> wrote: > On Fri, 11 Apr 2008 07:26:05 -0700 (PDT) > Unga <[EMAIL PROTECTED]> wrote: > > > I listen to FLAC on amarok on professional > headphones > > at the same time browsing web while compiling > 'make > > buildworld' :) > > /me confused... are you sa

AHCI and correct drive geometry?

2008-04-16 Thread Josef Karthauser
Hey folks, So what's the word on AHCI and bios drive geometry? I'm having a real pain of a time trying to get some 750gb sata drives running on my FreeBSD7 box in AHCI mode. It doesn't seem to matter what disk geometry I suggest to sysinstall, something complains of an invalid disk upon booting

Re: AHCI and correct drive geometry?

2008-04-16 Thread Jeremy Chadwick
On Wed, Apr 16, 2008 at 08:12:26AM +0100, Josef Karthauser wrote: > So what's the word on AHCI and bios drive geometry? I'm having a real > pain of a time trying to get some 750gb sata drives running on my > FreeBSD7 box in AHCI mode. It doesn't seem to matter what disk geometry > I suggest to sysi

Re: Jail crontab crashing?

2008-04-16 Thread Anton - Valqk
I've found the actual line from which the cron was crashing. By mistake I've uncommented: #1,31 0-5 * * * rootadjkerntz -a and that's in a jail enviornment, when I commented it again the cron started working as expected. I agree that it's stupid ti call this command w

Re: sched_ule performance on single CPU

2008-04-16 Thread Tom Evans
On Wed, 2008-04-16 at 00:20 -0700, Unga wrote: > > Sorry for my late reply. > > What I mentioned is a fact, that I always do. Yep, the > music listening is not affected at all when building > world on both 4BSD and ULE. > > Please note my processor is 3Ghz, may be it can take > such a load. >

Re: sched_ule performance on single CPU

2008-04-16 Thread Unga
--- "O. Hartmann" <[EMAIL PROTECTED]> wrote: > Hello, > > I experience also a strange lagg when using > SCHED_ULE and FreeBSD 7.0 on > AMD64 platforms with and without UP. I tried to > track on FreeBSD 7 from > the very early days, so I noticed some performance > impacts last year > when some

Re: Disable DMA without loader.conf or sysctl.conf.

2008-04-16 Thread Rink Springer
Hi, On Tue, Apr 15, 2008 at 09:37:05PM +0100, Chris Rees wrote: > Remembering that Cromwell won't support loader That is not correct - recent versions of the sysutils/cromwell port support passing kernel environment parameters. As for your /boot/xboxlinux.cfg, use: title FreeBSD/xbox kernel

Re: panic with smbfs after MFC of kernel space locking

2008-04-16 Thread Oliver Brandmueller
Hi again, On Mon, Apr 14, 2008 at 08:55:49AM +0100, Doug Rabson wrote: >> Could anyone with a little better programming skills than me probably >> have a look at it? From the diffs of the other filesystems it seems like >> it's not a real big change, but mainly adding the function. > > I added a

RE: AHCI and correct drive geometry?

2008-04-16 Thread Josef Karthauser
> -Original Message- > From: Jeremy Chadwick [mailto:[EMAIL PROTECTED] > Sent: 16 April 2008 09:15 > To: Josef Karthauser > Cc: [EMAIL PROTECTED] > Subject: Re: AHCI and correct drive geometry? > > On Wed, Apr 16, 2008 at 08:12:26AM +0100, Josef Karthauser wrote: > > So what's the word on

Re: AHCI and correct drive geometry?

2008-04-16 Thread Daniel O'Connor
On Wed, 16 Apr 2008, Josef Karthauser wrote: > So what's the word on AHCI and bios drive geometry? I'm having a real > pain of a time trying to get some 750gb sata drives running on my > FreeBSD7 box in AHCI mode. It doesn't seem to matter what disk > geometry I suggest to sysinstall, something com

File descriptor passing broken in FreeBSD 7?

2008-04-16 Thread Philip Murray
Hi, I recently tried to use the newly released mod_rails (www.modrails.com) for Apache, and discovered it doesn't work on FreeBSD 7. It does however work on FreeBSD 6 just fine. I tracked it down to sendmsg() as detailed here: http://code.google.com/p/phusion-passenger/issues/deta

Re: AHCI and correct drive geometry?

2008-04-16 Thread Jeremy Chadwick
On Wed, Apr 16, 2008 at 09:46:15PM +0930, Daniel O'Connor wrote: > On Wed, 16 Apr 2008, Josef Karthauser wrote: > > So what's the word on AHCI and bios drive geometry? I'm having a real > > pain of a time trying to get some 750gb sata drives running on my > > FreeBSD7 box in AHCI mode. It doesn't s

Re: AHCI and correct drive geometry?

2008-04-16 Thread Daniel O'Connor
On Wed, 16 Apr 2008, Jeremy Chadwick wrote: > > ie just ignore sysinstalls bleatings. > > Which begs the question -- why are we still spitting that warning out > during the fdisk portion of sysinstall? I guess the problem is that it is impossible to know what systems care about geometry and those

Re: File descriptor passing broken in FreeBSD 7?

2008-04-16 Thread Heiko Wundram
Am Mittwoch, 16. April 2008 14:09:18 schrieb Philip Murray: > I recently tried to use the newly released mod_rails > (www.modrails.com) for Apache, and discovered it doesn't work on > FreeBSD 7. It does however work on FreeBSD 6 just fine. > > I tracked it down to sendmsg() as detailed here: > >

Re: File descriptor passing broken in FreeBSD 7?

2008-04-16 Thread Vivek Khera
On Apr 16, 2008, at 10:14 AM, Heiko Wundram wrote: http://www.gnome.org/~markmc/code/test-descriptor-passing.c Again it works in FreeBSD 6, but not in FreeBSD 7 (albeit with ECONNREFUSED not EBADF). Any ideas? Works fine on 7.0-STABLE from end of last week (i.e., doesn't core- dum

Re: ATI SB600 Sata controler isn't detected as such.

2008-04-16 Thread Jeremy Chadwick
On Wed, Apr 16, 2008 at 05:11:48PM +0200, Arnaud Houdelette wrote: > - sata disks works as sata150 instead of sata300 > > ad4: 238475MB at ata2-master SATA150 > ad6: 238475MB at ata3-master SATA150 > ad8: 238475MB at ata4-master SATA150 > ad10: 238475MB at ata5-master SATA150 Please ensure the

Re: ATI SB600 Sata controler isn't detected as such.

2008-04-16 Thread Arnaud Houdelette
Jeremy Chadwick a écrit : On Wed, Apr 16, 2008 at 05:11:48PM +0200, Arnaud Houdelette wrote: - sata disks works as sata150 instead of sata300 ad4: 238475MB at ata2-master SATA150 ad6: 238475MB at ata3-master SATA150 ad8: 238475MB at ata4-master SATA150 ad10: 238475MB at ata5-master SATA1

ATI SB600 Sata controler isn't detected as such.

2008-04-16 Thread Arnaud Houdelette
Hello. Running FreeBSD 7.0-STABLE (csup today) on AMD64. I got a MSI K9AGM3-F motherboard, with ATI SB600 chipset. The PATA controler is well recognised as controller>, but the sata controler is detected as AHCI controller> Two issues there : - sata disks works as sata150 instead of sata300 -

Re: ATI SB600 Sata controler isn't detected as such.

2008-04-16 Thread Andrey V. Elsukov
16.04.08, 19:28, "Arnaud Houdelette" <[EMAIL PROTECTED]>: > Thanks for the info. The jumper may well be in place. > Still it doesn't solve the main issue, that is the controler isn't > properly recognised. - it is ok. The generic AHCI was added some time ago. So if your controller is true AHC

Re: umass causes panic on 7 amd64

2008-04-16 Thread Roland Smith
On Wed, Apr 16, 2008 at 09:10:23AM -0700, Steve Franks wrote: > > freebsd-stable: as you can see, Roland has been teaching me about > crashdumps since my umass brought down one system, and is rather > unusable on another. Here's the kgdb output: > > Best, > Steve > > [EMAIL PROTECTED] /usr/obj/

Re: umass causes panic on 7 amd64

2008-04-16 Thread Steve Franks
On Tue, Apr 15, 2008 at 12:20 PM, Roland Smith <[EMAIL PROTECTED]> wrote: > On Tue, Apr 15, 2008 at 11:34:31AM -0700, Steve Franks wrote: > > Being a naturally curious guy, with your pointers, I've located the > following: > > > > [EMAIL PROTECTED] /var/crash]$ sudo cat info.2 > > Yep. This is

jail addressing?

2008-04-16 Thread Michael Butler
I currently have a bunch of jails with IPv4 addresses and I can't see a way of configuring them to have both IPv4 and v6. Is this possible in 7-stable? Michael ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: why does my apache-worker broke after upgrade to 6_3_RELEASE?

2008-04-16 Thread Anton - Valqk
well, well, well. FreeBSD Errata Notice FreeBSD-EN-08:01.libpthread is this connected to my problem with apache2-worker? I think so. another problem in last two months. I'm experiencing another strange problem with mount_nullfs locking. The system is simply, hanging, despite of losing dirs that

Re: why does my apache-worker broke after upgrade to 6_3_RELEASE?

2008-04-16 Thread Jeremy Chadwick
On Thu, Apr 17, 2008 at 05:21:14AM +0300, Anton - Valqk wrote: > well, > well, > well. > FreeBSD Errata Notice FreeBSD-EN-08:01.libpthread > is this connected to my problem with apache2-worker? > I think so. Your problem (re: kse_exit()) is very likely unrelated to this. Did you read the erra

Lots of FIN_WAIT_1 TCP Connections and deadlock in zoneli state

2008-04-16 Thread Lin Jui-Nan Eric
Hi All, I am running squid as reverse proxy on FreeBSD 7.0-R amd64. After running for a while (~ 8 hours), the throughput degrades to very very low rate. I found the squid is in "zoneli" state and is already a bug report on http://www.freebsd.org/cgi/query-pr.cgi?pr=106317 But after more investig