Conversation
This allows adding VB1, ISO, etc to the filename.
candump gates this R/T suffix behind the -x CLI option, but I don't really care about that fine grained of control. It's useful information, so include it by default. If it matters to someone sometime in the future, we can add an option to disable it then.
From the apt-get install:
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
wireless-regdb
The following NEW packages will be installed:
linux-modules-extra-6.17.0-1020-azure wireless-regdb
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 51.0 MB of archives.
After this operation, 50.6 MB of additional disk space will be used.
Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
Ign:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 wireless-regdb all 2025.10.07-0ubuntu1~24.04.1
Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 linux-modules-extra-6.17.0-1020-azure amd64 6.17.0-1020.20~24.04.1 [51.0 MB]
Ign:2 https://archive.ubuntu.com/ubuntu noble-updates/main amd64 wireless-regdb all 2025.10.07-0ubuntu1~24.04.1
Ign:2 https://security.ubuntu.com/ubuntu noble-updates/main amd64 wireless-regdb all 2025.10.07-0ubuntu1~24.04.1
Err:2 mirror+file:/etc/apt/apt-mirrors.txt noble-updates/main amd64 wireless-regdb all 2025.10.07-0ubuntu1~24.04.1
404 Not Found [IP: 40.81.13.82 80]
E: Failed to fetch mirror+file:/etc/apt/apt-mirrors.txt/pool/main/w/wireless-regdb/wireless-regdb_2025.10.07-0ubuntu1%7e24.04.1_all.deb 404 Not Found [IP: 40.81.13.82 80]
Fetched 51.0 MB in 2s (27.1 MB/s)
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
The original idea was that a config file without interfaces is a likely
typo. But now, I'm trying to integrate candumpr into a $WORK BitBake
build, and I need to choose what candumpr does on platforms that I don't
know all the CAN busses on.
I'm going to do a ${MACHINE} FILESOVERRIDES with a default config file
that contains no interfaces. That way, the systemd service does not
start and fail, which can have other consequences.
This was caused by adding the Targets filter, because the fmt() subscriber has a default log level of INFO.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #28.
Closes #51.
Closes #55.