sysctl: OID number(131) is already in use for 'me'

2016-03-21 Thread Arseny Nasokin
I've recently upgrade my machine to FreeBSD-Current revision 297059 and got strange result on first boot lines: sysctl: OID number(131) is already in use for 'me' I build system in two stages: first with 'native'/crosstools clang, second in bhyve. This message appears in both times. I've tried t

COMPAT_FREEBD8 doesn't exists.

2015-06-17 Thread Arseny Nasokin
There was some talks back on 2011/2012 about this option, that kernel should include it, but there is no such option (you can see at least PR#163630 about this). Also I've not found any commit which adds this option and no code in kernel which depends on it. Is note about this option should be no

Re: upgrading current -> graphics bug

2015-03-06 Thread Arseny Nasokin
On 5 March 2015 at 23:02, David S wrote: > hello, > > i've been using -current for awhile. lately when i try to upgrade, i see > this screenshot after i type "shutdown now": https://i.imgur.com/58aOGnG. > jpg > from then on the system is unresponsive. to complete the upgrade i > hard-reboot and j

Re: Massive libxo-zation that breaks everything

2015-03-03 Thread Arseny Nasokin
On 2 March 2015 at 00:25, Craig Rodrigues wrote: > On Sun, Mar 1, 2015 at 10:49 AM, Harrison Grundy < > harrison.gru...@astrodoggroup.com> wrote: > > > Thanks! > > > > That does seem useful, but I'm not sure I see the reasoning behind > > putting into base, over a port or package > > > > > > , si

Re: Massive libxo-zation that breaks everything

2015-03-02 Thread Arseny Nasokin
On 2 March 2015 at 04:47, Allan Jude wrote: > On 2015-03-01 19:20, Arseny Nasokin wrote: > > On 1 March 2015 at 22:10, Allan Jude wrote: > > > >> On 2015-03-01 13:49, Harrison Grundy wrote: > >>> Thanks! > >>> > >>> That d

Re: Massive libxo-zation that breaks everything

2015-03-01 Thread Arseny Nasokin
On 1 March 2015 at 22:10, Allan Jude wrote: > On 2015-03-01 13:49, Harrison Grundy wrote: > > Thanks! > > > > That does seem useful, but I'm not sure I see the reasoning behind > > putting into base, over a port or package, since processing XML in base > > is a pain, and it can't serve up JSON or

Re: r279278 failed to build (yacc: maximum table size exceeded)

2015-02-27 Thread Arseny Nasokin
On 27 February 2015 at 23:21, Glen Barber wrote: > On Sat, Feb 28, 2015 at 12:18:33AM +0400, Arseny Nasokin wrote: > > On 25 February 2015 at 23:15, Jung-uk Kim wrote: > > > > I have FreeBSD 11.0-CURRENT r265265 with OSRELDATE 1100020 and > > > > invalid YAC

Re: r279278 failed to build (yacc: maximum table size exceeded)

2015-02-27 Thread Arseny Nasokin
On 25 February 2015 at 23:15, Jung-uk Kim wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 02/25/2015 14:59, Arseny Nasokin wrote: > > On 25 February 2015 at 22:14, Jung-uk Kim > <mailto:j...@freebsd.org>> wrote: > > > > On 02/25/2015

Re: Current build world failed: bsdxml is missing?

2015-02-27 Thread Arseny Nasokin
On 27 February 2015 at 18:04, Manfred Antar wrote: > At 03:51 AM 2/27/2015, Arseny Nasokin wrote: > > > >Hi guys, > > > >I've found the reason and I've fixed it. > > > >The reason is I build world with WITHOUT_DYNAMIC_ROOT option. The library

Re: Current build world failed: bsdxml is missing?

2015-02-27 Thread Arseny Nasokin
On 17 February 2015 at 01:10, Arseny Nasokin wrote: > On 16 February 2015 at 17:04, Arseny Nasokin wrote: > >> On 16 February 2015 at 15:34, Garrett Cooper >> wrote: >> >>> On Feb 16, 2015, at 4:28, Arseny Nasokin wrote: >>> >>> > Geom XM

Re: r279278 failed to build (yacc: maximum table size exceeded)

2015-02-25 Thread Arseny Nasokin
On 25 February 2015 at 23:15, Jung-uk Kim wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 02/25/2015 14:59, Arseny Nasokin wrote: > > On 25 February 2015 at 22:14, Jung-uk Kim > <mailto:j...@freebsd.org>> wrote: > > > > On 02/25/2015

Re: r279278 failed to build (yacc: maximum table size exceeded)

2015-02-25 Thread Arseny Nasokin
On 25 February 2015 at 22:14, Jung-uk Kim wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 02/25/2015 14:05, Glen Barber wrote: > > On Wed, Feb 25, 2015 at 10:51:31PM +0400, Arseny Nasokin wrote: > >> On 25 February 2015 at 20:27, Jung-uk Kim >

Re: r279278 failed to build (yacc: maximum table size exceeded)

2015-02-25 Thread Arseny Nasokin
On 25 February 2015 at 21:54, Adrian Chadd wrote: > should this be committed to -head? > > > -a > > > On 25 February 2015 at 10:51, Arseny Nasokin wrote: > > On 25 February 2015 at 20:27, Jung-uk Kim wrote: > > > >> -BEGIN PGP SIGNED MESSAGE-

Re: r279278 failed to build (yacc: maximum table size exceeded)

2015-02-25 Thread Arseny Nasokin
On 25 February 2015 at 20:27, Jung-uk Kim wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 02/25/2015 11:22, Ivan Klymenko wrote: > > В Wed, 25 Feb 2015 15:43:27 + Glen Barber > > пишет: > > > >> On Wed, Feb 25, 2015 at 07:32:45PM +0

r279278 failed to build (yacc: maximum table size exceeded)

2015-02-25 Thread Arseny Nasokin
I have clean svn tree with base/head branch. I try to build world, but I have some mysterious bugs. The latest is yacc failed to make c file on phase 4.3: ===> usr.sbin/acpi/iasl (depend) m4 -P -I/usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/compiler /usr/src/usr.sbin/acpi/iasl/../

Re: Current build world failed: bsdxml is missing?

2015-02-16 Thread Arseny Nasokin
On 16 February 2015 at 17:04, Arseny Nasokin wrote: > On 16 February 2015 at 15:34, Garrett Cooper > wrote: > >> On Feb 16, 2015, at 4:28, Arseny Nasokin wrote: >> >> > Geom XML output is failed to build. >> > >> > Build box SVN version is:

Re: Current build world failed: bsdxml is missing?

2015-02-16 Thread Arseny Nasokin
On 16 February 2015 at 15:34, Garrett Cooper wrote: > On Feb 16, 2015, at 4:28, Arseny Nasokin wrote: > > > Geom XML output is failed to build. > > > > Build box SVN version is: CURRENT-r265265. > > > > Related log output is: > > > > ---

Current build world failed: bsdxml is missing?

2015-02-16 Thread Arseny Nasokin
Geom XML output is failed to build. Build box SVN version is: CURRENT-r265265. Related log output is: --- sbin.all__D --- /usr/obj/usr/src/tmp/usr/lib/libgeom.a(geom_xml2tree.o): In function `geom_xml2tree': /usr/src/lib/libgeom/geom_xml2tree.c:(.text+0x5e): undefined reference to `XML_ParserCre

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-05 Thread Arseny Nasokin
Waiting for patch in -CURRENT. -- Eir Nym On 5 October 2014 13:18, O. Hartmann wrote: > Am Sun, 5 Oct 2014 05:36:57 +0400 > Arseny Nasokin schrieb: > > > Mark, > > > > Thank you for patch, I encounter same error and this patch works for me. > > > >

Re: CURRENT: buildworld fails to compile: cannot find -lctf cc: error: linker command failed [libproc.so.3]

2014-10-04 Thread Arseny Nasokin
Mark, Thank you for patch, I encounter same error and this patch works for me. ✪ -- Eir Nym On 5 October 2014 04:43, Mark Johnston wrote: > On Sat, Oct 04, 2014 at 04:41:07PM -0700, Russell L. Carter wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > > > > > On 10/04/14 15:

Re: kern+world / ports make options

2010-04-26 Thread Arseny Nasokin
On 24 Apr 2010, at 20:42, Pegasus Mc Cleaft wrote: Hello Hackers & Current, I was wondering it if is possible, or if it can be done so a separate set of CC, CXX, etc can be specified for building the world and kernel independently of a ports build? Right now, I use the base GCC to co

Re: Cross compilling kernel i386/amd64 is failed

2010-04-16 Thread Arseny Nasokin
On 16 Apr 2010, at 10:29, Andriy Gapon wrote: on 16/04/2010 04:19 Arseny Nasokin said the following: On 16 Apr 2010, at 03:03, Andriy Gapon wrote: on 16/04/2010 01:27 Arseny Nasokin said the following: I get error in same point when I try compile amd64 current GENERIC on i386

Re: Cross compilling kernel i386/amd64 is failed

2010-04-15 Thread Arseny Nasokin
On 16 Apr 2010, at 03:03, Andriy Gapon wrote: on 16/04/2010 01:27 Arseny Nasokin said the following: I get error in same point when I try compile amd64 current GENERIC on i386 machine. Svn revision is 206597 Error at src/sys/amd64/amd64/genassym.c:1: code model 'kernel' not su

Cross compilling kernel i386/amd64 is failed

2010-04-15 Thread Arseny Nasokin
I get error in same point when I try compile amd64 current GENERIC on i386 machine. Svn revision is 206597 Error at src/sys/amd64/amd64/genassym.c:1: code model 'kernel' not supported in the 32 bit mode. how to cross compile it? PS: I build only kernel at this point. Should I rebuild whole

Re: Can't get freebsd running on an opteron board

2010-04-14 Thread Arseny Nasokin
c/sys/boot _ I have tried booting fbsd from pendrive cd dvd harddrive but I get the same results. How can I add trace output to btx loader? On 2010.04.14. 0:24, Arseny Nasokin wrote: On 13 Apr 2010, at 23:33, oizs wrote: Hello, I bought myself an arima board on ebay, but I can't get

Re: Can't get freebsd running on an opteron board

2010-04-13 Thread Arseny Nasokin
On 13 Apr 2010, at 23:33, oizs wrote: Hello, I bought myself an arima board on ebay, but I can't get it to boot any freebsd on it. It turns out to be a google board with a special google efi. picture: http://atrejus.net/arima/arima-gr.jpg other pictures: http://interhost.hu/stuff/pics/ob

Re: BIND from system and from ports

2010-04-07 Thread Arseny Nasokin
On 7 Apr 2010, at 13:47, Eir Nym wrote: All is good in BIND in system, except it depends on ports tree with various options. WITH_BIND_XML and WITH_BIND_IDN I have to do followed algorithm, to enable these options: 1) make and install base system 2) install needed dependencies from ports

