Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 444 matches

by Random_Troll
2023-07-16 18:30
Forum: Off-Topic
Topic: What does your non-Debian desktop look like?
Replies: 1756
Views: 2789626

Re: What does your non-Debian desktop look like?

Trying out Debian & Debian-based live openbox desktops in QEMU/KVM (Arch host running sway): https://i.postimg.cc/LsmhXqk8/20230715-17h31m58s-grim.png Clockwise from top-right: BunsenLabs Beryllium, Debian bookworm LXDE, CrunchBang++ 12, deadbang 12.0 (Debian bookworm pure blend, alpha version)....
by Random_Troll
2023-07-16 18:21
Forum: General Questions
Topic: Debian Bookworm (12.0): dependency issues prevent kernel upgrade (raspi-firmware issue)
Replies: 27
Views: 14494

Re: Debian Bookworm (12.0): dependency issues prevent kernel upgrade (raspi-firmware issue)

sunrat wrote: 2023-07-10 09:12 We expect the issue will be fixed for 12.1 images.
The issue was fixed upstream on 2023-07-09:

https://salsa.debian.org/live-team/live ... a453eb6307

No idea when the new live-build version will be pushed to sid though.
by Random_Troll
2023-07-16 11:06
Forum: System and Network configuration
Topic: Qemu: File transfer with a Windows guest
Replies: 10
Views: 5880

Re: Qemu: File transfer with a Windows guest

I've never used Samba but there are Windows drivers for VirtIO that can be used with 9pfs under QEMU/KVM. The speed isn't the best but it should work.
by Random_Troll
2023-07-16 11:00
Forum: Graphical Environments & Desktops
Topic: installing amdgpu pro drivers for ffmpeg av1 encoding on bookworm
Replies: 8
Views: 3156

Re: installing amdgpu pro drivers for ffmpeg av1 encoding on bookworm

Arokan wrote: 2023-07-16 10:09

Code: Select all

      VAProfileAV1Profile0            : VAEntrypointVLD
Looks like AV1 decoding ("VAEntrypointVLD") is supported by VA-API but not encoding ("VAEntrypointEncSlice"), unfortunately.
by Random_Troll
2023-07-15 11:38
Forum: Graphical Environments & Desktops
Topic: installing amdgpu pro drivers for ffmpeg av1 encoding on bookworm
Replies: 8
Views: 3156

Re: installing amdgpu pro drivers for ffmpeg av1 encoding on bookworm

Does VA-API work for AV1 yet?

Code: Select all

vainfo
It won't be as fast as AMF but at least you won't need the proprietary drivers.
by Random_Troll
2023-07-15 11:37
Forum: Beginners Questions
Topic: Vm upgrade
Replies: 2
Views: 717

Re: Vm upgrade

Read the upgrade guide, it is very comprehensive: https://www.debian.org/releases/bookwor ... ng.en.html

And yes, I'm waiting for 12.1 before upgrading my production machines :-)
by Random_Troll
2023-07-15 11:31
Forum: Hardware
Topic: [Solved] [Hardware] Network cards not working on Debian 12
Replies: 29
Views: 12227

Re: [Hardware] Network cards not working on Debian 12

For ethernet try the r8168-dkms package; for the wireless device perhaps try https://ubuntuforums.org/showthread.php?t=2181558, if this is an ASUS machine.
by Random_Troll
2023-07-15 11:18
Forum: Docs, HowTos, Tips & Tricks
Topic: Prevent installation of raspi-firmware
Replies: 0
Views: 10159

Prevent installation of raspi-firmware

The Debian 12.0 live images add the raspi-firmware package and cause upgrade problems afterwards. This kernel command line parameter removes the package as part of the installation process: preseed/late_command="in-target dpkg --purge raspi-firmware ; in-target rm -r /boot/firmware" To app...
by Random_Troll
2023-07-15 11:13
Forum: General Questions
Topic: [Software] dpkg: warning: 'ldconfig' not found in PATH or not executable
Replies: 4
Views: 1071

Re: [Software] dpkg: warning: 'ldconfig' not found in PATH or not executable

Is this another wind-up?

You don't have PATH set correctly because you've used this command to get root permisions:

