Code On Start Up Preventing Access

as in see the same errors on that first boot or that they may persist thereafter?

If the kernel provides a fix, then yes, you may see them on that first boot only.

If the kernel does not resolve the issue, then subsequent reboots will still show that UBSAN error.

ill reboot, take a look and report back!

its worked! fantastic. one down!

is it now advisable to do something about that openvpn issue? and do I need to reinstall / configure the Lenovo Thinkpad notebook package that we removed?

Not all Thinkpads are supported (By Lenovo), so let's do the steps - if it gives an error or failure, that means it is unsupported and you can just remove it again.

sudo apt install tp-smapi-dkms

sudo modprobe tp_smapi

To remove it:

sudo apt remove --purge tp-smapi-dkms

This one looks like a configuration within the repository file itself. OpenVPN is included in the Zorin Repositories, so you likely do not need to add the OpenVPN repo...
You can remove the OpenVPN repository using Software & Updates
Then run

sudo apt update

apt search openvpn

If the apt search showed openvpn listed along with like-packages, then you do not need to add the repository.

How we looking?

admin@user10-ThinkPad-P15-Gen-1:~$ sudo apt update
[sudo] password for admin:
Hit:1 Index of /ubuntu jammy InRelease
Hit:2 Index of /ubuntu jammy-updates InRelease
Hit:3 Index of /ubuntu jammy-backports InRelease
Hit:4 Index of /ubuntu jammy-security InRelease
Hit:5 Index of /linrunner/tlp/ubuntu jammy InRelease
Hit:6 Index of /tuxinvader/jammy-mainline/ubuntu jammy InRelease
Hit:7 Index of /zorinos/apps/ubuntu jammy InRelease
Hit:8 https://packages.openvpn.net/openvpn3/debian jammy InRelease
Hit:9 Index of /zorinos/drivers/ubuntu jammy InRelease
Hit:10 https://apt.syncthing.net syncthing InRelease
Hit:11 Index of /zorinos/stable/ubuntu jammy InRelease
Hit:12 Index of /deb/stable/ jammy InRelease
Hit:13 Index of /stable/ jammy InRelease
Hit:14 Index of /patches/ jammy InRelease
Hit:15 Index of /apps/ jammy InRelease
Hit:16 Index of /drivers/ jammy InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up-to-date.
W: Skipping acquisition of configured file 'main/binary-i386/Packages', as repository 'https://packages.openvpn.net/openvpn3/debian jammy InRelease' does not seem to provide it (sources.list entry misspelt?)
admin@user10-ThinkPad-P15-Gen-1:~$ apt search openvpn
Sorting... Done
Full Text Search... Done
anytun/jammy 0.3.8-1fakesync1 amd64
secure anycast tunneling protocol

cockpit-openvpn-connector/unknown 6-3+jammy all
OpenVPN Connector application for Cockpit web admin

collectd-core/jammy-updates 5.12.0-10ubuntu0.1 amd64
statistics collection and monitoring daemon (core system)

easy-rsa/jammy,jammy 3.0.8-1ubuntu1 all
Simple shell based CA utility

eurephia/jammy 1.1.0-6.1build1 amd64
flexible OpenVPN authentication module

fastd/jammy 22-2build1 amd64
Fast and Secure Tunneling Daemon

fastd-doc/jammy,jammy 22-2build1 all
Fast and Secure Tunneling Daemon (documentation)

golang-github-apparentlymart-go-openvpn-mgmt-dev/jammy,jammy 0.0~git20161009.9a305ae-1.1 all
Go client library for OpenVPN's management protocol

jailkit/jammy 2.23-1 amd64
tools to generate chroot jails easily

network-manager-openvpn/jammy,now 1.8.18-1 amd64 [installed,automatic]
network management framework (OpenVPN plugin core)

network-manager-openvpn-gnome/jammy,now 1.8.18-1 amd64 [installed]
network management framework (OpenVPN plugin GNOME GUI)

openvpn/jammy-updates,now 2.5.9-0ubuntu0.22.04.2 amd64 [installed]
virtual private network daemon

openvpn-auth-ldap/jammy 2.0.4-1ubuntu4 amd64
OpenVPN LDAP authentication module

openvpn-auth-radius/jammy 2.1-7build1 amd64
OpenVPN RADIUS authentication module

openvpn-dco-dkms/unknown 0.2.20231010-1+jammy all
DCO (Data-Channel Offload) kernel module for OpenVPN)

openvpn-systemd-resolved/jammy 1.3.0-3.1 amd64
integrates OpenVPN with systemd-resolved

openvpn3/unknown,now 21-1+jammy amd64 [installed]
OpenVPN 3 Linux client

openvpn3-addon-aws/unknown 21-1+jammy amd64
OpenVPN 3 Linux AWS Add-on

openvpn3-addon-aws-dbgsym/unknown 21-1+jammy amd64
debug symbols for openvpn3-addon-aws

openvpn3-dbgsym/unknown 21-1+jammy amd64
debug symbols for openvpn3

openvpn3-testutils/unknown 21-1+jammy amd64
OpenVPN 3 Linux test utils

openvpn3-testutils-dbgsym/unknown 21-1+jammy amd64
debug symbols for openvpn3-testutils

python3-openvpn-connector-setup/unknown 6-3+jammy all
CloudConnexa™ connector setup helper

softether-common/jammy 5.01.9674+git20200806+8181039+dfsg2-2build1 amd64
multiprotocol VPN program (common files)

softether-vpnbridge/jammy 5.01.9674+git20200806+8181039+dfsg2-2build1 amd64
multiprotocol VPN program (bridge daemon)

softether-vpnclient/jammy 5.01.9674+git20200806+8181039+dfsg2-2build1 amd64
multiprotocol VPN program (client)

softether-vpncmd/jammy 5.01.9674+git20200806+8181039+dfsg2-2build1 amd64
multiprotocol VPN program (command-line tools)

softether-vpnserver/jammy 5.01.9674+git20200806+8181039+dfsg2-2build1 amd64
multiprotocol VPN program (server daemon)

sslh/jammy 1.20-1 amd64
Applicative protocol multiplexer

wireguard/jammy,jammy 1.0.20210914-1ubuntu2 all
fast, modern, secure kernel VPN tunnel (metapackage)

wireguard-dkms/jammy,jammy 1.0.20210606-1 all
fast, modern, secure kernel VPN tunnel (DKMS version)

wireguard-tools/jammy 1.0.20210914-1ubuntu2 amd64
fast, modern, secure kernel VPN tunnel (userland utilities)

yasat/jammy,jammy 848-1.1 all
simple stupid audit tool

admin@user10-ThinkPad-P15-Gen-1:~$ ^C

I see that tp-smapi failed and you removed it.

It shows OpenVPN packages but it still also shows that you have an OpenVPN repository added.

Can look at removing that repo OpenVPN package, but in the meantime I have a much bigger issue:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.