Re: agp in kernel

2012-11-06 Thread Zoran Fooboo
> I don't see how the AGP driver could interfere in a system that does > not have any AGP hardware. The driver does not have any matching > hardware to attach to so it's just unused code in memory. Sounds logical, but take a look at this post: http://www.mail-archive.com/freebsd-stable@freebsd.or

Re: agp in kernel

2012-11-06 Thread Jakub Lach
I think it's historical cruft, nvidia driver had it's own agp module or something to this effect. -- View this message in context: http://freebsd.1045724.n5.nabble.com/agp-in-kernel-tp5758326p5758733.html Sent from the freebsd-stable mailing list archive at Nabble.com. _

Re: agp in kernel

2012-11-06 Thread Kimmo Paasiala
On Mon, Nov 5, 2012 at 5:00 PM, Zoran Kolic wrote: > After several years I replaced desktop and laptop and > wait for release to start fresh. On desktop I put nvidia > gt520. Forums say nvidia prop driver dislikes agp op- > tion in kernel and recommend removing it. Laptop is > sandy bridge with hd

Error compiling world (usr/src/gnu/usr.bin/texinfo) w/ Clang

2012-11-06 Thread Mike Jakubik
Hello, I've ran in to this issue on two different machines, both have recent stable code. The problem appears to be with /usr/src/gnu/usr.bin/texinfo, i am using Clang to compile. Thanks. --- ===> gnu/usr.bin/texinfo/install-info (all) clang -O2 -pipe -mtune=native -march=native -DHAVE_CONFIG_H

Re: agp in kernel

2012-11-06 Thread Jakub Lach
No, it's still intel in xorg.conf, you just need WITH_KMS= WITH_NEW_XORG= set in ports. -- View this message in context: http://freebsd.1045724.n5.nabble.com/agp-in-kernel-tp5758326p5758722.html Sent from the freebsd-stable mailing list archive at Nabble.com. ___

Re: 9-Stable panic: resource_list_unreserve: can't find resource

2012-11-06 Thread Andriy Gapon
on 06/11/2012 10:50 Tom Lislegaard said the following: > No problem, I'm happy to assist in debugging this. > > Enabling the acpi debugging quickly fills the kernel message buffer, but it > seems to be the same set of messages > repeating again and again so I think this is representative > > ht

Re: mfi panic on recused on non-recusive mutex MFI I/O lock

2012-11-06 Thread Steven Hartland
- Original Message - From: "Doug Ambrisko" On Tue, Nov 06, 2012 at 12:09:42AM -, Steven Hartland wrote: | Thanks Doug, actually just finished another test run with some more | debugging in and I believe I've found the reason for the non-recusive | lock and at least some of the queu

Re: mfi panic on recused on non-recusive mutex MFI I/O lock

2012-11-06 Thread Doug Ambrisko
On Tue, Nov 06, 2012 at 12:09:42AM -, Steven Hartland wrote: | Thanks Doug, actually just finished another test run with some more | debugging in and I believe I've found the reason for the non-recusive | lock and at least some of the queuing issues. | | The non-recursive lock is due to the mf

Re: agp in kernel

2012-11-06 Thread Zoran Kolic
> I am using latest nvidia-driver, and GENERIC 9.1-RC3, which has agp in the > kernel, and have no issues.. After a bit more posts reading , I found that people used one driver even for intel graphics: xf86-video-intel. Is it nece- ssary in case of 9.1 for hd3000? Do I have to change make.conf as

Questions about amd automounter

2012-11-06 Thread Christian Corti
Hi, I am running FreeBSD 9.0-RELEASE-p4 on an AMD64 box. I am playing with the amd automounter and am looking for a solution of the following problem: I would like to have a /home map similar to autofs that has both local and NIS entries. With autofs (Solaris, Linux etc.) I can say in /etc/auto

Re: freebsd-update and sources of 9.1-RC3

2012-11-06 Thread Chuck Burns
On Tuesday, November 06, 2012 09:27:17 AM Bas Smeelen wrote: > Me too. With subversion you get about 14 extra dependencies and it is not > really lightweight like csup. > csup will be available for the STABLE branches in the future but for how > long? > I'd wager that it won't be long before someo

Re: FreeBSD 9.1 stability/robustness?

2012-11-06 Thread Rick Miller
Someone asked about getting The DL360 G8 to boot to their intel branded pci NIC, but I cannot find that email :( At any rate, we removed the Broadcom daughterboard from the system and insured that the intel PCI NIC (i350) was bootable in the BIOS. On Sat, Nov 3, 2012 at 9:56 PM, Rick Miller wrot

Re: freebsd-update and sources of 9.1-RC3

2012-11-06 Thread jb
Bas Smeelen ose.nl> writes: > ... > >> Since freebsd-update is meant to update the system I don't really see a > >> point to make it install sources (or others things) if they are not > >> present on the system being updated. > ... > > But, you brought up that "StrictComponents yes" option and w

RE: 9-Stable panic: resource_list_unreserve: can't find resource

2012-11-06 Thread Tom Lislegaard
> -Original Message- > From: Andriy Gapon [mailto:a...@freebsd.org] > Sent: 5. november 2012 18:08 > To: Tom Lislegaard > Cc: freebsd-stable@FreeBSD.org; freebsd-a...@freebsd.org > Subject: Re: 9-Stable panic: resource_list_unreserve: can't find resource > > on 05/11/2012 16:52 Tom Lisle

Re: freebsd-update and sources of 9.1-RC3

2012-11-06 Thread Bas Smeelen
On 11/06/2012 09:21 AM, Eugene Grosbein wrote: > 04.11.2012 17:55, Bas Smeelen wrote: > >> To get the sources you can always use csup and set >> default release=cvs tag=RELENG_9_1 >> or use subversion > csup will gone in 3 or 4 month, not a long-term solution I need. You're right. For now you can

Re: freebsd-update and sources of 9.1-RC3

2012-11-06 Thread Eugene Grosbein
04.11.2012 17:55, Bas Smeelen wrote: > To get the sources you can always use csup and set > default release=cvs tag=RELENG_9_1 > or use subversion csup will gone in 3 or 4 month, not a long-term solution I need. subversion still misses lightweight binary package like cvsup-nox11 was some time ag