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-16 17:13
Forum: Beginners Questions
Topic: curl: (6) Could not resolve host: get.docker.com
Replies: 14
Views: 9572

Re: curl: (6) Could not resolve host: get.docker.com

This did not issue any errors or warnings except for the message bellow (no idea what it means) The following network interfaces were found in /etc/network/interfaces which means they are currently configured by ifupdown: - enp0s7 If you want to manage those interfaces with NetworkManager instead r...
by Head_on_a_Stick
2023-08-16 16:58
Forum: Testing And Unstable
Topic: Thunderbird, being on Bullseye (old stable) should i upgrade this package to unstable/experimental?
Replies: 9
Views: 1706

Re: Thunderbird, being on Bullseye (old stable) should i upgrade this package to unstable/experimental?

You should have waited before installing Thunderbird from testing/unstable. You have hosed your system. Well done.

You're not alone though: viewtopic.php?t=114130 ← I would link this thread in that list if I could :mrgreen:
by Head_on_a_Stick
2023-08-16 16:55
Forum: General Questions
Topic: [Software] apt update --> appstreamcli - GLib-GIO-CRITICAL - GFileInfo created without standard::is-hidden
Replies: 8
Views: 4310

Re: [Software] apt update --> appstreamcli - GLib-GIO-CRITICAL - GFileInfo created without standard::is-hidden

postcd wrote: 2023-08-16 08:52I have recently used Discover package manager to enable unstable repo, not installed anything from it and disabled it.
You have libc6 from testing/unstable. Time to reinstall.
by Head_on_a_Stick
2023-08-14 14:31
Forum: Programming
Topic: services - creating environment variables
Replies: 2
Views: 5218

Re: services - creating environment variables

Why do you want to create these variables and where do you want them to be applied? Please explain what it is you are actually trying to do so we can avoid an XY Problem.

The service will be run in a subshell and so any environmental variables will only apply for that subshell.
by Head_on_a_Stick
2023-08-14 06:38
Forum: Off-Topic
Topic: List of your linux Apps
Replies: 441
Views: 581717

Re: List of your linux Apps

NVIDIA finally added GBM support for v495.44 so anything after that "should" work. EDIT: bloody NVIDIA... :x And to stay on topic: Tectonic Tectonic is a modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive. https://tectonic-typesetting.github.io/en-US/ Where...
by Head_on_a_Stick
2023-08-13 08:28
Forum: System and Network configuration
Topic: [Solved] "intel-media-va-driver-non-free" package not installable
Replies: 9
Views: 3621

Re: "intel-media-va-driver-non-free" package not installable

Just use sed then. And I think it's `add-apt-repository`. EDIT: works for me: # cat /etc/apt/sources.list deb https://deb.debian.org/debian bookworm main contrib non-free-firmware deb https://deb.debian.org/debian bookworm-updates main contrib non-free-firmware deb https://deb.debian.org/debian-secu...
by Head_on_a_Stick
2023-08-13 08:11
Forum: System and Network configuration
Topic: [Solved] "intel-media-va-driver-non-free" package not installable
Replies: 9
Views: 3621

Re: "intel-media-va-driver-non-free" package not installable

Try

Code: Select all

apt-add-repository -y -c non-free
And please read the man page before posting next time...
by Head_on_a_Stick
2023-08-12 19:00
Forum: Beginners Questions
Topic: Faster power button
Replies: 3
Views: 500

Re: Faster power button

As long as you don't hold down the power key for several seconds and trigger the firmware shutdown it should be fine. The default configuration with systemd is to perform a clean shutdown when the physical power button is (short) pressed. I think all of the power management tools can be set to do th...
by Head_on_a_Stick
2023-08-12 15:55
Forum: System and Network configuration
Topic: [Not Solved] Secure boot error - Can't load key - Permission denied
Replies: 16
Views: 6610

Re: Secure boot error - Can't load key - Permission denied

