OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • Archive »
  • 19.1 Legacy Series »
  • Revert unbound to 18.7.7 - not possible?
« previous next »
  • Print
Pages: 1 ... 3 4 [5] 6

Author Topic: Revert unbound to 18.7.7 - not possible?  (Read 31927 times)

chemlud

  • Hero Member
  • *****
  • Posts: 2488
  • Karma: 112
    • View Profile
Re: Revert unbound to 18.7.7 - not possible?
« Reply #60 on: March 23, 2019, 05:38:14 pm »
Nearly, as the locked unbound 1.8.1 from 19.1.1 will give you on reboot after update to 19.1.4

Code: [Select]
opnsense: /usr/local/etc/rc.newwanip: The command '/usr/local/sbin/unbound -c '/var/unbound/unbound.conf'' returned exit code '1', the output was 'Shared object "libssl.so.45" not found, required by "unbound"'
...

switch to DNSmasq (don't forget to enter DNS servers in Settings - General, might cost you some time to recognize why your DNS is dead), update unbound from 1.8.1 to 1.8.1 (verson provided by Franco's link above) and back in business...
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare

felix eichhorns premium katzenfutter mit der extraportion energie

A router is not a switch - A router is not a switch - A router is not a switch - A rou....

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17712
  • Karma: 1618
    • View Profile
Re: Revert unbound to 18.7.7 - not possible?
« Reply #61 on: March 24, 2019, 01:13:10 pm »
LibreSSL was updated in 19.1.2 and so the shared library version mismatches. I'm sorry, but that's exactly what I mean by "frustrating, kinda like every other day".


Cheers,
Franco
Logged

chemlud

  • Hero Member
  • *****
  • Posts: 2488
  • Karma: 112
    • View Profile
Re: Revert unbound to 18.7.7 - not possible?
« Reply #62 on: March 24, 2019, 02:40:38 pm »
Not a big issue, that's why I did the update on Saturday to have some extra time for surprises... ;)
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare

felix eichhorns premium katzenfutter mit der extraportion energie

A router is not a switch - A router is not a switch - A router is not a switch - A rou....

chemlud

  • Hero Member
  • *****
  • Posts: 2488
  • Karma: 112
    • View Profile
Re: Revert unbound to 18.7.7 - not possible?
« Reply #63 on: April 05, 2019, 12:28:36 pm »
Update on 19.1.5 with unbound 1.9.1: Same problem, trying to revert to unbound 1.8.1

...the unbound 1.8.1 linked above is no longer available..
« Last Edit: April 05, 2019, 12:32:19 pm by chemlud »
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare

felix eichhorns premium katzenfutter mit der extraportion energie

A router is not a switch - A router is not a switch - A router is not a switch - A rou....

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17712
  • Karma: 1618
    • View Profile
Re: Revert unbound to 18.7.7 - not possible?
« Reply #64 on: April 05, 2019, 12:42:16 pm »
# opnsense-code -f ports tools
# cd /usr/ports/dns/unbound
# git checkout 18.7.6 .
# pkg install -yA gmake libtool automake pkgconf
# make package deinstall install

I can provide a binary if needed, but I'm pretty sure this will work now...
Logged

chemlud

  • Hero Member
  • *****
  • Posts: 2488
  • Karma: 112
    • View Profile
Re: Revert unbound to 18.7.7 - not possible?
« Reply #65 on: April 05, 2019, 01:47:24 pm »
Thank you very much, franco, I'm at

Code: [Select]
# make package deinstall install
===>   unbound-1.8.1 depends on package: autoconf>=2.69 - found
===>   unbound-1.8.1 depends on package: automake>=1.16.1 - found
===>   unbound-1.8.1 depends on executable: libtoolize - found
===>   unbound-1.8.1 depends on package: pkgconf>=1.3.0_1 - found
===>   unbound-1.8.1 depends on file: /usr/local/lib/libcrypto.so.43 - not found
===>  Installing for libressl-2.7.4
===>  Checking if libressl already installed
===>   libressl-2.7.4 is already installed
      You may wish to ``make deinstall'' and install this port again
      by ``make reinstall'' to upgrade it properly.
      If you really wish to overwrite the old port of libressl
      without deleting it first, set the variable "FORCE_PKG_REGISTER"
      in your environment or the "make install" command line.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/security/libressl
*** Error code 1

Stop.
make: stopped in /usr/ports/dns/unbound

Sorry for that... No hurry, it's only an experimental system at that time.
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare

felix eichhorns premium katzenfutter mit der extraportion energie

A router is not a switch - A router is not a switch - A router is not a switch - A rou....

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17712
  • Karma: 1618
    • View Profile
Re: Revert unbound to 18.7.7 - not possible?
« Reply #66 on: April 05, 2019, 02:01:12 pm »
No, did you type "git checkout 18.7.6 ." with the DOT at the end. Important...


Cheers,
Franco
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17712
  • Karma: 1618
    • View Profile
Re: Revert unbound to 18.7.7 - not possible?
« Reply #67 on: April 05, 2019, 02:01:43 pm »
(You have an older tree checked out and that clashes with everything else installed.)
Logged

chemlud

  • Hero Member
  • *****
  • Posts: 2488
  • Karma: 112
    • View Profile
Re: Revert unbound to 18.7.7 - not possible?
« Reply #68 on: April 05, 2019, 02:34:18 pm »
Yepp, I copy&pasted your commands ;-)

Tried again, gives "Updated 0 from path e704d..."

and in the end same error. I'm not a coder, sorry
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare

felix eichhorns premium katzenfutter mit der extraportion energie

A router is not a switch - A router is not a switch - A router is not a switch - A rou....

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17712
  • Karma: 1618
    • View Profile
Re: Revert unbound to 18.7.7 - not possible?
« Reply #69 on: April 05, 2019, 02:44:15 pm »
# rm -r /usr/ports

This needs to work... Maybe the tree is stuck although opnsense-code -f should do that as well..
Logged

chemlud

  • Hero Member
  • *****
  • Posts: 2488
  • Karma: 112
    • View Profile
Re: Revert unbound to 18.7.7 - not possible?
« Reply #70 on: April 05, 2019, 03:23:07 pm »
That one did the trick! Pörfect! :-D
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare

felix eichhorns premium katzenfutter mit der extraportion energie

A router is not a switch - A router is not a switch - A router is not a switch - A rou....

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17712
  • Karma: 1618
    • View Profile
Re: Revert unbound to 18.7.7 - not possible?
« Reply #71 on: April 05, 2019, 03:30:02 pm »
Whew, ok...  8)
Logged

chemlud

  • Hero Member
  • *****
  • Posts: 2488
  • Karma: 112
    • View Profile
Re: Revert unbound to 18.7.7 - not possible?
« Reply #72 on: April 11, 2019, 03:11:18 pm »
Quote from: franco on March 05, 2019, 07:42:22 pm
Someone finally notified Unbound after a bit of prodding ;)

https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=4232

Hi franco, is Menco even active on this forum? I found that under "Advanced" in the GUI (last option on page) the logging level of  Unbound can be increased. Did anybody try to get such a log and if not, would it be helpful to the Unbound people for debugging?
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare

felix eichhorns premium katzenfutter mit der extraportion energie

A router is not a switch - A router is not a switch - A router is not a switch - A rou....

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17712
  • Karma: 1618
    • View Profile
Re: Revert unbound to 18.7.7 - not possible?
« Reply #73 on: April 11, 2019, 04:05:22 pm »
It certainly would. The way it is now we have a lot of people using advanced options reporting errors here but not to Unbound which doesn't bring us closer to a solution.

I'm happy to provide custom builds of Unbound for patches that they want to try or extra debugging info added...


Cheers,
Franco
Logged

chemlud

  • Hero Member
  • *****
  • Posts: 2488
  • Karma: 112
    • View Profile
Re: Revert unbound to 18.7.7 - not possible?
« Reply #74 on: April 11, 2019, 04:20:32 pm »
... will break my test system by updating to 19.1.6 (unbound unlocked) and post the output here. Or any other method preferred? The log might be quite large in the most verbose mode, I guess....

Who would report the log to unbpund (I have no git account or alike...)?
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare

felix eichhorns premium katzenfutter mit der extraportion energie

A router is not a switch - A router is not a switch - A router is not a switch - A rou....

  • Print
Pages: 1 ... 3 4 [5] 6
« previous next »
  • OPNsense Forum »
  • Archive »
  • 19.1 Legacy Series »
  • Revert unbound to 18.7.7 - not possible?
 

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