Package Details: astrill 3.10.0.3073-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: 2025-04-17 17:56 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

jediofthecode commented on 2016-08-08 03:47 (UTC)

Hey guys ! Sorry for the long delay in response, Been super busy with work. I am taking a look at this and it seems the package that astrill themselved is providing is broken. I am testing out various different methods and will update ASAP!

tellmi commented on 2016-08-07 20:52 (UTC)

Dear maintainers! Since a while I have that problem: Astrill Error #901: Your Astrill Installation is damaged. Please download Installer from https://www.astrill.com and reinstall the program. Asking Astrill Support team I recentlöy got that answer: =============================================================================== Hi tellmi, Does your system modify binaries in any way ? For example it strips binaries during installation ? We check if our software is modified and prevent it to run. It can be modified by a virus for example. Best regards, Astrill Development =============================================================================== So I'm forwarding this question to you, but after checking PCKGBUILD I guess, it's only unzipping the downloaded RPM and rezipping to an Arch Package. There's high unlikely a virus responsible. Did you ever meet that error and do you have an idea, how to solve that? kind regards tellmi

tellmi commented on 2016-08-05 09:08 (UTC)

you have to run sudo /usr/local/Astrill/astrill first and exit. Afterwards you should be able to start it as a normal user. But I still have "Error#901". Does anyone have an idea?

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?