lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
juri__ has joined #armbian-rockchip
juri_ has quit [Ping timeout: 268 seconds]
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian-rockchip
<DC-IRC> [Discord] <Tonymac32> https://www.luckfox.com/
<DC-IRC> [Discord] <Tonymac32> probably a decent little set of boards/modules, but as per usual the software is INSANELY bad, clear down to instructions for installing virtualbox to do the dev work 😄
<DC-IRC> [Discord] <masterphi> I'm getting this error installing docker on a fresh Armbian install: (running on OrangePi 5)
<DC-IRC> [Discord] <masterphi> ```
<DC-IRC> [Discord] <masterphi> # after running the commands provided by the docker docs
<DC-IRC> [Discord] <masterphi> $ sudo apt update
<DC-IRC> [Discord] <masterphi> ......
<DC-IRC> [Discord] <masterphi> ......
<DC-IRC> [Discord] <masterphi> E: gzread: Read error (-3: <fd:4>: incorrect data check)
<DC-IRC> [Discord] <masterphi> Traceback (most recent call last):
<DC-IRC> [Discord] <masterphi> File "/usr/lib/cnf-update-db", line 32, in <module>
<DC-IRC> [Discord] <masterphi> col.create(db)
<DC-IRC> [Discord] <masterphi> File "/usr/share/command-not-found/CommandNotFound/db/creator.py", line 96, in create
<DC-IRC> [Discord] <masterphi> self._fill_commands(con)
<DC-IRC> [Discord] <masterphi> File "/usr/share/command-not-found/CommandNotFound/db/creator.py", line 145, in _fill_commands
<DC-IRC> [Discord] <masterphi> raise subprocess.CalledProcessError(returncode=sub.returncode,
<DC-IRC> [Discord] <masterphi> subprocess.CalledProcessError: Command '/usr/lib/apt/apt-helper cat-file /var/lib/apt/lists/deb.debian.org_debian_dists_bookworm_main_Contents-all.gz' returned non-zero exit status 100.
<DC-IRC> [Discord] <masterphi> ```
<DC-IRC> [Discord] <masterphi> Anyone know what could be causing this?
<DC-IRC> [Discord] <tenkawa42> need more log
<DC-IRC> [Discord] <tenkawa42> pastebin it somewhere
<DC-IRC> [Discord] <masterphi> sure
juri__ has quit [Read error: Connection reset by peer]
<DC-IRC> [Discord] <masterphi> https://pastebin.com/xtRCGT7T
<DC-IRC> [Discord] <masterphi> Not sure how much more info this will add, but I can get more info if needed
<DC-IRC> [Discord] <tenkawa42> why is this source in your apt list?
<DC-IRC> [Discord] <tenkawa42> Ign:5 https://download.docker.com/linux/ubuntu bookworm InRelease
<DC-IRC> [Discord] <tenkawa42> Err:6 https://download.docker.com/linux/ubuntu bookworm Release
<DC-IRC> [Discord] <tenkawa42> 404 Not Found [IP: 2600:9000:20ac:3a00:3:db06:4200:93a1 443]
<DC-IRC> [Discord] <tenkawa42> You said this was "on" a Armbian built box right?
<DC-IRC> [Discord] <tenkawa42> did you add this or was it already there?
juri_ has joined #armbian-rockchip
<DC-IRC> [Discord] <tenkawa42> ahh there it is your second post
<DC-IRC> [Discord] <tenkawa42> I don't think you can run that with the system sources "don't quote me"... someone else in here would need to confirm/negate
<DC-IRC> [Discord] <tenkawa42> I think there is a docker package installable from inside Armbian
<DC-IRC> [Discord] <tenkawa42> but I don't use docker currently so I canot verify
<DC-IRC> [Discord] <tenkawa42> this error 404 Not Found [IP: 2600:9000:20ac:3a00:3:db06:4200:93a1 443] however is the website doesn't have it all that you are trying to pull
<DC-IRC> [Discord] <tenkawa42> this error 404 Not Found [IP: 2600:9000:20ac:3a00:3:db06:4200:93a1 443] however is the website/repo doesn't have it all that you are trying to pull
<DC-IRC> [Discord] <masterphi> but all it's doing is an `apt update`
<DC-IRC> [Discord] <tenkawa42> right...its not an apt repo
<DC-IRC> [Discord] <tenkawa42> (at least not for ubuntu bookworm)... let me look... I have ipv6 so I should be able to access it
<DC-IRC> [Discord] <masterphi> oh hold on
<DC-IRC> [Discord] <masterphi> I copied the wrong command for the sources
<DC-IRC> [Discord] <tenkawa42> jeah bookworm is debian not ubuntu
<DC-IRC> [Discord] <tenkawa42> yeah bookworm is debian not ubuntu
<DC-IRC> [Discord] <masterphi> let me re-do the pastebin
<DC-IRC> [Discord] <tenkawa42> just noticed
<DC-IRC> [Discord] <tenkawa42> you need the right "ubuntu" version name
<DC-IRC> [Discord] <masterphi> it should have been debian instead
<DC-IRC> [Discord] <tenkawa42> or change that line to bookworm... this is all Debian from the output in your pastebin.. not Ubuntu
<DC-IRC> [Discord] <masterphi> This is the actual error:
<DC-IRC> [Discord] <masterphi> https://pastebin.com/e3kFThm0
<DC-IRC> [Discord] <tenkawa42> ok just a sec.. let me check
<DC-IRC> [Discord] <masterphi> TIA 🙂
<DC-IRC> [Discord] <tenkawa42> you tried running a apt-get clean first then redoing it?
<DC-IRC> [Discord] <masterphi> Yeah, exact same error
<DC-IRC> [Discord] <tenkawa42> Yeah odd... I couldn't find anything recent on this error except to clear the cache...
<DC-IRC> [Discord] <tenkawa42> I would say keep that paste open and check back... someone hopefully will have an idea/two
<DC-IRC> [Discord] <masterphi> `sudo rm -rf /var/lib/apt/lists/*` seems to have fixed it
<DC-IRC> [Discord] <masterphi> I'm guessing the repo metadata got corrupted or something
<DC-IRC> [Discord] <masterphi> TIL, thanks for the help @tenkawa42 !
<DC-IRC> [Discord] <tenkawa42> cool... glad it was just apt acting up
<DC-IRC> [Discord] <tenkawa42> np
<DC-IRC> [Discord] <tenkawa42> weird eh?
<DC-IRC> [Discord] <tenkawa42> dpkg/apt can be odd sometimes with the way it works