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

2013-09-16 Thread David Chisnall
On 15 Sep 2013, at 23:28, "Joe Holden" wrote: > 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 PI

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

2013-09-16 Thread David Chisnall
On 16 Sep 2013, at 07:52, Dimitry Andric wrote: > On Sep 16, 2013, at 03:08, Adrian Chadd wrote: >>> 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 smalle

unbound? -- Conf file?

2013-09-16 Thread Larry Rosenman
I took the minimalist file from man unbound.conf, and the unbound-checkconf and unbound itself does NOT like it: # unbound-checkconf /etc/unbound/unbound.conf:2: error: syntax error read /etc/unbound/unbound.conf failed: 1 errors in configuration file # ^D$ $ pwd /home/ler $ cat /etc/unbound/unbo

Re: iSCSI boot ... root?

2013-09-16 Thread Edward Tomasz Napierała
Wiadomość napisana przez Zaphod Beeblebrox w dniu 16 wrz 2013, o godz. 07:35: > 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) Not yet. The iSCSI initiator re

Moused + HAL + rc.conf + Boot

2013-09-16 Thread Nilton Jose Rizzo
Hi all, I'm here again! When I start my box, the moused is run. My mouse is an USB mouse. I put in rc.conf this knob: moused_enable="NO", but is ignored by start up script and moused is run, this is a problem to the HAL, because the HAL try to open /dev/ums0 again and can

Re: Moused + HAL + rc.conf + Boot

2013-09-16 Thread Hans Petter Selasky
On 09/16/13 13:06, Nilton Jose Rizzo wrote: Hi all, I'm here again! When I start my box, the moused is run. My mouse is an USB mouse. I put in rc.conf this knob: moused_enable="NO", but is ignored by start up script and moused is run, this is a problem to the HAL, becau

Re: ZFS secondarycache on SSD problem on r255173

2013-09-16 Thread Borja Marcos
On Sep 13, 2013, at 2:18 PM, Steven Hartland wrote: > This is a recent bit of code by Justin cc'ed, so he's likely the best person > to > investigate this one. Hmm. There is still a lot of confusion surrounding all this, and it's a time bomb waiting to explode. A friend had serious problems o

Re: ZFS secondarycache on SSD problem on r255173

2013-09-16 Thread Steven Hartland
Cant say I've ever had a issue with gnop, but I haven't used it for some time. I did have a quick look over the weekend at your issue and it looks to me like warning for the cache is a false positive, as the vdev for cache doesn't report an ashift in zdb so could well be falling back to a default

Re: Moused + HAL + rc.conf + Boot

2013-09-16 Thread Sergey V. Dyatko
On Mon, 16 Sep 2013 08:06:48 -0300 "Nilton Jose Rizzo" wrote: > > Hi all, > >I'm here again! > >When I start my box, the moused is run. My mouse is an USB > mouse. I put in rc.conf this knob: moused_enable="NO", but is ignored > by start up script and moused is run, this is a pr

Re: Problem running VirtualBox

2013-09-16 Thread Jimmy Kelley
I had the same problem. Turned out that the offending libstdc++.so.6 had be installed by the compat8x package, which had been installed by the bootstrap-openjdk package. Deleted both of those, and now Virtualbox finds and use the one supplied by the GCC compiler used to build it. Jimmy On Sun,

Re[2]: ZFS secondarycache on SSD problem on r255173

2013-09-16 Thread Dmitriy Makarov
There is no problem with ZIL devices, they reports  ashift: 12    children[1]:     type: 'disk'     id: 1     guid: 6986664094649753344     path: '/dev/gpt/zil1'     phys_path: '/dev/gpt/zil1'     whole_disk: 1     metaslab_array:

Re[3]: ZFS secondarycache on SSD problem on r255173

2013-09-16 Thread Dmitriy Makarov
And have to say that ashift of a main pool doesn't matter. I've tried to create pool with ashift 9 (default value) and with ashift 12 with creating gnops over gpart devices, export pool, destroy gnops, import pool.  There is the same problem with cache device. There is no problem with ZIL devi

Re: Re[3]: ZFS secondarycache on SSD problem on r255173

2013-09-16 Thread Steven Hartland
Thats correct the new code knows the what the ashift of the underlying disk should be so if it detects a vdev with a lower ashift you get this warning. I suspect the issue is that cache devices don't have an ashift, so when the check is done it gets a default value and hence the warning. I'd h

Fwd: Virtualbox "Settings" don't show any window (FreeBSD-10 current)

2013-09-16 Thread Mike C.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Perhaps this is best placed in "current" list! - Original Message Subject: Virtualbox "Settings" don't show any window (FreeBSD-10 current) Date: Sun, 15 Sep 2013 18:35:02 + From: Mike C. To: freebsd-emulat...@freebsd.org I'v

Re: Problem running VirtualBox

2013-09-16 Thread Alex
On Mon, 16 Sep 2013 06:33:00 -0500 Jimmy Kelley wrote: > I had the same problem. Turned out that the offending libstdc++.so.6 > had be installed by the compat8x package, which had been installed > by the bootstrap-openjdk package. Deleted both of those, and now > Virtualbox finds and use the on

Re: Moused + HAL + rc.conf + Boot

2013-09-16 Thread Warren Block
On Mon, 16 Sep 2013, Nilton Jose Rizzo wrote: Hi all, I'm here again! When I start my box, the moused is run. My mouse is an USB mouse. I put in rc.conf this knob: moused_enable="NO", but is ignored by start up script and moused is run, this is a problem to the HAL, because th

Re: unbound? -- Conf file?

2013-09-16 Thread Nathan Whitehorn
On 09/16/13 03:54, Larry Rosenman wrote: I took the minimalist file from man unbound.conf, and the unbound-checkconf and unbound itself does NOT like it: A related note: it seems like the /etc bits for unbound have not been hooked up. There is no default config (this post) but also no RC scri

General Protection Fault in prelist_remove()

2013-09-16 Thread Hans Petter Selasky
Hi, I caught a General protection fault in prelist_remove. Any clues what this might be? FreeBSD-10 from one month back approx. 80a95810 : 80a95810: 55 push %rbp 80a95811: 48 89 e5mov%rsp,%rbp 80a95814:

Re: iSCSI boot ... root?

