Re: something fails with svn

2010-01-01 Thread jhell
On 1/1/2010 8:21 PM, Kevin Oberman wrote: Date: Fri, 01 Jan 2010 19:20:54 -0500 From: jhell Sender: owner-freebsd-sta...@freebsd.org On 1/1/2010 6:24 AM, Ed Schouten wrote: * jhell wrote: With those remarks I will leave it up to your honed skills to figure out. If you don't have anything c

Re: cvsweb: src/UPDATING on RELENG_7

2010-01-01 Thread Ian Smith
On Fri, 1 Jan 2010, N.J. Mann wrote: > In message <20100102001608.x50...@sola.nimnet.asn.au>, > Ian Smith (smi...@nimnet.asn.au) wrote: > > > > Thought I had a clue on using cvsweb, but seem to have mislaid it .. > > I think cvsweb is a great tool. Indeed. I hadn't realised it wasn't

Re: something fails with svn

2010-01-01 Thread Oliver Pinter
hmmm, it's look like this: http://lists-archives.org/git/707921-git-svn-memoize-conversion-of-svn-merge-ticket-info-to-git-commit-ranges.html git releated change is the source of the warnings.. and the git is updated at Dec 28 20:39 ll /usr/local/bin/git -rwxr-xr-x 95 root wheel 1066766 Dec 2

Re: something fails with svn

2010-01-01 Thread Ryan Stone
> the git config is: > > [core] >        repositoryformatversion = 0 >        filemode = true >        bare = false >        logallrefupdates = true > [svn-remote "svn"] >        url = svn://svn.freebsd.org/base/stable/7 >        fetch = :refs/remotes/git-svn > It looks like the error is

Re: something fails with svn

2010-01-01 Thread Oliver Pinter
yeah, but svn.freebsd.org/base/stable/7/head don't exist. git svn log -v some of broken infos find in this commit: r200570 | stas | 2009-12-15 11:34:05 +0100 (Tue, 15 Dec 2009) | 23 lines Changed paths: M share/man/man4/bge.4 M sys/dev/bge/if_bge.c M sys/dev/bge/if_bgereg.h - MFC r1978

Re: something fails with svn

2010-01-01 Thread Kevin Oberman
> Date: Fri, 01 Jan 2010 19:20:54 -0500 > From: jhell > Sender: owner-freebsd-sta...@freebsd.org > > On 1/1/2010 6:24 AM, Ed Schouten wrote: > > * jhell wrote: > >> With those remarks I will leave it up to your honed skills to figure out. > > > > If you don't have anything constructive to say, p

Re: something fails with svn

2010-01-01 Thread Oliver Pinter
and the newest log: M COPYRIGHT r201336 = a1f0e71ec85d326f0cb79b829129279961a36ed9 (refs/remotes/git-svn) M lib/libc/gen/time.3 M lib/libc/sys/clock_gettime.2 Couldn't find revmap for svn://svn.freebsd.org/base/stable/7/head/lib/libc/stdtime Couldn't

Re: something fails with svn

2010-01-01 Thread Oliver Pinter
the problem is at a standstill above always, only I did not see a sense so since I did not receive constructive feedback véáaszolni... otherwise i tested more things, but the situation did not change. // sorry for bad english, but I never learned it.. On 1/2/10, jhell wrote: > On 1/1/2010 6:24 A

Re: something fails with svn

2010-01-01 Thread jhell
On 1/1/2010 6:24 AM, Ed Schouten wrote: * jhell wrote: With those remarks I will leave it up to your honed skills to figure out. If you don't have anything constructive to say, please refrain from responding to any message on these lists. The purpose of these lists is to help each other. Y

UTF-8 problem in 8.0

2010-01-01 Thread Derek Kulinski
Hello, After installing FreeBSD 8.0 I noticed that some characters aren't displayed correctly (it worked fine for 7.2). Mainly the dash character is most noticeable (though it's possible it's more of them). Example: env LANG=C man sh env LANG=pl_PL.UTF-8 man sh env LANG=en_US.UTF-8 man sh The f

Re: RELENG_7 changes for rc.d/named

2010-01-01 Thread Doug Barton
Oliver Lehmann wrote: > Hi Doug, > > Doug Barton wrote: > >> Your >> suggestion that I've simply foisted some untested crap onto the >> FreeBSD community is at best, rude. At worst, it's just plain stupid >> given that named is chroot'ed by default, and has been for years. > > I was not trying t

Re: RELENG_7 changes for rc.d/named

2010-01-01 Thread Oliver Lehmann
Hi Doug, Doug Barton wrote: > Your > suggestion that I've simply foisted some untested crap onto the > FreeBSD community is at best, rude. At worst, it's just plain stupid > given that named is chroot'ed by default, and has been for years. I was not trying to blame you in person for anything whi

Re: don't know how to make /usr/obj/usr/src/tmp/usr/lib/libusbhid.a

2010-01-01 Thread Kevin Oberman
> Date: Thu, 31 Dec 2009 08:47:44 -0800 > From: Jeremy Chadwick > Sender: owner-freebsd-sta...@freebsd.org > > On Thu, Dec 31, 2009 at 05:40:01PM +0100, Oliver Lehmann wrote: > > I think that this error might be related to my "special" src.conf. > > Maybe WITHOUT_USB is causing this - but - this

Re: RELENG_7 changes for rc.d/named