The sbsign command needs to be run as root (ie, with `sudo`) because it's trying to write the signed image to /boot/.
by Head_on_a_Stick
2023-08-12 14:17
Forum: Beginners Questions
Topic: Faster power button
Replies: 3
Views: 500

Re: Faster power button

Have you tried the physical power button? That's how I shut down my laptop.

It should work as long as you don't have a power manager restricting systemd in your mystery, super-secret desktop environment; check:

Code: Select all

systemd-inhibit --no-p
by Head_on_a_Stick
2023-08-12 14:13
Forum: System and Network configuration
Topic: Atheros QCA9565 / AR9565 Wireless Adapter: network issues with Debian 12
Replies: 13
Views: 2269

Re: Network issues with Debian 12

Check `modinfo ath9k` for the other module parameters, see if any of them work better.
by Head_on_a_Stick
2023-08-12 14:09
Forum: Installation
Topic: [Solved] How do I get rid of unwanted entries in GRUB boot menu?
Replies: 10
Views: 3096

Re: [Solved] How do I get rid of unwanted entries in GRUB boot menu?

Root-owned files can be edited in any application that supports the GVFS admin:// backend, for example: gedit admin:///etc/grub.d/40_custom Or for other GUI text editors set $SUDO_EDITOR to the desired application and then use sudoedit /path/to/file ^ That opens a copy of the file that can be edited...
by Head_on_a_Stick
2023-08-12 14:03
Forum: System and Network configuration
Topic: Atheros QCA9565 / AR9565 Wireless Adapter: network issues with Debian 12
Replies: 13
Views: 2269

Re: Network issues with Debian 12

To revert the changes remove the file and re-run the `update-initramfs` command then reboot.
by Head_on_a_Stick
2023-08-12 10:18
Forum: System and Network configuration
Topic: Atheros QCA9565 / AR9565 Wireless Adapter: network issues with Debian 12
Replies: 13
Views: 2269

Re: Network issues with Debian 12

Add this as a kernel command line parameter from the bootloader screen:

Code: Select all

ath9k.nohwcrypt=1
If it fixes things create a file at /etc/modprobe.d/ath9k.conf with this content:

Code: Select all

options ath9k nohwcrypt=1
Then rebuild the initramfs:

Code: Select all

# update-initramfs -u -k all
by Head_on_a_Stick
2023-08-12 10:09
Forum: Testing And Unstable
Topic: Thunderbird, being on Bullseye (old stable) should i upgrade this package to unstable/experimental?
Replies: 9
Views: 1706

Re: Thunderbird, being on Bullseye (old stable) should i upgrade this package to unstable/experimental?

postcd wrote: 2023-08-12 08:01While using Bullseye repositories, should i upgrade somehow the Thunderbird package to testing or experimental
No.

Why not upgrade to bookworm instead?
by Head_on_a_Stick
2023-08-12 10:05
Forum: Beginners Questions
Topic: Why am I logged in twice?
Replies: 2
Views: 760

Re: Why am I logged in twice?

I think the TTY2 entry might be the login screen, if the OP is using GDM.
by Head_on_a_Stick
2023-08-12 10:04
Forum: Graphical Environments & Desktops
Topic: "Open with Google Chrome" --how to remove?
Replies: 4
Views: 613

Re: "Open with Google Chrome" --how to remove?

I think that might be /usr/share/gnome-control-center/default-apps/google-chrome.xml — does (re)moving that file get rid of the menu items? If that works divert the file to stop it being replaced whenever Chrome is updated: # dpkg-divert --divert /usr/share/gnome-control-center/default-apps/google-c...
by Head_on_a_Stick
2023-08-11 15:12
Forum: General Questions
Topic: [SOLVED] can't acces debian wiki
Replies: 7
Views: 868

Re: can't acces debian wiki

Probably ifupdown & dhclient then.

So install the resolvconf package and add this line to the relevant stanza in /etc/network/interfaces:

Code: Select all

dns-nameserver 1.1.1.1
Then restart networking:

Code: Select all

# systemctl restart networking
Reference: https://wiki.debian.org/resolv.conf