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 673 matches

by fabien
2024-04-26 21:48
Forum: Programming
Topic: Downloading buildd log for Debian packages with getbuildlog
Replies: 1
Views: 78

Re: Downloading buildd log for Debian packages with getbuildlog

It turns out that the regex fails because of the '+' character (which is interpreted as a regex expression, not a character) It looks like a feature, not a bug $> getbuildlog -h [...] Examples: # Download amd64 build log for hello version 2.2-1: getbuildlog hello 2\.2-1 amd64 We see that the help s...
by fabien
2024-04-26 21:10
Forum: Off-Topic
Topic: Where is default wifi power save set?
Replies: 9
Views: 242

Re: Where is default wifi power save set?

seamusdemora wrote: 2024-04-26 20:59 What would be the advantage of that?
A better title allows you to get more views and therefore more chances of getting a response.
by fabien
2024-04-26 20:50
Forum: Off-Topic
Topic: Where is default wifi power save set?
Replies: 9
Views: 242

Re: Where is default wifi power save set?

note: if you agree, you may change the subject of the first message: [Raspberry Pi OS] Where is default wifi power save set for brcmfmac kernel module ? I'm sorry, but I'm not following your meaning in this comment? If you agree to change your topic title, you can do so by editing your first post a...
by fabien
2024-04-26 20:40
Forum: Testing And Unstable
Topic: [trixie] upgrading libbpf1 requires uninstalling a bunch of other packages
Replies: 7
Views: 161

Re: [trixie] upgrading libbpf1 requires uninstalling a bunch of other packages

$ sudo apt upgrade libbpf1 Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to res...
by fabien
2024-04-26 11:01
Forum: General Questions
Topic: Why is 'matrix-synapse' now in backports?
Replies: 4
Views: 106

Re: Why is 'matrix-synapse' now in backports?

where can I go to read the comments from maintainers myself to understand its history, so I don't have to ask about it in the forums? Search the package in Debian -- Packages Click on the package page On the right, under Debian Resources: , click on Developer Information The package history in Debi...
by fabien
2024-04-25 19:28
Forum: General Questions
Topic: [Software] APT - The following signatures couldn't be verified
Replies: 3
Views: 137

Re: [Software] APT - The following signatures couldn't be verified

You're welcome.

You can see some typos all the time, and all typos some of the time, but you can't see all typos all the time :)

Please mark your topic as [Solved] by editing the title of your first post, e.g.
[Software] [Solved] APT - The following signatures couldn't be verified
by fabien
2024-04-25 00:19
Forum: Testing And Unstable
Topic: dist-upgrade fails due to unresolved conflict that is not even a conflict
Replies: 9
Views: 293

Re: dist-upgrade fails due to unresolved conflict that is not even a conflict

In all honesty, I do not get the problem itself. Why does apt complain about libqt5positioningquick5 and libqt5quick5, when they are both installed and up to date? What blocks exactly what? I'm not sure why the error only talks about libqt5positioningquick5, but the problem is much deeper, as shown...
by fabien
2024-04-24 22:56
Forum: General Questions
Topic: [Software] APT - The following signatures couldn't be verified
Replies: 3
Views: 137

Re: [Software] APT - The following signatures couldn't be verified

Hello, welcome to the forums! Types: deb deb-src URIs: mirror+file:///etc/apt/mirrors/debian-security.list Suites: bookworm-security Components: main contrib Signed-By: /usr/share/keyring/debian-archive-keyring.gpg I'm afraid you just made a typo $> ls -ld /usr/share/keyring/ ls: cannot access '/usr...
by fabien
2024-04-24 21:55
Forum: System and Network configuration
Topic: nftables script - configuration - errors
Replies: 5
Views: 199

Re: nftables script - configuration - errors

Do you know if I can use the dash interpreter in the "/etc/nftables.conf file"? The /etc/nftables.conf file is also interpreted by /usr/sbin/nft, so you cannot put shell commands there. If this is possible, it would be a way for me to use nftables in a script that can run shell commands.....
by fabien
2024-04-24 21:28
Forum: Testing And Unstable
Topic: dist-upgrade fails due to unresolved conflict that is not even a conflict
Replies: 9
Views: 293

Re: dist-upgrade fails due to unresolved conflict that is not even a conflict

Thanks. I assume you have things like this in /etc/apt/preferences.d/: Package: * Pin: release n=bookworm-security Pin-Priority: 1100 It looks like you have a form of FrankenDebian I didn't know about. I tested something similar on my Bookworm (I added Bullseye with Pin-Priority: 1100) and it breaks...
by fabien
2024-04-24 11:50
Forum: System and Network configuration
Topic: nftables script - configuration - errors
Replies: 5
Views: 199

Re: nftables script - configuration - errors

