FreeBSD_HEAD-tests - Build #1075 - Fixed

2015-05-31 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1075 - Fixed:

Check console output at 
https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests/1075/ to view the results.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: how do I downgrade from 11-current to 10-stable

2015-05-31 Thread Matthew D. Fuller
On Sun, May 31, 2015 at 04:35:35PM -0700 I heard the voice of
Garrett Cooper, and lo! it spake thus:
> 
> V7 support was never MFCed to stable/9. It’s in stable/10 and newer
> and was included in 10.0-RELEASE:

Right, but it's not listed in 10.0's (or stable/10's) geli.8; _that_
rev was never MFC'd:


r265950 | thomas | 2014-05-13 10:46:52 -0500 (Tue, 13 May 2014) | 5 lines

Add mention of metadata version 7 in FreeBSD 10.0

Reviewed by:pjd
MFC after:  1 day




-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: how do I downgrade from 11-current to 10-stable

2015-05-31 Thread Garrett Cooper
On May 31, 2015, at 16:27, Matthew D. Fuller  wrote:

> On Sun, May 31, 2015 at 04:20:42PM -0700 I heard the voice of
> Kevin Oberman, and lo! it spake thus:
>> 
>> Unfortunately the list ends at 9.0. It would be nice if it could be
>> updated. I might sift through SVN and see if I can put together a patch for
>> 10.2. It is quite likely that the version has not changed since 9.0.
> 
> In -CURRENT, it has a line for version 7 in 10.0 added in r265950
> (apparently after the stable/10 branch point; the actual v7 support
> was >a year before that), that was seemingly never MFC'd.

V7 support was never MFCed to stable/9. It’s in stable/10 and newer and was 
included in 10.0-RELEASE: 
https://svnweb.freebsd.org/base/release/10.0.0/sys/geom/eli/g_eli.h?r1=238115&r2=238116&;
 .
Cheers!


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: how do I downgrade from 11-current to 10-stable

2015-05-31 Thread Matthew D. Fuller
On Sun, May 31, 2015 at 04:20:42PM -0700 I heard the voice of
Kevin Oberman, and lo! it spake thus:
> 
> Unfortunately the list ends at 9.0. It would be nice if it could be
> updated. I might sift through SVN and see if I can put together a patch for
> 10.2. It is quite likely that the version has not changed since 9.0.

In -CURRENT, it has a line for version 7 in 10.0 added in r265950
(apparently after the stable/10 branch point; the actual v7 support
was >a year before that), that was seemingly never MFC'd.


-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: how do I downgrade from 11-current to 10-stable

2015-05-31 Thread Aryeh Friedman
On Sun, May 31, 2015 at 7:20 PM, Kevin Oberman  wrote:

> On Sun, May 31, 2015 at 1:01 AM, Fabian Keil  >
> wrote:
>
> > Erich Dollansky  wrote:
> >
> > > On Sat, 30 May 2015 05:52:56 -0400
> > > Aryeh Friedman  wrote:
> > >
> > > > My desktop machine is 11-current and I want to down grade it to
> > > > 10-stable how do I do this without needing a reinstall?
> > > >
> > >
> > > I did this several times from sources. Be aware of one problem which
> > > could be fatal. If you created a encrypted partition with GELI and you
> > > downgrade, the older version might not be able to handle the encryption
> > > of the newer version. This is not mentioned in the documentation.
> >
> > The "[h]ighest GELI metadata version supported by the given
> > FreeBSD version" is documented in geli(8)'s history section.
> >
> > Fabian
> >
>
> Unfortunately the list ends at 9.0. It would be nice if it could be
> updated. I might sift through SVN and see if I can put together a patch for
> 10.2. It is quite likely that the version has not changed since 9.0.
>

Already done and no problem with NFS or fstab or any other disk related
stuff (mergemaster -FUi does wonders)
-- 
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: how do I downgrade from 11-current to 10-stable

2015-05-31 Thread Kevin Oberman
On Sun, May 31, 2015 at 1:01 AM, Fabian Keil 
wrote:

> Erich Dollansky  wrote:
>
> > On Sat, 30 May 2015 05:52:56 -0400
> > Aryeh Friedman  wrote:
> >
> > > My desktop machine is 11-current and I want to down grade it to
> > > 10-stable how do I do this without needing a reinstall?
> > >
> >
> > I did this several times from sources. Be aware of one problem which
> > could be fatal. If you created a encrypted partition with GELI and you
> > downgrade, the older version might not be able to handle the encryption
> > of the newer version. This is not mentioned in the documentation.
>
> The "[h]ighest GELI metadata version supported by the given
> FreeBSD version" is documented in geli(8)'s history section.
>
> Fabian
>

Unfortunately the list ends at 9.0. It would be nice if it could be
updated. I might sift through SVN and see if I can put together a patch for
10.2. It is quite likely that the version has not changed since 9.0.
--
Kevin Oberman, Network Engineer, Retired
E-mail: rkober...@gmail.com
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


FreeBSD_HEAD-tests - Build #1074 - Still Unstable

2015-05-31 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1074 - Still Unstable:

Check console output at 
https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests/1074/ to view the results.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


FreeBSD_HEAD-tests - Build #1073 - Still Unstable

2015-05-31 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1073 - Still Unstable:

Check console output at 
https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests/1073/ to view the results.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: how do I downgrade from 11-current to 10-stable

2015-05-31 Thread Fabian Keil
Erich Dollansky  wrote:

> On Sat, 30 May 2015 05:52:56 -0400
> Aryeh Friedman  wrote:
> 
> > My desktop machine is 11-current and I want to down grade it to
> > 10-stable how do I do this without needing a reinstall?
> > 
> 
> I did this several times from sources. Be aware of one problem which
> could be fatal. If you created a encrypted partition with GELI and you
> downgrade, the older version might not be able to handle the encryption
> of the newer version. This is not mentioned in the documentation.

The "[h]ighest GELI metadata version supported by the given
FreeBSD version" is documented in geli(8)'s history section.

Fabian


pgpLEXdQmi9RB.pgp
Description: OpenPGP digital signature


FreeBSD_HEAD-tests - Build #1072 - Still Unstable

2015-05-31 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1072 - Still Unstable:

Check console output at 
https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests/1072/ to view the results.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"