[head tinderbox] failure on powerpc64/powerpc

2013-08-17 Thread FreeBSD Tinderbox
TB --- 2013-08-17 04:46:47 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-08-17 04:46:47 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013

/etc/namedb->@ referrs to NIL after crash or typing "reboot" (not shutdown -r)

2013-08-17 Thread O. Hartmann
I have running a CURRENT box (running most recent sources, recompiling world at least four times a week) acting as a local MASTER DNS server for my private LAN at home. The configuration is simple, the setup is stored in /etc/namedb/named.conf. /etc/namedb is effectively a link to /var/named/etc/n

graphics/blender: math.h: isnan(): error: controlling expression type 'unsigned int' not compatible with any generic association type

2013-08-17 Thread O. Hartmann
port graphics/blender doesn't compiler neither in CURRENT nor 9.2-PRE for the moment. On CURRENT (FreeBSD 10.0-CURRENT #4 r254430: Fri Aug 16 23:23:08 CEST 2013 amd64), compilation fails with the belwo shown error message - for roughly a month now. I think this is dur to some issues of inconsiste

Re: Still seeing random vmem(?) crashes

2013-08-17 Thread Larry Rosenman
I've removed it as well Konstantin Belousov wrote: >On Fri, Aug 16, 2013 at 02:27:08PM -0500, Larry Rosenman wrote: >> On 2013-08-16 10:05, Konstantin Belousov wrote: >> > On Fri, Aug 16, 2013 at 09:51:31AM -0500, Larry Rosenman wrote: >> >> I'm still seeing random crashes. >> >> I have the v

Re: graphics/blender: math.h: isnan(): error: controlling expression type 'unsigned int' not compatible with any generic association type

2013-08-17 Thread David Chisnall
On 17 Aug 2013, at 10:48, "O. Hartmann" wrote: > port graphics/blender doesn't compiler neither in CURRENT nor 9.2-PRE > for the moment. On CURRENT (FreeBSD 10.0-CURRENT #4 r254430: Fri Aug 16 > 23:23:08 CEST 2013 amd64), compilation fails with the belwo shown error > message - for roughly a mont

Re: graphics/blender: math.h: isnan(): error: controlling expression type 'unsigned int' not compatible with any generic association type

2013-08-17 Thread O. Hartmann
On Sat, 17 Aug 2013 11:24:41 +0100 David Chisnall wrote: > On 17 Aug 2013, at 10:48, "O. Hartmann" > wrote: > > > port graphics/blender doesn't compiler neither in CURRENT nor > > 9.2-PRE for the moment. On CURRENT (FreeBSD 10.0-CURRENT #4 > > r254430: Fri Aug 16 23:23:08 CEST 2013 amd64), comp

Re: graphics/blender: math.h: isnan(): error: controlling expression type 'unsigned int' not compatible with any generic association type

2013-08-17 Thread David Chisnall
On 17 Aug 2013, at 15:39, "O. Hartmann" wrote: > On Sat, 17 Aug 2013 11:24:41 +0100 > David Chisnall wrote: > >> On 17 Aug 2013, at 10:48, "O. Hartmann" >> wrote: >> >>> port graphics/blender doesn't compiler neither in CURRENT nor >>> 9.2-PRE for the moment. On CURRENT (FreeBSD 10.0-CURRENT

Re: USB no proper work

2013-08-17 Thread Alexander Motin
On 17.08.2013 09:22, Hans Petter Selasky wrote: On 08/16/13 22:38, Alexander Panyushkin wrote: This deatach== Aug 16 23:24:05 scorpion kernel: ugen1.2: at usbus1 (disconnected) Aug 16 23:24:05 scorpion kernel: umass0: at uhub0, port 4, addr 2 (disconnected) Aug 16 23:24:05 scorp

Re: /etc/namedb->@ referrs to NIL after crash or typing "reboot" (not shutdown -r)

2013-08-17 Thread Boris Samorodov
17.08.2013 13:36, O. Hartmann пишет: > I can reproduceable truncate the link in /etc/ to be NIL by typing > simply "reboot" when rebooting the box Does it make any difference if you use "shutdown -r" instead? -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To

portaudit install failure

2013-08-17 Thread Saul A. Peebsen
I'm getting this: ... ---> Installing the new version via the port ===> Installing for portaudit-0.6.1 /usr/sbin/pkg_info missing, please install port sysutils/pkg_install-devel *** Error code 1 But there is no sysutils/pkg_install-devel in ports? -- Cheers, Saul _

Re: ipv6_activate_all_interfaces doesn't work on wireless interface.

2013-08-17 Thread Kevin Oberman
On Fri, Aug 16, 2013 at 11:54 AM, Eric Camachat wrote: > OK, I will try add accept_rtadv to ifconfig_wlan0_ipv6. > > Thanks, > Eric > > > On Fri, Aug 16, 2013 at 6:19 AM, Kimmo Paasiala > wrote: > > > On Fri, Aug 16, 2013 at 8:47 AM, Eric L Camachat > > wrote: > > > Here is my /etc/rc.conf > > >

Re: /etc/namedb->@ referrs to NIL after crash or typing "reboot" (not shutdown -r)

2013-08-17 Thread O. Hartmann
On Sat, 17 Aug 2013 21:10:49 +0400 Boris Samorodov wrote: > 17.08.2013 13:36, O. Hartmann пишет: > > > I can reproduceable truncate the link in /etc/ to be NIL by typing > > simply "reboot" when rebooting the box > > Does it make any difference if you use "shutdown -r" instead? > Yes, when us

Re: ipv6_activate_all_interfaces doesn't work on wireless interface.

2013-08-17 Thread Eric L Camachat
On Sat, 2013-08-17 at 10:18 -0700, Kevin Oberman wrote: > There was a revision to networks.subr in r253683 that removed > accept_rtadv from default for bridge interfaces. > > At least the comment says that it should not be default which implies > that it used to be. If there is a logic error in t

Re: /etc/namedb->@ referrs to NIL after crash or typing "reboot" (not shutdown -r)

2013-08-17 Thread Tim Kientzle
On Aug 17, 2013, at 10:35 AM, O. Hartmann wrote: > On Sat, 17 Aug 2013 21:10:49 +0400 > Boris Samorodov wrote: > >> 17.08.2013 13:36, O. Hartmann пишет: >> >>> I can reproduceable truncate the link in /etc/ to be NIL by typing >>> simply "reboot" when rebooting the box >> >> Does it make any

Re: ipv6_activate_all_interfaces doesn't work on wireless interface.

2013-08-17 Thread Kevin Oberman
On Sat, Aug 17, 2013 at 10:38 AM, Eric L Camachat wrote: > On Sat, 2013-08-17 at 10:18 -0700, Kevin Oberman wrote: > > > There was a revision to networks.subr in r253683 that removed > > accept_rtadv from default for bridge interfaces. > > > > At least the comment says that it should not be defaul

Re: /etc/namedb->@ referrs to NIL after crash or typing "reboot" (not shutdown -r)

2013-08-17 Thread O. Hartmann
On Sat, 17 Aug 2013 10:42:07 -0700 Tim Kientzle wrote: > > On Aug 17, 2013, at 10:35 AM, O. Hartmann wrote: > > > On Sat, 17 Aug 2013 21:10:49 +0400 > > Boris Samorodov wrote: > > > >> 17.08.2013 13:36, O. Hartmann пишет: > >> > >>> I can reproduceable truncate the link in /etc/ to be NIL by

Re: /etc/namedb->@ referrs to NIL after crash or typing "reboot" (not shutdown -r)

2013-08-17 Thread Tim Kientzle
On Aug 17, 2013, at 11:17 AM, O. Hartmann wrote: > On Sat, 17 Aug 2013 10:42:07 -0700 > Tim Kientzle wrote: > >> >> On Aug 17, 2013, at 10:35 AM, O. Hartmann wrote: >> >>> On Sat, 17 Aug 2013 21:10:49 +0400 >>> Boris Samorodov wrote: >>> 17.08.2013 13:36, O. Hartmann пишет: >

Re: ipv6_activate_all_interfaces doesn't work on wireless interface.

2013-08-17 Thread Eric L Camachat
On Sat, 2013-08-17 at 11:12 -0700, Kevin Oberman wrote: > On Sat, Aug 17, 2013 at 10:38 AM, Eric L Camachat > wrote: > On Sat, 2013-08-17 at 10:18 -0700, Kevin Oberman wrote: > > > There was a revision to networks.subr in r253683 that > removed > > accept_r

Re: /etc/namedb->@ referrs to NIL after crash or typing "reboot" (not shutdown -r)

2013-08-17 Thread O. Hartmann
On Sat, 17 Aug 2013 11:41:08 -0700 Tim Kientzle wrote: > > On Aug 17, 2013, at 11:17 AM, O. Hartmann wrote: > > > On Sat, 17 Aug 2013 10:42:07 -0700 > > Tim Kientzle wrote: > > > >> > >> On Aug 17, 2013, at 10:35 AM, O. Hartmann wrote: > >> > >>> On Sat, 17 Aug 2013 21:10:49 +0400 > >>> Bor

Re: USB no proper work

2013-08-17 Thread Alexander Panyushkin
17.08.2013 19:41, Alexander Motin пишет: On 17.08.2013 09:22, Hans Petter Selasky wrote: On 08/16/13 22:38, Alexander Panyushkin wrote: This deatach== Aug 16 23:24:05 scorpion kernel: ugen1.2: at usbus1 (disconnected) Aug 16 23:24:05 scorpion kernel: umass0: at uhub0, port 4, a

Re: USB no proper work

2013-08-17 Thread Hans Petter Selasky
On 08/17/13 23:55, Alexander Panyushkin wrote: 17.08.2013 19:41, Alexander Motin пишет: On 17.08.2013 09:22, Hans Petter Selasky wrote: On USB device FAT-32 file system. When I removed flash drive, the file system has been unmounted. Hi, The problem might be in the GELI module then. Did

Re: portaudit install failure

2013-08-17 Thread Dimitry Andric
On Aug 17, 2013, at 19:15, Saul A. Peebsen wrote: > I'm getting this: > > ... > ---> Installing the new version via the port > ===> Installing for portaudit-0.6.1 > /usr/sbin/pkg_info missing, please install port > sysutils/pkg_install-devel *** Error code 1 > > But there is no sysutils/pkg_in