Code: Select all

su
When you should have used either

Code: Select all

su -
or

Code: Select all

sudo -i
We've had at least a thousand threads here about this exact subject, why couldn't you find them?
by Random_Troll
2023-07-10 04:38
Forum: General Questions
Topic: [Solved] Linux Kernel doesn't upgrade
Replies: 5
Views: 1253

Re: [Software] Linux Kernel doesn't upgrade

Only ARM machines store firmware under /boot/firmware/, x86 systems use /lib/firmware/ instead.
by Random_Troll
2023-07-07 22:19
Forum: General Questions
Topic: Kernel upgrade does not work ...
Replies: 4
Views: 2033

Re: Kernel upgrade does not work ...

The solution to that has already been linked to earlier in the thread. There are several active threads here with the same (or a very similar) error message. Here is another link to a solution in a single, short post: https://forums.debian.net/viewtopic.php?p=777091#p777091 ^ Follow the advice there...
by Random_Troll
2023-07-07 20:06
Forum: System and Network configuration
Topic: [Software] How do I choose fastest closest mirror
Replies: 28
Views: 6228

Re: [Software] How do I choose fastest closest mirror

So is `nala upgrade` quicker than that GUI monstrosity?

No need to full quote btw.
by Random_Troll
2023-07-07 19:29
Forum: Testing And Unstable
Topic: [Testing - Trixie] Error on update
Replies: 1
Views: 845

Re: [Testing - Trixie] Error on update

viewtopic.php?p=777091#p777091

Please search the boards before posting.
by Random_Troll
2023-07-07 19:28
Forum: General Questions
Topic: Kernel upgrade does not work ...
Replies: 4
Views: 2033

Re: Kernel upgrade does not work ...

dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'start-stop-daemon' not found in PATH or not executable dpkg: error: 2 expected programs not found in PATH or not executable Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin And also be sure to...
by Random_Troll
2023-07-07 19:24
Forum: System and Network configuration
Topic: [Solved] [Software] Upgrade issue with kernel 6.1.0-10-amd64
Replies: 13
Views: 16065

Re: [Software] Upgrade issue with kernel 6.1.0-10-amd64

I don't understand what is happening The raspi-firmware arm64 package was added to the amd64 ISO images by mistake; the kernel & initramfs scripts installed by that package produce the error and also prevent removal once they've been triggered. Additionally the raspi-firmware package installs s...
by Random_Troll
2023-07-07 19:14
Forum: Installation
Topic: Raspi-firmware / kernel update : how to get rid of the upgrade issue
Replies: 9
Views: 3563

Re: Raspi-firmware / kernel update : how to get rid of the upgrade issue

My method to fix this problem was this (be very careful with the last command!):

Code: Select all

# rm /etc/{initramfs/post-update.d/,kernel/{postinst.d/,postrm.d/}}z50-raspi-firmware
# apt purge raspi-firmware
# rm -rf /boot/firmware
Nothing else was required.
by Random_Troll
2023-07-07 18:55
Forum: System and Network configuration
Topic: [Software] How do I choose fastest closest mirror
Replies: 28
Views: 6228

Re: [Software] How do I choose fastest closest mirror

Are you using https://deb.debian.org? That should redirect to the fastest local mirror using the magic of CDN.

Otherwise try

Code: Select all

# apt install nala
# nala fetch
# nala upgrade
And only use nala(8) to update in future. GUIs are for suckers! :mrgreen:
by Random_Troll
2023-07-07 05:28
Forum: Off-Topic
Topic: AI generated art: Are you down with it or down on it?
Replies: 27
Views: 34919

Re: AI generated art: Are you down with it or down on it?

Just because an AI created the image doesn't mean the prompt author doesn't deserve credit. Duchamp didn't make that urinal but "Fountain" is a hugely significant piece of modern art.
by Random_Troll
2023-07-07 05:26
Forum: General Questions
Topic: Errors while updating system or install new packages Debian 12 (Solved sort of)
Replies: 36
Views: 19527

Re: Errors while updating system or install new packages Debian 12 (Solved sort of)

The actual problem is only encountered when the raspi-firmware package is (re)configured or when the kernel/initramfs is updated.