undefined reference to SYS_cpuset

2008-07-28 Thread Unga
Hi all Today (28th July) I upgraded the FreeBSD sources (/usr/src) using cvsup and when try to compile a test C program I get following: echo 'main(){}' dummy.c cc dummy.c -v -Wl,--verbose /usr/lib/libc.so: undefined reference to `SYS_cpuset_getaffinity' /usr/lib/libc.so: undefined reference

Re: 7.0 Crashing

2008-07-28 Thread Kostik Belousov
On Sun, Jul 27, 2008 at 06:54:59PM -0400, Michael Toth wrote: Kostik Belousov wrote: On Sun, Jul 27, 2008 at 04:25:15PM -0400, Michael toth wrote: Fatal trap 12: page fault while in kernel mode cpuid = 4; apic id = 04 fault virtual address = 0x188 fault code =

Re: undefined reference to SYS_cpuset

2008-07-28 Thread Jeremy Chadwick
On Mon, Jul 28, 2008 at 01:13:53AM -0700, Unga wrote: Hi all Today (28th July) I upgraded the FreeBSD sources (/usr/src) using cvsup and when try to compile a test C program I get following: echo 'main(){}' dummy.c cc dummy.c -v -Wl,--verbose /usr/lib/libc.so: undefined reference to

Re: undefined reference to SYS_cpuset

2008-07-28 Thread Daniel Eischen
On Mon, 28 Jul 2008, Unga wrote: Hi all Today (28th July) I upgraded the FreeBSD sources (/usr/src) using cvsup and when try to compile a test C program I get following: echo 'main(){}' dummy.c cc dummy.c -v -Wl,--verbose /usr/lib/libc.so: undefined reference to `SYS_cpuset_getaffinity'

Sensorsd framework in 7.X ?

2008-07-28 Thread Cristiano Deana
Hi, any news about a MFC from -current to -stable (or 7.1) for the sensorsd framework? I find it very useful in openbsd, so i hoped to have it soon in free. tnx -- Cris, member of G.U.F.I Italian FreeBSD User Group http://www.gufi.org/ ___

Re: undefined reference to SYS_cpuset

2008-07-28 Thread Unga
--- On Mon, 7/28/08, Daniel Eischen [EMAIL PROTECTED] wrote: From: Daniel Eischen [EMAIL PROTECTED] Subject: Re: undefined reference to SYS_cpuset To: Unga [EMAIL PROTECTED] Cc: freebsd-stable@freebsd.org Date: Monday, July 28, 2008, 9:19 PM On Mon, 28 Jul 2008, Unga wrote: Hi all

Re: undefined reference to SYS_cpuset

2008-07-28 Thread Daniel Eischen
On Mon, 28 Jul 2008, Unga wrote: --- On Mon, 7/28/08, Daniel Eischen [EMAIL PROTECTED] wrote: From: Daniel Eischen [EMAIL PROTECTED] Subject: Re: undefined reference to SYS_cpuset To: Unga [EMAIL PROTECTED] Cc: freebsd-stable@freebsd.org Date: Monday, July 28, 2008, 9:19 PM On Mon, 28 Jul

Re: Sensorsd framework in 7.X ?

2008-07-28 Thread Vincent Hoffman
Cristiano Deana wrote: Hi, any news about a MFC from -current to -stable (or 7.1) for the sensorsd framework? I find it very useful in openbsd, so i hoped to have it soon in free. tnx As far as i can understand it was backed out from -CURRENT soon after the initial commit and so will not

Re: undefined reference to SYS_cpuset

