OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • Archive »
  • 18.1 Legacy Series »
  • [OBSOLETE] How to test the development version
« previous next »
  • Print
Pages: 1 2 [3] 4 5 6

Author Topic: [OBSOLETE] How to test the development version  (Read 29666 times)

Solaris17

  • Full Member
  • ***
  • Posts: 106
  • Karma: 14
    • View Profile
Re: How to test the development version
« Reply #30 on: November 24, 2016, 05:20:38 pm »
hm, here ya go. Maybe its a misinterpretation on my part on what they are supposed to do. However I was under the impression it would allow updates to the _7xx builds

Code: [Select]
root@TDE-Core-Router:~ # opnsense-code core
fatal: destination path '/usr/core' already exists and is not an empty directory.
root@TDE-Core-Router:~ # cd /usr/core
root@TDE-Core-Router:/usr/core # opnsense-update -t opnsense-devel
The package type 'opnsense-devel' is already installed.
root@TDE-Core-Router:/usr/core # make upgrade
/usr/core/+POST_INSTALL -> /usr/core/work/src/+POST_INSTALL
/usr/core/+PRE_DEINSTALL -> /usr/core/work/src/+PRE_DEINSTALL
>>> Missing dependency: ngattach
*** Error code 1

Stop.
make[1]: stopped in /usr/core
*** Error code 1

Stop.
make: stopped in /usr/core
root@TDE-Core-Router:/usr/core # pkg install ngattach
Updating OPNsense repository catalogue...
OPNsense repository is up-to-date.
All repositories are up-to-date.
pkg: No packages available to install matching 'ngattach' have been found in the repositories
root@TDE-Core-Router:/usr/core #
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 9034
  • Karma: 616
    • View Profile
Re: How to test the development version
« Reply #31 on: November 24, 2016, 05:26:59 pm »
>>> Missing dependency: ngattach

That hasn't been on master since September 16, but you can simply delete the one line from /usr/core/Makefile

opnsense-code is for getting the code, it's already there so error is ok.
opnsense-update -t is for running the development version, already installed :)


Cheers,
Franco
Logged

Solaris17

  • Full Member
  • ***
  • Posts: 106
  • Karma: 14
    • View Profile
Re: How to test the development version
« Reply #32 on: November 24, 2016, 05:32:00 pm »
Has anyone else reported this? I figured the other two made sense, but I was unable to run any of that initially because it failed at ngattach from the very beginning even when the other two stages completed fine initially.
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 9034
  • Karma: 616
    • View Profile
Re: How to test the development version
« Reply #33 on: November 24, 2016, 05:34:15 pm »
It must have been an early time in 17.1-ALPHA when you set up this machine.

Are the packages fine now? If you have connectivity back, run this:

# cd /usr/core
# git pull
# make upgrade


Cheers,
Franco
Logged

Solaris17

  • Full Member
  • ***
  • Posts: 106
  • Karma: 14
    • View Profile
Re: How to test the development version
« Reply #34 on: November 24, 2016, 05:42:21 pm »
Quote from: franco on November 24, 2016, 05:34:15 pm
It must have been an early time in 17.1-ALPHA when you set up this machine.

Are the packages fine now? If you have connectivity back, run this:

# cd /usr/core
# git pull
# make upgrade


Cheers,
Franco

Very early, I have been running the betas and upgrading into them steadily since early 16.x. The packages were fine and I was able to correct SSH with your help from before. The above commands worked with no issue. I did have to git reset --hard for my modification to Makefile in removing the dependency, wouldnt have worked anyway because I was also missing p7zip.
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 9034
  • Karma: 616
    • View Profile
Re: How to test the development version
« Reply #35 on: November 30, 2016, 09:14:19 am »
Service annoucement: 17.1.a is being removed from the mirrors in preparation for 17.1.b. ETA 1-2 weeks. Before Christmas in any case. :D
Logged

Solaris17

  • Full Member
  • ***
  • Posts: 106
  • Karma: 14
    • View Profile
Re: How to test the development version
« Reply #36 on: December 04, 2016, 06:54:58 am »
Exciting! Hopefully we will have an upgrade path?  :-X
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 9034
  • Karma: 616
    • View Profile
Re: How to test the development version
« Reply #37 on: December 08, 2016, 11:38:47 pm »
Yes, builds have started, then were a affected by FreeBSDs security advisories and security advisory corrections :)
Logged

tillsense

  • Sr. Member
  • ****
  • Posts: 265
  • Karma: 43
    • View Profile
Re: How to test the development version
« Reply #38 on: December 10, 2016, 09:32:10 am »
Hi Franco,

do you have a current amd64 image?

chers till
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 9034
  • Karma: 616
    • View Profile
Re: How to test the development version
« Reply #39 on: December 10, 2016, 09:00:07 pm »
Hi Till,

Images will be out next week. The kerne/base sets are done, only package builds and last preparations (changelogs and image testing) remain. :)


Cheers,
Franco
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 9034
  • Karma: 616
    • View Profile
Re: How to test the development version
« Reply #40 on: December 14, 2016, 03:11:56 pm »
17.1.b beta for OpenSSL (amd64 and i386) online upgrades are already up and running. With 16.7.11 installed, you can do:

# opnsense-update -t opnsense-devel

(if you don't use the opnsense-devel already)

Then just run console option 12) typing "17.1.b" at the prompt.

Images and release annoucement follow in the next days.


Cheers,
Franco
Logged

lattera

  • Administrator
  • Full Member
  • *****
  • Posts: 180
  • Karma: 80
    • View Profile
Re: How to test the development version
« Reply #41 on: December 14, 2016, 06:36:02 pm »
I did a two-stage update remotely (I'm at work, my OPNsense firewall is at home) successfully.

First, I updated from 16.7.10 to 16.7.11. Then I used your instructions to update from 16.7.11 to 17.1-beta.

Here is a nice screenshot: https://goo.gl/photos/rqu3ncheSFDaKigm7
Logged

tillsense

  • Sr. Member
  • ****
  • Posts: 265
  • Karma: 43
    • View Profile
Re: How to test the development version
« Reply #42 on: December 14, 2016, 07:27:19 pm »
great work! post from beta  :)
Logged

Solaris17

  • Full Member
  • ***
  • Posts: 106
  • Karma: 14
    • View Profile
Re: How to test the development version
« Reply #43 on: December 15, 2016, 03:35:51 am »
My machine cant find the repository. This happened after I did the git pull several posts ago. I have just continued to do them since I cannot update normally.

EDIT:: was able to back up to 17.1.b from 17.1.b_9 by

# opnsense-update -sn "17.1\/latest"
# opnsense-update -fp

« Last Edit: December 15, 2016, 03:51:25 am by Solaris17 »
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 9034
  • Karma: 616
    • View Profile
Re: How to test the development version
« Reply #44 on: December 15, 2016, 06:40:16 am »
@Solaris17

The command for upgrading from the source repo is:

# make upgrade CORE_ABI=17.1


Cheers,
Franco
Logged

  • Print
Pages: 1 2 [3] 4 5 6
« previous next »
  • OPNsense Forum »
  • Archive »
  • 18.1 Legacy Series »
  • [OBSOLETE] How to test the development version
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2019 All rights reserved
  • SMF 2.0.15 | SMF © 2017, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2