@Fourdee
While updating the last image (NanoPi-Neo), this error occur:
:~# apt-get update
...
W: Failed to fetch http://apt.armbian.com/dists/jessie/InRelease Unable to find expected entry 'utils/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
:~# cat /etc/apt/sources.list.d/armbian.list
deb http://apt.armbian.com jessie main utils jessie-desktop
http://apt.armbian.com/dists/jessie/InRelease
Origin: Armbian
Label: Armbian
Suite: jessie
Codename: jessie
Date: Sun, 3 Dec 2017 12:13:49 UTC
Architectures: arm64 armhf
Components: main
Description: Generated by aptly
...
What shall/can we do? Remove utils jessie-desktop from the list?
Cross-check with last night build image on OrangePi One which was updated without any error:
Now it's the same error:
root@OrangePi-One:~# apt-get update
...
Fetched 845 kB in 23s (36.2 kB/s)
W: Failed to fetch http://apt.armbian.com/dists/jessie/InRelease Unable to find expected entry 'utils/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
馃槩 馃槧 馃挬 馃憥
k-plan@DietPi:~# ... stop building update images for now! Please help ....
@k-plan
https://github.com/armbian/build/search?utf8=%E2%9C%93&q=armbian.list&type=Code
Try:
deb http://apt.armbian.com jessie main jessie-utils jessie-desktop
Failing that, we can remove utils and jessie-desktop via patch.
@Fourdee
deb http://apt.armbian.com jessie main jessie-utils jessie-desktop
root@OrangePi-One:~# cat /etc/apt/sources.list.d/armbian.list
deb http://apt.armbian.com jessie main jessie-utils jessie-desktop
W: Failed to fetch http://apt.armbian.com/dists/jessie/InRelease Unable to find expected entry 'jessie-utils/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
For now, I only seemain/... in InRelease
main/Contents-arm64.gz
main/Contents-armhf.gz
main/binary-arm64/Packages
main/binary-arm64/Packages.bz2
main/binary-arm64/Packages.gz
main/binary-arm64/Release
main/binary-armhf/Packages
main/binary-armhf/Packages.bz2
main/binary-armhf/Packages.gz
main/binary-armhf/Release
Failing that, we can remove utils and jessie-desktop via patch.
馃憤 Nice!
Shall/can I do this in updated images by hand?
@Fourdee
do some reseach: https://forum.armbian.com/topic/5355-unable-to-find-expected-entry-jessie-utilsbinary-armhfpackages-in-release-file/
I think, they have f... up on of their repository server.
https://apt.armbian.com/dists/jessie/

Origin: Armbian
Label: Armbian
Suite: jessie
Codename: jessie
Date: Sun, 3 Dec 2017 12:13:49 UTC
Architectures: arm64 armhf
Components: main
Description: Generated by aptly
....
http://apt.uk.armbian.com/dists/jessie/

Origin: Armbian
Label: Armbian
Suite: jessie
Codename: jessie
Date: Sat, 25 Nov 2017 06:45:54 UTC
Architectures: arm64 armhf
Components: jessie-desktop jessie-utils main utils
Description: Generated by aptly
....
Have done a quick look into their last Armbian_5.35_Orangepione_Debian_jessie_default_3.4.113
root@OrangePi-One:~# cat /etc/apt/sources.list.d/armbian.list
deb http://apt.armbian.com jessie main jessie-utils jessie-desktop
should be fine.
馃憤
So we have to wait until Igor will fix it.
So I will build some new update images with the correct source.list.
But not today anymore.
Nice, repository server is fixed. :smiley:
https://apt.armbian.com/dists/jessie/
Origin: Armbian
Label: Armbian
Suite: jessie
Codename: jessie
Date: Mon, 4 Dec 2017 12:08:18 UTC
Architectures: arm64 armhf
Components: jessie-desktop jessie-utils main utils
Description: Generated by aptly
Will test it tomorrow with: deb http://apt.armbian.com jessie main jessie-utils jessie-desktop
:+1:
Will test it tomorrow with:
deb http://apt.armbian.com jessie main jessie-utils jessie-desktop
Close.
Most helpful comment
@k-plan
https://github.com/armbian/build/search?utf8=%E2%9C%93&q=armbian.list&type=Code
Try:
Failing that, we can remove
utilsandjessie-desktopvia patch.