Search Criteria
Package Details: bitmask_client 0.9.2-5
Git Clone URL: | https://aur.archlinux.org/bitmask_client.git (read-only, click to copy) |
---|---|
Package Base: | bitmask_client |
Description: | Encrypted communication for mere mortals. |
Upstream URL: | https://bitmask.net/ |
Keywords: | encryption openvpn privacy security vpn |
Licenses: | |
Submitter: | jurf |
Maintainer: | vnzvg |
Last Packager: | jurf |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2016-04-07 13:19 |
Last Updated: | 2017-01-22 13:27 |
Dependencies (27)
- desktop-file-utils (desktop-file-utils-git)
- openvpn (openvpn-xor-patched, openvpn-rrf, openvpn-pkcs11, openvpn-openssl-1.0, openvpn-resolv-conf, openvpn-xor-git, openvpn-git)
- python2-argh
- python2-colorama (python2-colorama-git, python2-colorama-0.3.3)
- python2-coloredlogs
- python2-daemon16
- python2-ipaddr
- python2-keyring
- python2-leap_keymanager
- python2-leap_mail
- python2-leap_pycommon
- python2-leap_soledad_client
- python2-logbook
- python2-oauth (python2-oauth-svn)
- python2-psutil
- python2-pyopenssl
- python2-pyside
- python2-pyzmq
- python2-requests (python2-requests-git)
- python2-srp
- python2-twisted
- python2-txzmq
- python2-zope-proxy
- qtwebkit (qtwebkit-bin)
- xdg-utils (mimi-git, sx-open, busking-git, xdg-utils-git, linopen, xdg-utils-terminal-true-git, xdg-utils-mimeo, xdg-utils-handlr, xdg-utils-slock, mimi-bachoseven-git, mimejs-git)
- python-pyside-tools (make)
- python2-docutils (make)
Latest Comments
« First ‹ Previous 1 2 3
kete commented on 2016-06-29 12:37
Yesterday's python2-keyring upgrade seems to have messed up bitmask.
[kete@lbrbtprbl ~]$ bitmask
Traceback (most recent call last):
File "/usr/bin/bitmask", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2927, in <module>
@_call_aside
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2913, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2940, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 635, in _build_master
ws.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 943, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 829, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'secretstorage' distribution was not found and is required by keyring
jurf commented on 2016-04-28 18:06
Also, Bitmask is run by the normal user, not as root.
kete commented on 2016-04-28 18:05
Ok, thanks, fair enough, when I saw sbin, I thought of programs that have to run as root, and I remembered that OpenConnect—another VPN client—is ran by root.
jurf commented on 2016-04-28 18:01
/usr/sbin is just a symlink to /usr/bin. It created errors if I didn't move it. Also, what does it have to do with running as root or OpenConnect?
kete commented on 2016-04-28 17:57
It seems like sbin was the correct destination since OpenConnect also runs as root: https://wiki.archlinux.org/index.php/OpenConnect#Command_Line.
jurf commented on 2016-04-09 13:25
OK, managed to patch the package up, should now fully work.
jurf commented on 2016-04-07 15:12
NOTE: until 0.9.2 (which should release in the next few days) communications with servers won't work (so no VPN/email) because of an upstream problem.