Hello, #!/usr/sbin/nft -f [...] for f in /proc/sys/net/ipv4/conf/*/rp_filter; do echo 1 > $f; done The interpreter for this script is /usr/sbin/nft which cannot interpret shell commands. Note that the parameters you want to set are normally set via the /etc/sysctl.conf file. I personally use the cus...
by fabien
2024-04-24 10:31
Forum: Testing And Unstable
Topic: dist-upgrade fails due to unresolved conflict that is not even a conflict
Replies: 9
Views: 293

Re: dist-upgrade fails due to unresolved conflict that is not even a conflict

Could you please post the output of

Code: Select all

#> apt -sV -o "Debug::pkgProblemResolver=1" full-upgrade
Does

Code: Select all

#> apt -sV install libqt5positioningquick5
show the same error?
by fabien
2024-04-23 18:50
Forum: Testing And Unstable
Topic: dist-upgrade fails due to unresolved conflict that is not even a conflict
Replies: 9
Views: 293

Re: dist-upgrade fails due to unresolved conflict that is not even a conflict

Hello,
Can you please post the complete output of

Code: Select all

#> apt -sV full-upgrade
or

Code: Select all

#> apt -V full-upgrade
if the previous command does not show the error.
Also

Code: Select all

$> apt policy libqt5positioningquick5 libqt5quick5 libqt5quick5-gles
and

Code: Select all

$> apt policy
by fabien
2024-04-23 16:58
Forum: Graphical Environments & Desktops
Topic: Getting Counter-Strike 2 to work on Debian 12
Replies: 10
Views: 6037

Re: Getting Counter-Strike 2 to work on Debian 12

sawyer22 wrote: 2024-04-23 14:43 I installed kernel 6.6.13 from backports, but when restarting, Debian cannot start lightdm anymore, so I guess there is some issue with the graphic driver. Any ideas what this could be?
Please open a new topic as this is another issue.
by fabien
2024-04-23 11:56
Forum: Graphical Environments & Desktops
Topic: Getting Counter-Strike 2 to work on Debian 12
Replies: 10
Views: 6037

Re: Getting Counter-Strike 2 to work on Debian 12

deflatedrubberduck wrote: 2024-04-23 08:43

Code: Select all

$ sudo apt -t bookworm-backports upgrade
Packages from Debian Backports must be cherry-picked, e.g.

Code: Select all

#> apt -t bookworm-backports install linux-image-amd64
by fabien
2024-04-23 11:45
Forum: System and Network configuration
Topic: [Solved] evtest behave differently on two pc's
Replies: 2
Views: 91

Re: evtest behave differently on two pc's

Hello, When I look at the properties of the file evtest I see that the owner is 'root' and the group is 'root'. I assume you mean the executable /usr/bin/evtest The permissions of this file should be rwxr-xr-x (755) which means executable by anyone. But members of the group 'input' also can execute ...
by fabien
2024-04-21 16:12
Forum: General Questions
Topic: [Solved] Locking Screen without Suspending nor Hybernating
Replies: 6
Views: 382

Re: Locking Screen without Suspending nor Hybernating

Thanks for updating your topic
rojasrod wrote: 2024-04-21 12:50 I was able to solve it with this:

You could just use a screen locker, like slock (# apt install suckless-tools).
So thanks to @reinob :)

Were you able to find which command is associated with Ctrl+Alt+l? Does this command trigger suspend or hibernate?
by fabien
2024-04-19 20:59
Forum: General Questions
Topic: [Software] Necessary conditions to exploit CVE-2021-3612 (joystickdriver)
Replies: 6
Views: 303

Re: [Software] Necessary conditions to exploit CVE-2021-3612 (joystickdriver)

You didn't answer my question, but that's not really a problem.
If systems match one of the supported versions and are up to date, this vulnerability has been fixed.
If systems aren't up to date, they're probably affected by hundreds of other vulnerabilities, so why focus on this one in particular?
by fabien
2024-04-19 20:26
Forum: General Questions
Topic: [Solved] Locking Screen without Suspending nor Hybernating
Replies: 6
Views: 382

Re: Locking Screen without Suspending nor Hybernating

Hello, To lock the screen I use the ctrl+alt+l or sometimes I use the action buttons on the panel The question is what locks the screen. It's probably xscreensaver but that's just to be sure. If it is xscreensaver, the login screen shows "xscreensaver" when you unlock, you can check that. ...
by fabien
2024-04-17 10:57
Forum: Hardware
Topic: Dell XPS 17 latest apt update results in no sound (via internal speakers and mic)
Replies: 5
Views: 187

Re: Dell XPS 17 latest apt update results in no sound (via internal speakers and mic)

Hello, PS When I first installed Debian 12, the microphone didn't work (the speaker was always fine) but I found fix for that; see here: https://forums.debian.net/viewtopic.php?p=797264#p797264 It is worth noting that the script that you used to fix your initial problem basically removes files from ...