johang / sd-card-images

Scripts to build bootable SD card images with Debian for various single-board computers
https://sd-card-images.johang.se
GNU General Public License v3.0
151 stars 33 forks source link

A10-Olinuxino-lime #8

Closed xtrinch closed 2 years ago

xtrinch commented 2 years ago

First of all thank you for your hard work,

I've booted into the A10-Olinuxino-lime image, and I'm unable to get apt to work, it says Temporary failure resolving. It appears I'm connected and have an IP on eth0 (Can see it in the ifconfig). Can't ping since ping isn't installed.

Can confirm same ethernet port connection setup works with official Olimex images.

What could it be?

johang commented 2 years ago

Can't reproduce. Maybe the DHCP/DNS problem in your local network.

evil-publishing commented 2 years ago

Hello there,

i have the same issue here with the bookworm image. Guess it could have something to do with the hostname. Will see if i can resolve this. But one question: which editor to edit files in the vanilla version is standard? Tried the usual suspects (vi, nano) but neither seem to be installed.

Thanks for any hint on this.

Regards,

Boris

Addendum: changing the routers setup didn't solve it. Here's the output from apt update:

root@debian:~# apt update
Ign:1 http://deb.debian.org/debian bookworm InRelease
Ign:2 http://security.debian.org/debian-security bookworm-security InRelease
Ign:3 http://deb.debian.org/debian bookworm-updates InRelease
Ign:2 http://security.debian.org/debian-security bookworm-security InRelease
Ign:1 http://deb.debian.org/debian bookworm InRelease
Ign:2 http://security.debian.org/debian-security bookworm-security InRelease
Ign:3 http://deb.debian.org/debian bookworm-updates InRelease
Err:2 http://security.debian.org/debian-security bookworm-security InRelease
  Temporary failure resolving 'security.debian.org'
Ign:1 http://deb.debian.org/debian bookworm InRelease
Ign:3 http://deb.debian.org/debian bookworm-updates InRelease
Err:1 http://deb.debian.org/debian bookworm InRelease
  Temporary failure resolving 'deb.debian.org'
Err:3 http://deb.debian.org/debian bookworm-updates InRelease
  Temporary failure resolving 'deb.debian.org'
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://deb.debian.org/debian/dists/bookworm/InRelease  Temporary failure resolving 'deb.debian.org'
W: Failed to fetch http://deb.debian.org/debian/dists/bookworm-updates/InRelease  Temporary failure resolving 'deb.debian.org'
W: Failed to fetch http://security.debian.org/debian-security/dists/bookworm-security/InRelease  Temporary failure resolving 'security.debian.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.

Unfortunately it gets no packages, either (i think that was clear, but hopes die at least):

root@debian:~# apt install nano
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package nano

This is strange, too:

root@debian:~# ping
-bash: ping: command not found

Maybe there's something gone wrong with the debian-base-system?

Any hint, how i can find out, what's wrong here?

evil-publishing commented 2 years ago

Gotcha. In /etc/resolv.conf the nameserver is set to 192.168.2.1 but in my case it should be 192.168.178.1

root@debian:/etc# apt update
Get:1 http://security.debian.org/debian-security bookworm-security InRelease [35.6 kB]
Get:2 http://deb.debian.org/debian bookworm InRelease [130 kB]
Get:3 http://deb.debian.org/debian bookworm-updates InRelease [36.8 kB]
Reading package lists... Done
E: Release file for http://security.debian.org/debian-security/dists/bookworm-security/InRelease is not valid yet (invalid for another 92d 2h 50min 11s). Updates for this repository will not be applied.
E: Release file for http://deb.debian.org/debian/dists/bookworm/InRelease is not valid yet (invalid for another 93d 20h 11min 46s). Updates for this repository will not be applied.
E: Release file for http://deb.debian.org/debian/dists/bookworm-updates/InRelease is not valid yet (invalid for another 93d 20h 11min 45s). Updates for this repository will not be applied.

Looks way better - but installing nano and some sort of ping command thru .deb-files and scp wasn't soo nice ;)

Next thing was the time and date was not set correctly and where a little offset. a date -scorrected this one. Now apt update && apt upgrade works as expected.

Another note: it seems to be no dialog installed, so apt goes to crash-recover with the readline interface... maybe there are some issues with the base-packages...

johang commented 2 years ago

Nice catch. I made a fix for it.