2008-07-28 Thread Daniel Eischen
On Mon, 28 Jul 2008, Unga wrote: --- On Mon, 7/28/08, Daniel Eischen [EMAIL PROTECTED] wrote: From: Daniel Eischen [EMAIL PROTECTED] Subject: Re: undefined reference to SYS_cpuset To: Unga [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], freebsd-stable@freebsd.org, [EMAIL

Re: undefined reference to SYS_cpuset

2008-07-28 Thread Unga
--- On Mon, 7/28/08, Daniel Eischen [EMAIL PROTECTED] wrote: From: Daniel Eischen [EMAIL PROTECTED] Subject: Re: undefined reference to SYS_cpuset To: Unga [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], freebsd-stable@freebsd.org, [EMAIL PROTECTED] Date: Monday, July 28, 2008,

Re: undefined reference to SYS_cpuset

2008-07-28 Thread Unga
--- On Mon, 7/28/08, Daniel Eischen [EMAIL PROTECTED] wrote: From: Daniel Eischen [EMAIL PROTECTED] Subject: Re: undefined reference to SYS_cpuset To: Unga [EMAIL PROTECTED] Cc: freebsd-stable@freebsd.org Date: Monday, July 28, 2008, 10:58 PM On Mon, 28 Jul 2008, Unga wrote: --- On Mon,

Re: 7.0 Crashing

2008-07-28 Thread Michael toth
Kostik Belousov wrote: On Sun, Jul 27, 2008 at 06:54:59PM -0400, Michael Toth wrote: Kostik Belousov wrote: On Sun, Jul 27, 2008 at 04:25:15PM -0400, Michael toth wrote: Fatal trap 12: page fault while in kernel mode cpuid = 4; apic id = 04 fault virtual address = 0x188

Re: undefined reference to SYS_cpuset

2008-07-28 Thread Daniel Eischen
On Mon, 28 Jul 2008, Unga wrote: --- On Mon, 7/28/08, Daniel Eischen [EMAIL PROTECTED] wrote: Your problem is that you don't have an up-to-date kernel src (src/sys) directory with includes in your build environment. I have nothing to do with src/sys. I link against FreeBSD libs for a long

Re: undefined reference to SYS_cpuset

2008-07-28 Thread Clifton Royston
On Mon, Jul 28, 2008 at 02:05:55PM -0400, Daniel Eischen wrote: On Mon, 28 Jul 2008, Unga wrote: --- On Mon, 7/28/08, Daniel Eischen [EMAIL PROTECTED] wrote: Your problem is that you don't have an up-to-date kernel src (src/sys) directory with includes in your build environment. I

Re: 7.0 Crashing

2008-07-28 Thread Kostik Belousov
On Mon, Jul 28, 2008 at 01:16:39PM -0400, Michael toth wrote: I had someone run a Dell Diags CD on the machine and it passed all tests. Before that it core'd again; here is the backtrace from that one. Is there any other want (maybe in freebsd) to test the hardware better? and/or should I

Re: 7.0 Crashing

2008-07-28 Thread Kris Kennaway
Kostik Belousov wrote: On Mon, Jul 28, 2008 at 01:16:39PM -0400, Michael toth wrote: I had someone run a Dell Diags CD on the machine and it passed all tests. Before that it core'd again; here is the backtrace from that one. Is there any other want (maybe in freebsd) to test the hardware

Re: 7.0 Crashing

2008-07-28 Thread Kostik Belousov
On Mon, Jul 28, 2008 at 09:52:45PM +0200, Kris Kennaway wrote: Kostik Belousov wrote: On Mon, Jul 28, 2008 at 01:16:39PM -0400, Michael toth wrote: I had someone run a Dell Diags CD on the machine and it passed all tests. Before that it core'd again; here is the backtrace from that one.

Re: 7.0 Crashing

2008-07-28 Thread Kris Kennaway
Kostik Belousov wrote: On Mon, Jul 28, 2008 at 09:52:45PM +0200, Kris Kennaway wrote: Kostik Belousov wrote: On Mon, Jul 28, 2008 at 01:16:39PM -0400, Michael toth wrote: I had someone run a Dell Diags CD on the machine and it passed all tests. Before that it core'd again; here is the

infrastructure

2008-07-28 Thread Aristedes Maniatis
How do I get in touch with FreeBSD infrastructure people about mailing list set up? Sorry to post here, but I've scoured the web site and cannot find anything more appropriate. Is there a [EMAIL PROTECTED] or something similar? I tried [EMAIL PROTECTED] in relation to the specific question

Re: infrastructure

2008-07-28 Thread Brooks Davis
On Tue, Jul 29, 2008 at 10:27:37AM +1000, Aristedes Maniatis wrote: How do I get in touch with FreeBSD infrastructure people about mailing list set up? Sorry to post here, but I've scoured the web site and cannot find anything more appropriate. Is there a [EMAIL PROTECTED] or something