2010-01-01 Thread Oliver Lehmann
Oliver Lehmann wrote: > Did that and used your new script - now it works. One small thing is left, rndc.key gets always created on start. There is a typo in line 188+189 of rc.d/named: if [ -s "${named_confidr}/rndc.key" ]; then ^^^ case `stat

Re: RELENG_7 changes for rc.d/named

2010-01-01 Thread Doug Barton
Since you chose to reply to the list rather than to me personally, I will do the same, although frankly the whole meta-discussion is off topic, and should be handled privately. Michal Varga wrote: > I'm sorry to put it this way, Doug, as I (as many other people around) > really value the work you

Re: RELENG_7 changes for rc.d/named

2010-01-01 Thread Michal Varga
On Fri, Jan 1, 2010 at 8:58 PM, Doug Barton wrote: > Oliver Lehmann wrote: >> Hi, >> >> since my last RELENG_7 update a new rc.conf variable named_conf appeared. >> >> How is this supposted to work with a chroot named? I guess not at all? > > I realize that you're frustrated and upset, so I will d

Re: RELENG_7 changes for rc.d/named

2010-01-01 Thread Doug Barton
Oliver Lehmann wrote: > Hi, > > since my last RELENG_7 update a new rc.conf variable named_conf appeared. > > How is this supposted to work with a chroot named? I guess not at all? I realize that you're frustrated and upset, so I will disregard the mildly obnoxious tone of your message, and this

gstat: geom_gettree = -1: No such file or directory

2010-01-01 Thread martinko
Hi list, gstat(8) does not work here on 8.0 (it worked happily on 6.x and 7.x) : # gstat gstat: geom_gettree = -1: No such file or directory Is this known ? What can I do ? Cheers, Martin ___ freebsd-stable@freebsd.org mailing list http://lists.fr

Re: uname(1) does not show system is patched via freebsd-update(8)

2010-01-01 Thread martinko
Manolis Kiagias wrote: On 31/12/2009 11:40 π.μ., martinko wrote: Hallo, The system here seems to be patched yet I do not see the information in uname(1) output (see below). Is this a bug or my error or what ? Cheers, Martin This is normal. The patch level shown is not updated, unless one o

Re: duplicity ftp backup / ncftp no longer working since 8.0-Release

2010-01-01 Thread Manfred Usselmann
On Fri, 1 Jan 2010 10:12:41 -0500 David Horn wrote: > On Fri, Jan 1, 2010 at 9:28 AM, Manfred Usselmann > wrote: > > On Mon, 14 Dec 2009 17:51:31 -0500 > > David Horn wrote: > > > >> On Mon, Dec 14, 2009 at 5:31 PM, Manfred Usselmann > >> wrote: > >> > On Mon, 14 Dec 2009 08:17:16 +0100 > >> >

Re: cvsweb: src/UPDATING on RELENG_7

2010-01-01 Thread N.J. Mann
In message <20100102001608.x50...@sola.nimnet.asn.au>, Ian Smith (smi...@nimnet.asn.au) wrote: > > Thought I had a clue on using cvsweb, but seem to have mislaid it .. I think cvsweb is a great tool. > After updating 7.0-RELEASE to RELENG_7 sources on Dec 28, checking > UPDATING before

cvsweb: src/UPDATING on RELENG_7

2010-01-01 Thread Ian Smith
Hi, Thought I had a clue on using cvsweb, but seem to have mislaid it .. After updating 7.0-RELEASE to RELENG_7 sources on Dec 28, checking UPDATING before and during buildworld, went hunting on cvsweb for the very version of UPDATING I was reading, 1.507.2.34 of 2009/11/29. I can't find it, a

Re: duplicity ftp backup / ncftp no longer working since 8.0-Release

2010-01-01 Thread David Horn
On Fri, Jan 1, 2010 at 9:28 AM, Manfred Usselmann wrote: > On Mon, 14 Dec 2009 17:51:31 -0500 > David Horn wrote: > >> On Mon, Dec 14, 2009 at 5:31 PM, Manfred Usselmann >> wrote: >> > On Mon, 14 Dec 2009 08:17:16 +0100 >> > Manfred Usselmann wrote: >> > >> >> On Mon, 14 Dec 2009 00:23:17 -0500

Re: duplicity ftp backup / ncftp no longer working since 8.0-Release

2010-01-01 Thread Manfred Usselmann
On Mon, 14 Dec 2009 17:51:31 -0500 David Horn wrote: > On Mon, Dec 14, 2009 at 5:31 PM, Manfred Usselmann > wrote: > > On Mon, 14 Dec 2009 08:17:16 +0100 > > Manfred Usselmann wrote: > > > >> On Mon, 14 Dec 2009 00:23:17 -0500 > >> David Horn wrote: > >> > >> > I believe that there is somethin

Re: something fails with svn

2010-01-01 Thread Ed Schouten
* jhell wrote: > With those remarks I will leave it up to your honed skills to figure out. If you don't have anything constructive to say, please refrain from responding to any message on these lists. The purpose of these lists is to help each other. -- Ed Schouten WWW: http://80386.nl/ pg

RELENG_7 changes for rc.d/named

2010-01-01 Thread Oliver Lehmann
Hi, since my last RELENG_7 update a new rc.conf variable named_conf appeared. How is this supposted to work with a chroot named? I guess not at all? I have in my rc.conf: named_enable="YES" named_program="/usr/local/sbin/named" named_flags="-u bind -c /etc/named/named.conf" named_chrootdir="/us