Debian 12 - Bookworm Live installer ISO for linuxcnc (x86_64)
19 Dec 2023 21:44 #288619
by lunada
Replied by lunada on topic Debian 12 - Bookworm Live installer ISO for linuxcnc (x86_64)
new installation. downloaded the image maybe a week ago? i dont know what a dkms is. basically i had 2.9pre installed, and it was all working but i was having issues getting glade working, so i decided to install 2.9.1I don't understand why this is happening. Is it a new installation?
Why has dkms been loaded? do you have any drivers (eg realtek NIC drivers) installed that requires it?
Please Log in or Create an account to join the conversation.
19 Dec 2023 22:57 #288623
by lunada
Replied by lunada on topic Debian 12 - Bookworm Live installer ISO for linuxcnc (x86_64)
i did some googling and found this code, and it seems to have made it happy again.
# rm /etc/{initramfs/post-update.d/,kernel/{postinst.d/,postrm.d/}}z50-raspi-firmware
# apt purge raspi-firmware
# rm /etc/{initramfs/post-update.d/,kernel/{postinst.d/,postrm.d/}}z50-raspi-firmware
# apt purge raspi-firmware
Please Log in or Create an account to join the conversation.
20 Dec 2023 00:13 #288629
by cornholio
Replied by cornholio on topic Debian 12 - Bookworm Live installer ISO for linuxcnc (x86_64)
dkms is the mechanism via which debian & ubuntu based distros rebuild third party kernel modules when a new kernel is installed.
Please Log in or Create an account to join the conversation.
- abdulasis12
- Offline
- Premium Member
Less
More
- Posts: 111
- Thank you received: 6
22 Dec 2023 11:20 #288819
by abdulasis12
Hi MR.Rodw
I same problem and try to your solution , but can't solve.
have any solution ?
Thank you
Asis.
asis@192:~/Downloads$ sudo apt remove z50-raspi-firmware
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package z50-raspi-firmware
asis@192:~/Downloads$ sudo apt remove raspi-firmware
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'raspi-firmware' is not installed, so not removed
The following packages were automatically installed and are no longer required:
linux-headers-6.1.0-11-amd64 linux-headers-6.1.0-11-common linux-headers-6.1.0-11-common-rt linux-headers-6.1.0-11-rt-amd64
linux-headers-6.1.0-13-amd64 linux-headers-6.1.0-13-common linux-image-6.1.0-11-rt-amd64
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up initramfs-tools (0.142) ...
update-initramfs: deferring update (trigger activated)
Setting up linux-image-6.1.0-13-rt-amd64 (6.1.55-1) ...
/etc/kernel/postinst.d/dkms:
dkms: running auto installation service for kernel 6.1.0-13-rt-amd64.
dkms: autoinstall for kernel: 6.1.0-13-rt-amd64.
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-6.1.0-13-rt-amd64
live-boot: core filesystems dm-verity devices utils udev blockdev dns.
raspi-firmware: missing /boot/firmware, did you forget to mount it?
run-parts: /etc/initramfs/post-update.d//z50-raspi-firmware exited with return code 1
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
dpkg: error processing package linux-image-6.1.0-13-rt-amd64 (--configure):
installed linux-image-6.1.0-13-rt-amd64 package post-installation script subprocess returned error exit status 1
Setting up linux-image-6.1.0-16-rt-amd64 (6.1.67-1) ...
/etc/kernel/postinst.d/dkms:
dkms: running auto installation service for kernel 6.1.0-16-rt-amd64.
dkms: autoinstall for kernel: 6.1.0-16-rt-amd64.
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-6.1.0-16-rt-amd64
live-boot: core filesystems dm-verity devices utils udev blockdev dns.
raspi-firmware: missing /boot/firmware, did you forget to mount it?
run-parts: /etc/initramfs/post-update.d//z50-raspi-firmware exited with return code 1
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
dpkg: error processing package linux-image-6.1.0-16-rt-amd64 (--configure):
installed linux-image-6.1.0-16-rt-amd64 package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of linux-image-rt-amd64:
linux-image-rt-amd64 depends on linux-image-6.1.0-16-rt-amd64 (= 6.1.67-1); however:
Package linux-image-6.1.0-16-rt-amd64 is not configured yet.
dpkg: error processing package linux-image-rt-amd64 (--configure):
dependency problems - leaving unconfigured
Processing triggers for initramfs-tools (0.142) ...
update-initramfs: Generating /boot/initrd.img-6.1.0-16-rt-amd64
live-boot: core filesystems dm-verity devices utils udev blockdev dns.
raspi-firmware: missing /boot/firmware, did you forget to mount it?
run-parts: /etc/initramfs/post-update.d//z50-raspi-firmware exited with return code 1
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
linux-image-6.1.0-13-rt-amd64
linux-image-6.1.0-16-rt-amd64
linux-image-rt-amd64
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
asis@192:~/Downloads$
Replied by abdulasis12 on topic Debian 12 - Bookworm Live installer ISO for linuxcnc (x86_64)
From the screen dump, you have nothing to upgrade so its not an issue.
That raspberry pi bug seems to have returned to Debian core code. Its not a Linuxcnc thing
SO the error is in relation to the rasppi firmware it thinks is installed.
try sudo apt remove z50-raspi-firmware or
sudo apt remove raspi-firmware if it errors
Hi MR.Rodw
I same problem and try to your solution , but can't solve.
have any solution ?
Thank you
Asis.
asis@192:~/Downloads$ sudo apt remove z50-raspi-firmware
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package z50-raspi-firmware
asis@192:~/Downloads$ sudo apt remove raspi-firmware
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'raspi-firmware' is not installed, so not removed
The following packages were automatically installed and are no longer required:
linux-headers-6.1.0-11-amd64 linux-headers-6.1.0-11-common linux-headers-6.1.0-11-common-rt linux-headers-6.1.0-11-rt-amd64
linux-headers-6.1.0-13-amd64 linux-headers-6.1.0-13-common linux-image-6.1.0-11-rt-amd64
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up initramfs-tools (0.142) ...
update-initramfs: deferring update (trigger activated)
Setting up linux-image-6.1.0-13-rt-amd64 (6.1.55-1) ...
/etc/kernel/postinst.d/dkms:
dkms: running auto installation service for kernel 6.1.0-13-rt-amd64.
dkms: autoinstall for kernel: 6.1.0-13-rt-amd64.
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-6.1.0-13-rt-amd64
live-boot: core filesystems dm-verity devices utils udev blockdev dns.
raspi-firmware: missing /boot/firmware, did you forget to mount it?
run-parts: /etc/initramfs/post-update.d//z50-raspi-firmware exited with return code 1
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
dpkg: error processing package linux-image-6.1.0-13-rt-amd64 (--configure):
installed linux-image-6.1.0-13-rt-amd64 package post-installation script subprocess returned error exit status 1
Setting up linux-image-6.1.0-16-rt-amd64 (6.1.67-1) ...
/etc/kernel/postinst.d/dkms:
dkms: running auto installation service for kernel 6.1.0-16-rt-amd64.
dkms: autoinstall for kernel: 6.1.0-16-rt-amd64.
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-6.1.0-16-rt-amd64
live-boot: core filesystems dm-verity devices utils udev blockdev dns.
raspi-firmware: missing /boot/firmware, did you forget to mount it?
run-parts: /etc/initramfs/post-update.d//z50-raspi-firmware exited with return code 1
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
dpkg: error processing package linux-image-6.1.0-16-rt-amd64 (--configure):
installed linux-image-6.1.0-16-rt-amd64 package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of linux-image-rt-amd64:
linux-image-rt-amd64 depends on linux-image-6.1.0-16-rt-amd64 (= 6.1.67-1); however:
Package linux-image-6.1.0-16-rt-amd64 is not configured yet.
dpkg: error processing package linux-image-rt-amd64 (--configure):
dependency problems - leaving unconfigured
Processing triggers for initramfs-tools (0.142) ...
update-initramfs: Generating /boot/initrd.img-6.1.0-16-rt-amd64
live-boot: core filesystems dm-verity devices utils udev blockdev dns.
raspi-firmware: missing /boot/firmware, did you forget to mount it?
run-parts: /etc/initramfs/post-update.d//z50-raspi-firmware exited with return code 1
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
linux-image-6.1.0-13-rt-amd64
linux-image-6.1.0-16-rt-amd64
linux-image-rt-amd64
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
asis@192:~/Downloads$
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
22 Dec 2023 11:54 #288820
by tommylight
Replied by tommylight on topic Debian 12 - Bookworm Live installer ISO for linuxcnc (x86_64)
Solution is two posts up, literally
forum.linuxcnc.org/9-installing-linuxcnc...only?start=90#288623
forum.linuxcnc.org/9-installing-linuxcnc...only?start=90#288623
The following user(s) said Thank You: abdulasis12
Please Log in or Create an account to join the conversation.
22 Dec 2023 19:21 #288834
by rodw
Replied by rodw on topic Debian 12 - Bookworm Live installer ISO for linuxcnc (x86_64)
This is a very annoying regression on the debian side.
When I get out of hospital,I will try supressing the installation of raspi-firmware in the installer.
When I get out of hospital,I will try supressing the installation of raspi-firmware in the installer.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
22 Dec 2023 19:37 #288835
by tommylight
Wishing you a fast and painless recovery, from whatever it is.
Replied by tommylight on topic Debian 12 - Bookworm Live installer ISO for linuxcnc (x86_64)
WTH are you doing in a hospital?When I get out of hospital,...
Wishing you a fast and painless recovery, from whatever it is.
Please Log in or Create an account to join the conversation.
22 Dec 2023 19:54 #288839
by rodw
Thats what I said! 2 nights ago I was worried about I might have a heart thing going on and went to emergency and they diagnosed pneumonia. Really strange because I had no symptoms for asthma which I would expect from any lung condition. Hopefully I will be home today as we must have got it early.
Replied by rodw on topic Debian 12 - Bookworm Live installer ISO for linuxcnc (x86_64)
WTH are you doing in a hospital?When I get out of hospital,...
Wishing you a fast and painless recovery, from whatever it is.
Thats what I said! 2 nights ago I was worried about I might have a heart thing going on and went to emergency and they diagnosed pneumonia. Really strange because I had no symptoms for asthma which I would expect from any lung condition. Hopefully I will be home today as we must have got it early.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
22 Dec 2023 19:57 #288841
by tommylight
Replied by tommylight on topic Debian 12 - Bookworm Live installer ISO for linuxcnc (x86_64)
Oh good you caught it early, a bit of corticosteroids and it is gone, usually.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
23 Dec 2023 02:45 #288860
by cornholio
Replied by cornholio on topic Debian 12 - Bookworm Live installer ISO for linuxcnc (x86_64)
Shit Rod, that's bad.
The worst part of pneumonia is the recovery period once you get rid of it.
You were lucky, I went to a quack with all the symptoms of pneumonia and the idiot diagnosed a "sore" throat. Luckily I had the sense to get a second opinion, bacterial pneumonia, not a "sore throat".
The worst part of pneumonia is the recovery period once you get rid of it.
You were lucky, I went to a quack with all the symptoms of pneumonia and the idiot diagnosed a "sore" throat. Luckily I had the sense to get a second opinion, bacterial pneumonia, not a "sore throat".
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
Time to create page: 0.113 seconds