You are not logged in.

#1 2016-12-23 20:25:52

dcbdbis
Member
From: Aurora, Colorado
Registered: 2004-09-10
Posts: 247

gufw still not working

It will not run. This is a fresh and new installation of arch on new hardware. Installed last night, and pacman -Syu shows all is up to date. This is a 64 bit system with multilib enabled.

I read and followed this article: https://bbs.archlinux.org/viewtopic.php?id=218808

This is the error I am getting:

Traceback (most recent call last):
  File "/usr/lib/python3.5/site-packages/gufw/gufw.py", line 30, in <module>
    gufw = Gufw(controler.get_frontend())
  File "/usr/lib/python3.5/site-packages/gufw/gufw/view/gufw.py", line 81, in __init__
    self.winadd = Add(self)
  File "/usr/lib/python3.5/site-packages/gufw/gufw/view/add.py", line 36, in __init__
    self.apps = AppProfiles()
  File "/usr/lib/python3.5/site-packages/gufw/gufw/view/add.py", line 492, in __init__
    self.all_apps = self._load_from_files()
  File "/usr/lib/python3.5/site-packages/gufw/gufw/view/add.py", line 499, in _load_from_files
    cfg.read(glob.glob('*.*'))
  File "/usr/lib/python3.5/configparser.py", line 696, in read
    self._read(fp, filename)
  File "/usr/lib/python3.5/configparser.py", line 1012, in _read
    for lineno, line in enumerate(fp, start=1):
  File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 333: ordinal not in range(128)


NetTools is installed.

Help would be appreciated. Thank You!

Dave

Last edited by dcbdbis (2016-12-23 20:26:29)

Offline

#2 2016-12-31 04:22:43

hbc2
Member
Registered: 2014-07-26
Posts: 13

Re: gufw still not working

Were you able to get this working?  I'm getting the exact same error. Only difference is i'm running on a 7 year old 32 bit laptop.  (I'm using xfce4.)

Offline

#3 2016-12-31 05:15:04

dcbdbis
Member
From: Aurora, Colorado
Registered: 2004-09-10
Posts: 247

Re: gufw still not working

Nope. No one has responded, and recent updates since the post have not resolved this issue.

Sorry!

Dave.

Offline

#4 2016-12-31 06:10:23

Docbroke
Member
From: India
Registered: 2015-06-13
Posts: 1,433

Re: gufw still not working

what about ufw, is it working?

 sudo ufw status 

This will at least makes sure that you have got working firewall.

Note: I am using ufw without graphical front-end and it is working without issue.

Offline

#5 2016-12-31 17:01:38

dcbdbis
Member
From: Aurora, Colorado
Registered: 2004-09-10
Posts: 247

Re: gufw still not working

Yes. ufw is working. I followed the Arch wiki and it works just fine. In fact I had ufw working for a day or two before I installed the gufw.
It's only the GUI add-on that isn't working.

Thanks!

Dave

Offline

Board footer

Powered by FluxBB