Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packages are not being installed #53

Open
ruslan-astratov opened this issue Sep 25, 2024 · 2 comments
Open

Packages are not being installed #53

ruslan-astratov opened this issue Sep 25, 2024 · 2 comments

Comments

@ruslan-astratov
Copy link

ruslan-astratov commented Sep 25, 2024

When executing a command:

https://raw.githubusercontent.com/openlumi/homeassistant_on
_openwrt/21.02-2022.12/ha_install.sh

Errors occur:
Collected errors:

 * opkg_download: Failed to download https://openlumi.github.io/releases/21.02.1/targets/imx6/generic/packages/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://openlumi.github.io/releases/21.02.1/packages/arm_cortex-a9_neon/base/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://openlumi.github.io/releases/21.02.1/packages/arm_cortex-a9_neon/luci/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://openlumi.github.io/releases/21.02.1/packages/arm_cortex-a9_neon/node/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://openlumi.github.io/releases/21.02.1/packages/arm_cortex-a9_neon/openlumi/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://openlumi.github.io/releases/21.02.1/packages/arm_cortex-a9_neon/packages/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://openlumi.github.io/releases/21.02.1/packages/arm_cortex-a9_neon/routing/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://openlumi.github.io/releases/21.02.1/packages/arm_cortex-a9_neon/telephony/Packages.gz, wget returned 8.

When I click on the links in the browser, I see '404 page not found'

I have a question:

'404 file not found' occurs because there is nothing at the address, or '404 file not found' am I seeing because the resource is hidden behind the repository's privacy settings?

@devbis
Copy link
Member

devbis commented Sep 26, 2024

You need to change the feeds in opkg configuration to the new URL. releases -> archive
https://openlumi.github.io/archive/21.02.1/

And 2022.12 was an incomplete merge as far as I remember. It's better using 21.02 branch

@us-sprint1
Copy link

us-sprint1 commented Nov 16, 2024

Openwrt changed package manager from opkg to apk recently.
Need to notify the maintenance team to change the scripts accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants