Upgrade error?

Started by marjohn56, June 15, 2018, 11:15:48 AM

Previous topic - Next topic
June 15, 2018, 11:15:48 AM Last Edit: June 15, 2018, 11:21:30 AM by marjohn56
Getting this...


I'm currently at b300 on my live system.


root@gateway:/usr/core # make upgrade
pkg: No package(s) matching isc-dhcp44-relay
Updating OPNsense repository catalogue...
OPNsense repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'isc-dhcp44-relay' have been found in the repositories
*** Error code 70


Stop.
make: stopped in /usr/core

OPNsense 24.7 - Qotom Q355G4 - ISP - Squirrel 1Gbps.

Team Rebellion Member

Hi Martin,

Yes, newer ISC-DHCP on master, not yet in the release repo.

Change firmware flavour to "(other)" and use:

"snapshots/latest" for OpenSSL
"snapshots/libressl" for LibreSSL

Otherwise it will fix itself when 18.1.10 is out, or modify Makefile to use version 43 instead of 44.


Cheers,
Franco

I'll mod the makefile, it's easier. :)
OPNsense 24.7 - Qotom Q355G4 - ISP - Squirrel 1Gbps.

Team Rebellion Member

oh oh.. obviously not.. I'll do it the other way.





root@gateway:/usr/core # make upgrade
pkg: No package(s) matching rrdtool
Updating OPNsense repository catalogue...
OPNsense repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'rrdtool' have been found in the                                                      repositories
*** Error code 70


Stop.




Edit: Just commented out rrdtool and we're OK.
OPNsense 24.7 - Qotom Q355G4 - ISP - Squirrel 1Gbps.

Team Rebellion Member

Yes, a bit of movement in the dev packages soon. rrdtool used to be rrdtool12. You can follow the changes in the Makefile and revert manually as necessary. Removing temporarily works too. :)


Cheers,
Franco

Yeah... it was probably not a good idea... the system got really upset without rrdtool and I ended up having to rebuild the system, back at 238 now. :)


Think the error in util.inc with too few args in vsprintf was cured after that, not stopping anything from working though.


That'll teach me to use my live system as a test system!  ::)
OPNsense 24.7 - Qotom Q355G4 - ISP - Squirrel 1Gbps.

Team Rebellion Member

Ah.. now I see, rename rrdtool to rrdtool12 in the makefile too... NOW it works :)
OPNsense 24.7 - Qotom Q355G4 - ISP - Squirrel 1Gbps.

Team Rebellion Member