geom label doesn't recognize CD change

2008-01-16 Thread Dominic Fandrey
As the subject says. Geom labels are not updated, when a CD is inserted or removed. The only workaround I have found is to run # atacontrol detach ata1 ; sleep 0.5 ; atacontrol attach ata1 which is a rather dirty way of handling this, especially because there are two drives attached to this

panic: vm_fault: fault on nofualt entry, addr: 81423000

2008-01-16 Thread Pete French
I have an HP dc5750 workstaion and I get the following when I tryand boot it with ACPI enabled. This happens almost instantly, just after the processors are detected. I am running 7.0 these days, but I had the same issue under 6.3 (which I reported in PR 117918, though without the panic line,

Re: Kernel panic when kldunload acpi_video

2008-01-16 Thread John Baldwin
On Tuesday 15 January 2008 06:54:53 pm Norberto Meijome wrote: I have crash dumps, but unfortunately, i wiped the kernel.debug after starting a full clean rebuild of kernel + world for today's changes. Please get a crash dump with matching kernel.debug and acpi_video.ko.debug. Then grab

Re: Backup solution suggestions

2008-01-16 Thread Tuomo Latto
Johan Ström wrote: I create regular tarball (gziped maybee) with some files i want to backup, Then i encrypt this file with ie gpg. Then i send of this file using some unspecified network protocol to the storage server. Encrypted all the way, from my end to the remote disk.. The downside is

Re: Backup solution suggestions

2008-01-16 Thread Tom Evans
On Wed, 2008-01-16 at 00:26 +0100, Johan Ström wrote: snip Simple Example: I create regular tarball (gziped maybee) with some files i want to backup, Then i encrypt this file with ie gpg. Then i send of this file using some unspecified network protocol to the storage server. Encrypted

USB prevents system from powering off and ucom prevents usb from being unloaded - ideas?

2008-01-16 Thread Michael Nottebrock
Subject line is the executive summary of my problem: I have a box with an Intel 945GC A2 chipset that will not poweroff on shutdown if the usb kernel module is loaded (or statically compiled into the kernel). Unloading the usb kernel modules sometime during shutdown (I hacked the usbd rc

Re: Backup solution suggestions

2008-01-16 Thread Toomas Aas
Johan Ström wrote: My main problem with existing solutions is this gap of encryption on the backup server side. I dont want it to be readable outside of my box (without encryption keys ofcourse), so as soon as I send it of from my box I want it to be encrypted over the link, and down on the

Re: Swapping caused by very large (regular) file size

2008-01-16 Thread Thomas Hurst
* Kris Kennaway ([EMAIL PROTECTED]) wrote: Excellent. I've been seeing this behavior for a long time, mostly on backup runs (RAID-1 amr SATA - 1 disk Marvell ata). It's pretty odd seeing a system with 8G of memory, 60% of which is just cache, swap out half a dozen things for no apparant

Re: Fwd: FreeBSD 6.3 and Intel G33

2008-01-16 Thread Eric Anholt
On Wed, 2008-01-16 at 11:47 +1030, Daniel O'Connor wrote: On Wed, 16 Jan 2008, Eric Anholt wrote: I took a quick review of the docs again and I think it's almost complete. The gtt_size detection is broken, though. We should have gtt_size (the amount of graphics stolen memory used for

Re: Swapping caused by very large (regular) file size

2008-01-16 Thread Adam McDougall
On Sat, Jan 12, 2008 at 12:05:38AM -0500, John Baldwin wrote: On Friday 11 January 2008 10:31:47 pm Peter Jeremy wrote: On Fri, Jan 11, 2008 at 06:44:20PM +0100, Kris Kennaway wrote: Ian West wrote: dd if=/dev/zero bs=32768 of=junkfile count=10 seems to do it quite reliably on

xorg core dumped with multi-display setting

2008-01-16 Thread wsk
hello, friends wanna to setting multi-display on my Nvidia Quadro FX1400 dual-heads card and got dumped core... and help?? my xorg.conf Section ServerLayout Identifier X.org Configured Screen Screen0 LeftOf Screen1 Screen Screen1 RightOf Screen0 InputDevice Mouse0 CorePointer InputDevice

Re: Kernel panic when kldunload acpi_video

2008-01-16 Thread John Baldwin
On Wednesday 16 January 2008 09:31:55 am John Baldwin wrote: On Tuesday 15 January 2008 06:54:53 pm Norberto Meijome wrote: I have crash dumps, but unfortunately, i wiped the kernel.debug after starting a full clean rebuild of kernel + world for today's changes. Please get a crash dump

Re: Backup solution suggestions

2008-01-16 Thread Ulrich Spoerlein
On Wed, 16.01.2008 at 00:26:34 +0100, Johan Ström wrote: I create regular tarball (gziped maybee) with some files i want to backup, Then i encrypt this file with ie gpg. Then i send of this file using some unspecified network protocol to the storage server. Encrypted all the way, from my end

Re: Backup solution suggestions [ggated]

2008-01-16 Thread Johan Ström
On Jan 16, 2008, at 23:27 , Ulrich Spoerlein wrote: On Wed, 16.01.2008 at 00:26:34 +0100, Johan Ström wrote: I create regular tarball (gziped maybee) with some files i want to backup, Then i encrypt this file with ie gpg. Then i send of this file using some unspecified network protocol to

Re: Backup solution suggestions

2008-01-16 Thread Johan Ström
On Jan 16, 2008, at 19:02 , Toomas Aas wrote: Johan Ström wrote: My main problem with existing solutions is this gap of encryption on the backup server side. I dont want it to be readable outside of my box (without encryption keys ofcourse), so as soon as I send it of from my box I want

Re: /usr/lib/compat and updates

2008-01-16 Thread Charles Sprickman
Just following-up to myself, please correct me if I got anything wrong... On Tue, 15 Jan 2008, Charles Sprickman wrote: Hi all, I've been doing a number of 4.11 - 5.5 - 6.2 upgrades. All of them I've done have gone very well. One that was handled by someone else following my step-by-step

Re: /usr/lib/compat and updates

2008-01-16 Thread Scot Hetzel
On 1/16/08, Charles Sprickman [EMAIL PROTECTED] wrote: Just following-up to myself, please correct me if I got anything wrong... On Tue, 15 Jan 2008, Charles Sprickman wrote: Hi all, I've been doing a number of 4.11 - 5.5 - 6.2 upgrades. All of them I've done have gone very well. One

kldstat causes kernel to print odd message

2008-01-16 Thread Daniel O'Connor
Hi, I have built my own release of 6.3 (slightly older than 6.3 as tagged) and I am seeing an odd cosmetic problem. Whenever I kldload a module (stuff loaded by the loader doesn't do it) I get this in dmesg.. kldload: Unsupported file type The actual module works fine though (shows up in

Re: Kernel panic when kldunload acpi_video

2008-01-16 Thread Norberto Meijome
On Wed, 16 Jan 2008 09:31:55 -0500 John Baldwin [EMAIL PROTECTED] wrote: Please get a crash dump with matching kernel.debug and acpi_video.ko.debug. Then grab www.freebsd.org/~jhb/gdb/gdb6 and source it while running kgdb. You can use the 'kldload' command to generate output that you can pass

Re: Fwd: FreeBSD 6.3 and Intel G33

2008-01-16 Thread Daniel O'Connor
On Thu, 17 Jan 2008, Eric Anholt wrote: OK.. Not sure what GTT is though :) Think page tables on your CPU, but for the graphics device's virtual addressing inside of the AGP aperture. Righto. Fatal server error: Couldn't bind memory for front buffer That's almost surely as a result of