Re: How to disable the dhcp of my machine?

2024-10-12 Thread Roger Price
On Sat, 12 Oct 2024, William Torrez Corea wrote: I want to assign a static ip but the dhcp then takes the order and changes the configuration. Perhaps I misunderstand your question, but isn't this a function of the router?, not the dhcp client in your machine. Routers often have administrat

Re: firmware failed to load nouveau/nv98_fuc084

2024-10-12 Thread Felix Miata
kamaraju kusumanchi composed on 2024-10-12 19:55 (UTC-0400): > My machine is rebooting randomly. To find out what is going on, I > looked at dmesg and found these errors. How can I fix them? If you > need extra information, please let me know which command I need to run > and I will provide its ou

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread Karl Vogel
On Sat, Oct 12, 2024 at 21:43:39 -0400, I mistakenly wrote: > See the ":" followed by two spaces? Unlike systemctl, well-behaved > programs set "errno" when they puke, and that setting is turned into > a more-or-less useful error message like "Permission denied". > "$!" would have held that messag

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread tomas
On Sat, Oct 12, 2024 at 10:23:00PM -0400, Greg Wooledge wrote: > On Sat, Oct 12, 2024 at 21:43:39 -0400, Karl Vogel wrote: > > >> In previous messages: > > > > > > system('systemctl', '--quiet', [...] , @start_units) == 0 > > > or die("Could not execute systemctl: $!"); > > > > > > Co

Re: firmware failed to load nouveau/nv98_fuc084

2024-10-12 Thread kamaraju kusumanchi
On Sat, Oct 12, 2024 at 11:46 PM Jeffrey Walton wrote: > > On Sat, Oct 12, 2024 at 11:00 PM kamaraju kusumanchi > wrote: > > > > Do I have the correct driver packages installed? Do I have the correct > > firmware installed? Do I need any non-free packages to fix the errors? > > To answer the last

Re: firmware failed to load nouveau/nv98_fuc084

2024-10-12 Thread Jeffrey Walton
On Sat, Oct 12, 2024 at 11:00 PM kamaraju kusumanchi wrote: > > My machine is rebooting randomly. To find out what is going on, I > looked at dmesg and found these errors. How can I fix them? If you > need extra information, please let me know which command I need to run > and I will provide its o

Re: Configuration of files on Debian GNU/Linux

2024-10-12 Thread jeremy ardley
On 13/10/24 08:36, William Torrez Corea wrote: I configure a file for example /etc/network/interfaces.d Configure the file, save and exit but the changes are not made. I need to make a second configuration. For me it is a waste of time. What happened? -- With kindest regards, William.

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread Greg Wooledge
On Sat, Oct 12, 2024 at 21:43:39 -0400, Karl Vogel wrote: > >> In previous messages: > > > > system('systemctl', '--quiet', [...] , @start_units) == 0 > > or die("Could not execute systemctl: $!"); > > > > Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 148. > > S

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread Karl Vogel
>> In previous messages: > > system('systemctl', '--quiet', [...] , @start_units) == 0 > or die("Could not execute systemctl: $!"); > > Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 148. See the ":" followed by two spaces? Unlike systemctl, well-behaved progr

Re: Configuration of files on Debian GNU/Linux

2024-10-12 Thread Charles Curley
On Sat, 12 Oct 2024 18:36:34 -0600 William Torrez Corea wrote: > I configure a file for example /etc/network/interfaces.d /etc/network/interfaces.d is a directory; I suspect you mean you write a configuration file in /etc/network/interfaces.d. > > Configure the file, save and exit but the chan

Re: How to disable the dhcp of my machine?

2024-10-12 Thread Greg Wooledge
On Sat, Oct 12, 2024 at 19:00:08 -0600, William Torrez Corea wrote: > I want to assign a static ip but the dhcp then takes the order and changes > the configuration. OK. Let's say you're using /etc/network/interfaces and you have the default configuration that the installer usually creates: # T

Re: Configuration of files on Debian GNU/Linux

2024-10-12 Thread Dan Ritter
William Torrez Corea wrote: > I configure a file for example /etc/network/interfaces.d > > Configure the file, save and exit but the changes are not made. I need to > make a second configuration. Do you mean that the file was not saved to disk, or were you expecting something else to happen? Mo

How to disable the dhcp of my machine?

2024-10-12 Thread William Torrez Corea
I want to assign a static ip but the dhcp then takes the order and changes the configuration. -- With kindest regards, William. *Larry Wall invented a messy programming language -- and changed the face of the Web*

Re: Configuration of files on Debian GNU/Linux

2024-10-12 Thread Greg Wooledge
On Sat, Oct 12, 2024 at 18:36:34 -0600, William Torrez Corea wrote: > I configure a file for example /etc/network/interfaces.d That's a directory, not a file. > Configure the file, save and exit but the changes are not made. I need to > make a second configuration. > > For me it is a waste of ti

Configuration of files on Debian GNU/Linux

2024-10-12 Thread William Torrez Corea
I configure a file for example /etc/network/interfaces.d Configure the file, save and exit but the changes are not made. I need to make a second configuration. For me it is a waste of time. What happened? -- With kindest regards, William. *Larry Wall invented a messy programming language --

firmware failed to load nouveau/nv98_fuc084

2024-10-12 Thread kamaraju kusumanchi
My machine is rebooting randomly. To find out what is going on, I looked at dmesg and found these errors. How can I fix them? If you need extra information, please let me know which command I need to run and I will provide its output. rajulocal@hogwarts /var/log % sudo dmesg| grep -i failed [ 4568

Re: popcon use?

2024-10-12 Thread Lee
Hi, On Fri, Oct 11, 2024 at 9:25 PM Andy Smith wrote: > > Hi, > > On Thu, Oct 10, 2024 at 02:08:52PM -0400, Lee wrote: > > On Thu, Oct 10, 2024 at 1:00 AM Jeffrey Walton wrote: > > > > On Wed, Oct 9, 2024 at 7:40 PM Andy Smith wrote: > > > > > [...] > > > > > You can encrypt it but that requires (

Re: Firefox pausing network activity during vt-switch / screenlock

2024-10-12 Thread gene heskett
On 10/12/24 11:03, Raj Kiran Grandhi wrote: By the way, "Firefox hangs after switching between virtual terminals (Linux)" Ok, so I followed the recommendations from this page and disabled hardware acceleration. It seems to fix the problem.

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread Thomas Schmitt
Hi, John Cassidy wrote: > > > Could not execute systemctl: at /usr/bin/deb-systemd-invoke line > > > 148. i wrote: > > system('systemctl', '--quiet', @instance_args, $action, @start_units) == > > 0 or die("Could not execute systemctl: $!"); > > https://sources.debian.org/src/init-system-helpe

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread debian-user
debian-u...@howorth.org.uk wrote: > "Thomas Schmitt" wrote: > > Hi, > > > > John Cassidy wrote: > > > > Could not execute systemctl: at /usr/bin/deb-systemd-invoke > > > > line 148. > > > > Greg Wooledge wrote: > > > That's a very strange and specific error message. Is your > > > syste

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread debian-user
"Thomas Schmitt" wrote: > Hi, > > John Cassidy wrote: > > > Could not execute systemctl: at /usr/bin/deb-systemd-invoke line > > > 148. > > Greg Wooledge wrote: > > That's a very strange and specific error message. Is your systemctl > > command missing, or has incorrect permissions or someth

Sharing NetworkManager Wi-Fi to systemd-networkd over ethernet

2024-10-12 Thread Dmitrii Odintcov
Hi, I have a KDE Plasma desktop using `NetworkManager` and `dnscrypt-proxy` behind the scenes, connected to a wireless network. Next to it I have a "server" PC with `systemd-networkd` which I wish to connect to the internet via the desktop with an ethernet cable. On the desktop side, I am unable

two different problems with input (mouse and keyword) using Sid

2024-10-12 Thread Patrice Duroux
Hi, The first concern is not that annoying and about a wireless mouse that has systematically two different behaviours: 1. one if the receiver is already plugged at boot, 2. one if it is plugged while linux has boot. For 1. the mouse is like going quickly into sleep mode each time I do not move it

Re: Firefox pausing network activity during vt-switch / screenlock

2024-10-12 Thread Raj Kiran Grandhi
> By the way, > > "Firefox hangs after switching between virtual terminals (Linux)" > > Ok, so I followed the recommendations from this page and disabled > > hardware acceleration. It seems to fix the problem. Indeed it did! Disabling hardware

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread Michael Kjörling
On 12 Oct 2024 11:42 +0200, from s...@jdcassidy.eu (John Cassidy): > trying to install Redis on Debian SID, the install is failing with the > following errors: > > apt install redis /snip/ > Setting up redis-server (5:7.0.15-2) ... > Created symlink '/etc/systemd/system/redis.service' → > '/usr/li

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread Thomas Schmitt
Hi, John Cassidy wrote: > > Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 148. Greg Wooledge wrote: > That's a very strange and specific error message. Is your systemctl > command missing, or has incorrect permissions or something? I rather guess that it is due to the perl t

Updating from Debian 9.13 to 12.7

2024-10-12 Thread Richard Owlett
It has been my habit since days of Squeeze to install the new Debian to a fresh fresh partition and then use Grub to chose which version for a particular session. I have two what might loosely be described as configuration questions. 1. I have 2 Panels of icons for launching tools/applications

Re: Redis installation error(s) on Debian SID

2024-10-12 Thread Greg Wooledge
On Sat, Oct 12, 2024 at 11:42:22 +0200, John Cassidy wrote: > Setting up redis-server (5:7.0.15-2) ... > Created symlink '/etc/systemd/system/redis.service' → > '/usr/lib/systemd/system/redis-server.service'. > Created symlink > '/etc/systemd/system/multi-user.target.wants/redis-server.service' → >

Re: popcon use?

2024-10-12 Thread Michel Verdier
On 2024-10-11, Andy Smith wrote: > I don't know how you would check that they are not storing your IP > address but only the anonymised id number. Still, I would be prepared to > trust that Debian discards the IP address data very early on. If you use mail for sending report you can send it via a

Redis installation error(s) on Debian SID

2024-10-12 Thread John Cassidy
Hello all, trying to install Redis on Debian SID, the install is failing with the following errors: apt install redis Installing: redis Installing dependencies: libjemalloc2 liblzf1 redis-server redis-tools Suggested packages: ruby-redis Summary: Upgrading: 0, Installing: 5, Re