2013-09-16 Thread Kristjan Eentsalu
On 16.09.2013 13:35, Edward Tomasz Napierała wrote:> Wiadomość napisana przez Zaphod Beeblebrox w dniu 16 wrz 2013, o godz. 07:35: >> 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 (moun

Re: General Protection Fault in prelist_remove()

2013-09-16 Thread Mark Johnston
On Mon, Sep 16, 2013 at 05:27:30PM +0200, Hans Petter Selasky wrote: > Hi, > > I caught a General protection fault in prelist_remove. Any clues what > this might be? Any chance you were creating or destroying interfaces around the time this crash happened? There is no locking in the code which

sysctl: unknown oid 'kern.random.sys.harvest.interrupt

2013-09-16 Thread Joel Dahl
Hi, I noticed the following during boot on a machine running HEAD from today: Entropy harvesting:sysctl: unknown oid 'kern.random.sys.harvest.interrupt': No such file or directory interruptssysctl: unknown oid 'kern.random.sys.harvest.ethernet': No such file or directory ethernetsysctl: unkno

FreeBSD 10.0 ALPHA1

2013-09-16 Thread ajtiM
Hi! I installed FreeBSD 10.0 ALPHA1 on my iMac 11,1 with ATI Radeon HD 4850, GPU because I fought that Xor will works now. But I see that I need to do more. I have not experience with FreeBSD current and I didn't use svn except for Area 51 (KDE). I fought that is svn (subversion) default on the

RE: General Protection Fault in prelist_remove()

2013-09-16 Thread Hans Petter Selasky
Hi Mark, -Original message- > From:Mark Johnston mailto:ma...@freebsd.org> > > Sent: Monday 16th September 2013 19:09 > To: Hans Petter Selasky > > Cc: freebsd-current@freebsd.org > Subject: Re: General Protect

Installing ports without info files

2013-09-16 Thread Mattia Rossi
Hi all, I've build a world with the following constraints: -DWITHOUT_INFO -DWITHOUT_MAN -DWITHOUT_SHAREDOCS -DWITHOUT_EXAMPLES -DWITHOUT_HTML as I don't need that stuff. Turns out, this prevents tools like install-info being built. Now trying to build devel/gettext I can't get it installed, a

Re: Virtualbox "Settings" don't show any window (FreeBSD-10 current)

2013-09-16 Thread Eric Camachat
I run it on my 10-ALPHA1 without problem. There were many fix for clang/libc++ in ports recently. Try to update ports and rebuild all dependencies. Eric On Mon, Sep 16, 2013 at 7:14 AM, Mike C. wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Perhaps this is best placed in "curre

Re: FreeBSD 10.0 ALPHA1

2013-09-16 Thread Herbert J. Skuhra
On Mon, 16 Sep 2013 13:28:06 -0400 ajtiM wrote: > Hi! > > I installed FreeBSD 10.0 ALPHA1 on my iMac 11,1 with ATI Radeon HD > 4850, GPU because I fought that Xor will works now. But I see that I > need to do more. > I have not experience with FreeBSD current and I didn't use svn > except for Ar

Re: unbound? -- Conf file?

2013-09-16 Thread Dag-Erling Smørgrav
Nathan Whitehorn writes: > A related note: it seems like the /etc bits for unbound have not been > hooked up. There is no default config (this post) but also no RC > script, for example. ...yet. DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-cur

Re: Installing ports without info files

2013-09-16 Thread Ian Lepore
On Mon, 2013-09-16 at 21:50 +0200, Mattia Rossi wrote: > Hi all, > > I've build a world with the following constraints: -DWITHOUT_INFO > -DWITHOUT_MAN -DWITHOUT_SHAREDOCS -DWITHOUT_EXAMPLES -DWITHOUT_HTML > > as I don't need that stuff. Turns out, this prevents tools like > install-info being b

Re: Installing ports without info files

2013-09-16 Thread John Hein
Ian Lepore wrote at 14:53 -0600 on Sep 16, 2013: > On Mon, 2013-09-16 at 21:50 +0200, Mattia Rossi wrote: > > Hi all, > > > > I've build a world with the following constraints: -DWITHOUT_INFO > > -DWITHOUT_MAN -DWITHOUT_SHAREDOCS -DWITHOUT_EXAMPLES -DWITHOUT_HTML > > > > as I don't need that

Re: FreeBSD 10.0 ALPHA1

2013-09-16 Thread Alexander Panyushkin
16.09.2013 20:28, ajtiM пишет: Hi! I installed FreeBSD 10.0 ALPHA1 on my iMac 11,1 with ATI Radeon HD 4850, GPU because I fought that Xor will works now. But I see that I need to do more. I have not experience with FreeBSD current and I didn't use svn except for Area 51 (KDE). I fought that is

Re: ZFS secondarycache on SSD problem on r255173

2013-09-16 Thread Justin T. Gibbs
Sorry for being slow to chime in on this thread. I live in Boulder, CO and we've had a bit of rain. :-) As Steven pointed out, the warning is benign, but does show that the code I committed to -current is not optimizing the allocation size for L2ARC devices. The fix for this is to find the be

portmaster

2013-09-16 Thread ajtiM
Again me… I was (am) long postmaster user. Is it possible to use on FreeBSD 10 too, please? Or is better to use something different? Thank in advance. Mitja http://www.redbubble.com/people/lumiwa ___ freebsd-current@freebsd.org mailing list http:

Re: problems with libiconv into kernel

2013-09-16 Thread John-Mark Gurney
Nilton Jose Rizzo wrote this message on Sun, Sep 15, 2013 at 13:14 -0300: > 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 > >

Re: FreeBSD 10.0 ALPHA1

2013-09-16 Thread ajtiM
Do you have with_org_new, with_kms and with_gallium in make.conf? Do you applied http://people.freebsd.org/~zeising/xorg-mesaupdate.diff I didn't try yet to build Xorg. Maybe tomorrow. On Sep 16, 2013, at 5:16 PM, Alexander Panyushkin wrote: > 16.09.2013 20:28, ajtiM пишет: >> Hi! >> >> I ins

Re: FreeBSD 10.0 ALPHA1

2013-09-16 Thread ajtiM
Thank you. I used portsnap and installed subversion. Than rm /usr/ports and /vard/db/portsnap and use svn and it works :). On Sep 16, 2013, at 5:12 PM, "Herbert J. Skuhra" wrote: > On Mon, 16 Sep 2013 13:28:06 -0400 > ajtiM wrote: > >> Hi! >> >> I installed FreeBSD 10.0 ALPHA1 on my iMac 11,1

