Debian upgrade --Errors were encountered while processing: aufs-dkms - linux

Upgrading my system from debian stretch 9 to Debian 10 and I see the following error
Processing triggers for initramfs-tools (0.133+deb10u1) ...
update-initramfs: Generating /boot/initrd.img-4.19.0-23-amd64
Errors were encountered while processing:
aufs-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)
Can you please let me know how to resolve this error.
However, although I see the error during the upgrade, it seems the server was upgraded
lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
Thanks

Related

Snapcraft doesnt install snaps, gives a mount error

had it all working and the next day it randomly gave this error to me. I dont know what I did.
also i had a error on the ubuntu screen itself when executed this command “unable to mount volume an operation is already pending” something like that. cant get to re create this
$ snap install ubuntu-frame
error: cannot perform the following tasks:
Run hook prepare-plug-graphics-core20 of snap "ubuntu-frame" (run hook "prepare-plug-graphics-core20": cannot perform operation: mount --bind /snap/core20/current/etc/nsswitch.conf /tmp/snap.rootfs_lOwlQ8/etc/nsswitch.conf: Permission denied)
Ubuntu version
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.5 LTS
Release: 20.04
Codename: focal
Snap version
snap 2.57.6
snapd 2.57.6
series 16
ubuntu 20.04
kernel 4.9.333-127
Its an odroid i have to get it in a kiosk for work. and all it gave me is headaches with errors.
I tried reinstalling snap purged it. didnt fix anything.

Getting libudev-dev to run try developing with bevy

I've looked around somewhat extensively to try and troubleshoot this problem, currently I can't seem to locate the libudev-dev package. When running sudo apt-get install libudev-dev it tells me:
sudo apt-get install libudev-dev --fix-missing
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
libudev-dev
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 19.7 kB of archives.
After this operation, 251 kB of additional disk space will be used.
Err:1 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev-dev amd64 245.4-4ubuntu3.17
404 Not Found [IP: 91.189.91.39 80]
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/s/systemd/libudev-dev_245.4-4ubuntu3.17_amd64.deb 404 Not Found [IP: 91.189.91.39 80]
E: Internal Error, ordering was unable to handle the media swap
as you can see I attempted to try --fix-missing cause previously it was saying use this, I believe now that's just a "continue" instead of error out from this one package. I saw many recommendations online to ensure that you're properly updated so I ran:
sudo apt-get update
sudo apt-get upgrade
These were giving me some issues and erroring out so I eventually got them to run without any errors and tried again. Even then I'm still unable to locate the libudev-dev package. I followed the link provided in the install blob:
http://us.archive.ubuntu.com/ubuntu
I followed the path specified and located a few versions that might possibly work for what I want but downloading them through that file navigator and running them said I was missing some dependencies but I've been unable to see what dependencies I don't have. So I attempted running it through terminal with:
sudo apt-get install libudev-dev=251.4-1ubuntu6
that was giving me issues saying that version was not found, and I'm not all too familiar with the = syntax so I'm not sure what I could have done wrong there. I'm at my wits end with this, no idea what the problem could be and I was really excited to try out bevy and get some more rust experience, but I can't even compile the most basic app.
Some system information to possibly help debug:
uname -a
**redacted** INTEL 5.15.0-48-generic #54~20.04.1-Ubuntu SMP Thu Sep 1 16:17:26 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
cat /etc/os-release
NAME="Zorin OS"
VERSION="16.1"
ID=zorin
ID_LIKE=ubuntu
PRETTY_NAME="Zorin OS 16.1"
VERSION_ID="16"
HOME_URL="https://zorin.com/os/"
SUPPORT_URL="https://help.zorin.com/"
BUG_REPORT_URL="https://zorin.com/os/feedback/"
PRIVACY_POLICY_URL="https://zorin.com/legal/privacy/"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
lscpu
Vendor ID: GenuineIntel
CPU family: 6
Model: 151
Model name: 12th Gen Intel(R) Core(TM) i5-12600KF
lspci
0000:03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 73ff (rev c1)

DataStax C++ driver for Ubuntu 22.04?

I am following the instructions here to run the C++ connection code example on AstraDB. However, I could not install the Casandra driver package. I got an error message about "multiarch-support is not installed".
Platform details: Ubuntu 22.04 (latest update), Cansandra driver 2.16.0.
Here is the command and the detailed output:
sudo dpkg -i cassandra-cpp-driver_2.16.0-1_amd64.deb
dpkg: regarding cassandra-cpp-driver_2.16.0-1_amd64.deb containing cassandra-cpp-driver, pre-
dependency problem:
cassandra-cpp-driver pre-depends on multiarch-support multiarch-support is not installed.
So I tried to install binutils-multiarch for Ubuntu 22.04 but it did not work (same error).
Did I miss any steps?
I noticed that the Casandra download page only shows driver packages up to Ubuntu 18.04.
Do you have the latest build for Ubuntu 22.04?
Thanks very much for any help.
UPDATE:
I just noticed this post about the same issue and the reported resolution was to use Cassandra driver 2.16.2. When I tried that, I got a different error message about a required libssl is not installed.
I checked my system and it has libssl3. The error message points to libssl1.1 or above. So, why did it not work?
Here is the command output:
sudo dpkg -i cassandra-cpp-driver_2.16.2-1_amd64.deb
Selecting previously unselected package cassandra-cpp-driver.
(Reading database ... 354331 files and directories currently installed.)
Preparing to unpack cassandra-cpp-driver_2.16.2-1_amd64.deb ...
Unpacking cassandra-cpp-driver (2.16.2-1) ...
dpkg: dependency problems prevent configuration of cassandra-cpp-driver:
cassandra-cpp-driver depends on libssl1.1 (>= 1.1.0); however:
Package libssl1.1 is not installed.
And here is my libssl3 in the system:
apt search libssl
...(omitted)...
libssl3/jammy-updates,jammy-security,now 3.0.2-0ubuntu1.6 amd64 [installed]
Secure Sockets Layer toolkit - shared libraries
...(omitted)...

Problem with installing headers in debian 9.5 stretch

When I try to install header by using this command:
apt install linux-headers-$(uname -r)
Then I get this output with error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-4.9.124-xxxx-std-ipv6-64
E: Couldn't find any package by glob 'linux-headers-4.9.124-xxxx-std-ipv6-64'
E: Couldn't find any package by regex 'linux-headers-4.9.124-xxxx-std-ipv6-64'
I need those headers to install geoip, without them executing this command:
modprobe xt_geoip
Returns this error:
modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.9.124-xxxx-std-ipv6-64/modules.dep.bin'
modprobe: FATAL: Module xt_geoip not found in directory /lib/modules/4.9.124-xxxx-std-ipv6-64
Here are my sources.list:
https://pastebin.com/6eVpTuUD
My debian version:
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 9.5 (stretch)
Release: 9.5
Codename: stretch
I want just to note that I am newbie in linux, sorry if this problem is obvious. I were trying to find answer on google but I did not manage to.

rabbitmq-server : Depends: socat but it is not going to be installed. Cannot install rabbitMQ

I have been trying now for a few hours to install rabbitMQ on my linux VM.
I am currently running:
Linux 4.18.0-15-generic x86_64
<pre>Distributor ID: Ubuntu
Description: Ubuntu 18.10
Release: 18.10
Codename: cosmic
I am following the instructions specified on rabbitMQ page
After running sudo apt-get install rabbitmq-server I receive the title error. Can someone confirm that there is no support for version 18.10 cosmic? That is the only thing I can think of that might explain it.
I fixed the problem. I was correct. I had to downgrade the version of Ubuntu I was using from 18.10 to 18.04.

Resources