Issue with new release

cannot start pritunl server vpn after updating to v1.32.4512.98 f7eea5

[ERROR] Server error occurred while running
Traceback (most recent call last):
File “/usr/lib/pritunl/usr/lib/python3.9/site-packages/pritunl/server/instance.py”, line 1453, in reserve_route_advertisement
‘vxlan_addr’: self.vxlan.vxlan_addr,
AttributeError: ‘NoneType’ object has no attribute ‘vxlan_addr’

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/lib/pritunl/usr/lib/python3.9/site-packages/pritunl/server/instance.py”, line 1940, in _run_thread
self.init_route_advertisements()
File “/usr/lib/pritunl/usr/lib/python3.9/site-packages/pritunl/server/instance.py”, line 1424, in init_route_advertisements
self.reserve_route_advertisement(
File “/usr/lib/pritunl/usr/lib/python3.9/site-packages/pritunl/server/instance.py”, line 1528, in reserve_route_advertisement
network=network,
UnboundLocalError: local variable ‘network’ referenced before assignment

disabled vxlan routing but no luck.

also tried dco and i get

[UNIFI][2026-01-28 15:51:10,203][ERROR] Popen returned error exit code
cmd = [“modprobe”, “ovpn-dco-v2”]
return_code = 1
Process stderr:
modprobe: FATAL: Module ovpn-dco-v2 not found in directory /lib/modules/6.8.0-1044-aws
Traceback (most recent call last):
File “/usr/lib/pritunl/usr/lib/python3.9/threading.py”, line 937, in _bootstrap
self._bootstrap_inner()
File “/usr/lib/pritunl/usr/lib/python3.9/threading.py”, line 980, in _bootstrap_inner
self.run()
File “/usr/lib/pritunl/usr/lib/python3.9/threading.py”, line 917, in run
self._target(*self._args, **self._kwargs)
File “/usr/lib/pritunl/usr/lib/python3.9/site-packages/pritunl/server/instance.py”, line 1830, in _run_thread
utils.check_output_logged([
File “/usr/lib/pritunl/usr/lib/python3.9/site-packages/pritunl/utils/misc.py”, line 217, in check_output_logged
logger.error(‘Popen returned error exit code’, ‘utils’,
File “/usr/lib/pritunl/usr/lib/python3.9/site-packages/pritunl/logger/init.py”, line 55, in error
kwargs[‘traceback’] = traceback.format_stack()

should i install dco module on ubuntu 22.04 ?

thanks

no answer for the vxlan and route advertissement issue on ubuntu 22.04 ? thanks

This has been fixed in the repository and will be included in the next release.

The DCO option will currently only work with the pritunl-openvpn and pritunl-openvpn-dco-dkms packages on the Pritunl unstable RHEL repositories.