OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • English Forums »
  • Zenarmor (Sensei) »
  • 27.1
« previous next »
  • Print
Pages: [1]

Author Topic: 27.1  (Read 5503 times)

almodovaris

  • Sr. Member
  • ****
  • Posts: 318
  • Karma: 15
    • View Profile
27.1
« on: July 10, 2021, 04:18:32 pm »
I am using Opnsense 27.1.r1 with an APU2.

Before 27.1, Sensei could establish bridge mode seamlessly. Now it does not remove the addresses of the interfaces, so the bridge mode kind of fails.

Maybe it has something to do with "interfaces: refactored address removal into interfaces_addresses_flush()".
Logged
OPNsense HW:

Minisforum Venus series UN100C, 16 GB RAM, 512 GB SSD
T-bao N9N Pro, 16 GB RAM, 512 GB SSD

almodovaris

  • Sr. Member
  • ****
  • Posts: 318
  • Karma: 15
    • View Profile
Re: 27.1
« Reply #1 on: July 10, 2021, 04:22:08 pm »
Code: [Select]
>>> Summary of actions performed:

py37-requests dependency failed to be fixed
py37-aiohttp dependency failed to be fixed
py37-dnspython dependency failed to be fixed
py37-Jinja2 dependency failed to be fixed
py37-sqlite3 dependency failed to be fixed
Logged
OPNsense HW:

Minisforum Venus series UN100C, 16 GB RAM, 512 GB SSD
T-bao N9N Pro, 16 GB RAM, 512 GB SSD

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17750
  • Karma: 1620
    • View Profile
Re: 27.1
« Reply #2 on: July 13, 2021, 11:35:40 am »
21.7 uses Python 3.8 which we haven't tested with Sensei developers yet.

And there do not seem to be any packages yet as witnessed by your install.


Cheers,
Franco
Logged

agster27

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
    • View Profile
Re: 27.1
« Reply #3 on: July 28, 2021, 03:00:42 pm »
@franco Should we not upgrade to 21.7 if we have Sensei installed?
Logged

sy

  • Hero Member
  • *****
  • Posts: 598
  • Karma: 44
    • View Profile
Re: 27.1
« Reply #4 on: July 28, 2021, 03:14:08 pm »
Hi,

Sensei 1.9.3 has already been released for 21.7 users. But there is a problem with the OPNsense update.

https://forum.opnsense.org/index.php?topic=24113.0
« Last Edit: July 28, 2021, 03:25:57 pm by sy »
Logged

peptet

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
    • View Profile
Re: 27.1
« Reply #5 on: July 28, 2021, 05:11:50 pm »
Manually disabled the SunnyValley repo through console, updated to 21.7, re-enabled the repo and reinstalled the os-sunnyvalley and os-sensei packages (which got me 1.9.3).

Everything seems to work, OPNsense is on 21.7 and sensei is on 1.9.3, however when auditting it still shows some missing deps/python checksum mismatches for sensei:
Code: [Select]
>>> Check for missing package dependencies
Checking all packages: .......... done
os-sensei has a missing dependency: py37-requests
os-sensei has a missing dependency: py37-aiohttp
os-sensei has a missing dependency: py37-Jinja2
>>> Check for missing or altered package files
Checking all packages: .....
os-sensei-1.9.3: checksum mismatch for /usr/local/sensei/py_venv/bin/python
os-sensei-1.9.3: checksum mismatch for /usr/local/sensei/py_venv/bin/python3
« Last Edit: July 28, 2021, 05:19:54 pm by peptet »
Logged

almodovaris

  • Sr. Member
  • ****
  • Posts: 318
  • Karma: 15
    • View Profile
Re: 27.1
« Reply #6 on: July 28, 2021, 06:00:47 pm »
Code: [Select]
pkg install -f py38-requests py38-aiohttp py38-dnspython py38-Jinja2 py38-sqlite3 php74-pecl-mongodb py38-pymongo
« Last Edit: July 28, 2021, 06:04:05 pm by almodovaris »
Logged
OPNsense HW:

Minisforum Venus series UN100C, 16 GB RAM, 512 GB SSD
T-bao N9N Pro, 16 GB RAM, 512 GB SSD

peptet

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
    • View Profile
Re: 27.1
« Reply #7 on: July 28, 2021, 06:12:34 pm »
Quote from: almodovaris on July 28, 2021, 06:00:47 pm
Code: [Select]
pkg install -f py38-requests py38-aiohttp py38-dnspython py38-Jinja2 py38-sqlite3 php74-pecl-mongodb py38-pymongo

Those are the python 3.8 packages (which are already installed, except for aiohttp and the mongo ones it seems), however it is complaining about 3.7 deps that appear to not be available (anymore) through the 21.7 repos.

Checking the dependencies of 1.9.3 on my box, it only shows the 3.7 ones:
Code: [Select]
$ pkg info -dx os-sensei
os-sensei-1.9.3:
        py37-requests-(null)
        py37-aiohttp-(null)
        os-sensei-updater-1.9
        py37-dnspython-1.16.0
        py37-Jinja2-(null)
        py37-sqlite3-3.7.11_7
        ubench-0.32
« Last Edit: July 28, 2021, 08:29:06 pm by peptet »
Logged

sy

  • Hero Member
  • *****
  • Posts: 598
  • Karma: 44
    • View Profile
Re: 27.1
« Reply #8 on: July 28, 2021, 09:47:28 pm »
Hi,

Please run the command for OpenSSL:

pkg install -fy os-sensei

if the Cloud portal is active;
pkg install -fy os-sensei-agent

LibreSSL is coming.
Logged

peptet

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
    • View Profile
Re: 27.1
« Reply #9 on: July 28, 2021, 09:50:18 pm »
Quote from: sy on July 28, 2021, 09:47:28 pm
Hi,

Please run the command for OpenSSL:

pkg install -fy os-sensei

if the Cloud portal is active;
pkg install -fy os-sensei-agent

LibreSSL is coming.
My issue has been resolved, I see all py related dependencies are gone now.
Thanks!
« Last Edit: July 28, 2021, 10:30:17 pm by peptet »
Logged

sy

  • Hero Member
  • *****
  • Posts: 598
  • Karma: 44
    • View Profile
Re: 27.1
« Reply #10 on: July 29, 2021, 12:19:55 am »
Hi,

LibreSSL is also published.
Logged

allebone

  • Sr. Member
  • ****
  • Posts: 402
  • Karma: 34
    • View Profile
Re: 27.1
« Reply #11 on: July 29, 2021, 02:05:15 am »
Thanks @sy - all perfect now.
Logged

  • Print
Pages: [1]
« previous next »
  • OPNsense Forum »
  • English Forums »
  • Zenarmor (Sensei) »
  • 27.1
 

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