Re: make release problems (amd64)

2011-03-25 Thread Daniel O'Connor
On 26/03/2011, at 15:02, Daniel O'Connor wrote: usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/ker

make release problems (amd64)

2011-03-25 Thread Daniel O'Connor
Has anyone done one recently? I note there aren't any snapshots for this month, so perhaps I'm not alone. I tried this :- RELNAME=9.0 BUILDNAME=${RELNAME}-GENESIS make release CHROOTDIR=/tmp/${RELNAME}-release BUILDNAME=$BUILDNAME HTTP_PROXY=http://proxy:3128 FTP_PROXY=http://proxy:3128 EXTSRCDI

Re: Getting /usr/src/ from SVN directly?

2011-03-25 Thread Artem Belevich
--Artem On Fri, Mar 25, 2011 at 8:05 PM, Nerius Landys wrote: >> Use devel/subversion-freebsd though so it expands the $FreeBSD$ RCS tag. > > I just did that.  I am afraid however that all of my files in /etc > will have a different RCS tag.  For example, I got /usr/src/ via SVN > directly (hea

Re: Getting /usr/src/ from SVN directly?

2011-03-25 Thread Nerius Landys
> Use devel/subversion-freebsd though so it expands the $FreeBSD$ RCS tag. I just did that. I am afraid however that all of my files in /etc will have a different RCS tag. For example, I got /usr/src/ via SVN directly (head, or CURRENT) and did a mergemaster prebuildworld step, and I get this di

Re: Getting /usr/src/ from SVN directly?

2011-03-25 Thread Nerius Landys
> Use devel/subversion-freebsd though so it expands the $FreeBSD$ RCS tag. I was just gonna say. Doing the plain old SVN checkout of head and mergemaster preworld, I noticed that: *** Displaying differences between ./etc/group and installed version: --- /etc/group 2011-03-22 16:45:05.00

Re: Getting /usr/src/ from SVN directly?

2011-03-25 Thread Garrett Cooper
On Mar 25, 2011, at 4:38 PM, Bruce Cran wrote: > On Fri, 25 Mar 2011 16:25:18 -0700 > Nerius Landys wrote: > >> So for example: >> >>> cd /usr/ >>> rm -rf src/ >>> svn checkout svn://some.repos.freebsd.org/src-all/path/to/ ./src > > The hostname is svn.freebsd.org, and the branches are under '

Re: Getting /usr/src/ from SVN directly?

2011-03-25 Thread Bruce Cran
On Fri, 25 Mar 2011 16:25:18 -0700 Nerius Landys wrote: > So for example: > > > cd /usr/ > > rm -rf src/ > > svn checkout svn://some.repos.freebsd.org/src-all/path/to/ ./src The hostname is svn.freebsd.org, and the branches are under 'base' - i.e. base/head, base/stable/8 etc. svn checko

Getting /usr/src/ from SVN directly?

2011-03-25 Thread Nerius Landys
I plan on doing some kernel tweaking on CURRENT. If my changes go well I'll submit my changes to one of the devs. I'm used to getting /usr/src/ via supfile using the "csup" command. I find that it would be a whole lot easier for me to access some sort of anonymous SVN or CVS directly to populate

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Yuri
On 03/25/2011 03:11, Baptiste Daroussin wrote: Julien Laffaye (jlaffaye@) and I, helped by Philippe Pepiot (huge contributor) have been working since the end of the last GSoC on a rewrite of pkg_install. pkgng is a binary package manager written from scratch for FreeBSD. How does it relate

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Alexander Leidinger
On Fri, 25 Mar 2011 13:47:13 -0700 Garrett Cooper wrote: > On Fri, Mar 25, 2011 at 1:14 PM, Alexander Leidinger > wrote: > > On Fri, 25 Mar 2011 16:35:21 +0100 Pietro Cerutti > > wrote: > > > >> On 2011-Mar-25, 15:03, Julien Laffaye wrote: > >> > >>> What about DB corruption/loss? Do you keep >

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Baptiste Daroussin
2011/3/25 Yuri : > On 03/25/2011 03:11, Baptiste Daroussin wrote: >> >> Julien Laffaye (jlaffaye@) and I, helped by Philippe Pepiot (huge >> contributor) have been working since the end of the last GSoC on a >> rewrite of pkg_install. >> >> pkgng is a binary package manager written from scratch for

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Garrett Cooper
On Fri, Mar 25, 2011 at 1:14 PM, Alexander Leidinger wrote: > On Fri, 25 Mar 2011 16:35:21 +0100 Pietro Cerutti > wrote: > >> On 2011-Mar-25, 15:03, Julien Laffaye wrote: >> > >>> What about DB corruption/loss? Do you keep >> > >>> the /var/db/pkg//xxx files even with pkgng and only >> > >>> use

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Jos Backus
As far as package managers go, yum, which is used widely, uses SQLite. -- Peace cannot be achieved through violence, it can only be attained through understanding. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fr

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Alexander Leidinger
On Fri, 25 Mar 2011 16:35:21 +0100 Pietro Cerutti wrote: > On 2011-Mar-25, 15:03, Julien Laffaye wrote: > > >>> What about DB corruption/loss? Do you keep > > >>> the /var/db/pkg//xxx files even with pkgng and only > > >>> use the DB as a way to speed up some work (so > > >>> the DB corruption j

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Thomas Dickey
On Fri, Mar 25, 2011 at 11:54:35AM -0500, Eitan Adler wrote: > On Fri, Mar 25, 2011 at 11:35 AM, Andriy Gapon wrote: > > on 25/03/2011 17:35 Pietro Cerutti said the following: > >> No need to look for strange scenarios, I'm surely going to sudo rm -f the > >> file > >> more sooner than later, so.

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Jason Helfman
On Fri, Mar 25, 2011 at 04:18:24PM +, Julien Laffaye thus spake: On Fri, Mar 25, 2011 at 4:14 PM, Pietro Cerutti wrote: On 2011-Mar-25, 17:04, Baptiste Daroussin wrote: if you are going to test on current please notice that make install will overwrite /usr/lib/libpkg so pkg_* tools won't

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Baptiste Daroussin
2011/3/25 Jason Helfman : > On Fri, Mar 25, 2011 at 04:18:24PM +, Julien Laffaye thus spake: >> >> On Fri, Mar 25, 2011 at 4:14 PM, Pietro Cerutti wrote: >>> >>> On 2011-Mar-25, 17:04, Baptiste Daroussin wrote: if you are going to test on current please notice that make install

Re: graid hit the tree

2011-03-25 Thread Doug Ambrisko
Alex Dupre writes: | Alexander Motin ha scritto: | > You can choose. Their functionality is comparable, but with graid: | ... | | Yes, as I supposed, so the answer is 'yes'. Obviously it needs a lot of | testing. Thanks for your work. Yes, it can use more testing which is why we (Cisco) wanted i

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Eitan Adler
On Fri, Mar 25, 2011 at 11:35 AM, Andriy Gapon wrote: > on 25/03/2011 17:35 Pietro Cerutti said the following: >> No need to look for strange scenarios, I'm surely going to sudo rm -f the >> file >> more sooner than later, so... maybe just save a copy? > > I even can rm -rf / by accident. > What'

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Julien Laffaye
On Fri, Mar 25, 2011 at 4:14 PM, Pietro Cerutti wrote: > On 2011-Mar-25, 17:04, Baptiste Daroussin wrote: >> >> if you are going to test on current please notice that make install >> will overwrite /usr/lib/libpkg so pkg_* tools won't work anymore. >> >> We will workaround that later by renaming o

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Andriy Gapon
on 25/03/2011 17:35 Pietro Cerutti said the following: > No need to look for strange scenarios, I'm surely going to sudo rm -f the file > more sooner than later, so... maybe just save a copy? I even can rm -rf / by accident. What's your solution to this? :) P.S. one solution would be a subcase of

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Pietro Cerutti
On 2011-Mar-25, 17:04, Baptiste Daroussin wrote: > > if you are going to test on current please notice that make install > will overwrite /usr/lib/libpkg so pkg_* tools won't work anymore. > > We will workaround that later by renaming our lib libpkgng for the test phase. > > But I won't be able

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Baptiste Daroussin
2011/3/25 Julien Laffaye : > On Fri, Mar 25, 2011 at 11:52 AM, Ivan Voras wrote: >> On 25/03/2011 11:11, Baptiste Daroussin wrote: >> >>>  In term of technology we decided to use a sqlite3 database, and to >>>  prevent potential trolling, sqlite3 is used in it's amalgamation form >>>  which means

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Baptiste Daroussin
2011/3/25 Pietro Cerutti : > On 2011-Mar-25, 15:03, Julien Laffaye wrote: >> >>> What about DB corruption/loss? Do you keep the /var/db/pkg//xxx >> >>> files even with pkgng and only use the DB as a way to speed up some work >> >>> (so >> >>> the DB corruption just requires to run pkg2ng), or are y

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Pietro Cerutti
On 2011-Mar-25, 15:03, Julien Laffaye wrote: > >>> What about DB corruption/loss? Do you keep the /var/db/pkg//xxx > >>> files even with pkgng and only use the DB as a way to speed up some work > >>> (so > >>> the DB corruption just requires to run pkg2ng), or are you lost of the DB > >>> is > >>>

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Julien Laffaye
On Fri, Mar 25, 2011 at 2:38 PM, Alexander Leidinger wrote: > Quoting Baptiste Daroussin (from Fri, 25 Mar 2011 > 15:14:52 +0100): > >> 2011/3/25 Alexander Leidinger : >>> >>> Quoting Baptiste Daroussin (from Fri, 25 Mar 2011 >>> 11:11:11 +0100): >>> pkgng is a binary package manager writte

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Alexander Leidinger
Quoting Baptiste Daroussin (from Fri, 25 Mar 2011 15:14:52 +0100): 2011/3/25 Alexander Leidinger : Quoting Baptiste Daroussin (from Fri, 25 Mar 2011 11:11:11 +0100): pkgng is a binary package manager written from scratch for FreeBSD. I didn't had a look at it, just some comments about s

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Alexander Leidinger
Quoting Baptiste Daroussin (from Fri, 25 Mar 2011 11:11:11 +0100): pkgng is a binary package manager written from scratch for FreeBSD. I didn't had a look at it, just some comments about some parts you explained. features supported are or will be : - the register command can analyse el

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Baptiste Daroussin
2011/3/25 Alexander Leidinger : > Quoting Baptiste Daroussin (from Fri, 25 Mar 2011 > 11:11:11 +0100): > >> pkgng is a binary package manager written from scratch for FreeBSD. > > I didn't had a look at it, just some comments about some parts you > explained. > >> features supported are or will be

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Julien Laffaye
On Fri, Mar 25, 2011 at 11:52 AM, Ivan Voras wrote: > On 25/03/2011 11:11, Baptiste Daroussin wrote: > >>  In term of technology we decided to use a sqlite3 database, and to >>  prevent potential trolling, sqlite3 is used in it's amalgamation form >>  which means it is incorporated in the code sou

