by suyanlu » Sun Apr 14, 2013 10:38 am
$this->bbcode_second_pass_quote('moonman', 'C')orrect, it will be rebuilt with every kernel update.
because I must use goagent proxy to get dropbox's file, but pacman doesn't support option "-no-check-certificate"(wget supported), so I must do it as this:
$this->bbcode_second_pass_code('', '
wget -no-check-certificate https://dl.dropboxusercontent.com/u/15043728/ArchLinuxArm/kernels/dkms-8192cu-v3.4.4_4749-6-arm.pkg.tar.xz
pacman -U dkms-8192cu-v3.4.4_4749-6-arm.pkg.tar.xz
')
moonman, did you know how to set proxy's CA.cert to pacman?
Error Message using pacman through goagent proxy:
$this->bbcode_second_pass_code('', '
┌─[root@goflexhome]─[~]
└──> pacman -U https://dl.dropboxusercontent.com/u/15043728/ArchLinuxArm/kernels/dkms-8192cu-v3.4.4_4749-6-arm.pkg.tar.xz
error: failed retrieving file 'dkms-8192cu-v3.4.4_4749-6-arm.pkg.tar.xz' from dl.dropboxusercontent.com : SSL certificate problem: unable to get local issuer certificate
warning: failed to download https://dl.dropboxusercontent.com/u/15043728/ArchLinuxArm/kernels/dkms-8192cu-v3.4.4_4749-6-arm.pkg.tar.xz
error: 'https://dl.dropboxusercontent.com/u/15043728/ArchLinuxArm/kernels/dkms-8192cu-v3.4.4_4749-6-arm.pkg.tar.xz': download library error
')
Enviroment Vars:
$this->bbcode_second_pass_code('', '
export http_proxy=http://127.0.0.1:8087/
export https_proxy=http://127.0.0.1:8087/
export ftp_proxy=http://127.0.0.1:8087/
export no_proxy="localhost,127.0.0.1,localaddress,.localdomain.com"
')
thank you very much!