Hello all, since last time I updated (from a week outside) if I try to run firewall-config GUI from Yast I have this:
Ejecución del comando ""/usr/bin/firewall-config"]]" fallida. Código de salida: 1 Salida de error: Traceback (most recent call last): File "/usr/bin/firewall-config", line 8093, in <module> app = FirewallConfig() File "/usr/bin/firewall-config", line 1386, in __init__ self.connection_changed() File "/usr/bin/firewall-config", line 1692, in connection_changed self.update_active_zones() File "/usr/bin/firewall-config", line 2464, in update_active_zones connection, zone ]) File "/usr/lib64/python3.6/site-packages/gi/overrides/Gtk.py", line 1245, in append return self._do_insert(parent, -1, row) File "/usr/lib64/python3.6/site-packages/gi/overrides/Gtk.py", line 1237, in _do_insert row, columns = self._convert_row(row) File "/usr/lib64/python3.6/site-packages/gi/overrides/Gtk.py", line 876, in _convert_row result.append(self._convert_value(cur_col, value)) File "/usr/lib64/python3.6/site-packages/gi/overrides/Gtk.py", line 894, in _convert_value return GObject.Value(self.get_column_type(column), value) File "/usr/lib64/python3.6/site-packages/gi/overrides/GObject.py", line 218, in __init__ self.set_value(py_value) File "/usr/lib64/python3.6/site-packages/gi/overrides/GObject.py", line 274, in set_value (py_value, type(py_value))) ValueError: Expected string but got False<class 'bool'>
and if I try to run firewall-config form console the message is:
~> firewall-config
(firewall-config:2588): Gtk-WARNING **: 19:12:30.658: Theme parsing error: gtk.css:127:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version
(firewall-config:2588): Gtk-WARNING **: 19:12:30.658: Theme parsing error: gtk.css:128:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version
(firewall-config:2588): Gtk-WARNING **: 19:12:30.658: Theme parsing error: gtk.css:132:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
Traceback (most recent call last):
File "/usr/bin/firewall-config", line 8093, in <module>
app = FirewallConfig()
File "/usr/bin/firewall-config", line 1386, in __init__
self.connection_changed()
File "/usr/bin/firewall-config", line 1692, in connection_changed
self.update_active_zones()
File "/usr/bin/firewall-config", line 2464, in update_active_zones
connection, zone ])
File "/usr/lib64/python3.6/site-packages/gi/overrides/Gtk.py", line 1245, in append
return self._do_insert(parent, -1, row)
File "/usr/lib64/python3.6/site-packages/gi/overrides/Gtk.py", line 1237, in _do_insert
row, columns = self._convert_row(row)
File "/usr/lib64/python3.6/site-packages/gi/overrides/Gtk.py", line 876, in _convert_row
result.append(self._convert_value(cur_col, value))
File "/usr/lib64/python3.6/site-packages/gi/overrides/Gtk.py", line 894, in _convert_value
return GObject.Value(self.get_column_type(column), value)
File "/usr/lib64/python3.6/site-packages/gi/overrides/GObject.py", line 218, in __init__
self.set_value(py_value)
File "/usr/lib64/python3.6/site-packages/gi/overrides/GObject.py", line 274, in set_value
(py_value, type(py_value)))
ValueError: Expected string but got False<class 'bool'>
I’ve tried to remove /var/lib/ebtables/lock as seen here, but this file does not exist…
Does anyone knows what is happening?