Search Criteria
Package Details: torguard 4.8.29-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/torguard.git (read-only, click to copy) |
---|---|
Package Base: | torguard |
Description: | TorGuard VPN Software Stay private online with TorGuard's anonymous VPN software and connect to 37+ countries worldwide. |
Upstream URL: | https://www.torguard.net |
Licenses: | custom |
Submitter: | coco |
Maintainer: | ABOhiccups |
Last Packager: | ABOhiccups |
Votes: | 18 |
Popularity: | 0.057733 |
First Submitted: | 2017-01-25 16:18 (UTC) |
Last Updated: | 2024-02-27 22:40 (UTC) |
Dependencies (4)
- iproute2 (iproute2-gitAUR, iproute2-selinuxAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- psmisc (psmisc-selinuxAUR)
- wireguard-tools (optional) – wireguard support
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
dramm commented on 2019-05-20 13:55 (UTC)
My father also uses manjaro and this package. I did not test with this last update though. Maybe try an older version?
Also, sometimes after system updates I need to reboot in order to make torguard work properly.
You could also try the binaries they provide for stunnel.
IslamMu commented on 2019-05-20 03:45 (UTC)
i used sudo torguard
but it's won't connect with stealth or stunnel or openconnect
give me this error: Could not connect to the VPN management socket. Please check your firewall settings!
and: Error while starting STunnel STunnel could not be started
btw i disable firewall but still got those errors
IslamMu commented on 2019-05-19 21:18 (UTC)
@dramm i did it with sudo, something is wrong.
dramm commented on 2019-05-19 17:47 (UTC)
Make sure you are running it with sudo.
IslamMu commented on 2019-05-19 10:43 (UTC)
i cant make app connect on ManjaroLinux i got errors about firewall and stunnel not start
i disabled firewall and still same issue, i talked to TG team and they said they arent support manjaro officialy
vitorrossi commented on 2019-02-05 16:25 (UTC) (edited on 2019-02-06 16:28 (UTC) by vitorrossi)
Torguard has an Arch installation package you can download directly from their website. Current version is 3.92.0. Upstream URL should be https://torguard.net
tomacrisan commented on 2018-11-05 20:53 (UTC) (edited on 2018-11-05 20:53 (UTC) by tomacrisan)
I had to use
Exec=/usr/bin/pkexec /opt/torguard/bin/torguard
or as you suggest:Exec=pkexec /opt/torguard/bin/torguard
. pkexec would not work for me with the torguard link in /usr/bin.dramm commented on 2018-11-05 11:57 (UTC)
If pkexec is in your PATH (and it should) you don't need
/usr/bin/pkexec
, justpkexec
tomacrisan commented on 2018-11-04 23:39 (UTC) (edited on 2018-11-05 00:01 (UTC) by tomacrisan)
My system has pkexec installed and I never really thought much about what was going on behind the scenes. Gparted does something similar with pkexec when I start it up as an ordinary user.
Perhaps some instructions would be useful for new users installing torguard from the AUR repository versus using the Arch Linux package directly from TorGuard.
Thanks for the suggestion. For my system,
Exec=/usr/bin/pkexec /usr/bin/torguard
will probably work. I'm not sure if gksudo and kdesudo are around anymore.dramm commented on 2018-11-04 23:10 (UTC)
I removed the sudoers file that comes with the original package and since that wrapper never worked in my machines (I wrongly assumed that it also didn't work for everybody else) I also removed it. I won't have time to work on this until the next weekend. You can, however, simply edit the torguard.desktop file changing the Exec line to something like:
Exec=gksudo /usr/bin/torguard
AFAICT all the wrapper was supposed to do was identify if you use gksudo, kdesudo or pkexec and call it, so by modifying the desktop file you should get the same behaviour. If you don't want to type your password every time you can then add a rule, probably in sudoers.d
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »