Can't build FreeBSD-head with CLANG

2012-08-28 Thread Eir Nym
gt; WITHOUT_RCMDS="YES" but I constantly get warnings (not long ago they was errors) in kernel like this: /usr/head/src/sys/netgraph/ng_parse.c:1263:14: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (index < 0 || eptr - (s + *off)

Re: Can't build FreeBSD-head with CLANG

2012-08-28 Thread Eir Nym
-- Eir Nym On 28 August 2012 22:49, Dimitry Andric wrote: > On 2012-08-28 18:31, Eir Nym wrote: >> >> I can't build FreeBSD (GENERIC & custom kernel) with clang. Build >> finishes for i386 and fails for amd64 for same kernels > > > What is the error yo

Re: Can't build FreeBSD-head with CLANG

2012-08-28 Thread Eir Nym
-- Eir Nym On 28 August 2012 23:51, Eir Nym wrote: > -- Eir Nym > > > On 28 August 2012 22:49, Dimitry Andric wrote: >> On 2012-08-28 18:31, Eir Nym wrote: >>> >>> I can't build FreeBSD (GENERIC & custom kernel) with clang. Build >>>

Re: Can't build FreeBSD-head with CLANG

2012-08-28 Thread Eir Nym
-- Eir Nym On 29 August 2012 00:28, Dimitry Andric wrote: > On 2012-08-28 21:51, Eir Nym wrote: >> >> On 28 August 2012 22:49, Dimitry Andric wrote: >>> >>> On 2012-08-28 18:31, Eir Nym wrote: >>> What is the error you were getting on amd64? >> &

Re: Can't build FreeBSD-head with CLANG

2012-08-29 Thread Eir Nym
-- Eir Nym On 29 August 2012 01:19, Dimitry Andric wrote: > On 2012-08-28 23:05, Eir Nym wrote: > ... > >> This one for example: >> cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall >> -Wredundant-decls -Wnested-externs -Wstrict-prototypes >> -Wmissing-pr

Re: Can't build FreeBSD-head with CLANG

2012-08-29 Thread Eir Nym
-- Eir Nym On 29 August 2012 12:41, Eir Nym wrote: > -- Eir Nym > > > On 29 August 2012 01:19, Dimitry Andric wrote: >> On 2012-08-28 23:05, Eir Nym wrote: >> ... >> >>> This one for example: >>> cc -c -O2 -pipe -fno-strict-aliasing -std=c

Re: Can't build FreeBSD-head with CLANG

2012-08-30 Thread Eir Nym
-- Eir Nym On 30 August 2012 20:16, Dimitry Andric wrote: > On 2012-08-29 10:41, Eir Nym wrote: > ... > >>>> /usr/head/src/sys/gnu/fs/xfs/xfs_alloc.c:1449:11: error: variable >>>> 'fbno' is used uninitialized whenever 'if' condi

Re: Can't build FreeBSD-head with CLANG

2012-09-01 Thread Eir Nym
-- Eir Nym On 1 September 2012 03:12, Dimitry Andric wrote: > On 2012-08-30 18:43, Eir Nym wrote: >> >> On 30 August 2012 20:16, Dimitry Andric wrote: > > ... > >>> It seems the WERROR= in the xfs module Makefile was right there from the >>> start, but

Are clang unsigned comparison warnings in kern/kern_* ok?

2012-09-05 Thread Eir Nym
comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (*alen < 0) ~ ^ ~ /usr/head/src/sys/kern/uipc_syscalls.c:1587:12: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (*ale

Installworld on amd64 fails on libc.a on r255342

2013-09-13 Thread Eir Nym
quot;YES" WITHOUT_IPFW="YES" WITHOUT_IPX="YES" WITHOUT_IPX_SUPPORT="YES" WITH_LDNS_UTILS="YES" WITH_LIBCPLUSPLUS="YES" WITH_LIBICONV_COMPAT="YES" WITHOUT_NCP="YES" WITHOUT_NIS="YES" WITHOUT_NLS="YES" WITHOU

r255903 contrib/unbound/util/configparser.c modified?

2013-09-26 Thread Eir Nym
, it should be where object files are. Should I create the bug report? -- Eir Nym ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-uns

ZFS: unknown file system on boot

2013-12-01 Thread Eir Nym
le, I have following contents of /boot/loader.conf, but none of modules will be loaded: zfs_load="YES" if_re_load="YES" Later on boot I got that system can't find filesystem zfs! If I break loader menu and manually load modules one by one, anything will be OK. How to bo

Installing new world failed (install -l)

2013-04-28 Thread Eir Nym
-g group] [-m mode] [-o owner] directory ... *** [distrib-dirs] Error code 64 Stop in /usr/head/src/etc. *** [hierarchy] Error code 1 Stop in /usr/head/src. *** Error code 1 Stop in /usr/head/src. -- Eir Nym ___ freebsd-current@freebs

Re: Installing new world failed (install -l)

2013-04-28 Thread Eir Nym
What should I do in this situation? -- Eir Nym On 28 April 2013 23:36, Eir Nym wrote: > Since -l switch introduced into install(8), I can't build new FreeBSD > box at all. > > I do following command set to build new box: (http://eroese.org/mkw.sh) > 1) cd /usr/head/src

Re: Installing new world failed (install -l)

2013-04-29 Thread Eir Nym
On 29 April 2013 10:19, Gleb Smirnoff wrote: > On Sun, Apr 28, 2013 at 11:36:20PM +0400, Eir Nym wrote: > E> Since -l switch introduced into install(8), I can't build new FreeBSD > E> box at all. > E> > E> I do following command set to build new box: (http://er

Re: Installing new world failed (install -l)

2013-04-29 Thread Eir Nym
On 29 April 2013 12:42, Gleb Smirnoff wrote: > On Mon, Apr 29, 2013 at 12:39:06PM +0400, Eir Nym wrote: > E> > I came to the following recipe when upgrading from a stale current to > E> > a modern one. This workarounds problem with install(1) and failure of > E> > c

Re: Installing new world failed (install -l)

2013-04-30 Thread Eir Nym
-- Eir Nym On 29 April 2013 19:25, Brooks Davis wrote: > On Sun, Apr 28, 2013 at 11:36:20PM +0400, Eir Nym wrote: >> Since -l switch introduced into install(8), I can't build new FreeBSD >> box at all. >> >> I do following command set to build new box: (http://

Re: Installing new world failed (install -l)

2013-05-05 Thread Eir Nym
Hack INSTALL=/usr/obj/${TARGET}.${TARGET_ARCH}${SRC_PATH}/tmp/legacy/usr/bin/install is working, but this conversation will become PR. -- Eir Nym On 30 April 2013 23:13, Brooks Davis wrote: > On Tue, Apr 30, 2013 at 10:17:09PM +0400, Eir Nym wrote: >> -- Eir Nym >> >> &

Re: 9.1 -> current migration problem

2013-05-14 Thread Eir Nym
-- Eir Nym On 12 May 2013 19:48, Paul Dokas wrote: > Thanks Dan! I was hoping that this would be something simple like this. > The entry in UPDATING that you are referring to is: > > 20130121: > Due to the use of the new -l option to install(1) during build >

[r222277] Strange GEOM, bsdlabel and ZFS behavior

2011-06-08 Thread Eir Nym
I have FreeBSD-CURRENT r77. I try to install ZFS root into MBR using manual on wiki page. There is some problem with GEOM and BSD label: # gpart create -s BSD ada0s1 # gpart add -s 192G -t freebsd-zfs ada0s1 # gpart add -t freebsd-swap ada0s1 #gpart show ada0s1 ... gpart show is work now, bu

Re: [r222277] Strange GEOM, bsdlabel and ZFS behavior

2011-06-08 Thread Eir Nym
On 8 June 2011 16:10, Vladislav V. Prodan wrote: > 08.06.2011 11:10, Eir Nym wrote: >> >> gpart show is work now, but not when I load zfs into memory and try to >> add zpool into. >> >> and when I'll boot gpart says 'GEOM: ada0s1a invalid disklabel&#

Re: IPv4 broken on r222048

2011-06-08 Thread Eir Nym
On 7 June 2011 22:11, Garrett Cooper wrote: > On Tue, Jun 7, 2011 at 11:00 AM, Garrett Cooper wrote: >> On Tue, Jun 7, 2011 at 10:41 AM, Bjoern A. Zeeb >> wrote: >>> >>> On Jun 7, 2011, at 5:29 PM, Garrett Cooper wrote: >>> Hi,    I'm running into an issue where ifconfig isn't executin

Re: [r222277] Strange GEOM, bsdlabel and ZFS behavior

2011-06-08 Thread Eir Nym
On 8 June 2011 23:12, Vladislav V. Prodan wrote: > 08.06.2011 17:54, Eir Nym wrote: >> >> On 8 June 2011 16:10, Vladislav V. Prodan  wrote: >>> >>> 08.06.2011 11:10, Eir Nym wrote: >>>> >>>> gpart show is work now, but not when I load zfs

Re: [r222277] Strange GEOM, bsdlabel and ZFS behavior

2011-06-09 Thread Eir Nym
On 9 June 2011 10:45, Eir Nym wrote: > On 8 June 2011 23:12, Vladislav V. Prodan wrote: >> 08.06.2011 17:54, Eir Nym wrote: >>> >>> On 8 June 2011 16:10, Vladislav V. Prodan  wrote: >>>> >>>> 08.06.2011 11:10, Eir Nym wrote: >>>>>

Re: [r222277] Strange GEOM, bsdlabel and ZFS behavior

2011-06-09 Thread Eir Nym
2011/6/9 Andrey V. Elsukov : > On 09.06.2011 11:31, Eir Nym wrote: >> http://www.freebsd.org/cgi/query-pr.cgi?pr=157723 > > Can't reproduce. Which revision do you use? Following link for mail is about this. > >> http://www.freebsd.org/cgi/query-pr.cgi?pr=157724

Re: [r222277] Strange GEOM, bsdlabel and ZFS behavior

2011-06-09 Thread Eir Nym
2011/6/9 Andrey V. Elsukov : > On 09.06.2011 13:32, Eir Nym wrote: >> Which revision do you use? >> >> Following link for mail is about this. >>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=157724 >>> >>> First of read this tread: >>>

Re: [r222277] Strange GEOM, bsdlabel and ZFS behavior

2011-06-10 Thread Eir Nym
2011/6/10 Andrey V. Elsukov : > On 10.06.2011 10:50, Eir Nym wrote: >> messages on the start of this dmesg are for more pages of (I have see >> them for several seconds on same hardware) >> kernel config : http://eroese.org/_/_/pub/bsd/222889/GENERIC_PF > > You have mix

Re: [r222277] Strange GEOM, bsdlabel and ZFS behavior

2011-06-10 Thread Eir Nym
On 10 June 2011 11:08, Eir Nym wrote: > 2011/6/10 Andrey V. Elsukov : >> On 10.06.2011 10:50, Eir Nym wrote: >>> messages on the start of this dmesg are for more pages of (I have see >>> them for several seconds on same hardware) >>> kernel config : http://eroe

Re: 9.0-CURRENT-201105-amd64 install kernel panic

2011-06-10 Thread Eir Nym
On 10 June 2011 19:48, K. Macy wrote: > This recent commit changed the way that the value for size being > passed to m_getjcl is initialized. Not seeing any obvious bugs, and > not having any additional context I would guess that that you're > receiving an interrupt before adapter->rx_mbuf_sz is s

Re: rc.d script to load kernel modules

2011-06-12 Thread Eir Nym
On 11 June 2011 22:17, Doug Barton wrote: > Howdy, > > Per discussion on -arch and the svn list about improving boot time and > stripping down the kernel to just that-which-cannot-be-modularized I created > the attached script to kldload modules that don't need to be in loader.conf. > It cut quite

Re: rc.d script to load kernel modules

2011-06-13 Thread Eir Nym
On 13 June 2011 06:32, Garrett Cooper wrote: > On Sun, Jun 12, 2011 at 11:11 PM, Eir Nym wrote: >> On 11 June 2011 22:17, Doug Barton wrote: >>> Howdy, >>> >>> Per discussion on -arch and the svn list about improving boot time and >>> stripping

boot0cfg in future releases.

2011-06-13 Thread Eir Nym
Hi folks, I haven't see man page for boot0cfg(8) for FreeBSD 9-Current on FreeBSD website, but it exists for 8.x and earlier versions. Is it website bug or this utility will be removed in the future? ___ freebsd-current@freebsd.org mailing list http://li

Re: WITHOUT_INSTALLLIB broken?

2011-06-16 Thread Eir Nym
On 16 June 2011 16:55, Ruslan Ermilov wrote: > On Thu, Jun 16, 2011 at 01:50:17PM +0200, Milan Obuch wrote: >> Hi, >> >> I encountered an error when WITHOUT_INSTALLLIB option is specified >> for 'make buildworld' process. I documented this issue with build logs >> at my page, http://www.dino.sk/bu

Re: WITHOUT_INSTALLLIB broken?

2011-06-16 Thread Eir Nym
On 17 June 2011 00:18, Ruslan Ermilov wrote: > On Thu, Jun 16, 2011 at 05:09:05PM +0400, Eir Nym wrote: >> On 16 June 2011 16:55, Ruslan Ermilov wrote: >> > On Thu, Jun 16, 2011 at 01:50:17PM +0200, Milan Obuch wrote: >> >> Hi, >> >> >> >> I

Re: Latest -current 100% hang at the late boot stage

2011-06-19 Thread Eir Nym
ision 222913 works fine (custom kernel). -- Eir Nym > -- > http://ache.vniz.net/ > ___ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any

Re: Latest -current 100% hang at the late boot stage

2011-06-19 Thread Eir Nym
On 19 June 2011 20:53, Andrey Chernov wrote: > On Sun, Jun 19, 2011 at 08:11:54PM +0400, Eir Nym wrote: >> On 19 June 2011 20:01, Andrey Chernov wrote: >> > See subj. It hangs deadly. >> > Boot verbose shows nothing unusual. No errors are shown during the boot. &g

Re: [Testing wanted] USB patch for HAL

2011-06-24 Thread Eir Nym
On 24 June 2011 17:31, Hans Petter Selasky wrote: > Hi, > > [...] > There're no attached file. Please check content type for attachments. I think, if you'll make shar archive, it'll be better. -- Eir Nym > [...] > > --HPS > > __

Re: Thoughts on TMPFS no longer being considered "highly experimental"

2011-06-27 Thread Eir Nym
s trivial to panic > with out-of-the-box settings.  We don't print a dire warning for ZFS > usage on 32-bit platforms.  So I'm not sure we should keep it for TMPFS. > amd64 with 4G ram is also not the best for heavy-loaded ZFS server. I have to increase kernel memory up to 1.5

Re: keyboard driver problem?

2011-07-01 Thread Eir Nym
; > Replug keyboard. > I have same with MS USB keyboard (only numlock, capslock are working). r221858 doesn't have this bug(?) -- Eir Nym > --HPS > ___ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinf

Re: ZFS boot fails with two pools

2011-07-09 Thread Eir Nym
ctuall I think that code on that stages just tries to boot from the pool on >> the current disk. > > There are two pools on it... > gpart(8) can set 'bootme' flag for GPT partition, so there no problem to specify from which partition to boot. -- Eir Nym >

Re: having 'src' and 'obj' in some other place

2010-11-01 Thread Eir Nym
On 31 October 2010 23:15, Matthias Apitz wrote: > > Hello, > > I compiled a 9-CURRENT from SVN but having it in a non default place, > in /home/guru/9-CURRENT/src. To compile kernel and world I set > MAKEOBJDIRPREFIX to /home/guru/9-CURRENT/obj and all went fine. Then I > installed kernel und worl

Syscons and termcap

2010-11-08 Thread Eir Nym
I've compiled -CURRENT kernel with UTF-8 and CONS25 support. ( r214751 ) in xterm emulation mode I have problems with bindings for some keys, such as Home If I start vis(1) and press Home, I always get "^[[H" sequence instead of "^[OH" which is defined in termcap (5) file. I get correct results a

Re: Syscons and termcap

2010-11-11 Thread Eir Nym
On 9 November 2010 20:45, Ed Schouten wrote: > * Renato Botelho , 20101109 17:08: >> Well, few weeks ago I moved from ISO-8859-1 to UTF-8 on my Xorg >> environment, and after reading this I decided to make a test. >> >> I rebuilt my 9.0-current (r215031) with option TEKEN_UTF8 in kernel >> config,

Re: Keymaps in X11 and consoles should be the same with TEKEN_XTERM in the kernel.

2010-11-13 Thread Eir Nym
On 13 November 2010 15:52, crocket wrote: > TEKEN_XTERM turns on xterm mode. > I compiled a kernel with TEKEN_XTERM, and changed cons25 to xterm in > /etc/ttys. > > When I executed vim on a console, the keyboard acted weirdly. > After setting TERM back to cons25 again, vim acted normally again on

Re: Keymaps in X11 and consoles should be the same with TEKEN_XTERM in the kernel.

2010-11-13 Thread Eir Nym
On 13/11/2010, crocket wrote: > Does Delete key match \E[3~ on FreeBSD-CURRENT xterm mode? > It's nice to see backspace key match ^?(ASCII DEL), too, since ^H(Ctrl-H) is > reserved by such applications as vim and emacs. > For witch action C-H is reserved in vim(1) ? vim, emacs, zsh, and many othe

Re: tmpfs out of space (ZFS related?)

2010-11-21 Thread Eir Nym
On 22 November 2010 00:22, Ivan Voras wrote: > I got a curious error today while starting PostgreSQL, complaining about > "out of space" errno while creating lock file on /tmp. > > /tmp on this machine is mounted as tmpfs and indeed, here is the statistic: > > biggie:/# df -i > Filesystem    1M-bl

Re: tmpfs out of space (ZFS related?)

2010-11-21 Thread Eir Nym
On 22 November 2010 00:47, Bruce Cran wrote: > On Mon, 22 Nov 2010 00:43:03 +0300 > Eir Nym wrote: > >> Which type of MFS do you use? I think you shold use "swap-backed" for >> your /tmp, not "malloc-based". Last type is only for in-kernel file >&

Re: tmpfs out of space (ZFS related?)

2010-11-21 Thread Eir Nym
On 22 November 2010 01:00, Eir Nym wrote: > On 22 November 2010 00:47, Bruce Cran wrote: >> On Mon, 22 Nov 2010 00:43:03 +0300 >> Eir Nym wrote: >> >>> Which type of MFS do you use? I think you shold use "swap-backed" for >>> your /tmp, not &qu

Sade(8) compile problem

2011-02-20 Thread Eir Nym
Hello guys, I have amd64 FreeBSD-Current box (r214751) and want to build fresh system to install, but compile fails every time . Configuration files are same. The failure is in sade(8), where compiller try to find dialog h in /usr/src/usr.sbin/../../gnu/lib/libdialog/dialog.h , not in libadialog

Re: Wow... (<-- blown away at performance)

2011-02-22 Thread Eir Nym
On 22 February 2011 11:15, Garrett Cooper wrote: >    I don't know what to say, but r218938 screams with flash videos > (native Linux speed). Not sure if it's the new binutils or if it's the > new linuxulator patches, but I can run multiple instances of youtube > in parallel (5 total with other mi

Re: Can't buildworld since Clang update

2011-02-22 Thread Eir Nym
On 22 February 2011 21:11, Dimitry Andric wrote: > On 2011-02-22 18:38, datastream datastream.freecity wrote: >> >> In /etc/make.conf, I only add 'CFLAGS+=-fno-omit-frame-pointer'.And >> removed >> all files in /usr/obj. /usr/src sync with >> http://svn.freebsd.org/base/head. >> #make buildkernel

Re: current repeateble crash in 2 places

2011-02-22 Thread Eir Nym
On 21 February 2011 13:26, Andrey Smagin wrote: > today current > crash with loaded mpd5 > > 1st place: > ipwf_chk > ipfw_check_hook > pfil_run_hooks > ip_output > tcp_output      repeated > tcp_mtudisc    ~20 times > tcp_ctlinput > icmp_input > ip_input > swi_net > intr_event_execute_handlers > >

Re: screen: Could not write /nonexistent

2011-02-27 Thread Eir Nym
On 19 February 2011 21:38, Joachim Tingvold wrote: > Hi, > > I did a rebuild of my system today. The last time I did this was friday, 4th > of february 13:39. After I rebuilt the system, screen produces a short > error-message in it's "splash-screen" (both when starting a new > screen-session, and

Re: What is current VIMAGE status?

2011-11-13 Thread Eir Nym
I'm sorry it's about VIMAGE option. -- Eir Nym On 14 November 2011 02:52, Eir Nym wrote: > I don't see it in NOTES for LINT and amd64/i386 arch, but it's > possible to turn it on. Can I consider that this option is currently > experimental and shouldn't be us

What is current VINET status?

2011-11-13 Thread Eir Nym
I don't see it in NOTES for LINT and amd64/i386 arch, but it's possible to turn it on. Can I consider that this option is currently experimental and shouldn't be used critical places? -- Eir Nym ___ freebsd-current@freebsd.org ma

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

2016-03-23 Thread Eir Nym
eBSD-10 and I've seen no such message. >> >> My kernel config is here: >> https://bitbucket.org/eirnym/bsd/src/7f7e4a234b5bba4b346fd76e5f8b35d58d2bec29/eroese/EirZen.amd64 >> >> -- Eir Nym > > ___ freebs

BIND from system and from ports

2010-04-07 Thread Eir Nym
All is good in BIND in system, except it depends on ports tree with various options. I have to do followed algorithm, to enable these options: 1) make and install base system 2) install needed dependencies from ports tree 3) rebuild and reinstall world This is more complex than: 1) make and instal