You are not logged in.
Pages: 1
Dear Arch community,
I am a new Arch Linux user. I just switch over from Ubuntu, so that i can get more experience with Linux. My school offers an VPN for us to connect to called AnyConnect VPN. The school offers a link to the vpn which detects your operating system and downloads the correct installation file. It did this with my Ubuntu OS. However, the website was not able to detect my Arch OS, so i was given a link to a tar file to download the VPN. However, when i try to install the VPN as directed, i get the following error (see below). Does anyone know how to reslove this issue ?
Steps to reproduce the issue.
[akrala@TARDIS vpn]$ sudo pacman -S openconnect
[akrala@TARDIS vpn]$ sudo pacman -S networkmanager-openconnect
[akrala@TARDIS vpn]$ wget http://SCHOOL/anyconnect-predeploy-linux-64-3.1.03103-k9.tar.gz
[akrala@TARDIS vpn]$ tar xf anyconnect-predeploy-linux-64-3.1.03103-k9tar.gz
[akrala@TARDIS vpn]$ cd anyconnect-3.1.03103/vpn
[akrala@TARDIS vpn]$ sudo ./vpn_install.sh
Do you accept the terms in the license agreement? [y/n] y
You have accepted the license agreement.
Please wait while Cisco AnyConnect Secure Mobility Client is being installed...
Removing previous installation...
/opt/cisco/vpn/bin/vpn_uninstall.sh: line 171: /etc/rc.d/vpnagentd: No such file or directory
rm: cannot remove '/etc/rc.d/vpnagentd': No such file or directory
mv: cannot stat '/opt/cisco/vpn/*.log': No such file or directory
install: cannot create regular file '/etc/rc.d/vpnagentd': No such file or directory
Offline
Cisco anyconnect client doesn't appear to work on archlinux at all, but there's an alternative :
https://wiki.archlinux.org/index.php/OpenConnect
You may have to ask your school for the address of their anyconnect server.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Pages: 1