Could /etc/rc.d/routing require bridge?

2011-03-25 Thread Alexander Pyhalov
Hello. I'm just implementing the following network scheme on our freebsd hosts: 1) physical interface 2) for each vlanN on physical interface I create bridgeN and connect interface to the bridge 3) for each vnet jail which need access to vlanN I create epair and connect it to bridgeN 4) for real

Re: graid hit the tree

2011-03-25 Thread Alexander Motin
Edward Tomasz Napierała wrote: > Wiadomość napisana przez Alexander Motin w dniu 2011-03-24, o godz. 22:48: >> I've just committed the new GEOM-based software RAID driver (graid) into >> the HEAD [1]. Brave testers are welcome. :) > > Great work :-) Two questions: > > 1. Any plans to add support

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Ivan Voras
On 25/03/2011 11:11, Baptiste Daroussin wrote: In term of technology we decided to use a sqlite3 database, and to prevent potential trolling, sqlite3 is used in it's amalgamation form which means it is incorporated in the code sources (as recommanded by sqlite developpers like a statical

Re: Any success stories for HAST + ZFS?

2011-03-25 Thread Pete French
> So, please, someone, somewhere, share a success story, where you're > using FreeBSD, ZFS, and HAST. Let me know that it does work. I'm > starting to lose faith in my abilities here. :( I ran our main database for the old company using ZFS on top of HAST without any problems at all. Had a sing

[ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-25 Thread Baptiste Daroussin
Hi all, miwi@ launched the new thing called Experimental Call For Testing, it's our turn :) Julien Laffaye (jlaffaye@) and I, helped by Philippe Pepiot (huge contributor) have been working since the end of the last GSoC on a rewrite of pkg_install. pkgng is a binary package manager written from

Re: graid hit the tree

2011-03-25 Thread Alex Dupre
Alexander Motin ha scritto: You can choose. Their functionality is comparable, but with graid: ... Yes, as I supposed, so the answer is 'yes'. Obviously it needs a lot of testing. Thanks for your work. -- Alex Dupre ___ freebsd-current@freebsd.org

Re: graid hit the tree

2011-03-25 Thread Alex Dupre
Alexander Motin ha scritto: I've just committed the new GEOM-based software RAID driver (graid) into the HEAD [1]. Brave testers are welcome. :) Supposing they are equally stable, is it now better to use graid instead of gmirror (et similar)? -- Alex Dupre ___

Re: graid hit the tree

2011-03-25 Thread Alexander Motin
Alex Dupre wrote: > Alexander Motin ha scritto: >> I've just committed the new GEOM-based software RAID driver (graid) into >> the HEAD [1]. Brave testers are welcome. :) > > Supposing they are equally stable, is it now better to use graid instead > of gmirror (et similar)? You can choose. Their

Re: Any success stories for HAST + ZFS?

2011-03-25 Thread Pawel Jakub Dawidek
On Thu, Mar 24, 2011 at 01:36:32PM -0700, Freddie Cash wrote: > I've tried with FreeBSD 8.2-RELEASE, 8-STABLE, 8-STABLE w/ZFSv28 > patches, and 9-CURRENT (after the ZFSv28 commit). Things work well > until I start hastd. Then either the system locks up, or hastd causes > a kernel panic, or hastd