OPNsense Forum

Archive => 22.1 Legacy Series => Topic started by: jrschat on January 14, 2022, 05:12:36 pm

Title: My Experience
Post by: jrschat on January 14, 2022, 05:12:36 pm
I updated this morning from 21.7 to 22.1.r1.

I changed from community to development until no updates were available on development. I then changed back to community and updated till no updates were available.

I appear to be up an running but have a couple questions.

The first is about a message from the console log at the end of the 22.1.r1 upgrade:

Quote
It is recommended to enable the wpad-related options at the end of the configuration file (you may need to copy them from the example file to yours) to fix CERT Vulnerability VU#598349.

Since I am using Unbound and not dnsmasq is it acceptable to just ignore this message.

The second pertains to a second message from the console log:

Quote
Message from opnsense-devel-22.1.r_3:

--
Carry on my wayward son
Nothing to do.
Checking all packages: .......... done
py37-markupsafe has a missing dependency: python37
py37-markupsafe has a missing dependency: py37-setuptools
py37-markupsafe is missing a required shared library: libpython3.7m.so.1.0

>>> Missing package dependencies were detected.
>>> Found 2 issue(s) in the package database.

pkg-static: No packages available to install matching 'python37' have been found in the repositories
pkg-static: No packages available to install matching 'py37-setuptools' have been found in the repositories
>>> Summary of actions performed:

python37 dependency failed to be fixed
py37-setuptools dependency failed to be fixed

>>> There are still missing dependencies.
>>> Try fixing them manually.

>>> Also make sure to check 'pkg updating' for known issues.

This also shows up when I perform a health audit:

Quote
***GOT REQUEST TO AUDIT HEALTH***
Currently running OPNsense 22.1.r1 (amd64/OpenSSL) at Fri Jan 14 08:58:27 MST 2022
>>> Check installed kernel version
Version 22.1.r1 is correct.
>>> Check for missing or altered kernel files
Error 2 ocurred.
boot/kernel/linker.hints:
   size (374752, 375104)
   sha256digest (0x906322a5e39d85471ecbb57b94034c3703d6594ea034074c7219512a3d862604, 0xbc72238d15ac7afba505851dd89b7c301ba39bb39e463c48f4469074e4c0f957)
>>> Check installed base version
Version 22.1.r1 is correct.
>>> Check for missing or altered base files
No problems detected.
>>> Check for missing package dependencies
Checking all packages: .......... done
py37-markupsafe has a missing dependency: python37
py37-markupsafe has a missing dependency: py37-setuptools
py37-markupsafe is missing a required shared library: libpython3.7m.so.1.0
>>> Check for missing or altered package files
Checking all packages: .......... done
>>> Check for core packages consistency
Core package "opnsense" has 65 dependencies to check.
Checking packages: ................................................................... done
***DONE***

Did I cause this as part of my upgrade?

Thanks,
Ray

Title: Re: My Experience
Post by: OPNMind on January 16, 2022, 01:44:21 pm
Quote
>>> Check for missing or altered kernel files
Error 2 ocurred.
boot/kernel/linker.hints:
   size (374752, 375104)
   sha256digest (0x906322a5e39d85471ecbb57b94034c3703d6594ea034074c7219512a3d862604, 0xbc72238d15ac7afba505851dd89b7c301ba39bb39e463c48f4469074e4c0f957)
I second that (but only exactly this error).

@jrschat: If you're using the DHCP-Service from your opnsense: Are you also missing the DHCP-log? I'm curious if this error and the missing log are in any way connected.
Title: Re: My Experience
Post by: jrschat on January 16, 2022, 05:49:59 pm
@OPNMind

My DHCP log is working fine.
Title: Re: My Experience
Post by: gpb on January 16, 2022, 09:17:39 pm
For the dhcp log viewer in the UI, make sure to check the filter top right on the screen, choose informational if not already selected.
Title: Re: My Experience
Post by: zauopn on January 30, 2022, 08:00:52 am
I'm also getting the same dependency errors after upgrading to 22.1, does any one know how to fix those issues?

Code: [Select]
***GOT REQUEST TO AUDIT HEALTH***
Currently running OPNsense 22.1 (amd64/OpenSSL) at Sat Jan 29 22:48:14 PST 2022
>>> Check installed kernel version
Version 22.1 is correct.
>>> Check for missing or altered kernel files
No problems detected.
>>> Check installed base version
Version 22.1 is correct.
>>> Check for missing or altered base files
No problems detected.
>>> Check for missing package dependencies
Checking all packages: .......... done
py37-markupsafe has a missing dependency: python37
py37-markupsafe has a missing dependency: py37-setuptools
py37-markupsafe is missing a required shared library: libpython3.7m.so.1.0
py37-pymongo has a missing dependency: python37
py37-pymongo has a missing dependency: py37-setuptools
py37-pymongo is missing a required shared library: libpython3.7m.so.1.0
>>> Check for missing or altered package files
Checking all packages: .......... done
>>> Check for core packages consistency
Core package "opnsense" has 65 dependencies to check.
Checking packages: ................................................................... done
***DONE***
Title: Re: My Experience
Post by: franco on January 30, 2022, 10:52:07 am
Please don't drop the same output into multiple posts. As said elsewhere we do not ship Python 3.7 since 21.7 so you must have installed something manually at some point.


Cheers,
Franco