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

by Head_on_a_Stick
2023-08-09 18:00
Forum: Beginners Questions
Topic: [Sound] sound stops debian 12
Replies: 10
Views: 1508

Re: [Sound] sound stops debian 12

The systemd journal contains the logs, use journalctl(1) to access them.

Does switching to PulseAudio fix things?

Code: Select all

# apt install pulseaudio pipewire{,-pulse}- wireplumber-
Reboot to test.

If it doesn't help reinstall the pipewire, pipewire-pulse & wireplumber packages.
by Head_on_a_Stick
2023-08-09 14:39
Forum: Beginners Questions
Topic: [Software] How to solve "freeze" on Debian12 with AMD cpu?
Replies: 11
Views: 1129

Re: [Software] How to solve "freeze" on Debian12 with AMD cpu?

The posted journal content just looks like the usual desktop noise. Nothing there about CPUs. Did you run journalctl as root? See if the patch will apply cleanly to the stable kernel, if it fixes things we'll know what the problem was. apt source linux-image-6.1.0-10-amd64 cd linux-image-6.1.0-10-am...
by Head_on_a_Stick
2023-08-09 14:29
Forum: Beginners Questions
Topic: [Software] How to solve "freeze" on Debian12 with AMD cpu?
Replies: 11
Views: 1129

Re: [Software] How to solve "freeze" on Debian12 with AMD cpu?

I didn't even look at your errors, I just searched for "linux amd ftpm freezes" and found that recent news piece. You said it was caused by fTPM so...

Here's the patch:

https://git.kernel.org/pub/scm/linux/ke ... d0c8f5d754
by Head_on_a_Stick
2023-08-09 13:46
Forum: Beginners Questions
Topic: [Software] How to solve "freeze" on Debian12 with AMD cpu?
Replies: 11
Views: 1129

Re: [Software] How to solve "freeze" on Debian12 with AMD cpu?

The fTPM stutter problem has been addressed upstream and should be backported. Eventually.

Reference: https://www.phoronix.com/news/Linux-Dis ... -AMD-fTPMs

You could probably apply the patch locally if you're in a hurry.
by Head_on_a_Stick
2023-08-09 13:42
Forum: Forum information, requests, and feedback.
Topic: robots.txt — blocking Bytespider & GPTBot
Replies: 1
Views: 8789

robots.txt — blocking Bytespider & GPTBot

I've just noticed that this site's robots.txt attempts to disallow the Bytespider bot — that bot doesn't read robots.txt so you'll have to block the IP address if you want to stop it: https://stackoverflow.com/questions/57908900/what-is-the-bytespider-user-agent And while we're on the subject, OpenA...
by Head_on_a_Stick
2023-08-09 13:35
Forum: Installation
Topic: [Solved] How do I get rid of unwanted entries in GRUB boot menu?
Replies: 10
Views: 3256

Re: How do I get rid of unwanted cruft in GRUB?

But NOT helped by the fact /dev/sda and /dev/sdb are randomly assigned to the two identically named disks! I know it's possible to have the boot loader use UUIDs or disk labels The autogenerated grub.cfg should use filesystem UUIDs to identify the partitions. There is a GRUB_DISABLE_LINUX_UUID opti...
by Head_on_a_Stick
2023-08-09 13:28
Forum: Off-Topic
Topic: AI generated art: Are you down with it or down on it?
Replies: 27
Views: 33049

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

^ They are stunning images but I don't think the marble caustics are correct :mrgreen:
by Head_on_a_Stick
2023-08-09 13:27
Forum: Beginners Questions
Topic: [Sound] sound stops debian 12
Replies: 10
Views: 1508

Re: [Sound] sound stops debian 12

Or this output will probably do just as well, if not better:

Code: Select all