Re: portmaster

2013-09-16 Thread Matthias Andree
Am 17.09.2013 01:04, schrieb ajtiM: > Again me… > I was (am) long postmaster user. Is it possible to use on FreeBSD 10 too, > please? Or is better to use something different? Portmaster works for me on FreeBSD 10-CURRENT. Be sure to use an up-to-date ports tree and install an up-to-date portmaste

Re: portmaster

2013-09-16 Thread ajtiM
Thank ou. On Sep 16, 2013, at 7:15 PM, Matthias Andree wrote: > Am 17.09.2013 01:04, schrieb ajtiM: >> Again me… >> I was (am) long postmaster user. Is it possible to use on FreeBSD 10 too, >> please? Or is better to use something different? > > Portmaster works for me on FreeBSD 10-CURRENT. B

Re: [RFC][CFT] GEOM direct dispatch and fine-grained CAM locking

2013-09-16 Thread Marius Strobl
On Tue, Sep 03, 2013 at 11:48:38PM +0200, Olivier Cochard-Labbé wrote: > On Tue, Sep 3, 2013 at 8:10 PM, Outback Dingo wrote: > > Can anyone confirm how well tested/stable this patch set might be?? if > > theres positive input i have a zoo of dev machines i could load it on, to > > help further it

Something's really rotten with the build on CURRENT

2013-09-16 Thread Garrett Cooper
When I was trying to do a source upgrade from 2 month old sources on CURRENT, I've run into 3 different build failures that I've been filing PRs for, and that's probably just the start of it. bmake's a part of the problem, but it isn't the only problem as I've been running into consisten

Re: Something's really rotten with the build on CURRENT

2013-09-16 Thread Glen Barber
On Mon, Sep 16, 2013 at 04:53:14PM -0700, Garrett Cooper wrote: > Can people PLEASE build/test their changes on > and off on multiple VMs? Welcome to the world two weeks after the code freeze. We would have had cookies, but ... well, they don't build right now. Glen pgpLaSRXKP4Y6.pgp Descript

Re: Something's really rotten with the build on CURRENT

2013-09-16 Thread Garrett Cooper
On Sep 16, 2013, at 6:12 PM, Glen Barber wrote: > On Mon, Sep 16, 2013 at 04:53:14PM -0700, Garrett Cooper wrote: >> Can people PLEASE build/test their changes on >> and off on multiple VMs? > > Welcome to the world two weeks after the code freeze. > > We would have had cookies, but ... well, th

Re: Something's really rotten with the build on CURRENT

2013-09-16 Thread Adrian Chadd
On 16 September 2013 21:01, Garrett Cooper wrote: > On Sep 16, 2013, at 6:12 PM, Glen Barber wrote: > > > On Mon, Sep 16, 2013 at 04:53:14PM -0700, Garrett Cooper wrote: > >> Can people PLEASE build/test their changes on > >> and off on multiple VMs? > > > > Welcome to the world two weeks after t