Jump to content

Robert Heller

Members
  • Posts

    22
  • Joined

  • Last visited

1 Follower

Profile Information

  • Gender
    Male
  • Location
    Wendell, Mass, USA
  • Interests
    Model Railroads, Electronics, Computers, Science Fiction, Rock & Roll music

Contact Methods

  • Website URL
    https://www.deepsoft.com/
  • Github
    https://github.com/RobertPHeller/

Recent Profile Visitors

1740 profile views
  1. I have a Banana Pi M64 running Armbian 24.11.1 jammy, which has both a hard wired Ethernet connection and also WiFi. I have several other computers with both Ethernet and WiFi connections. I have my local DHCP servers set up to offer the same local IP address to both the Ethernet and Wireless NICs. For most (all but the Banana Pi M64 running Armbian 24.11.1 jammy) this is fine: both NICs get the same IP address and things work fine (generally traffic goes on one NIC). I do this in case I need to unplug the Ethernet cable (which would cause things to "fail over" to wireless). The Banana Pi M64 used to also be fine with the same IP address on both its Ethernet and its Wireless NIC, but now it seems to not like that, I believe because its dhcp client is bothering to check. How do I turn that checking off?
  2. I am trying to update my Banana Pi M64: missinglink% cat /etc/armbian-release # PLEASE DO NOT EDIT THIS FILE BOARD=bananapim64 BOARD_NAME="Banana Pi M64" BOARDFAMILY=sun50iw1 BUILD_REPOSITORY_URL=https://github.com/armbian/build BUILD_REPOSITORY_COMMIT=869a89d6-dirty DISTRIBUTION_CODENAME=focal DISTRIBUTION_STATUS=supported VERSION=20.05.4 LINUXFAMILY=sunxi64 BRANCH=current ARCH=arm64 IMAGE_TYPE=stable BOARD_TYPE=conf INITRD_ARCH=arm64 KERNEL_IMAGE_TYPE=Image but when I run this command: missinglink% sudo apt update && sudo apt dist-upgrade -y I get these errors: W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://deb.debian.org/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY F8D2585B8783D481 W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://deb.debian.org/debian stable-updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 W: Failed to fetch http://deb.debian.org/debian/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY F8D2585B8783D481 W: Failed to fetch http://deb.debian.org/debian/dists/stable-updates/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 W: Some index files failed to download. They have been ignored, or old ones used instead. and the update is a noop. What do I need to fix this?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines