I own a DNS-320 NAS with 2 3TBa Hdd (JOB configurtion) and I want to reinstall Alt-F packages because of a fail of the one Harddisk that had Alt-F and ffp folders on it.
I decided to go for a completly new installation and to flash "Alt-F-1.0-DNS-320-rev-Ax.bin" firmware after having saved my Alt-F configuation settings.
Unfortunatly I had issues to install the initial Alt-F packages from Alt-F Package Manager web inteface. When attempting to do that I got the following error:
====================================================================
Installing Alt-F in /mnt/md0
Installing ipkg
Trying sourceforge.net... fail, no Packages file.
Trying sourceforge.net... fail, no Packages file.
You don't seem to have enabled feeds, a name server configured, or a working internet connection, and no /tmp/ipkg_*_arm.ipk file found. Exiting
====================================================================
Note that I do have "
http://sourceforge.net/projects/alt-f/files/pkgs/stable" and "
http://sourceforge.net/projects/alt-f/files/pkgs/unstable" package feed source set corrently and I have already executed the following command
wget --no-check-certificate
https://curl.se/ca/cacert.pem -O /etc/ssl/ca-bundle.crt (compleded succesfully) before trying to install Alt_F packages.
I'm not a linux and ssl expert but I believe the issue being still related with cerificates updates. In fact any "wget" command executed without --no-check-certificate flag always provide the same error.
For example the output of
wget
http://sourceforge.net/projects/alt-f/files/pkgs/stable/ipkg_0.99.163-3_arm.ipk -O /tmp/ipkg_0.99.163-3_arm.ipk
provides the following:
====================================================================
--2023-05-05 17:19:06--
http://sourceforge.net/projects/alt-f/files/pkgs/stable/ipkg_0.99.163-3_arm.ipkResolving sourceforge.net... 2606:4700::6812:b80, 104.18.10.128, 104.18.11.128
Connecting to
sourceforge.net|2606:4700::6812:b80|:80... failed: Address family not supported by protocol.
Connecting to
sourceforge.net|104.18.10.128|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location:
https://sourceforge.net/projects/alt-f/files/pkgs/stable/ipkg_0.99.163-3_arm.ipk [following]
--2023-05-05 17:19:07--
https://sourceforge.net/projects/alt-f/files/pkgs/stable/ipkg_0.99.163-3_arm.ipkConnecting to
sourceforge.net|104.18.10.128|:443... connected.
ERROR: cannot verify
sourceforge.net's certificate, issued by 'CN=Cloudflare Inc ECC CA-3,O=Cloudflare\\, Inc.,C=US':
Unable to locally verify the issuer's authority.
To connect to
sourceforge.net insecurely, use `--no-check-certificate'
====================================================================
Of course I can install ipkg package via Alt-F Package Manager web interface after executing:
wget --no-check-certificate
http://sourceforge.net/projects/alt-f/files/pkgs/stable/ipkg_0.99.163-3_arm.ipk -O /tmp/ipkg_0.99.163-3_arm.ipk
as the installer looks in /tmp/ folder as well.
Still I got problem with installation of other packages as dependencies are not fetch automatically and I need to provide manually all depends packages in /tmp.
.
Any help to solve this big issue would be greatly appreciated.