Search Criteria
Package Details: vpn-slice 0.16.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vpn-slice.git (read-only, click to copy) |
|---|---|
| Package Base: | vpn-slice |
| Description: | vpnc-script replacement for easy and secure split-tunnel VPN setup |
| Upstream URL: | https://github.com/dlenski/vpn-slice |
| Licenses: | GPL-3.0-or-later |
| Submitter: | akobel |
| Maintainer: | akobel |
| Last Packager: | akobel |
| Votes: | 8 |
| Popularity: | 0.003671 |
| First Submitted: | 2018-09-06 14:42 (UTC) |
| Last Updated: | 2026-01-12 10:05 (UTC) |
Dependencies (5)
- iproute2 (iproute2-gitAUR, iproute2-selinuxAUR)
- iptables (iptables-fullconenat-nftAUR, iptables-gitAUR, iptables-legacy, iptables-nft)
- python
- python-dnspython (python-dnspython-gitAUR)
- python-setuptools (make)
Latest Comments
1 2 3 Next › Last »
starfry commented on 2026-01-15 13:43 (UTC)
yes it seems to be fine (my build box was a little out of date - I had 1:69.0.3-4). Thanks for maintaining this package,
akobel commented on 2026-01-12 10:14 (UTC)
@starfry: Minor update, just correcting the license string, with no further changes right now: the package builds fine for me and passes
vpn-slice --self-test. Do you havepython-setuptools(make dependency) installed? Note that I don't have a reasonable way to test in practice, as my use case is gone. If there are remaining issues, I'd be happy to abandon the package and let an actual user take over.starfry commented on 2026-01-11 19:35 (UTC)
I had to make a change to get it to install properly since recent Python updates because
setup.pydoesn't work for system packages any more.In build, use
python -m build --wheel --no-isolationIn package, use
python -m installer --destdir="$pkgdir" dist/*.whlakobel commented on 2023-08-25 06:42 (UTC)
@pidario: No worries, fully understood - didn't get you wrong here. I just realized that also the maintainer can unflag (not that surprising, really), and that I could have done it earlier when looking at the notification. Not sure if the original reporter can even do it. Anyway, case solved. :-)
pidario commented on 2023-08-25 06:37 (UTC)
@akobel Apologies if I sounded rude. I thought it was the user who (wrongfully) flagged the package that was meant to un-flag it. Anyway, thank you very much for both this and maintaining this package.
akobel commented on 2023-08-24 17:23 (UTC)
@pidario: Sorry, my bad - should have done that before.
pidario commented on 2023-08-24 10:51 (UTC)
@infinitezero: can you please unflag it as out-of-date? It's false: as you can see on PyPI (https://pypi.org/project/vpn-slice/) its last version is 0.16.1 (same as this package), and the git tag was created in December 2021. Besides you flagged it because it was broken (according to you) but, as other user mentioned, you just probably need to do a clean reinstall of the package. Not that I care, but every time I update, yay complains that vpn-slice is out-of-date. Really annoying.
grunix commented on 2023-05-10 13:09 (UTC)
@infinitezero: for me rebuilding the package solved the issue!
infinitezero commented on 2023-05-03 19:57 (UTC) (edited on 2023-05-03 20:27 (UTC) by infinitezero)
Getting the following error. I had to downgrade to python-3.10.10-1-x86_64 to get it to work again.
Traceback (most recent call last): File "/usr/lib/python3.11/importlib/metadata/init.py", line 563, in from_name return next(cls.discover(name=name)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/bin/vpn-slice", line 33, in <module> sys.exit(load_entry_point('vpn-slice==0.16.1', 'console_scripts', 'vpn-slice')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/bin/vpn-slice", line 22, in importlib_load_entry_point for entry_point in distribution(dist_name).entry_points ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/metadata/init.py", line 981, in distribution return Distribution.from_name(distribution_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/metadata/init.py", line 565, in from_name raise PackageNotFoundError(name) importlib.metadata.PackageNotFoundError: No package metadata was found for vpn-slice Script 'vpn-slice xxx.xx.x.x/xx' returned error 1 Traceback (most recent call last): File "/usr/lib/python3.11/importlib/metadata/init.py", line 563, in from_name return next(cls.discover(name=name)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/bin/vpn-slice", line 33, in <module> sys.exit(load_entry_point('vpn-slice==0.16.1', 'console_scripts', 'vpn-slice')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/bin/vpn-slice", line 22, in importlib_load_entry_point for entry_point in distribution(dist_name).entry_points ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/metadata/init.py", line 981, in distribution return Distribution.from_name(distribution_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/metadata/init.py", line 565, in from_name raise PackageNotFoundError(name) importlib.metadata.PackageNotFoundError: No package metadata was found for vpn-slice Script 'vpn-slice xxx.xx.x.x/xx' returned error 1
akobel commented on 2020-05-31 11:38 (UTC)
@TecMunky Glad you got to a working state again by downgrading.
Concerning your issue with 0.14, please refrain from duplicating the information from the Github issue tracker here. There's always a risk that some crucial parts of the discussion are not propagated completely, and any functionality / feature / usability problems need to be addressed and resolved upstream. Other users that might be affected: please refer to https://github.com/dlenski/vpn-slice/issues/53.
Thanks.
1 2 3 Next › Last »