Systemctl does not register dnscrypt-proxy.service on Ubuntu #2510
Unanswered
Beeblebrox-BSD
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Had the same installation issue (
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
UNAME: Ubuntu Luna, 6.2.0-34-generic #34 SMP PREEMPT_DYNAMIC x86_64 x86_64 x86_64 GNU/Linux
./dnscrypt-proxy -version: 2.0.45
./dnscrypt-proxy -check:
dnscrypt-proxy 2.0.45
Source [public-resolvers] loaded
Configuration successfully checked
./dnscrypt-proxy -config ./dnscrypt-proxy.toml
dnscrypt-proxy 2.0.45
Network connectivity detected
Source [public-resolvers] loaded
Firefox workaround initialized
[cloudflare] OK (DoH) - rtt: 57ms
Server with the lowest initial latency: cloudflare (rtt: 57ms)
dnscrypt-proxy is ready - live servers: 1
FROM CLEAN INSTALL OUTPUT:
Created symlink /etc/systemd/system/multi-user.target.wants/dnscrypt-proxy-resolvconf.
service → /lib/systemd/system/dnscrypt-proxy-resolvconf.service.
Created symlink /etc/systemd/system/sockets.target.wants/dnscrypt-proxy.socket → /lib/
systemd/system/dnscrypt-proxy.socket.
Created symlink /etc/systemd/system/multi-user.target.wants/dnscrypt-proxy.service → /
lib/systemd/system/dnscrypt-proxy.service.
Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 145.
SYSTEMCTL DEBUG ATTEMPT:
sudo systemctl start dnscypt-proxy
Failed to start dnscypt-proxy.service: Unit dnscypt-proxy.service not found.
cd /lib/systemd/system/ && sudo systemd-analyze verify ./dnscypt-proxy.service
Unit dnscypt-proxy.service not found.
cd /etc/systemd/system/multi-user.target.wants && sudo systemd-analyze verify ./dnscypt-proxy.service
Unit dnscypt-proxy.service not found.
passwd file has:
_dnscrypt-proxy:x:131:65534::/run/dnscrypt-proxy:/usr/sbin/nologin
Beta Was this translation helpful? Give feedback.
All reactions