Re: svn error during 'make buildkernel'?

2013-08-04 Thread Glen Barber
On Sun, Aug 04, 2013 at 04:23:58PM -0700, Steve Kargl wrote: Here's a perfect example why chasing the bleeding edge ports is a stupid idea. After upgrading devel/subversion as you suggested, I see They are not bleeding edge ports, they are updates to ported software. cd /usr/ports % svn

Re: svn error during 'make buildkernel'?

2013-08-04 Thread Glen Barber
On Sun, Aug 04, 2013 at 05:44:33PM -0700, Steve Kargl wrote: If you want to upgrade, and use http/https access to repositories, please check, that SERF option is enabled, as NEON support ^ I did not want to upgrade. It was suggested/forced on

Re: svn error during 'make buildkernel'?

2013-08-04 Thread Glen Barber
On Sun, Aug 04, 2013 at 05:50:28PM -0700, Steve Kargl wrote: If you are disinclined to fix your commit, then consider this an official request to back out revision 252505. You are the first and only one to complain after this change was in effect for 2 months. I am sorry that you do not keep

Re: svn error during 'make buildkernel'?

2013-08-04 Thread Glen Barber
On Sun, Aug 04, 2013 at 06:18:58PM -0700, Steve Kargl wrote: You are the first and only one to complain after this change was in effect for 2 months. Perhaps, I'm the first and only one to complain because others already recognize that you will turn a deaf ear to their complaints. I know

Re: svn error during 'make buildkernel'?

2013-08-06 Thread Glen Barber
On Tue, Aug 06, 2013 at 01:11:07PM -0500, Matthew D. Fuller wrote: On Sun, Aug 04, 2013 at 08:55:30PM -0400 I heard the voice of Glen Barber, and lo! it spake thus: The error generated is non-fatal, and once I receive response on a proposed patch, will be suppressed if the svn version

Re: svn error during 'make buildkernel'?

2013-08-08 Thread Glen Barber
On Thu, Aug 08, 2013 at 11:14:05AM -0400, John Baldwin wrote: On Tuesday, August 06, 2013 2:30:54 pm Glen Barber wrote: On Tue, Aug 06, 2013 at 01:11:07PM -0500, Matthew D. Fuller wrote: On Sun, Aug 04, 2013 at 08:55:30PM -0400 I heard the voice of Glen Barber, and lo! it spake thus

Re: nanobsd-built system doesn't have SVN revision in uname (and it looks like regression)

2013-08-10 Thread Glen Barber
Hmm. I suspect r254094 is to blame here, although I did extensive testing with different svn versions before the commit. :( I'll take another look at this, in case I missed an edge case. Glen On Sat, Aug 10, 2013 at 07:03:29AM -0700, Adrian Chadd wrote: Try running the svnlite version of svn

Re: nanobsd-built system doesn't have SVN revision in uname (and it looks like regression)

2013-08-10 Thread Glen Barber
On Sat, Aug 10, 2013 at 01:09:20PM -0500, Dan Mack wrote: It looks like you are doing the first [! -z '${svnversion}' ] before $svnversion is being set. In the old version, this was being set via: if [ -x /usr/bin/svnliteversion ] ; then svnversion=/usr/bin/svnliteversion fi

Re: nanobsd-built system doesn't have SVN revision in uname (and it looks like regression)

2013-08-10 Thread Glen Barber
On Sat, Aug 10, 2013 at 02:11:52PM -0400, Glen Barber wrote: On Sat, Aug 10, 2013 at 01:09:20PM -0500, Dan Mack wrote: It looks like you are doing the first [! -z '${svnversion}' ] before $svnversion is being set. In the old version, this was being set via: if [ -x /usr/bin

Re: nanobsd-built system doesn't have SVN revision in uname (and it looks like regression)

2013-08-11 Thread Glen Barber
On Sun, Aug 11, 2013 at 08:25:42AM -0500, Dan Mack wrote: There's still one problem left ... the svnliteversion test fails because you are not in the correct directory. This is the patch that worked for me ... Yep, you are correct. Although, rather than cd(1) to the SYSDIR directory, I

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-07 Thread Glen Barber
On Sat, Sep 07, 2013 at 05:27:19PM -0700, Adrian Chadd wrote: ok. So I can work around this for these MIPS AP images by echoing something into /dev/random ? The correct workaround (which now I see I should have done before locking head/) is to revert this commit so it can be properly fixed.

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-07 Thread Glen Barber
On Sat, Sep 07, 2013 at 05:34:14PM -0700, Kevin Oberman wrote: On Sat, Sep 7, 2013 at 5:31 PM, Glen Barber g...@freebsd.org wrote: On Sat, Sep 07, 2013 at 05:27:19PM -0700, Adrian Chadd wrote: ok. So I can work around this for these MIPS AP images by echoing something into /dev/random

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-08 Thread Glen Barber
On Sun, Sep 08, 2013 at 11:00:24AM +0200, Dag-Erling Smørgrav wrote: Glen Barber g...@freebsd.org writes: The correct workaround (which now I see I should have done before locking head/) is to revert this commit so it can be properly fixed. Glen, to be fair, the mips boot fails because

Re: usb mouse and xorg

2013-09-10 Thread Glen Barber
On Tue, Sep 10, 2013 at 02:42:02PM +0300, Sergey V. Dyatko wrote: Hi, after I update my HEAD box from 252xxx (i'm not sure) to r255393 USB mouse(s) stop work for me on X. I saw this too, but thought it was just because of missing the xf86-input-mouse port during my upgrade. Can you try

Re: mountroot while booting r255342 memstick

2013-09-11 Thread Glen Barber
On Thu, Sep 12, 2013 at 12:32:12AM +, Uzumaki Naruto wrote: Hi, I downloaded FreeBSD-10.0-CURRENT-amd64-20130907-r255342-memstick.img and dd into KINGSTON DT 101 G2 1.00 USB pendrive boot it from Intel I5 laptop but hang screen output as below. Root mount waiting for: usbus0

Re: make release fails...

2013-09-12 Thread Glen Barber
On Fri, Sep 13, 2013 at 11:21:43AM +0900, Lundberg, Johannes wrote: Trying to create a custom install image which has been successful before but suddenly fails during make release/memstick. Procedure 1) cd /usr/src 2) make buildworld 3) make buildkernel 4) cd release 5) make release

