I thought it all was working well, but now I get an error with installing packages:Certificate verification failed.What is wrong? I thought it worked all right earlier...Maarten
repository=http://alpha.us.repo.voidlinux.org/current
Quote from: MaBoI thought it all was working well, but now I get an error with installing packages:Certificate verification failed.What is wrong? I thought it worked all right earlier...MaartenThat error appears when either the date on your Zaurus is wrong, or the repository you're using has currently certification issues. The latter is solved by temporarily switching the repository's URL from https to http, or by changing repository:The repositories can be changed from the default by copying the /usr/share/xbps.d/00-repository-main.conf file to /etc/xbps.d/ directory and editing the repository for example:Code: [Select]repository=http://alpha.us.repo.voidlinux.org/currenthttps://tutel.me/c/unix/questions/491888/vo...fication+failedVarti
echo 'repository=https://www.oesf.org/repository/feeds/voidlinux/testing/build8' > /etc/xbps.d/00-repository-main.conf
ip link showip link set up wlan0wpa_passphrase <ssid> <passphrase> >> /etc/wpa_supplicant/wpa_supplicant-wlan0.confiwconfig wlan0 mode managedwpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant-wlan0.conf -Dwextudhcpc -i wlan0ping google.com
[*] Updating `https://www.oesf.org/repository/feeds/voidlinux/testing/build8/armv5tel-musl-repodata' ...Certificate verification failed for /O=Digital Signature Trust Co./CN=DST Root CA X3Certificate verification failed for /O=Digital Signature Trust Co./CN=DST Root CA X3Certificate verification failed for /O=Digital Signature Trust Co./CN=DST Root CA X3SSL_connect returned 1ERROR: [reposync] failed to fetch file `https://www.oesf.org/repository/feeds/voidlinux/testing/build8/armv5tel-musl-repodata': Operation not permitted
When I do a xbps-install -Su I get this:Code: [Select][*] Updating `https://www.oesf.org/repository/feeds/voidlinux/testing/build8/armv5tel-musl-repodata' ...Certificate verification failed for /O=Digital Signature Trust Co./CN=DST Root CA X3Certificate verification failed for /O=Digital Signature Trust Co./CN=DST Root CA X3Certificate verification failed for /O=Digital Signature Trust Co./CN=DST Root CA X3SSL_connect returned 1ERROR: [reposync] failed to fetch file `https://www.oesf.org/repository/feeds/voidlinux/testing/build8/armv5tel-musl-repodata': Operation not permittedI assumed that the server was down but now I look more closely it looks more like an SSL Certificate error.
sudo SSL_NO_VERIFY_PEER=true xbps-install -S xbps
PS: I have since worked out how to cross compile packages on an x86_64 install of void linux on a virtual machine. I am happy to post my steps here if that is something you think may be useful?
Hi Varti,Great to hear about Void's new release news—super excited! Any word on the release date?I’m already using Void Linux build-8, plus the new kernel Greguu released in Jan 2025. Void feels really lightweight, but I’ve run into some challenges too.Also, do people still use Arch Linux? Any tips to share, like on GUI or productivity? Eager for Void-related insights too!By the way, I have a question: the USB hosts of C1K and C3K cannot provide sufficient power to support external devices. How can I get these devices to work properly? Thanks.