Results 1 to 8 of 8

Thread: gufw won't work on my PC :-(

  1. #1
    Join Date
    Jan 2015
    Beans
    184
    Distro
    Ubuntu

    gufw won't work on my PC :-(

    Hi.
    I recently installed gufw on my PC (19.04, been using it for a while) but gufw REFUSES to work. When I launch it, I get the window asking me to enter the admin password which I do, and when I press return, that window disappears, and that's it. No gufw window, no error message, no nothing. I've checked out other forums, but so far nothing has convinced gufw to work. How can I make it work?

    Weirdly enough, gufw works ok on my MacBook pro (also 19.04, new install). Hmm...
    I TNO, therefore I am.

  2. #2
    Join Date
    Jan 2017
    Beans
    235

    Re: gufw won't work on my PC :-(

    I had this problem, also. Post #6 in the following link fixed it on my machine. https://bugs.launchpad.net/ubuntu/+s...w/+bug/1592380

    I found that page by running gufw from the command line and entering the last error output into a search engine:
    Code:
    /usr/bin/gufw-pkexec: line 13:  5115 Segmentation fault      (core dumped) python3 ${LOCATIONS[${i}]} $1
    HTH

  3. #3
    Join Date
    Jan 2015
    Beans
    184
    Distro
    Ubuntu

    Re: gufw won't work on my PC :-(

    Quote Originally Posted by norobro View Post
    I had this problem, also. Post #6 in the following link fixed it on my machine. https://bugs.launchpad.net/ubuntu/+s...w/+bug/1592380
    i did that, and gufw showed me its window. so far so good. but the next time i started up, the old problem was back. apparently this solution is NOT permanent. is there a way to make it permanent?
    I TNO, therefore I am.

  4. #4
    Join Date
    Jan 2017
    Beans
    235

    Re: gufw won't work on my PC :-(

    One solution is to put the following statement in ~/.bashrc
    Code:
    xhost +si:localuser:root > /dev/null
    Don't know if there are any security implications though.

  5. #5
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,416
    Distro
    Xubuntu

    Re: gufw won't work on my PC :-(

    If you are logging in using Wayland, try switching to an Xorg session and see if the problem persists:
    https://itsfoss.com/switch-xorg-wayland/

  6. #6
    Join Date
    Jan 2015
    Beans
    184
    Distro
    Ubuntu

    Re: gufw won't work on my PC :-(

    Quote Originally Posted by norobro View Post
    One solution is to put the following statement in ~/.bashrc
    Code:
    xhost +si:localuser:root > /dev/null
    Don't know if there are any security implications though.
    i tried that, but it didn't work
    I TNO, therefore I am.

  7. #7
    Join Date
    Jan 2015
    Beans
    184
    Distro
    Ubuntu

    Re: gufw won't work on my PC :-(

    Quote Originally Posted by hmiersch View Post
    i tried that, but it didn't work
    so, can anyone help me?
    I TNO, therefore I am.

  8. #8
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: gufw won't work on my PC :-(

    Open a terminal.
    run
    sudo -H gufw
    Does it work? Always remember the -H option, otherwise, it can be bad.
    If not, what are the errors show?
    In the meantime, you can use ufw or iptables.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •