Package Details: astrill 3.9.0.2180-0

Git Clone URL: https://aur.archlinux.org/astrill.git (read-only, click to copy)
Package Base: astrill
Description: VPN configuration tool for Astrill's servers
Upstream URL: http://astrill.com/
Keywords: vpn
Licenses: custom
Submitter: yair
Maintainer: megahertz
Last Packager: megahertz
Votes: 4
Popularity: 0.000000
First Submitted: 2015-09-05 15:20 (UTC)
Last Updated: 2021-10-09 08:41 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5

CSYates_98 commented on 2016-07-14 12:54 (UTC)

Okay so I finally installed it. However I get this error now: ASProxy component has insufficient privilege. Please reinstall the program. Anyone know whats wrong here?

tellmi commented on 2016-07-12 13:34 (UTC)

1) download that file manually, eg. https://www.astrill.com/downloads/astrill-setup-linux64-3.2.rpm 2) open the target folder in your terminal 3) md5sum astrill-setup-linux64-3.2.rpm (or however the downloaded file is named) -> you'll get a hash sum like this: b833e6b006686101d444831eb8c2f276 astrill-setup-linux64-3.2.rpm 4) copy that hash sum 5) yaourt -S astrill 6) edit the PCKBUILD with nano 7) find the line if [ "${CARCH}" = 'x86_64' ]; then rpmpkg='astrill-setup-linux64-3.2.rpm' md5sums=('9cccb28cfeb5aa5d7de0034941071e14') and change the md5sums to the new value (b833e6b006686101d444831eb8c2f276) Now it should work! But for me it stops later with that error message: Missing Package-Metadata in/tmp/yaourt-tmp-xxxx/PKGDEST.gSi/astrill-setup-linux64-3.2.rpm Any ideas to solve that problem?

CSYates_98 commented on 2016-07-12 01:46 (UTC)

Whenever I try to install it it tells me that validating the source files with md5sums failed. Any pointers?

tellmi commented on 2016-07-07 14:34 (UTC)

Does anyone else gets this weird error message: Astrill Error #901: Your Astrill Installation is damaged. Please download Installer from https://www.astrill.com and reinstall the program. I just followed the PCKBUILD. I even restarted the computer, deleted the settings in my home folder and reentered the login data. Still the same. Could anyone give me a hint, please? Marco

yair commented on 2016-04-18 13:35 (UTC)

ill probably re-try with this. build() { cd ${srcdir} rm -Rf * msg "Connecting to GIT server ..." git clone $_gitroot cd $_gitname make -f Makefile } package() { cd $srcdir/$_gitname mkdir -p $pkgdir/usr/bin install -m a+rx mx5500 $pkgdir/usr/bin/ }

yair commented on 2016-03-28 08:06 (UTC)

packge() section is wrong, it should probebly invoke install into /opt

yair commented on 2016-01-17 13:47 (UTC)

megahertz, can this be fixed in pkgbuild?

megahertz commented on 2016-01-17 12:44 (UTC)

kumazemi, you need to run Astrill as a root for the first time.

kumazemi commented on 2015-10-23 23:03 (UTC)

Fails to start with a message "ASComponent does not have the necessary permissions. Please reinstall the package."