Re: make release fails...

2013-09-12 Thread Glen Barber
On Fri, Sep 13, 2013 at 11:30:44AM +0900, Lundberg, Johannes wrote: # sysctl -n kern.osreldate 145 The system is 10.0. I used it before to build custom distribution. What I've done since last time is basically removing /usr/src and grabbing a new one from head. Recent changes in head/

Re: mountroot while booting r255342 memstick

2013-09-12 Thread Glen Barber
Also, if you can try the 9.2-RC4 image, that would also be appreciated. If this is a problem only with 10.0, this is something re@ and hselasky@ (bcc'd) needs to be aware of. Glen On Fri, Sep 13, 2013 at 11:09:30AM +0900, Lundberg, Johannes wrote: Does it work with the 9.1 image? If it does,

Re: make release fails...

2013-09-12 Thread Glen Barber
:35 AM, Glen Barber g...@freebsd.org wrote: On Fri, Sep 13, 2013 at 11:30:44AM +0900, Lundberg, Johannes wrote: # sysctl -n kern.osreldate 145 The system is 10.0. I used it before to build custom distribution. What I've done since last time is basically removing /usr/src

Re: make release fails...

2013-09-12 Thread Glen Barber
://brilliantobjc.blogspot.com Mirama homepage http://www.brilliantservice.co.jp/viking/ bloghttp://hmdviking.blogspot.jp Company homepage http://www.brilliantservice.co.jp On Fri, Sep 13, 2013 at 11:35 AM, Glen Barber g...@freebsd.org wrote: On Fri, Sep 13, 2013 at 11:30:44AM +0900, Lundberg

FreeBSD 10.0-ALPHA1 now available

2013-09-13 Thread Glen Barber
The first ALPHA build of the 10.0-RELEASE release cycle is now available on the FTP servers for the amd64, i386, ia64, powerpc, and sparc64 architectures. The image checksums follow at the end of this email. ISO images and, for architectures that support it, the memory stick images are available

Re: 10-alpha1 iso does not boot

2013-09-14 Thread Glen Barber
On Sat, Sep 14, 2013 at 09:26:24PM +, jb wrote: Thomas Mueller mueller6724 at bellsouth.net writes: FreeBSD-10.0-ALPHA1-i386-disc1.iso Verified checksum. I can not boot from CD-RW at all - it does not seem to be recognized. Anybody else has similar experience ? jb Is your

Re: 10-alpha1 iso does not boot

2013-09-14 Thread Glen Barber
On Sat, Sep 14, 2013 at 11:09:22PM +, jb wrote: Glen Barber gjb at FreeBSD.org writes: ... Can you try the 20130907 -CURRENT snapshot here? http://ftp.freebsd.org/pub/FreeBSD/snapshots/ISO-IMAGES/i386/10.0/ Glen OK. That worked out. Hmm. That's... unexpected. :\ I'll

Re: 10-stable does not boot on Dell E1505 any more

2013-09-14 Thread Glen Barber
On Sat, Sep 14, 2013 at 07:16:10PM -0400, Outback Dingo wrote: On Sat, Sep 14, 2013 at 2:37 PM, Jan Kokemüller jan.kokemuel...@gmail.comwrote: r255569 does not find /dev/ada0s2a and ? at the mountroot prompt shows no devices. I've had the same problem after I updated my kernel today.

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

10.0-ALPHA2 Now Available

2013-09-18 Thread Glen Barber
The second ALPHA build of the 10.0-RELEASE release cycle is now available on the FTP servers for the amd64, i386, ia64, powerpc, powerpc64 and sparc64 architectures. The 10.0-ALPHA2 builds are based on svn revision r255659 of the head/ branch. The image checksums follow at the end of this email.

Re: 10.0-ALPHA2 Now Available

2013-09-18 Thread Glen Barber
On Wed, Sep 18, 2013 at 02:50:10PM -0500, Andrew Berg wrote: On 2013.09.18 14:36, Glen Barber wrote: Changes between -ALPHA1 and -ALPHA2 include: ... o Import Hyper-V paravirtualized drivers from projects/hyperv branch. These were merged in r255524 and are in -ALPHA1 (I am

Re: 10.0-ALPHA2 Now Available

2013-09-18 Thread Glen Barber
On Wed, Sep 18, 2013 at 06:15:22PM -0300, Marcelo Gondim wrote: Em 18/09/13 16:55, Glen Barber escreveu: On Wed, Sep 18, 2013 at 02:50:10PM -0500, Andrew Berg wrote: On 2013.09.18 14:36, Glen Barber wrote: Changes between -ALPHA1 and -ALPHA2 include: ... o Import Hyper-V

Re: spurious Service Unavailable

2013-09-19 Thread Glen Barber
On Thu, Sep 19, 2013 at 01:29:35PM -1000, David Cornejo wrote: On CURRENT Revsion 255706 I am trying to rebuild a bunch of ports in screen and I'm getting the string Service unavailable in the output between the package creation and the cleaning phases for each port: === Generating

Re: build kernel broken at revision 255705

2013-09-19 Thread Glen Barber
On Thu, Sep 19, 2013 at 11:17:49PM -0300, Nilton Jose Rizzo wrote: Command line: make buildkernel KERNCONF=VALFENDA make installKERNEL KERNCONF=VALFENDA make installworld Please provide your kernel config, make.conf and src.conf Glen pgpERol9_nAui.pgp Description: PGP signature

Re: build kernel broken at revision 255705

2013-09-19 Thread Glen Barber
On Thu, Sep 19, 2013 at 11:36:29PM -0300, Nilton Jose Rizzo wrote: Em Thu, 19 Sep 2013 22:24:54 -0400, Glen Barber escreveu On Thu, Sep 19, 2013 at 11:17:49PM -0300, Nilton Jose Rizzo wrote: Command line: make buildkernel KERNCONF=VALFENDA make installKERNEL KERNCONF=VALFENDA

Re: panic: Lock lle not exclusively locked @ /usr/src/sys/kern/kern_rwlock.c:140

2013-09-22 Thread Glen Barber
On Sun, Sep 22, 2013 at 10:10:42AM -0700, Sean Bruno wrote: Got a panic this morning after updating to 10.0-ALPHA-2 today while installing ports to a clean system. I can hold the box at the db prompt for a bit if someone wants me to look at things I think this is fixed with r255788

Re: FreeBSD 10.0 Alpha 2 panic kernel trap 12 with interrupts disable

2013-09-22 Thread Glen Barber
On Sun, Sep 22, 2013 at 03:12:06PM -0700, Davide Italiano wrote: On Sun, Sep 22, 2013 at 2:47 PM, Miguel Clara miguelmcl...@gmail.com wrote: Thanks for the suggestion but I would have tried it If r255788 or newer was there but its not the case! I also checked

Re: The right way to invoke sh from a freebsd makefile?

2013-09-22 Thread Glen Barber
On Sun, Sep 22, 2013 at 05:18:25PM -0600, Ian Lepore wrote: What's the right way to launch the bourne shell from a makefile? I had assumed the ${SHELL} variable would be set to the right copy of /bin/sh (like maybe the one in tmp or legacy at various stages). It appears that that's not the

Re: The right way to invoke sh from a freebsd makefile?

2013-09-22 Thread Glen Barber
On Sun, Sep 22, 2013 at 05:37:51PM -0600, Ian Lepore wrote: On Sun, 2013-09-22 at 19:27 -0400, Glen Barber wrote: On Sun, Sep 22, 2013 at 05:18:25PM -0600, Ian Lepore wrote: What's the right way to launch the bourne shell from a makefile? I had assumed the ${SHELL} variable would be set

Re: The right way to invoke sh from a freebsd makefile?

2013-09-22 Thread Glen Barber
On Sun, Sep 22, 2013 at 05:56:07PM -0600, Ian Lepore wrote: You can hard-code /bin/sh directly, but what I was getting at with the '#!/usr/bin/env sh' is that the 'sh' interpreter of the build environment could be used (instead of /bin/sh directly). Then you don't need to worry about the

Re: head fails to compile with WITHOUT_KERBEROS= in src.conf

2013-09-23 Thread Glen Barber
On Mon, Sep 23, 2013 at 11:17:46AM -0400, Kurt Lidl wrote: Greetings all. My weekly update to the lastest freebsd-head failed to compile this morning. My src.conf has, among other things: There is a fix ready to be committed very shortly. Glen pgpZ2bCh_vosG.pgp Description: PGP

Re: build error revision 255864

2013-09-24 Thread Glen Barber
On Tue, Sep 24, 2013 at 09:38:11PM -0300, Marcelo Gondim wrote: Hi all, I'm having this errorbuilding 255864 revision: This is due to the recent changes in sys/cam. We're working on it. Glen cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\/usr/share/locale\

Re: build error revision 255864

2013-09-24 Thread Glen Barber
On Tue, Sep 24, 2013 at 08:45:22PM -0400, Glen Barber wrote: On Tue, Sep 24, 2013 at 09:38:11PM -0300, Marcelo Gondim wrote: Hi all, I'm having this errorbuilding 255864 revision: This is due to the recent changes in sys/cam. We're working on it. I have reverted the commit

Re: kernel: ahcich1: Timeout on slot 0 port 0

2013-09-27 Thread Glen Barber
On Fri, Sep 27, 2013 at 01:14:31PM +0300, Ivan Klymenko wrote: Hello all After the upgrade, with a revision r255868 to revision r255882 I have the following problem: . Sep 27 12:49:01 nonamehost kernel: ahcich1: Timeout on slot 0 port 0 Sep 27 12:49:01 nonamehost kernel: ahcich1: is

Re: kernel: ahcich1: Timeout on slot 0 port 0

2013-09-27 Thread Glen Barber
On Fri, Sep 27, 2013 at 02:44:20PM +0300, Ivan Klymenko wrote: В Fri, 27 Sep 2013 07:41:03 -0400 Glen Barber g...@freebsd.org пишет: On Fri, Sep 27, 2013 at 01:14:31PM +0300, Ivan Klymenko wrote: Hello all After the upgrade, with a revision r255868 to revision r255882 I have

FreeBSD 10.0-ALPHA4 now available

2013-09-29 Thread Glen Barber
The fourth ALPHA build of the 10.0-RELEASE release cycle is now available on the FTP servers for the amd64, i386, ia64, powerpc, powerpc64 and sparc64 architectures. Note: Due to build issues within the head/ branch, ALPHA3 ISO builds were skipped. The 10.0-ALPHA4 builds correlate to svn

Re: FreeBSD 10.0-ALPHA4 now available

2013-09-29 Thread Glen Barber
Just a quick correction: On Sun, Sep 29, 2013 at 09:58:17PM -0400, Glen Barber wrote: [...] Changes between -ALPHA2 and -ALPHA4 include: [...] - Implement epoll support in Linuxulator. This change was reverted as r255675, and is not available in 10.0-ALPHA4. Glen pgpmpbu5YHd_H.pgp

Re: CURRENT is broken as of r255958

2013-09-30 Thread Glen Barber
On Mon, Sep 30, 2013 at 10:58:05PM -0400, Sam Fourman Jr. wrote: r255958 builds world and kernel fine, but make release fails I used vi to wield # signs, and produced a patch that fixes the problem, however this is not the correct fix. Index: etc/periodic/daily/Makefile

Re: CURRENT r 255964 not build

2013-10-01 Thread Glen Barber
On Tue, Oct 01, 2013 at 04:37:42PM +0300, Alexander Panyushkin wrote: CURRENT r 255964 world not build Please provide /etc/make.conf and /etc/src.conf. Glen pgpgXvqN_dhTo.pgp Description: PGP signature

Re: FreeBSD 10 upgrade from 9.2

2013-10-04 Thread Glen Barber
On Fri, Oct 04, 2013 at 03:32:42PM -0600, Daniel Hallett wrote: I am wondering how I can be able to upgrade to freeBSD 10.0-ALPHA4 from my 9.2-RELEASE. I have upgraded my 9.1 amd64 to the 9.2 release yesterday. But now I am wondering how to upgrade the install to the freebsd 10 releases. I

FreeBSD 10.0-ALPHA5 now available

2013-10-07 Thread Glen Barber
The fifth ALPHA build of the 10.0-RELEASE release cycle is now available on the FTP servers for the amd64, i386, ia64, powerpc, powerpc64 and sparc64 architectures. The 10.0-ALPHA5 builds correlate to svn revision r256092 of the head/ branch. The image checksums follow at the end of this email.

FreeBSD 10.0-ALPHA5 Virtual Machine Images Available

2013-10-07 Thread Glen Barber
In somewhat of a followup to the 10.0-ALPHA5 announcement... Preinstalled virtual machine images for 10.0-ALPHA5 are now available for amd64 and i386 architectures. The images are located under the 'snapshots' directory on FTP, here:

Re: rcs is gone?

2013-10-07 Thread Glen Barber
On Mon, Oct 07, 2013 at 10:26:07PM +0100, Igor Mozolevsky wrote: On 7 October 2013 22:15, Andreas Nilsson andrn...@gmail.com wrote: Well, it has been announced, and is available as a port. So there's no version control in the base at all now?.. When did FreeBSD decide to move away

Re: rcs is gone?

2013-10-07 Thread Glen Barber
On Mon, Oct 07, 2013 at 05:36:42PM -0700, John-Mark Gurney wrote: So there's no version control in the base at all now?.. When did FreeBSD decide to move away from distributing a usable OS? Why not just distribute a kernel and a few bits that are barely sufficient for the initial set up,

Re: rcs is gone?

2013-10-07 Thread Glen Barber
On Mon, Oct 07, 2013 at 05:54:23PM -0700, John-Mark Gurney wrote: No, not really. # mkdir local # svnadmin create ./local # svn import /etc file:///$PWD/local besides the s/svn/svnlite/ you forgot... It doesn't work... Sure it WITH_SVN in src.conf will install svnlite

Re: rcs is gone?

2013-10-07 Thread Glen Barber
On Tue, Oct 08, 2013 at 02:03:44AM +0100, Igor Mozolevsky wrote: On 8 October 2013 01:59, Glen Barber g...@freebsd.org wrote: On Mon, Oct 07, 2013 at 05:54:23PM -0700, John-Mark Gurney wrote: [snip] Plus, I was quite reasured that svn isn't smart enough to realize that a path

Re: FreeBSD 10.0-ALPHA4 now available

2013-10-08 Thread Glen Barber
On Wed, Oct 09, 2013 at 02:46:32AM +0200, Julian H. Stacey wrote: I had supposed an Alpha /usr/src would compile even if it broke at run time. Not so, 10.0-ALPHA4 src/ is broken (with without obj depend). cd /usr/src ; make -i install I thought buildworld+installworld was

Re: rcs

2013-10-09 Thread Glen Barber
On Wed, Oct 09, 2013 at 07:17:11AM -0700, Alfred Perlstein wrote: Only a few years ago you could take a dvd or memstick of FreeBSD and have 1000s of packages to choose from during your install. That is broken now? memstick.img always had a minimal set of packages (mostly documentation

Re: rcs

2013-10-10 Thread Glen Barber
On Thu, Oct 10, 2013 at 01:35:33PM -0700, Lyndon Nerenberg wrote: On 2013-10-10, at 1:06 PM, Igor Mozolevsky i...@hybrid-lab.co.uk wrote: You're missing the point- the requirement is provide a way to keep track of changes for file X not have many fancy and unnecessary features... The

Re: rcs

2013-10-11 Thread Glen Barber
On Fri, Oct 11, 2013 at 11:49:15PM -0400, Outback Dingo wrote: On Thu, Oct 10, 2013 at 6:42 PM, Jakub Lach jakub_l...@mailplus.pl wrote: I have similar views. There is abundance of be-everything-for-everybody Linuxes and not enough lean and mean Unix-style kits... however did we

FreeBSD 10.0-BETA1 now available

2013-10-14 Thread Glen Barber
The first BETA build of the 10.0-RELEASE release cycle is now available on the FTP servers for the amd64, i386, ia64, powerpc, powerpc64 and sparc64 architectures. The image checksums follow at the end of this email. ISO images and, for architectures that support it, the memory stick images are

Re: Please shorten ZFS disk names.

2013-10-15 Thread Glen Barber
On Tue, Oct 15, 2013 at 05:49:06PM -0500, James R. Van Artsdalen wrote: BLACKIE:/root# uname -a FreeBSD BLACKIE.housenet.jrv 10.0-BETA1 FreeBSD 10.0-BETA1 #0 r256428M: Sun Oct 13 23:46:54 CDT 2013 r...@clank.housenet.jrv:/usr/obj/usr/src/sys/GENERIC amd64 This pool is on

Re: Please shorten ZFS disk names.

2013-10-15 Thread Glen Barber
On Tue, Oct 15, 2013 at 07:07:47PM -0400, Glen Barber wrote: Based on the hardware config that's either ada0p3 or ada1p3. Whichever it is I want to mirror it onto the other but I don't the names to use for src and dst. You can set kern.geom.label.gptid.enable=0 in loader.conf(5), which

10.0-BETA2, why it is late...

2013-10-25 Thread Glen Barber
To keep everyone informed on what is taking so long with 10.0-BETA2, here is where we stand at the time of this writing: - A problem was found after freebsd-update(8) builds were finished for 10.0-BETA1 which, because of a file within contrib/openpam containing a tilde ('~'), would cause

FreeBSD 10.0-BETA2 now available

2013-10-28 Thread Glen Barber
The second BETA build of the 10.0-RELEASE release cycle is now available on the FTP servers for the amd64, i386, ia64, powerpc, powerpc64 and sparc64 architectures. The image checksums follow at the end of this email. ISO images and, for architectures that support it, the memory stick images are

Re: FreeBSD 10.0-BETA2 now available

2013-10-29 Thread Glen Barber
On Tue, Oct 29, 2013 at 08:02:45AM +0100, Alex Dupre wrote: Glen Barber ha scritto: Important note to freebsd-update(8) users: Please be sure to follow the instructions in the EN-13:04.freebsd-update errata notice here before upgrading the system to 10.0-BETA2: I'd say these instructions

Re: FreeBSD 10.0-BETA2 now available

2013-10-29 Thread Glen Barber
On Tue, Oct 29, 2013 at 09:19:57AM +0100, Alex Dupre wrote: Glen Barber ha scritto: For this announcement, I felt it was safer to include the instructions from the EN verbatim; for future 10.0 builds, it will be less verbose. The problem was that the instructions were not verbatim, you

Re: 10.0-BETA1 i386 on VirtualBox

2013-10-30 Thread Glen Barber
On Thu, Oct 31, 2013 at 04:08:17AM +0400, Boris Bobrov wrote: Can any of you suggest a way to reproduce the bug on a livecd reliably? I'll rephrase that: Can anybody suggest a way to reproduce the bug on a livecd reliably, if you ever met the bug before? I have not been able to. I

Re: 10.0-BETA1 i386 on VirtualBox

2013-10-31 Thread Glen Barber
On Thu, Oct 31, 2013 at 09:16:34AM -0400, Glen Barber wrote: http://ftp.freebsd.org/pub/FreeBSD/snapshots/VM-IMAGES/10.0-BETA1/amd64/20131007/ Wrong arch, sorry. http://ftp.freebsd.org/pub/FreeBSD/snapshots/VM-IMAGES/10.0-BETA1/i386/20131007/ Glen pgplZzsjmMRlF.pgp Description

Re: 10.0-BETA1 i386 on VirtualBox

2013-10-31 Thread Glen Barber
On Thu, Oct 31, 2013 at 02:10:10PM +0100, Maciej Milewski wrote: On 31.10.2013 13:31, Boris Bobrov wrote: When I do less /var/log/messages, less fails with segmentation fault. It happens on BETA1 and BETA2, but not on older 10.0 releases. I got the same with less. Can you try

10.0-BETA3, why it was added

2013-11-03 Thread Glen Barber
Just a quick update on why -BETA3 was added to the 10.0-RELEASE schedule: A problem was discovered in the base iconv(1), which introduces a major regression with character encoding, specifically with malformed output. Sample code to reproduce the issue: % perl -e print pack('C*',

FreeBSD 10.0-BETA3 now available

2013-11-05 Thread Glen Barber
The third BETA build of the 10.0-RELEASE release cycle is now available on the FTP servers for the amd64, i386, ia64, powerpc, powerpc64 and sparc64 architectures. The image checksums follow at the end of this email. ISO images and, for architectures that support it, the memory stick images are

Re: FreeBSD 10.0-BETA3 now available

2013-11-06 Thread Glen Barber
On Tue, Nov 05, 2013 at 12:05:13PM -0500, Glen Barber wrote: The third BETA build of the 10.0-RELEASE release cycle is now available on the FTP servers for the amd64, i386, ia64, powerpc, powerpc64 and sparc64 architectures. [...] Important note to freebsd-update(8) users: Please be sure

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Glen Barber
On Wed, Nov 06, 2013 at 11:28:25PM +, Teske, Devin wrote: We do not ever want to display the contents of the SVR record in the list. There are multiple pkg*.freebsd.org SVR zones. You do not need to show any servers except pkg.FreeBSD.org. In fact, you can use that by default, and not

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Glen Barber
On Wed, Nov 06, 2013 at 11:37:43PM +, Teske, Devin wrote: You do not need to show any servers except pkg.FreeBSD.org. Bapt *just* got finished telling me in IRC that we should also list: pkg.eu pkg.us-* Why? Which I assume to be the same make/model of pkg.f.o (does not return an

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Glen Barber
On Wed, Nov 06, 2013 at 11:53:28PM +, Teske, Devin wrote: And if we need to change something with the infrastructure, we now have to tell people that this was done. You are putting hard-coded limitations on us. Don't. I disagree. You're making the argument for what if a CDN

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Glen Barber
On Thu, Nov 07, 2013 at 12:13:49AM +, Teske, Devin wrote: So what hard-coding are you talking about? You are trying to hard-code hostnames for a service in the FreeBSD src/ tree, when it is *absolutely* unnecessary. You talk about how if a node goes down we take it out of DNS but that

Re: [Review] bsdconfig pkgng integration

2013-11-06 Thread Glen Barber
On Thu, Nov 07, 2013 at 12:48:02AM +, Teske, Devin wrote: I think that you're thinking that: pkg.eu.freebsd.org pkg.us-east.freebsd.org pkg.us-west.freebsd.org Will somehow change? I think you're thinking they *won't* change. Don't assume. Glen pgpYvjMEXknes.pgp Description: PGP

10.0-RELEASE cycle status update

2013-11-19 Thread Glen Barber
As some may have noticed, the 10.0-RELEASE cycle has slipped a bit behind schedule. Here is where we stand at the moment: - The iconv issues mentioned in a previous status update email[1] are being looked at extensively. There are a number of iconv(3) fixes that have been committed to

Re: 10.0-RELEASE cycle status update

2013-11-19 Thread Glen Barber
On Tue, Nov 19, 2013 at 11:03:56PM +, Thomas Mueller wrote: What are the symptoms I might look for on FreeBSD-current? Software crashes because of incorrect/missing character encodings are one symptom in particular. Release engineering estimated dates ought to be updated on the website.

Re: Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-24 Thread Glen Barber
On Sun, Nov 24, 2013 at 05:11:51PM -0800, Manfred Antar wrote: Since the changes to libc in the last few weeks. building world fails in /bin/csh cc -O2 -pipe -I. -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='/bin/csh' -DHAVE_ICONV -std=gnu99 -Qunused-arguments

Re: Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-24 Thread Glen Barber
On Sun, Nov 24, 2013 at 08:19:49PM -0500, Glen Barber wrote: I think WITHOUT_DYNAMICROOT=1 has nothing to do with this. I worked around it by setting WITHOUT_NLS_CATALOGS=1 (see src.conf(5)). I'm sorry, I misread a part of your email. I'll rebuild without WITHOUT_NLS_CATALOGS=1 and your

Re: Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-24 Thread Glen Barber
On Sun, Nov 24, 2013 at 05:29:14PM -0800, Manfred Antar wrote: adding -lc_nonshared to LAAD enables me to build /bin and /sbin statically /bin/csh/Makefile was the only one I had to change all the rest of /bin and /sbin built fine Hmm, I'm not sure if bin/csh/ should require -c_nonshared

Re: Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-24 Thread Glen Barber
On Sun, Nov 24, 2013 at 08:41:48PM -0800, Manfred Antar wrote: At 08:17 PM 11/24/2013, Glen Barber wrote: On Sun, Nov 24, 2013 at 05:29:14PM -0800, Manfred Antar wrote: adding -lc_nonshared to LAAD enables me to build /bin and /sbin statically /bin/csh/Makefile was the only one I had

FreeBSD 10.0-BETA3 snapshots (pre -BETA4) now available

2013-11-27 Thread Glen Barber
FreeBSD 10.0-BETA3 snapshots are now available. These images are generated from r258657 of stable/10, and are intended as pre -BETA4 snapshots for public testing, until 10.0-BETA4 is rolled (which should be within the next few days). Please note, freebsd-update(8) upgrades are not available for

Re: request for help: MFC net80211 fixes from -HEAD to -10

2013-11-28 Thread Glen Barber
On Thu, Nov 28, 2013 at 06:54:56PM -0800, Adrian Chadd wrote: I'd like a developer or two to organise the MFC of anything that's in net80211 on -HEAD back to -10 before 10.0-REL. There's a few critical fixes that need to go in but I just don't have the time to do it myself. :( Depending on

10.0-RELEASE status update

2013-11-29 Thread Glen Barber
Quick 10.0-RELEASE status update: - iconv(3) changes have been made in head/, and merged to stable/10 today. - Two MFCs are undergoing review, one of which I will commit right before updating the stable/10 branch name to reflect '-BETA4'.[1] - Builds for 10.0-BETA4 will begin tomorrow.

Re: CURRENT 11.0 ZFS as of Today

2013-11-30 Thread Glen Barber
On Sat, Nov 30, 2013 at 10:51:56PM -0500, Outback Dingo wrote: Just came across this error... zfs -mm master errors with Assertion failed: (tq-tq_freelist != NULL), file /master/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common/taskq.c, line 289. Abort (core

Re: CURRENT 11.0 ZFS as of Today

2013-11-30 Thread Glen Barber
On Sat, Nov 30, 2013 at 11:09:26PM -0500, Outback Dingo wrote: you have to upgrade your pool to enable histogram i believe zdb -mm master So, is the problem with zfs(8), or zdb(8) ? On Sat, Nov 30, 2013 at 11:04 PM, Glen Barber g...@freebsd.org wrote: On Sat, Nov 30, 2013 at 10:51

FreeBSD 10.0-BETA4 now available

2013-12-03 Thread Glen Barber
The fourth BETA build of the 10.0-RELEASE release cycle is now available on the FTP servers for the amd64, i386, ia64, powerpc, powerpc64 and sparc64 architectures. This is expected to be the final BETA build of the 10.0-RELEASE cycle. The image checksums follow at the end of this email. ISO

FreeBSD 10.0-RC1 now available

2013-12-09 Thread Glen Barber
The first RC build of the 10.0-RELEASE release cycle is now available on the FTP servers for the amd64, i386, ia64, powerpc, powerpc64 and sparc64 architectures. * Please see the change list for an important note regarding the bsdinstall(8) ZFS on GELI option. The image checksums follow at

FreeBSD 10.0-RC2 Now Available

2013-12-16 Thread Glen Barber
The second RC build of the 10.0-RELEASE release cycle is now available on the FTP servers for the amd64, i386, ia64, powerpc, powerpc64 and sparc64 architectures. The image checksums follow at the end of this email. ISO images and, for architectures that support it, the memory stick images are

Re: FreeBSD 10.0-RC2 Now Available

2013-12-17 Thread Glen Barber
On Tue, Dec 17, 2013 at 11:49:39AM +0300, Odhiambo Washington wrote: Someone please help me here: root@fbsd10:/usr/src/contrib/unbound # uname -a FreeBSD fbsd10 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r254222: Sun Aug 11 20:14:02 UTC 2013 r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC

Re: FreeBSD 10.0-RC2 Now Available

2013-12-17 Thread Glen Barber
On Tue, Dec 17, 2013 at 03:53:22PM +0300, Odhiambo Washington wrote: Aha! I already blew away the 10-CURRENT, downloaded the RC and installed (on VMware). Now I can play with the stuff, including unbound, freebsd-update. BTW, I always used csup, then moved to svn on my systems. This

Re: PACKAGESITE spam

2013-12-21 Thread Glen Barber
On Sat, Dec 21, 2013 at 12:05:38PM -0800, Steve Kargl wrote: On Sat, Dec 21, 2013 at 07:35:56PM +0100, d...@gmx.com wrote: I've just installed a very recent -CURRENT, and now I'm performing a big portupgrade procedure. I get the following message spammed a lot: pkg: PACKAGESITE in

Re: PACKAGESITE spam

2013-12-21 Thread Glen Barber
On Sat, Dec 21, 2013 at 03:44:11PM -0800, Steve Kargl wrote: On Sat, Dec 21, 2013 at 06:29:17PM -0500, Garrett Wollman wrote: In article 20131221230448.ga61...@troutmask.apl.washington.edu, Steve Kargl writes: Other than the noise in /var/log/message, what does this provide that 'pkg

Re: PACKAGESITE spam

2013-12-21 Thread Glen Barber
On Sat, Dec 21, 2013 at 03:49:26PM -0800, Steve Kargl wrote: /var/log/message never gets corrupted? If a machine is compromised, I can review log from remote syslog server. It is impossible to trust the package information, relying on the local database alone. Glen pgpklyEF3RMKl.pgp

FreeBSD 10.0-RC3 Now Available

2013-12-26 Thread Glen Barber
The third RC build of the 10.0-RELEASE release cycle is now available on the FTP servers for the amd64, i386, ia64, powerpc, powerpc64 and sparc64 architectures. The image checksums follow at the end of this email. ISO images and, for architectures that support it, the memory stick images are

Re: FreeBSD 10.0-RC3 Now Available

2013-12-26 Thread Glen Barber
On Thu, Dec 26, 2013 at 04:17:27PM -0500, Joe Nosay wrote: I take it that building world and kernel from source should present no problems, right? Is the latest CLang at 3.5 being used or will I need to hack the Makefile in /usr/ports/lang to build it? Both world and kernel are built with

Re: FreeBSD 10.0-RC3 Now Available

2013-12-27 Thread Glen Barber
On Thu, Dec 26, 2013 at 11:25:21AM -0500, Glen Barber wrote: [...] Pre-installed virtual machine images for 10.0-RC3 are also available for amd64 and i386 architectures. The images are located under the 'snapshots' directory on FTP, here: ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/VM

FreeBSD 10.0-RC4 Now Available

2014-01-02 Thread Glen Barber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The fourth RC build of the 10.0-RELEASE release cycle is now available on the FTP servers for the amd64, i386, ia64, powerpc, powerpc64 and sparc64 architectures. This is expected to be the final RC build of the 10.0-RELEASE cycle. The image

Re: can't pxeboot BETA1

2011-08-10 Thread Glen Barber
. Outside of that, you have not provided enough information to diagnose your issue. Regards, -- Glen Barber ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd

Re: 9.0 bsdinstall usage

2011-09-23 Thread Glen Barber
that would also stop you from doing clever things. - Doug Gwyn -- Glen Barber | g...@freebsd.org FreeBSD Documentation Project ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any

Re: FreeBSD 9-Beta3 on X300 problems.

2011-09-26 Thread Glen Barber
it. But this doesn't help ;/ I run portmaster -y --no-confirm --packages-if-newer -m 'BATCH=yes' -d -a And... its works;) There was a shared library bump between 9.0-BETA2 and 9.0-BETA3, which portmaster likely rebuilt the necessary dependencies. -- Glen Barber

  1   2   3   4   5   6   >