aplay -l
fuser -v /dev/snd/*
pgrep -a wire
A comparison of the `fuser` output for when the system is working and when it is not might be useful.
by Head_on_a_Stick
2023-08-09 13:21
Forum: General Questions
Topic: [Software] How do I know where the script is running?
Replies: 3
Views: 343

Re: [Software] How do I know where the script is running?

Also check

Code: Select all

systemctl list-timers
Each .timer will have an associated .service unit file, read the ExecStart line(s) in that file to find out what is being run by each timer.
by Head_on_a_Stick
2023-08-09 07:11
Forum: General Questions
Topic: Firefox Problems Won't Update New Version
Replies: 10
Views: 1975

Re: Firefox Problems Won't Update New Version

I prefer DNS over TLS (DoT), which can be enabled system wide with:

Code: Select all

# editor /etc/systemd/resolved.conf # enable DoT
# systemctl enable --now systemd-resolved
# ln -sf /var/run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
No need to rely on FF at all.
by Head_on_a_Stick
2023-08-07 12:11
Forum: Beginners Questions
Topic: [Software] Difference between "alt + f2" and command line?
Replies: 10
Views: 2097

Re: [Software] Difference between "alt + f2" and command line?

Use the gnome-logs package to check the logs, as I suggested earlier. Just don't post screenshots of text.

Operational failures of Matlab are probably best pursued through their support channels. I certainly have no experience with it.
by Head_on_a_Stick
2023-08-07 11:09
Forum: Beginners Questions
Topic: [Software] Difference between "alt + f2" and command line?
Replies: 10
Views: 2097

Re: [Software] Difference between "alt + f2" and command line?

So what do the logs say about the failure?

Has the matlab-support package changed the output of `type matlab`? Probably best to log out & back in again before checking.

And please don't full quote, it's not needed.
by Head_on_a_Stick
2023-08-07 11:06
Forum: General Questions
Topic: [Software] Error when installing NumPy from GitHub repository
Replies: 5
Views: 1052

Re: [Software] Error when installing NumPy from GitHub repository

Rutuja wrote: 2023-08-07 06:12I have specific reasons for trying to install packages via Git
Please explain that reason.

Reference: https://xyproblem.info/
by Head_on_a_Stick
2023-08-07 10:55
Forum: Beginners Questions
Topic: [Software] Difference between "alt + f2" and command line?
Replies: 10
Views: 2097

Re: [Software] Difference between "alt + f2" and command line?

Try

Code: Select all

# apt install matlab-support
That will integrate your Matlab installation into Debian's Alternatives system, which should hopefully fix the launcher problem.

If it doesn't help check the logs to see what's happening. You don't mention the DE but there is a gnome-logs package for that desktop.
by Head_on_a_Stick
2023-08-06 13:06
Forum: Docs, HowTos, Tips & Tricks
Topic: [HowTo] use i3 with xfce4
Replies: 3
Views: 12434

Re: [HowTo] use i3 with xfce4

To return to the default WM using the ArchWiki method run

Code: Select all

xfconf-query -c xfce4-session -p /sessions/Failsafe/Client1_Command -t string -sa xfwm4
Simples.
by Head_on_a_Stick
2023-08-06 11:37
Forum: System and Network configuration
Topic: [Solved] Just installed Debian 12.1.. Hibernation works 80% of the times and a weird Grub line..
Replies: 28
Views: 47658

Re: Just installed Debian 12.1.. Hibernation works 80% of the times and a weird Grub line..

I have this line in my Grub What does this mean, exactly? Please post the full content of the file which contains the line of which you speak and also share the output of cat /boot/grub/grub.cfg /proc/cmdline Thanks. Also, I don't mean to be rude but please try to be more concise in future posts. I...
by Head_on_a_Stick
2023-08-06 11:29
Forum: Beginners Questions
Topic: [Software] [Plasma] [Solved] Error launching gsmartcontrol: No suitable su mechanism found.
Replies: 11
Views: 763

Re: [Software] Error launching gsmartcontrol: No suitable su mechanism found.

Put "Plasma" in the title to attract the attention of people who use that desktop. It will also stop wasting the time of people who don't use it. Like me.
by Head_on_a_Stick
2023-08-06 11:27
Forum: System and Network configuration
Topic: [SOLVED] wifi is UP but can't communicate
Replies: 11
Views: 2467

Re: wifi is UP but can't communicate

So wifi seems to be partly working. But I can't ping the T620's IP from other hosts on the LAN, and from the T620 I can't ping anything. From another host, I probe the network with nmap, and the T620's IP doesn't appear. Please post actual commands and full output rather than vague descriptions, th...
by Head_on_a_Stick
2023-08-06 11:21
Forum: Beginners Questions
Topic: [Solved] Don't show this message again
Replies: 4
Views: 753

Re: Don't show this message again

HomespunEffects wrote: 2023-08-02 16:42Your GoogleFu is impressive
If you're using Google that might be why you couldn't find the answer: https://medium.com/swlh/the-google-sear ... bfec5746fb

I use https://www.startpage.com/, which forwards queries to the big G anonymously, thus avoiding being trapped in the search bubble.