I am uninstalling infrequently used apps to reduce problems from possibly overloading the system.
When I uninstall Tor and Tor Proxy via Plinth, I get the following errors:
Error:
Error uninstalling app: [Errno 2] No such file or directory Details
Error running action: tor..uninstall(): FileNotFoundError(2, "No such file or directory")
Action traceback:
╞ File "/usr/lib/python3/dist-packages/plinth/actions.py", line 501, in _privileged_call
╞ return_values = func(*arguments['args'], **arguments['kwargs'])
╞ File "/usr/lib/python3/dist-packages/plinth/modules/tor/privileged.py", line 497, in uninstall
╞ os.unlink(f'/var/run/tor-instances/{INSTANCE_NAME}.defaults')
╞ ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error uninstalling app: [Errno 2] No such file or directory Details
Error running action: torproxy..uninstall(): FileNotFoundError(2, "No such file or directory")
Action traceback:
╞ File "/usr/lib/python3/dist-packages/plinth/actions.py", line 501, in _privileged_call
╞ return_values = func(*arguments['args'], **arguments['kwargs'])
╞ File "/usr/lib/python3/dist-packages/plinth/modules/torproxy/privileged.py", line 193, in uninstall
╞ os.unlink(f'/var/run/tor-instances/{INSTANCE_NAME}.defaults')
╞ ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Any suggestions for how to resolve these issues?