Unable to set root's password during install of FreeBSD-10.0-CURRENT-i386-20130601-r251213-release.iso

2013-06-03 Thread Trond Endrestøl
Hi, I'm unable to get past the rootpass step using the FreeBSD-10.0-CURRENT-i386-20130601-r251213-release.iso snapshot. The error message: passwd: pam_chauthtok(): error in service module is briefly shown, leaving behind a core file named /pwd_mkdb.core. pwd_mkdb does not contain any

Re: mounting root from NFS via ROOTDEVNAME

2013-06-03 Thread Eggert, Lars
Hi, On Jun 3, 2013, at 1:57, Rick Macklem rmack...@uoguelph.ca wrote: Cool. Thanks. Would you like to review and/or test the above? it'd be great if folks would test this a bit. It certainly works for me, but I can't say that I have done a very thorough testing. I'll be happy to commit it if

Re: mounting root from NFS via ROOTDEVNAME

2013-06-03 Thread Craig Rodrigues
On Tue, May 28, 2013 at 8:13 AM, Eggert, Lars l...@netapp.com wrote: Hi, to conclude this thread, the patch below allows one to specify an nfs rootfs via the ROOTDEVNAME kernel option, which will be mounted when BOOTP does not return a root-path option. Lars diff --git

Re: Unable to set root's password during install of FreeBSD-10.0-CURRENT-i386-20130601-r251213-release.iso

2013-06-03 Thread Trond Endrestøl
On Mon, 3 Jun 2013 08:55+0200, Trond Endrestøl wrote: Hi, I'm unable to get past the rootpass step using the FreeBSD-10.0-CURRENT-i386-20130601-r251213-release.iso snapshot. The error message: passwd: pam_chauthtok(): error in service module is briefly shown, leaving behind a core

bmake prevent to cross-compile 9/stable from a -current host

2013-06-03 Thread Olivier Cochard-Labbé
Hi, I can't build 9-stable (or 9.0, 9.1) from my -current host machine since the switch to bmake. I've solved this problem by rebuilding my -current host with WITHOUT_BMAKE, but I would to know if it's a known bug or a new expected behavior ? Thanks, Olivier

Re: issue with libthr?

2013-06-03 Thread Marcel Moolenaar
On Jun 2, 2013, at 8:08 AM, Waitman Gobble uzi...@da3m0n8t3r.com wrote: On Sun, 2 Jun 2013 10:43:35 -0400, Mark Johnston ma...@freebsd.org wrote: On Sat, Jun 01, 2013 at 12:54:14AM -0700, Waitman Gobble wrote: Hi, I'm getting a ton of core dumps from Python and any software that uses

Re: issue with libthr?

2013-06-03 Thread Mark Johnston
On Mon, Jun 03, 2013 at 07:55:54AM -0700, Marcel Moolenaar wrote: On Jun 2, 2013, at 8:08 AM, Waitman Gobble uzi...@da3m0n8t3r.com wrote: On Sun, 2 Jun 2013 10:43:35 -0400, Mark Johnston ma...@freebsd.org wrote: On Sat, Jun 01, 2013 at 12:54:14AM -0700, Waitman Gobble wrote: Hi,

Re: [HEADSUP] New pkg-devel 1.1.0 beta1

2013-06-03 Thread Slawa Olhovchenkov
On Thu, May 30, 2013 at 05:20:54PM +0200, Baptiste Daroussin wrote: The pkg developement team is proud to announce the new 1.1.0 beta1 release of pkg. - new experimental pkg convert (can convert from and to legacy pkg database) pkg2ng now uses pkg convert (still recommanded to use pkg2ng)

Re: [HEADSUP] New pkg-devel 1.1.0 beta1

2013-06-03 Thread Baptiste Daroussin
On Mon, Jun 03, 2013 at 07:17:24PM +0400, Slawa Olhovchenkov wrote: On Thu, May 30, 2013 at 05:20:54PM +0200, Baptiste Daroussin wrote: The pkg developement team is proud to announce the new 1.1.0 beta1 release of pkg. - new experimental pkg convert (can convert from and to legacy

Re: [HEADSUP] New pkg-devel 1.1.0 beta1

2013-06-03 Thread Slawa Olhovchenkov
On Mon, Jun 03, 2013 at 05:34:19PM +0200, Baptiste Daroussin wrote: On Mon, Jun 03, 2013 at 07:17:24PM +0400, Slawa Olhovchenkov wrote: On Thu, May 30, 2013 at 05:20:54PM +0200, Baptiste Daroussin wrote: The pkg developement team is proud to announce the new 1.1.0 beta1 release of

Re: issue with libthr?

2013-06-03 Thread Waitman Gobble
On Mon, 3 Jun 2013 07:55:54 -0700, Marcel Moolenaar mar...@xcllnt.net wrote: On Jun 2, 2013, at 8:08 AM, Waitman Gobble uzi...@da3m0n8t3r.com = wrote: On Sun, 2 Jun 2013 10:43:35 -0400, Mark Johnston ma...@freebsd.org = wrote:=20 =20 On Sat, Jun 01, 2013 at 12:54:14AM -0700, Waitman Gobble

Revision: 251326: Compiling fails in /usr/src/lib/msun/ld80: s_expl.c:288:12: error: use of undeclared identifier 'P5' t45 = r * P5 + P4;

2013-06-03 Thread O. Hartmann
Compiling most recent world doesn't proceed and fails with the following error: /usr/src/lib/msun/ld80/s_expl.c:288:12: error: use of undeclared identifier 'P5' t45 = r * P5 + P4; Just for notice. Oliver signature.asc Description: PGP signature

Re: Revision: 251326: Compiling fails in /usr/src/lib/msun/ld80: s_expl.c:288:12: error: use of undeclared identifier 'P5' t45 = r * P5 + P4;

2013-06-03 Thread Steve Kargl
On Mon, Jun 03, 2013 at 07:59:39PM +0200, O. Hartmann wrote: Compiling most recent world doesn't proceed and fails with the following error: /usr/src/lib/msun/ld80/s_expl.c:288:12: error: use of undeclared identifier 'P5' t45 = r * P5 + P4; I'm in the middle of committing several changes

Re: Revision: 251326: Compiling fails in /usr/src/lib/msun/ld80: s_expl.c:288:12: error: use of undeclared identifier 'P5' t45 = r * P5 + P4;

2013-06-03 Thread O. Hartmann
On Mon, 3 Jun 2013 11:15:25 -0700 Steve Kargl s...@troutmask.apl.washington.edu wrote: On Mon, Jun 03, 2013 at 07:59:39PM +0200, O. Hartmann wrote: Compiling most recent world doesn't proceed and fails with the following error: /usr/src/lib/msun/ld80/s_expl.c:288:12: error: use of

Re: [HEADSUP] New pkg-devel 1.1.0 beta1

2013-06-03 Thread Baptiste Daroussin
On Mon, Jun 03, 2013 at 07:39:03PM +0400, Slawa Olhovchenkov wrote: On Mon, Jun 03, 2013 at 05:34:19PM +0200, Baptiste Daroussin wrote: On Mon, Jun 03, 2013 at 07:17:24PM +0400, Slawa Olhovchenkov wrote: On Thu, May 30, 2013 at 05:20:54PM +0200, Baptiste Daroussin wrote: The pkg

[head tinderbox] failure on i386/i386

2013-06-03 Thread FreeBSD Tinderbox
TB --- 2013-06-03 17:20:17 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-06-03 17:20:17 - 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 ---

[head tinderbox] failure on amd64/amd64

2013-06-03 Thread FreeBSD Tinderbox
TB --- 2013-06-03 17:20:17 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-06-03 17:20:17 - 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 ---