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

by oida
2024-02-12 18:17
Forum: Graphical Environments & Desktops
Topic: [Solved] howto start xscreensaver from commandline ?
Replies: 8
Views: 2019

Re: howto start xscreensaver from commandline ?

Hello Fabien, yes, that makes the job. I would thank you so much for helping me to solve this "problem". Everything works now as it should (i think that's a Debian thing :mrgreen: ). I use Debian, let's say, straight out of the box and so i am happy that everything is running well but on t...
by oida
2024-02-12 13:57
Forum: Graphical Environments & Desktops
Topic: [Solved] howto start xscreensaver from commandline ?
Replies: 8
Views: 2019

Re: howto start xscreensaver from commandline ?

Hello Fabien, sorry for the wrong tags. In pastebin i can't upload a gz file and i won't do something wrong so i will copy / paste the script here. #!/usr/bin/env bash pidof xscreensaver && { echo "xscreensaver already running, exit" exit 1; } xscreensaver & ### run xscreensave...
by oida
2024-02-12 11:43
Forum: Graphical Environments & Desktops
Topic: [Solved] howto start xscreensaver from commandline ?
Replies: 8
Views: 2019

Re: howto start xscreensaver from commandline ?

Barely tested but should work --watch Prints a line each time the screensaver changes state: when the screen blanks, locks, unblanks, or when the running hack is changed. This option never returns; it is intended for use by shell scripts that want to react to the screensaver in some way. #!/usr/bin...
by oida
2024-02-12 11:33
Forum: Graphical Environments & Desktops
Topic: [Solved] howto start xscreensaver from commandline ?
Replies: 8
Views: 2019

Re: howto start xscreensaver from commandline ?

I do not understand you in this part: i don't want to start the screensaver at startup, on deman Well, i mean i do not want the screensaver to autostart at login, but instead i want to start the screensaver directly from command line This should activate it (and lock the screen, too). xscreensaver-...
by oida
2024-02-11 19:03
Forum: Graphical Environments & Desktops
Topic: [Solved] howto start xscreensaver from commandline ?
Replies: 8
Views: 2019

[Solved] howto start xscreensaver from commandline ?

Hello, i was looking for a possibility to lock the screen and unlock it with a Yubico Key.I tried swaylock but give up because of swaylock startup error (Missing ext-session-lock-v1, wlr-layer-shell, wlr-input-inhibitor. Then i switched from Wayland to X11 and installed xscreensaver, edited /etc/pam...
by oida
2024-02-07 17:46
Forum: System and Network configuration
Topic: [Solved] how to display a mesage to insert 2fa key ?
Replies: 2
Views: 316

Re: [Solved] how to display a mesage to insert 2fa key ?

Hello, i figured out that modifications of /etc/pam.d/gdm-password displays a message in the Password field of the logon screen. It was not what i was looking for but so far, in my opinion it's a "graphical-dingi", which has to be implemented from the gnome side. It can't find any signs fo...
by oida
2024-02-07 16:26
Forum: System and Network configuration
Topic: [Solved] blacklist: Problem blacklisting hash (-13)
Replies: 10
Views: 1581

Re: blacklist: Problem blacklisting hash (-13)

Here's another bug report which may make it a bit clearer - https://lore.kernel.org/lkml/1bb01e6c-3829-6af4-b2c5-5dc82bd75b72@lenovo.com/ It's not an actual error message, only informational and is harmless so can be ignored. You could try a newer kernel from bookworm-backports as it mentions code ...
by oida
2024-02-07 16:23
Forum: System and Network configuration
Topic: [Solved] how to display a mesage to insert 2fa key ?
Replies: 2
Views: 316

[Solved] how to display a mesage to insert 2fa key ?

Hello, i managed to use the Yubico Key to login and it worked well, but i have one issue which i want to solve. I want to display a message after typing the password to insert the key. I have tried to add in /etc/pam.d/login a line with pam_echo.so : @include common.auth auth required pam_u2f.so int...
by oida
2024-02-07 12:36
Forum: System and Network configuration
Topic: [Solved] blacklist: Problem blacklisting hash (-13)
Replies: 10
Views: 1581

Re: blacklist: Problem blacklisting hash (-13)

Hello @Aki, sorry for not quoting, i promise i will do in the future. The message appears right after upgrading to Debian 12. i will post only the first lines of the journal (because the journal has about 5k lines ) created as suggested : sudo journalctl -g "blacklisting hash" > journal.lo...
by oida
2024-02-06 13:49
Forum: System and Network configuration
Topic: [Solved] blacklist: Problem blacklisting hash (-13)
Replies: 10
Views: 1581

Re: blacklist: Problem blacklisting hash (-13)

Hello, i forget to mention that there are no firmware updates available, because fwupdmgr get-updates reports Geräte mit keinen verfügbaren Firmware-Aktualisierungen: • UEFI Device Firmware • UEFI Device Firmware • UEFI Device Firmware • UEFI Device Firmware • Fingerprint Sensor • Integrated RGB Cam...
by oida
2024-02-06 13:45
Forum: System and Network configuration
Topic: [Solved] blacklist: Problem blacklisting hash (-13)
Replies: 10
Views: 1581

Re: blacklist: Problem blacklisting hash (-13)

Hello, That's quite interesting. Thanks to @fabien for spotting the Linux kernel mailing list reference. If I understand correctly, it is caused by duplicates in the UEFI key blacklist database. When a computer is booted with UEFI firmware, the Linux kernel loads the EFi key rings after boot and de...
by oida
2024-02-05 16:44
Forum: System and Network configuration
Topic: [Solved] blacklist: Problem blacklisting hash (-13)
Replies: 10
Views: 1581

[Solved] blacklist: Problem blacklisting hash (-13)

Hi everyone, during boot i get a couple of lines with "blacklist: Problem blacklisting hash (-13)" . As far as i found out it this are are informational warnings, and the boot process continues without any errors. Also everything seems to be working as it should, but in my view these messa...
by oida
2024-01-12 20:32
Forum: Beginners Questions
Topic: [Solved] login with yubico
Replies: 3
Views: 23869

Re: login with yubico

Hallo, thank you for the info's. The info on the debian wiki is far outdated and the others from Yubico are not very helpful. In the meantime i have found a solution, described here : Ubuntu Linux Login Guide - U2F It's not exactly what i was searching for but will do the job. Thank you for your eff...
by oida
2024-01-11 22:55
Forum: Beginners Questions
Topic: [Solved] login with yubico
Replies: 3
Views: 23869

[Solved] login with yubico

Hi, i am using debian 12 with Gnome 43.1 on a lenovo notebook. I am also using a ubico ubikey 5C for my some of my accounts and want to use the key for login on my system. i have found something about configuring login with ubuntu but little with debian, but all of them seems a little bit outdated. ...
by oida
2023-11-15 08:58
Forum: General Questions
Topic: [Solved] Searching for music administration
Replies: 6
Views: 2652

Re: Searching for music administration

Hallo,

thank's a lot for all your thoughts. I will recommend Easytag and Quad Libet to my friend and hopefully he will be happy with the solution.

Again, thank you al for help, stay safe and have a god time!
by oida
2023-11-12 18:35
Forum: General Questions
Topic: [Solved] Searching for music administration
Replies: 6
Views: 2652

[Solved] Searching for music administration

Hi everybody, a friend of mine have a music collection of about 2k vinyl's which he plans to record (digitize). He is still on Windows but asked me if there is some software on linux which fit's his needs and in this case he is more than willing to "convert" to linux. What he want's to do ...
by oida
2023-10-15 09:50
Forum: Hardware
Topic: logon with fido key possible ?
Replies: 2
Views: 5134

Re: logon with fido key possible ?

arochester wrote: 2023-10-15 09:35 Is that the same as a yubikey?

Look at this: https://www.yubico.com/?s=Linux
Yes, it's the same. Thank you for the link, it seems its exact what i was searching for.
Thanks a lot for your help

reinhard
by oida
2023-10-15 09:03
Forum: Hardware
Topic: logon with fido key possible ?
Replies: 2
Views: 5134

logon with fido key possible ?

Hi, is it possible to use a yubico stick for authentication (logon) and if, is it possible to configure this as a simple user ? Well, background of this consideration is, that here in austria the use of yubico stick is a method to use some governmental services. So it would be nice to use such a sec...
by oida
2023-08-19 18:18
Forum: General Questions
Topic: [Software] Configuration of Wacom Intuos S (PTH-451)
Replies: 2
Views: 218

Re: [Software] Configuration of Wacom Intuos S (PTH-451)

You can try Debian SID (experimental) or another Linux distro that uses a newer kernel version. Well, thank you for the info. At the moment this is the only thing not working so i can live with it. I want to to stay on stable cause that's what i like with Debian stable, the packets are not the very...
by oida
2023-08-17 17:02
Forum: General Questions
Topic: [Software] Configuration of Wacom Intuos S (PTH-451)
Replies: 2
Views: 218

[Software] Configuration of Wacom Intuos S (PTH-451)

Hallo, i am totally confused configuring my Wacom Intuos. Well, first what works fine : the Tablet is recogniced and pen and brush works as expected. I use the tablet with gimp and therefore i want to configure the buttons as well as the wheel, but probably i am to stupid to do it well. First i trie...