Hi there,
I finally upgraded form 18.04 LTS to 20.04.2 LTS, and although it appears to have been mostly successful, I am always greeted with an error dialog about Bluetooth network being unavailable:
Failed to apply network settings:
g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.Failed: Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/blueman/main/DbusService.py", line 124, in _handle_method_call
ok(method(*args))
File "/usr/lib/python3/dist-packages/blueman/plugins/mechanism/Network.py", line 57, in _reload_network
nc.apply_settings()
File "/usr/lib/python3/dist-packages/blueman/main/NetConf.py", line 384, in apply_settings
self.del_ipt_rules()
File "/usr/lib/python3/dist-packages/blueman/main/NetConf.py", line 329, in del_ipt_rules
call(["/sbin/iptables", "-t", table, "-D", chain] + rule.split(" "))
File "/usr/lib/python3.8/subprocess.py", line 340, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib/python3.8/subprocess.py", line 858, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No existe el archivo o el directorio: '/sbin/iptables'
(0)
I am not sure where to start digging, since this error never appeared before.
any insight?