Giter VIP home page Giter VIP logo

Comments (12)

fmera avatar fmera commented on August 19, 2024 1

Try unchecking the "Override external modifications" checkbox. That resolved the problem for me.

from gasmask.

fmera avatar fmera commented on August 19, 2024 1

@PikachuEXE
I've since moved on to SwitchHosts! and find it quite ok, no issues at all.
You can check it out at either https://oldj.github.io/SwitchHosts/ or https://github.com/oldj/SwitchHosts/releases

from gasmask.

JasonGao180 avatar JasonGao180 commented on August 19, 2024

I reproduce it again, the following is the log, it only happend when it restore the /etc/hosts file.

[DEBUG]          - RemoteHostsManager        - Starting timer for remote hosts files. Interval: 60 minutes
[DEBUG]          - HostsMainController       - Saving selected hosts file
[DEBUG]          - AbstractHostsController   - Saving hosts file "Default" to "/etc/hosts"
[DEBUG]          - AbstractHostsController   - System hosts file is not writeable: "/etc/hosts"
[DEBUG]          - PrivilegedActions         - Making /etc/hosts writable for user jasongao
[DEBUG]          - Util                      - Flushing Directory Service Cache
[DEBUG]          - HostsMainController       - External application has changed the hosts file, restoring file
[DEBUG]          - AbstractHostsController   - Restoring hosts file "Default" to "/etc/hosts"
[DEBUG]          - Util                      - Flushing Directory Service Cache

from gasmask.

treblam avatar treblam commented on August 19, 2024

I encountered the same issue, as described in this bug: #15, I have a combined hosts file activated which is combined with a local and remote file.

from gasmask.

thgrendel avatar thgrendel commented on August 19, 2024

Happens here too, after updating the remote file:

me@mybox ~> more /etc/hosts
Remote/someonewhocares.org 0.0.0.0
Local/antiads

Repairable by setting the output (checkmark) to another file and then back again.

from gasmask.

skeletonkey avatar skeletonkey commented on August 19, 2024

I'm encountering the same issue. Is this how Gas Mask is supposed to work or a bug?

Note that things appear to work fine when the hosts file is a list of of my list names; however, when I ping 'localhost' it points to somewhere else. 'Refreshing' the hosts file through Gas Mask manually fixes the hosts file and localhost correctly points to 127.0.0.1.

from gasmask.

jankkm avatar jankkm commented on August 19, 2024

I have the same problem here. It happens whenever Gas Mask changes the hosts file without user interaction. Namely when external hosts files are being updated or when the hosts file has been modified by some other application and Gas Mask restores the file.

from gasmask.

jankkm avatar jankkm commented on August 19, 2024

I helped myself for now by running this script so I am at least informed whenever the hosts file is damaged.

#!/bin/bash
hostsfile="/etc/hosts"
query="ivwbox"
if ! grep -q "$query" "$hostsfile"; then
/usr/local/bin/terminal-notifier -message "hosts-file is not OK! Check Gas Mask!" -title "Gas Mask problem!"
fi

which is run every time the hosts file changes and every 5 minutes by a LaunchAgent. The script needs "terminal-notifier" from brew.

from gasmask.

fmera avatar fmera commented on August 19, 2024

Same issue here. (When using a combined hosts file) each time the remote hosts file is updated automatically in /etc, the new hosts file just reads:

Remote/someonewhocares.org
Local/Original File

I can confirm that while the remote file in the Gas Mask folder (someonewhocares.org.hst) shows the latest update from someonewhocares.org/hosts/hosts, the one in /etc (above) has no apparent effect in blocking out sites, after some tests. Only by activating another hosts file in Gas Mask and then switching back again does the hosts file in /etc finally update properly (as someone has mentioned earlier).

from gasmask.

jankkm avatar jankkm commented on August 19, 2024

Does anyone NOT have this issue with the current version (0.8.5) and external hosts files? I'm wondering if it can be fixed with a complete reinstall or something like that.

from gasmask.

PikachuEXE avatar PikachuEXE commented on August 19, 2024

@fmera
+1 for your workaround but still would be good to fix this bug

from gasmask.

PikachuEXE avatar PikachuEXE commented on August 19, 2024

Thanks
I will try it later

from gasmask.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.