Opensnitch-ui/opensnitchd work as expected after starting the service or after a reboot. However, after an indeterminate amount of time I stop receiving UI prompts for unauthorized connections.
I included logs from issuing the command wget google.com before and after it stops working. The difference seems to be that at some point opensnitchd fails to find the process id of wget or any other software requesting a connection (may be related to #171). This is strange because it appears to work normally at first, but loses that ability after some time has passed.
systemd[1]: Starting OpenSnitch is a GNU/Linux port of the Little Snitch application firewall....
systemd[1]: Started OpenSnitch is a GNU/Linux port of the Little Snitch application firewall..
cat /var/log/opensnitchd.log (when prompts appear normally; snippet after 'wget google.com'):
[2019-02-24 00:49:50] DBG ✔ /usr/bin/wget -> {DNSIP}:53 (allow-simple-usrbinwget)
[2019-02-24 00:50:09] DBG ✔ /usr/bin/wget -> {DNSIP}:53 (allow-simple-usrbinwget)
[2019-02-24 00:50:09] DBG New DNS record: 172.217.12.142 -> google.com
[2019-02-24 00:50:09] DBG New DNS record: 172.217.12.142 -> google.com
[2019-02-24 00:50:09] DBG New DNS record: 2607:f8b0:4006:819::200e -> google.com
[2019-02-24 00:50:09] DBG Could not find netstat entry for: {LOCALIP} ->(udp)-> {DNSIP}:53
[2019-02-24 00:50:09] DBG Could not find netstat entry for: {LOCALIP} ->(udp)-> {DNSIP}:53
[2019-02-24 00:50:09] DBG Could not find netstat entry for: {LOCALIP} ->(udp)-> {DNSIP}:53
[2019-02-24 00:50:09] DBG Could not find netstat entry for: {LOCALIP} ->(udp)-> {DNSIP}:53
[2019-02-24 00:50:09] DBG New DNS record: 2607:f8b0:4006:819::200e -> google.com
cat /var/log/opensnitchd.log (after the prompts stop appearing; snipper after 'wget google.com'):
[2019-02-24 00:47:01] DBG Could not find process id for: {LOCALIP} (uid:1000) ->(udp)-> {DNSIP}:53
[2019-02-24 00:47:01] DBG Could not find process id for: {LOCALIP} (uid:1000) ->(udp)-> {DNSIP}:53
[2019-02-24 00:47:01] DBG New DNS record: 2607:f8b0:4006:819::200e -> google.com
[2019-02-24 00:47:01] DBG New DNS record: 172.217.12.142 -> google.com
[2019-02-24 00:47:01] DBG Could not find process id for: {LOCALIP} (uid:1000) ->(tcp)-> google.com:80
I substituted the local IP and DNS server but everything else is the same.
Opensnitch-ui/opensnitchd work as expected after starting the service or after a reboot. However, after an indeterminate amount of time I stop receiving UI prompts for unauthorized connections.
I included logs from issuing the command
wget google.com
before and after it stops working. The difference seems to be that at some point opensnitchd fails to find the process id of wget or any other software requesting a connection (may be related to #171). This is strange because it appears to work normally at first, but loses that ability after some time has passed.Daemon '-debug' log on start:
Daemon systemctl log:
cat /var/log/opensnitchd.log (when prompts appear normally; snippet after 'wget google.com'):
cat /var/log/opensnitchd.log (after the prompts stop appearing; snipper after 'wget google.com'):
I substituted the local IP and DNS server but everything else is the same.
Appreciate any help.