개인 인터넷 액세스내 VPN 제공업체 중 하나입니다.
업데이트할 수 없습니다.피아버전 75~77에서 아래와 같은 오류가 발생합니다.
제거하려고 합니다.피아v75를 설치하고 설치 프로그램을 다시 실행했는데 결과는 동일했습니다.
오류 메시지는 다음과 같습니다.
Installing files...
mv: cannot move '/home/pia/.pia_install.4881/installer_linux/deploy_files' to '/opt/pia': No such file or directory
chmod: cannot access '/opt/pia/openvpn_launcher.32': No such file or directory
chmod: cannot access '/opt/pia/openvpn_launcher.64': No such file or directory
chmod: cannot access '/opt/pia/root_runner/root_runner.32': No such file or directory
chmod: cannot access '/opt/pia/root_runner/root_runner.64': No such file or directory
Installing dependencies...
Running: sudo apt-get install -y libxss1 libappindicator1 gconf2 net-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
gconf2 is already the newest version (3.2.6-3ubuntu6).
libxss1 is already the newest version (1:1.2.2-1).
net-tools is already the newest version (1.60-26ubuntu1).
libappindicator1 is already the newest version (12.10.1+16.04.20170215-0ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 273 not upgraded.
./installer_linux/installer.rb:167:in `expand_path': no implicit conversion of nil into String (TypeError)
from ./installer_linux/installer.rb:167:in `install'
from ./installer_linux/installer.rb:187:in `<main>'
/opt
시스템에 디렉토리가 없다는 것을 알았습니다.
답변1
해결책은 매우 간단합니다. 다음과 같이 디렉터리를 만듭니다.
sudo mkdir /opt
그런 다음 설치 프로그램을 다시 실행하십시오.
/opt
분명히 설치 프로그램은 디렉토리가 시스템에 존재하지 않는다는 사실을 고려하지 않습니다.