Re: Shuttle DS47 - Realtek RT 8111G

2013-09-15 Thread Thomas Guldener
Is it also possible to get a working kernel in FreeBSD 8.3 for PFSense support? g. Thomas On 15 Sep 2013, at 04:47, Scott Long sco...@samsco.org wrote: Index: sys/dev/re/if_re.c === --- sys/dev/re/if_re.c(revision

load averages with problem in FreeBSD 10.0-Alpha1?

2013-09-15 Thread Marcelo Gondim
Hi All, There is a problem with the load averagesin Alpha1? I ask this because the system without doing anything, is locked at 1.00. last pid: 18349; load averages: 1.00, 1.00, 1.00 up 0+18:46:02 10:19:42 25 processes: 1 running, 24 sleeping CPU: 0.0% user, 0.0% nice, 0.0% system,

Problem running VirtualBox

2013-09-15 Thread Alex
Hi: When I try to run VirtualBox I get the following error: VirtualBox: Error -610 in supR3HardenedMainInitRuntime! VirtualBox: dlopen(/usr/local/lib/virtualbox/VBoxRT.so,) failed: /usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.15 required by /usr/local/lib/virtualbox/VBoxRT.so not

SVN r255597 breaks -current with GCC

2013-09-15 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 As below .. - --- acl_list.o --- cc1: warnings being treated as errors In file included from /usr/src/usr.sbin/unbound/daemon/../../../contrib/ldns/ldns/error.h:19, from

Re: Shuttle DS47 - Realtek RT 8111G

2013-09-15 Thread Scott Long
Hi Thomas, I recommend getting ahold of the pfsense guys with this question. Scott On Sep 15, 2013, at 2:35 AM, Thomas Guldener tgulde...@bluewin.ch wrote: Is it also possible to get a working kernel in FreeBSD 8.3 for PFSense support? g. Thomas On 15 Sep 2013, at 04:47, Scott Long

Re: SVN r255597 breaks -current with GCC

2013-09-15 Thread Dag-Erling Smørgrav
Michael Butler i...@protected-networks.net writes: As below .. Yep, working on it, thanks. DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

problems with libiconv into kernel

2013-09-15 Thread Nilton Jose Rizzo
Hi all, Last night, I has tried to put in my kernel config the libiconv with this knobs from LINT: options CD9660_ICONV options MSDOSFS_ICONV options UDF_ICONV options LIBICONV but this results int this error: cc -c -O2 -pipe -fno-strict-aliasing -std=c99

-ffunction-sections, -fdata-sections and -Wl,--gc-sections

2013-09-15 Thread Ed Schouten
Hi all, Today I did a tiny experiment and I am not entirely sure what to do. Throw away the patch or eventually push it into the tree. GCC and Clang support the -ffunction-sections and -fdata-sections flags. Essentially, these flags force the compiler to put every function and variable in its

RE: how do i cross build world/kernel with clang?

2013-09-15 Thread Joe Holden
Are you still playing with this? Reason I ask is that I tried to build world with clang for the crack and it bails with: /usr/obj/mips.mips64/pseudosrc/tmp/usr/bin/ld: /usr/obj/mips.mips64/pseudosrc/tmp/usr/lib/crtn.o: warning: linking PIC files with non-PIC files exect.So: In function `exect':

RE: how do i cross build world/kernel with clang?

2013-09-15 Thread Joe Holden
Doh should have checked the thread before sending - is there any news on this? -Original Message- From: owner-freebsd-m...@freebsd.org [mailto:owner-freebsd- m...@freebsd.org] On Behalf Of Joe Holden Sent: 15 September 2013 23:28 To: 'Adrian Chadd'; 'freebsd-current';

Re: how do i cross build world/kernel with clang?

2013-09-15 Thread Adrian Chadd
I don't think so. I think the MIPS compiler people are aware of it. -adrian On 15 September 2013 15:29, Joe Holden li...@rewt.org.uk wrote: Doh should have checked the thread before sending - is there any news on this? -Original Message- From: owner-freebsd-m...@freebsd.org

Re: -ffunction-sections, -fdata-sections and -Wl,--gc-sections

2013-09-15 Thread Matthew Fleming
On Sun, Sep 15, 2013 at 2:24 PM, Ed Schouten e...@80386.nl wrote: Hi all, Today I did a tiny experiment and I am not entirely sure what to do. Throw away the patch or eventually push it into the tree. GCC and Clang support the -ffunction-sections and -fdata-sections flags. Essentially,

Re: Installworld on amd64 fails on libc.a on r255342

2013-09-15 Thread CyberLeo Kitsana
On 09/13/2013 02:46 PM, Eir Nym wrote: I get this error for a while, and don't know what to do with. I build the world, then try to install it into DESTDIR. And at this point I always get error that libc.a can't be found. To eliminate any mistakes in commits I've run snapshot r255342 from

Re: Intermittent hangs in vmem_periodic()

2013-09-15 Thread Davide Italiano
Thanks Gleb. I've removed DIAGNOSTIC and the problem is gone now. JFYI, I hit this problem today as well. I don't think you really need to disable DIAGNOSTIC completely in order to get rid of that. I've noticed Peter Holm has recently committed a new sysctl that allows you to selectively

Re: -ffunction-sections, -fdata-sections and -Wl,--gc-sections

2013-09-15 Thread Adrian Chadd
The results are interesting. On amd64: - devd suddenly becomes 500 KB in size, instead of a megabyte, - init's size drops from 900 KB to 600 KB, - clang becomes a megabyte smaller. .. so, I'd like to know specific information as to why these three are now smaller. So what's going on?

Re: Shuttle DS47 - Realtek RT 8111G

2013-09-15 Thread Yonghyeon PYUN
On Sat, Sep 14, 2013 at 08:47:06PM -0600, Scott Long wrote: Index: sys/dev/re/if_re.c === --- sys/dev/re/if_re.c(revision 255582) +++ sys/dev/re/if_re.c(working copy) @@ -234,6 +234,10 @@ {

Re: -ffunction-sections, -fdata-sections and -Wl,--gc-sections

2013-09-15 Thread Tim Kientzle
On Sep 15, 2013, at 2:24 PM, Ed Schouten e...@80386.nl wrote: GCC and Clang support the -ffunction-sections and -fdata-sections flags. Essentially, these flags force the compiler to put every function and variable in its own section. Though this will blow up the …. - devd suddenly becomes 500

Ports dependencies strangeness.

2013-09-15 Thread Tim Kientzle
I've been seeing this pretty regularly with several different ports: * Start with a fresh system with no packages. * Try to install some port with a lot of dependencies (using -DBATCH so it won't keep stopping and asking for configuration options) * At some point it stops with a missing

Re: Shuttle DS47 - Realtek RT 8111G

2013-09-15 Thread Scott Long
On Sep 15, 2013, at 8:17 PM, Yonghyeon PYUN pyu...@gmail.com wrote: On Sat, Sep 14, 2013 at 08:47:06PM -0600, Scott Long wrote: Index: sys/dev/re/if_re.c === --- sys/dev/re/if_re.c (revision 255582) +++ sys/dev/re/if_re.c

iSCSI boot ... root?

2013-09-15 Thread Zaphod Beeblebrox
Is it now possible to boot from iSCSI? I'm not talking about an iSCSI controller, but with pxe - dhcp - tftp (loads loader) - (something) - boot (mounts root from iSCSI) ... now I recall getting stuck on both something and boot last time. AFAICR, loader doesn't understand iSCSI ... so if your

PCIe SSD + SMP

2013-09-15 Thread Lundberg, Johannes
Hi Installing current on a MacBook Air 2013 model from USB memstick (special build) works fine but booting from the installed system stops at SMP. Disabling smp or doing #set hint.lapic.[1-3].disabled=1 makes it boot. Anyway has any clue what this might be? -- -- Johannes Lundberg Project