Re: sys/conf/newvers.sh vs. subversion-1.7

2011-10-20 Thread Garrett Cooper
On Thu, Oct 20, 2011 at 5:21 AM, David Wolfskill wrote: > On Thu, Oct 20, 2011 at 04:48:44AM -0700, David Wolfskill wrote: >> ... >> Well, as of subversion-1.7, we don't have a ".svn" directory in >> ${SYSDIR} any more -- it's only at the root of the working copy >> (/usr/src, in this case).  So "

Not setting TERM explicitly wraps commands at 80 columns with nested shells in xterms using sh + bash?

2011-10-20 Thread Garrett Cooper
If I fire up an xterm without setting TERM={ansi,vt100,xterm}, etc, xterm wraps my command output to 80 columns, even if I resize the window to something larger, issue reset (which I thought was supposed to fix the console settings by rescanning the window size, etc). I thought that SIGWINCH wa

Re: sys/conf/newvers.sh vs. subversion-1.7

2011-10-20 Thread Sergey V. Dyatko
On Thu, 20 Oct 2011 07:33:28 -0700 Steve Kargl wrote: > On Thu, Oct 20, 2011 at 05:21:21AM -0700, David Wolfskill wrote: > > On Thu, Oct 20, 2011 at 04:48:44AM -0700, David Wolfskill wrote: > > > ... > > > Well, as of subversion-1.7, we don't have a ".svn" directory in > > > ${SYSDIR} any more --

Re: possible mountroot regression

2011-10-20 Thread Arnaud Lacombe
Hi, On Fri, Oct 21, 2011 at 1:48 AM, Garrett Cooper wrote: > On Thu, Oct 20, 2011 at 10:44 PM, Arnaud Lacombe wrote: >> Hi, >> >> On Wed, Oct 19, 2011 at 3:41 PM, Garrett Cooper wrote: >>> On Wed, Oct 19, 2011 at 12:12 PM, Warren Block wrote: On Wed, 19 Oct 2011, Oliver Pinter wrote:

Re: possible mountroot regression

2011-10-20 Thread Garrett Cooper
On Thu, Oct 20, 2011 at 10:44 PM, Arnaud Lacombe wrote: > Hi, > > On Wed, Oct 19, 2011 at 3:41 PM, Garrett Cooper wrote: >> On Wed, Oct 19, 2011 at 12:12 PM, Warren Block wrote: >>> On Wed, 19 Oct 2011, Oliver Pinter wrote: >>> On 10/19/11, Olivier Smedts wrote: > > 2011/10/19 Marc

Re: possible mountroot regression

2011-10-20 Thread Arnaud Lacombe
Hi, On Wed, Oct 19, 2011 at 3:41 PM, Garrett Cooper wrote: > On Wed, Oct 19, 2011 at 12:12 PM, Warren Block wrote: >> On Wed, 19 Oct 2011, Oliver Pinter wrote: >> >>> On 10/19/11, Olivier Smedts wrote: 2011/10/19 Marcel Moolenaar : > > On Oct 18, 2011, at 9:04 AM, Andriy Gapon

orm0/ISA strangeness on HEAD preventing drivers from probe/attach?

2011-10-20 Thread Bjoern A. Zeeb
Hi, I am seeing some strangeness on booting a recent HEAD on an atom machine; the entire orm0 and related stuff looks wrong. Also some things like a watchdog driver etc. no longer probe or attach it seems. Anyone an idea? Calibrating TSC clock ... TSC clock: 1596034896 Hz CPU: Genuine Intel(

Re: '/bin/ls' broken by SVN r226509

2011-10-20 Thread Daniel O'Connor
On 20/10/2011, at 22:21, Anton Shterenlikht wrote: > On Thu, Oct 20, 2011 at 11:58:41AM +0100, Tom Evans wrote: >> On Wed, Oct 19, 2011 at 7:47 PM, Anton Shterenlikht >> wrote: >>> >>> Thanks. Can you also please remind >>> how to reinstall just /bin/ls, >>> without the "make buildworld"? >>>

Re: sys/conf/newvers.sh vs. subversion-1.7

2011-10-20 Thread Michael Butler
On 10/20/11 10:33, Steve Kargl wrote: On Thu, Oct 20, 2011 at 05:21:21AM -0700, David Wolfskill wrote: FreeBSD freebeast.catwhisker.org 10.0-CURRENT FreeBSD 10.0-CURRENT #626 r226563M: Thu Oct 20 05:04:03 PDT 2011 r...@freebeast.catwhisker.org:/usr/obj/usr/src/sys/GENERIC i386 r22656

Re: sys/conf/newvers.sh vs. subversion-1.7

2011-10-20 Thread Steve Kargl
On Thu, Oct 20, 2011 at 05:21:21AM -0700, David Wolfskill wrote: > On Thu, Oct 20, 2011 at 04:48:44AM -0700, David Wolfskill wrote: > > ... > > Well, as of subversion-1.7, we don't have a ".svn" directory in > > ${SYSDIR} any more -- it's only at the root of the working copy > > (/usr/src, in this

Re: sys/conf/newvers.sh vs. subversion-1.7

2011-10-20 Thread David Wolfskill
On Thu, Oct 20, 2011 at 04:48:44AM -0700, David Wolfskill wrote: > ... > Well, as of subversion-1.7, we don't have a ".svn" directory in > ${SYSDIR} any more -- it's only at the root of the working copy > (/usr/src, in this case). So "svnversion" is never invoked. > > So I've just hacked my copy

Re: '/bin/ls' broken by SVN r226509

2011-10-20 Thread Anton Shterenlikht
On Thu, Oct 20, 2011 at 11:58:41AM +0100, Tom Evans wrote: > On Wed, Oct 19, 2011 at 7:47 PM, Anton Shterenlikht > wrote: > > > > Thanks. Can you also please remind > > how to reinstall just /bin/ls, > > without the "make buildworld"? > > > > cp /rescue/ls /bin/ls oh.. of course. I've forgotten

sys/conf/newvers.sh vs. subversion-1.7

2011-10-20 Thread David Wolfskill
I got to wondering why the "uname -a" output from my head slice no longer showed the SVN GRN after I had updated to subversion-1.7.0.1. First thing I checked was that "svnversion" existed & worked; check. Then I noticed the logic iin newvers.sh: ... for dir in /bin /usr/bin /usr/local/bin; do

Fresh installed Freebsd 9 don't boot from hd

2011-10-20 Thread Pavel Timofeev
I used FreeBSD 9 amd64 on my HP Proliant DL360 G5 (smart array p400i mirror) as test. It was installed long time ago and often I did csup/rebuild. Yesterday I updated it to 9.0-RC1 and everything was fine. Today I downloaded BETA3 iso and tried to install it. bsdinstall is good. CD ISO boots and i

Re: '/bin/ls' broken by SVN r226509

2011-10-20 Thread Tom Evans
On Wed, Oct 19, 2011 at 7:47 PM, Anton Shterenlikht wrote: > > Thanks. Can you also please remind > how to reinstall just /bin/ls, > without the "make buildworld"? > cp /rescue/ls /bin/ls Cheers Tom ___ freebsd-current@freebsd.org mailing list http://