Fbx upgrade from 25.9.3 to 25.16 gives error & apt update issue

Hello All,

After a software update I get the error which I posted below. All so I have posted the out put of the command apt update after the software update. Because of a issue with the file: freedombox-unstable.list

Regards: peter

Before Software Update Fbx version was: 25.9.3 and after the Software Update Fbx version is: 25.16

Debian 13 VPS at Contabo.

Below is the error from the Software Update page:

Error loading page. Details

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/usr/lib/python3/dist-packages/django/views/generic/base.py", line 105, in view
    return self.dispatch(request, *args, **kwargs)
           ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/plinth/views.py", line 351, in dispatch
    """
    
  File "/usr/lib/python3/dist-packages/django/views/generic/base.py", line 144, in dispatch
    return handler(request, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/django/views/generic/edit.py", line 144, in get
    return self.render_to_response(self.get_context_data())
                                   ~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/plinth/modules/upgrades/views.py", line 41, in get_context_data
    context = super().get_context_data(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/plinth/views.py", line 443, in get_context_data
  File "/usr/lib/python3/dist-packages/django/views/generic/edit.py", line 74, in get_context_data
    kwargs["form"] = self.get_form()
                     ~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/plinth/views.py", line 390, in get_form
  File "/usr/lib/python3/dist-packages/django/views/generic/edit.py", line 39, in get_form
    return form_class(**self.get_form_kwargs())
                        ~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/django/views/generic/edit.py", line 44, in get_form_kwargs
    "initial": self.get_initial(),
               ~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/plinth/modules/upgrades/views.py", line 35, in get_initial
    'auto_upgrades_enabled': privileged.check_auto(),
                             ~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/plinth/actions.py", line 73, in wrapper
    module_name = _get_privileged_action_module_name(func)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    action_name = func.__name__
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/plinth/actions.py", line 134, in _run_privileged_method_as_process
  File "/usr/lib/python3/dist-packages/plinth/actions.py", line 150, in _wait_for_return
    client_socket)
subprocess.CalledProcessError: Command '['sudo', '--non-interactive', '--

After I got the above error from the Software Update.

I had a issue with with apt update on the command line.

It out put is shown below.

To resolve this issue with apt update I edited the file: /etc/apt/sources.list.d/freedombox-unstable.list And removed: tor+

Tor had not been installed.

E: The method driver /usr/lib/apt/methods/tor+http could not be found.
N: Is the package apt-transport-tor installed?
E: Failed to fetch tor+http://deb.debian.org/debian/dists/unstable/InRelease  
E: Some index files failed to download. They have been ignored, or old ones used instead.
1 Like