Re: Results of BIND RFC

2010-04-02 Thread Arseny Nasokin
On 2 Apr 2010, at 23:07, Doug Barton wrote: Therefore I think that the status quo of having it all in there, and knobs to turn off the bits you don't want is a good one since it seems to please the majority of our users. I will continue to maintain the bind-tools port though, that's somethi

Re: Results of BIND RFC

2010-04-02 Thread Arseny Nasokin
On 2 Apr 2010, at 23:07, Doug Barton wrote: -BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 So first of all, yes Virginia, this was an April Fool's Day joke. To both those for whom this post created a false sense of despair, and (perhaps more importantly) to those for whom it created a fa

Re: eeemon(4) in current

2010-04-02 Thread Arseny Nasokin
On 2 Apr 2010, at 19:06, Rui Paulo wrote: On 2 Apr 2010, at 11:29, Arseny Nasokin wrote: Will be this device in current ? Or there is alternative for it? Svn path repo: http://svn.freebsd.org/base/user/rpaulo/eeemon/ I wasn't planning on committing it because it's one of tho

eeemon(4) in current

2010-04-02 Thread Arseny Nasokin
Will be this device in current ? Or there is alternative for it? Svn path repo: http://svn.freebsd.org/base/user/rpaulo/eeemon/ -- Arseny ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsub