Re: Filtrar comodins/regex de les línies

2024-01-17 Thread jordi Perera
On 17-01-2024 8:39, Narcis Garcia wrote: Bones, Tinc un fitxer de text, com podria ser per exemple una llista de números de telèfon (coneguts.txt): 972123456 97233 97234 97235 97236 972789012 però m'agradaria representar-hi rangs compatibles (expressions regulars) per

Re: Exim4

2024-01-17 Thread bm
Bonjour, Si c'est ce que tu veux faire (je n'ai pas bien compris), le lien ci dessous pourrait t'aider https://www.monlinux.net/2014/09/configuration-exim4-relay-smtp/ Bonne journée BM Le 16/01/2024 à 15:34, Zuthos Oddy a écrit : Bonjour à vous, J'essaye de configurer exim4 pour envoyer des

Re: Correction to last message for Debian 11 and Debian 12

2024-01-17 Thread Andrew M.A. Cater
On Tue, Jan 16, 2024 at 10:31:40PM +, Jeff Jennings wrote: > Greetings, > > After a couple of decades of using various Linux distributions, I've been on > Debian 10 for some years. I like it a lot! > > Recently, I decided to download Debian 12.4 and was alarmed to notice that > Debian 12

Re: How to prevent rtkit from giving firefox higher priority?

2024-01-17 Thread hw
On Tue, 2024-01-16 at 08:41 -0500, Greg Wooledge wrote: > On Tue, Jan 16, 2024 at 02:17:05PM +0100, hw wrote: > > On Tue, 2024-01-16 at 08:03 -0500, Greg Wooledge wrote: > > > On Tue, Jan 16, 2024 at 01:43:23PM +0100, hw wrote: > > > > There's only a bunch of links in that directory, apparently

Re: How to prevent rtkit from giving firefox higher priority?

2024-01-17 Thread Tixy
On Wed, 2024-01-17 at 11:19 +0100, hw wrote: > On Tue, 2024-01-16 at 08:41 -0500, Greg Wooledge wrote: > > On Tue, Jan 16, 2024 at 02:17:05PM +0100, hw wrote: > > > On Tue, 2024-01-16 at 08:03 -0500, Greg Wooledge wrote: > > > > On Tue, Jan 16, 2024 at 01:43:23PM +0100, hw wrote: > > > > > There's

Re: Debian 11 & Debian 12

2024-01-17 Thread Michael Kjörling
On 17 Jan 2024 03:21 +, from a...@strugglers.net (Andy Smith): >> Please find a way to restore the integrity of open-source software >> distribution. > > Firmware updates are required for almost every general purpose > computing device in existence and at this time those are non-free. > >

Re: Filtrar comodins/regex de les línies

2024-01-17 Thread Narcis Garcia
El 17/1/24 a les 12:10, jordi Perera ha escrit: On 17-01-2024 8:39, Narcis Garcia wrote: Bones, Tinc un fitxer de text, com podria ser per exemple una llista de números de telèfon (coneguts.txt): 972123456 97233 97234 97235 97236 972789012 però m'agradaria representar-hi

Re: How to prevent rtkit from giving firefox higher priority?

2024-01-17 Thread hw
On Tue, 2024-01-16 at 10:19 -0600, John Hasler wrote: > I wrote: > > You may be able to prevent Firefox from getting increased priority by > > using polkit. > > hw writes: > > How would I do that? All the freedektop stuff always has been a big > > mystery, and polkit is part of it, or isn't it?

Re: How to prevent rtkit from giving firefox higher priority?

2024-01-17 Thread Greg Wooledge
On Wed, Jan 17, 2024 at 11:19:50AM +0100, hw wrote: > On Tue, 2024-01-16 at 08:41 -0500, Greg Wooledge wrote: > > On Tue, Jan 16, 2024 at 02:17:05PM +0100, hw wrote: > > > On Tue, 2024-01-16 at 08:03 -0500, Greg Wooledge wrote: > > > > On Tue, Jan 16, 2024 at 01:43:23PM +0100, hw wrote: > > > > >

Re: Filtrar comodins/regex de les línies

2024-01-17 Thread Narcis Garcia
El 17/1/24 a les 12:10, jordi Perera ha escrit: On 17-01-2024 8:39, Narcis Garcia wrote: Bones, Tinc un fitxer de text, com podria ser per exemple una llista de números de telèfon (coneguts.txt): 972123456 97233 97234 97235 97236 972789012 però m'agradaria representar-hi

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread Thomas Schmitt
Hi, after i began enumerating suspects, gene heskett wrote: > terminals scroll back memory, I purposely set this > particular terminals scrollback to 200 lines with that in mind. How large was it set when your runs caused the OOM killer to act ? I have a good number of xterms with 10,000 lines

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread David Christensen
On 1/16/24 23:46, Thomas Schmitt wrote: Gene Heskett wrote: One of these mails from a thread in december reveals that the three unique serial numbers GSTD02TB230102, GST02TBG221146, GSTG02TB230206 each come with a different version of "1C0", "7A0", "5A0", respectively.

Re: No Release file for Security Update

2024-01-17 Thread Tom Furie
Thomas George writes: > deb http://ftp.debian.org/debian/ bookworm-security  main non-free > non-free-firmware > Err:5 http://ftp.debian.org/debian bookworm-security Release >   404  Not Found [IP: 151.101. Your source is incorrect. The security repo is at

Re: Filtrar comodins/regex de les línies

2024-01-17 Thread Narcis Garcia
Aquesta proposta d'en Joan funciona: Coneguts="3493000 3.93000 .493000 4493000 4.93000" echo "$Coneguts" > coneguts.txt CercantInici="34" PatroCerca="^$(echo "$CercantInici" | sed -ne 's/\([0-9]\)/[\.\1]/gp')" echo "$PatroCerca" grep -E "$PatroCerca" coneguts.txt

Re: Filtrar comodins/regex de les línies

2024-01-17 Thread julio
El 17 de gener de 2024 8:39:26 CET, Narcis Garcia ha escrit: >Bones, > >Tinc un fitxer de text, com podria ser per exemple una llista de números de >telèfon (coneguts.txt): >972123456 >97233 >97234 >97235 >97236 >972789012 >però m'agradaria representar-hi rangs compatibles

rsync --delete vs rsync --delete-after

2024-01-17 Thread Default User
Hello! Opinions, please. I use rsync to copy my primary backup drive to a secondary backup drive , so that the secondary backup drive is theoretically always an exact copy of the primary backup drive. Here is the rsync command I use: time sudo rsync -aAXHxvv --delete-after --numeric-ids --

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread Thomas Schmitt
Hi, Curt wrote: > I discovered a couple of discussions of the phenomenon, the upshot of which > were: > 1) That's what you get when you purchase cheap SSDs. > https://www.reddit.com/r/truenas/comments/s0rrpo/two_sata_ssds_with_identical_serial_numbers/ > 2) SSDs belonging to the same software

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread gene heskett
On 1/17/24 00:52, David Christensen wrote: On 1/16/24 17:08, gene heskett wrote: > lsblk, which I've published several times, shows 5 drives. by-id listing > only shows 3. The drive I've been trying to use bounces from /dev/sdd to > sde to sdh dependin on which controller it is curently

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread gene heskett
On 1/17/24 02:42, Thomas Schmitt wrote: Hi, Gene Heskett wrote: lsblk, which I've published several times, shows 5 drives. Duh. Obviously this thread overstretches my mental capacity. And I've since tried cp in addition to rsync, does the same thing, killing the sysytem with the OOM but

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread Curt
On 2024-01-17, Thomas Schmitt wrote: > > This is just weird. > I still have difficulties to believe that any disk manufacturer would > hand out disks with colliding serial numbers. I googled for this > phenomenon, but except two mails of Gene nothing similar popped up. I discovered a couple of

Re: debian-cd baking process

2024-01-17 Thread Michael Kjörling
On 17 Jan 2024 18:00 +0100, from k...@osnanet.de (Kevin Price): > Could anyone please help me find where to file this bug to? Any ideas > much appreciated. Maybe there's a bug already that I didn't find. The canonical starting point is https://bugs.debian.org Notably for this situation, near the

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread David Christensen
On 1/17/24 06:18, gene heskett wrote: On 1/17/24 00:52, David Christensen wrote: I suggest removing one GST02TBG221146 and one GSTG02TB230206.  Put them on the shelf, in other computer(s), or sell them.  Then perhaps copying the /home RAID10 2 TB to one Gigastone 2 TB SSD would work. Or

man page for cut

2024-01-17 Thread Richmond
In the man page for cut it says: -b, --bytes=LIST select only these bytes But there is no equals sign in the actual syntax: echo hello|cut -b 2-5 ello echo hello|cut -b=2-5 cut: invalid byte/character position ‘=2-5’ Try 'cut --help' for more information. Why is this? (An

Re: man page for cut

2024-01-17 Thread Dan Ritter
Richmond wrote: > echo hello|cut -b=2-5 > cut: invalid byte/character position ‘=2-5’ > Try 'cut --help' for more information. > > Why is this? > > (An example paints a thousand words). $ echo hello|cut -b 2-5 ello $ echo hello|cut --bytes=2-5 ello -dsr-

Re: Filtrar comodins/regex de les línies

2024-01-17 Thread Narcis Garcia
Aquesta proposta(2) té sentit, i de fet necessito incloure-ho en un programet ShellScript, però volia veure si podia evitar un bucle «for» utilitzant alguna comanda directa de grep, pcregrep o similar. Gràcies. El 17/1/24 a les 15:35, Xavier Drudis Ferran ha escrit: El primer cas que

Re: Filtrar comodins/regex de les línies

2024-01-17 Thread Xavier Drudis Ferran
El primer cas que demanaves sembla fàcil grep -f fitxer_regexps.txt fitxer_nums.txt Pel segon no sé cap comanda directa, potser alguna cosa tipus #!/bin/bash text=${1:-93123111} fitxer_regexps=${2:-fitxer_regexps.txt} for r in $(< "$fitxer_regexps") ; do { grep -qE "$r" - <<< "$text" &&

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread Thomas Schmitt
Hi, David Christensen wrote: > I suspect the conflicting serial numbers are causing problems in the kernel, > as indicated by the /dev/disk/by-id/* problems. That's not in the kernel but in udev/systemd's process of creating the symbolic links in /dev/disk/by-id/. It gets /dev/sd[h-l] and

Re: man page for cut

2024-01-17 Thread Tixy
On Wed, 2024-01-17 at 17:26 +, Richmond wrote: > In the man page for cut it says: > > -b, --bytes=LIST > select only these bytes > > But there is no equals sign in the actual syntax: > > echo hello|cut -b 2-5 > ello > > echo hello|cut -b=2-5 > cut: invalid byte/character

Re: man page for cut

2024-01-17 Thread Tom Furie
Richmond writes: > In the man page for cut it says: > > -b, --bytes=LIST > select only these bytes > > But there is no equals sign in the actual syntax: > > echo hello|cut -b 2-5 > ello > > echo hello|cut -b=2-5 > cut: invalid byte/character position ‘=2-5’ > Try 'cut --help' for

Re: No Release file for Security Update

2024-01-17 Thread Thomas George
# deb cdrom:[Debian GNU/Linux 12.2.0 _Bookworm_ - Official amd64 DVD Binary-1 with firmware 20231007-10:29]/ bookworm main non-free-firmware deb http://ftp.debian.org/debian/ bookworm main non-free non-free-firmware deb http://ftp.debian.org/debian/ bookworm-updates main non-free

Re: rsync --delete vs rsync --delete-after

2024-01-17 Thread David Christensen
On 1/17/24 08:19, Default User wrote: Hello! Opinions, please. I use rsync to copy my primary backup drive to a secondary backup drive , so that the secondary backup drive is theoretically always an exact copy of the primary backup drive. Here is the rsync command I use: time sudo rsync

debian-cd baking process

2024-01-17 Thread Kevin Price
Hi all! I'm not quite sure where to address this to, but I'm certain this is a bug: If you download debian installer media, for instance debian-12.4.0-amd64-DLBD-2.iso, they prominenty include the files "README.txt" and "README.html". Those presumably somehow auto-generated README files say, in

Re: rsync --delete vs rsync --delete-after

2024-01-17 Thread Kushal Kumaran
On Wed, Jan 17 2024 at 11:19:39 AM, Default User wrote: > Hello! > > Opinions, please. > > I use rsync to copy my primary backup drive to a secondary backup drive > , so that the secondary backup drive is theoretically always an exact > copy of the primary backup drive. > > Here is the rsync

Re: Filtrar comodins/regex de les línies

2024-01-17 Thread Narcis Garcia
Aquesta proposta d'en Joan funciona: Coneguts="3493000 3.93000 .493000 4493000 4.93000" echo "$Coneguts" > coneguts.txt CercantInici="34" PatroCerca="^$(echo "$CercantInici" | sed -ne 's/\([0-9]\)/[\.\1]/gp')" echo "$PatroCerca" grep -E "$PatroCerca" coneguts.txt

Re: Filtrar comodins/regex de les línies

2024-01-17 Thread papapep
Per a aquestes cosetes, awk és una navalla suïssa. Amb un oneliner com: awk '/pauta_a_buscar/ {print $0}' fitxer_on_buscar et treurà totes les coincidències. Salut. El 17 de gener de 2024 19:34:07 CET, Narcis Garcia ha escrit: >Aquesta proposta(2) té sentit, i de fet necessito incloure-ho

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread gene heskett
On 1/17/24 12:27, Thomas Schmitt wrote: Hi, David Christensen wrote: I suspect the conflicting serial numbers are causing problems in the kernel, as indicated by the /dev/disk/by-id/* problems. That's not in the kernel but in udev/systemd's process of creating the symbolic links in

Re: No Release file for Security Update

2024-01-17 Thread Thomas George
On 1/17/24 16:13, Tom Furie wrote: Thomas George writes: deb http://ftp.debian.org/debian/ bookworm-security  main non-free non-free-firmware Err:5 http://ftp.debian.org/debian bookworm-security Release   404  Not Found [IP: 151.101. I entered you suggested line as

Re: To partition or not to partition MD arrays (Was Re: smartctl cannot access my storage, need syntax help)

2024-01-17 Thread Steve McIntyre
Andy Smith wrote: > >The newer set of people recommending partitions are mostly doing so >because there's been a few incidents of "helpful" PC motherboards >detecting on boot what they think is a corrupt GPT, and replacing it >with a blank one, damaging the RAID. This is a real thing that has

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread David Christensen
On 1/17/24 09:31, Thomas Schmitt wrote: Hi, David Christensen wrote: I suspect the conflicting serial numbers are causing problems in the kernel, as indicated by the /dev/disk/by-id/* problems. That's not in the kernel but in udev/systemd's process of creating the symbolic links in

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread gene heskett
On 1/17/24 16:16, Thomas Schmitt wrote: Hi, i wrote: What did finally help ? Just the shorter terminal scroll back memory ? gene heskett wrote: That, and possibly the --bwlimit=10m, giving the SSD time to keep their stuff in one sock. Then i place my bet on the terminal alone. Linux is

Re: rsync --delete vs rsync --delete-after

2024-01-17 Thread Keith Bainbridgge
On 18/1/24 04:19, David Christensen wrote: > I use rsync to copy my primary backup drive to a secondary backup drive Good morning I wonder why both processes don't copy from the original data; so that you don't copy a potential glitch in the first backup? on a separate matter Glitch?

Como hacer una partición no destructiva?

2024-01-17 Thread Jude_xiomi Sago
Buenas tardes y Feliz año. Tengo un problemilla que me impide actualizarme a la versión 12 de debian. Se trata de poco espacio para la partición raíz / ( sudo fdisk -l /dev/sda Disco /dev/sda: 465,76 GiB, 500107862016 bytes, 976773168 sectores Modelo de disco: WDC WD5000AVDS-6 Unidades: sectores

Re: rsync --delete vs rsync --delete-after

2024-01-17 Thread Michael Kjörling
On 17 Jan 2024 14:52 -0500, from hunguponcont...@gmail.com (Default User): > I am writing as someone who has lost data more than once over time, for > various reasons. The loss has ranged from slightly annoying, to soul- > rending catastrophe. It is NEVER appreciated. I think this gets closer

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread gene heskett
On 1/17/24 11:30, Thomas Schmitt wrote: Hi, after i began enumerating suspects, gene heskett wrote: terminals scroll back memory, I purposely set this particular terminals scrollback to 200 lines with that in mind. How large was it set when your runs caused the OOM killer to act ? different

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread gene heskett
On 1/17/24 15:13, gene heskett wrote: On 1/17/24 11:30, Thomas Schmitt wrote: Hi, after i began enumerating suspects, gene heskett wrote: terminals scroll back memory, I purposely set this particular terminals scrollback to 200 lines with that in mind. How large was it set when your runs

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread David Christensen
On 1/17/24 12:30, gene heskett wrote: By LABELing the partitions uniquely, that problem so far as I can see, is solved. Okay. So, are you confident that your motherboard ports, HBA ports, and SSD's are all working correctly now? The OOM death of the system was the xfce4 terminal

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread gene heskett
On 1/17/24 12:16, Thomas Schmitt wrote: Hi, Curt wrote: I discovered a couple of discussions of the phenomenon, the upshot of which were: 1) That's what you get when you purchase cheap SSDs. https://www.reddit.com/r/truenas/comments/s0rrpo/two_sata_ssds_with_identical_serial_numbers/ 2) SSDs

Re: rsync --delete vs rsync --delete-after

2024-01-17 Thread Andy Smith
Hi, On Wed, Jan 17, 2024 at 02:52:49PM -0500, Default User wrote: > By "glitch", I mean anything that could interfere with the rsync copy > process. Possible causes: > - electrical outages, voltage spikes, voltage drops, "brownouts" > - mechanical failure > - earthquake > - lightning > - cat

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread Thomas Schmitt
Hi, i wrote: > > What did finally help ? Just the shorter terminal scroll back memory ? gene heskett wrote: > That, and possibly the --bwlimit=10m, giving the SSD time to keep their > stuff in one sock. Then i place my bet on the terminal alone. Linux is able to handle disk-to-disk copies that

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread gene heskett
On 1/17/24 16:45, David Christensen wrote: On 1/17/24 12:30, gene heskett wrote: By LABELing the partitions uniquely, that problem so far as I can see, is solved. Okay. So, are you confident that your motherboard ports, HBA ports, and SSD's are all working correctly now? The OOM death

Re: No Release file for Security Update

2024-01-17 Thread Thomas George
On 1/17/24 19:05, Greg Wooledge wrote: On Wed, Jan 17, 2024 at 11:31:52AM -0500, Thomas George wrote: # deb cdrom:[Debian GNU/Linux 12.2.0 _Bookworm_ - Official amd64 DVD Binary-1 with firmware 20231007-10:29]/ bookworm main non-free-firmware This one, before you commented it out, only

no sound

2024-01-17 Thread Maureen L Thomas
Well I did a back-up, that didn't work, but I didn't know it at the time, and did a reinstallation from scratch.  I now have my sound back after I added back ports to my repositories.  I now have a system that works but I cannot find any utility to fix the top bar the way I want it.  Any

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread Thomas Schmitt
Hi, i see that i messed up "h" and "k" in my explanation of the fight over the link targets in /dev/disk/by-id. So another attempt: sdh has a unique serial number GSTD02TB230102. Thus we see in https://lists.debian.org/debian-user/2024/01/msg00667.html these two links: /dev/sdh

Re: Re: Generar un fstab borrado por accidente

2024-01-17 Thread Jude_xiomi Sago
Muchas gracias a todos. Hice lo que sugirió camaleón. No sabía del la aplicación genfstab y creo que vale la pena tenerla. Abrazos y abro otro hilo para otro problemilla...

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread gene heskett
On 1/17/24 11:38, Curt wrote: On 2024-01-17, Thomas Schmitt wrote: This is just weird. I still have difficulties to believe that any disk manufacturer would hand out disks with colliding serial numbers. I googled for this phenomenon, but except two mails of Gene nothing similar popped up. I

Re: Filtrar comodins/regex de les línies

2024-01-17 Thread Eloi
(disculpes, he enviat abans d'hora) El 17/1/24 a les 22:10, Eloi ha escrit: El 17/1/24 a les 16:10, julio ha escrit: El 17 de gener de 2024 8:39:26 CET, Narcis Garcia ha escrit: Bones, Tinc un fitxer de text, com podria ser per exemple una llista de números de telèfon (coneguts.txt):

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread David Christensen
On 1/17/24 15:58, gene heskett wrote: Now the question is how did it make this: homevol s/b very close to /home  in size but: root@coyote:~# df && free Filesystem  1K-blocks  Used  Available Use% Mounted on udev 16327704 0   16327704   0% /dev tmpfs

Re: rsync --delete vs rsync --delete-after

2024-01-17 Thread Default User
On Wed, 2024-01-17 at 10:29 -0800, Kushal Kumaran wrote: > On Wed, Jan 17 2024 at 11:19:39 AM, Default User > wrote: > > Hello! > > > > Opinions, please. > > > > I use rsync to copy my primary backup drive to a secondary backup > > drive > > , so that the secondary backup drive is theoretically

Re: Filtrar comodins/regex de les línies

2024-01-17 Thread Ernest Adrogué
2024-01-17, 08:39 (+0100); Narcis Garcia escriu: > Bones, > > Tinc un fitxer de text, com podria ser per exemple una llista de números de > telèfon (coneguts.txt): > 972123456 > 97233 > 97234 > 97235 > 97236 > 972789012 > però m'agradaria representar-hi rangs compatibles

Re: Filtrar comodins/regex de les línies

2024-01-17 Thread Eloi
El 17/1/24 a les 16:10, julio ha escrit: El 17 de gener de 2024 8:39:26 CET, Narcis Garcia ha escrit: Bones, Tinc un fitxer de text, com podria ser per exemple una llista de números de telèfon (coneguts.txt): 972123456 97233 97234 97235 97236 972789012 però m'agradaria

Re: debian-cd baking process

2024-01-17 Thread Steve McIntyre
Hi Kevin! Kevin Price wrote: > >I'm not quite sure where to address this to, but I'm certain this is a >bug: If you download debian installer media, for instance >debian-12.4.0-amd64-DLBD-2.iso, they prominenty include the files >"README.txt" and "README.html". Those presumably somehow

Re: No Release file for Security Update

2024-01-17 Thread Greg Wooledge
On Wed, Jan 17, 2024 at 11:31:52AM -0500, Thomas George wrote: > # deb cdrom:[Debian GNU/Linux 12.2.0 _Bookworm_ - Official amd64 DVD > Binary-1 with firmware 20231007-10:29]/ bookworm main non-free-firmware This one, before you commented it out, only contained non-free-firmware and *not*

Re: rsync --delete vs rsync --delete-after

2024-01-17 Thread Default User
On Wed, 2024-01-17 at 09:19 -0800, David Christensen wrote: > On 1/17/24 08:19, Default User wrote: > > Hello! > > > > Opinions, please. > > > > I use rsync to copy my primary backup drive to a secondary backup > > drive > > , so that the secondary backup drive is theoretically always an > >

Re: rsync --delete vs rsync --delete-after

2024-01-17 Thread Michel Verdier
On 2024-01-17, Default User wrote: > By "glitch", I mean anything that could interfere with the rsync copy > process. Possible causes: Whatever the cause you just have to get return code and restart rsync until it complete succesfully. Then you are sure to have an exact copy. To cope with

standardize uid:gid?

2024-01-17 Thread David Chmelik
Couldn't Debian standardize uid:gid numbers for daemons? The oldest--and only strictly UNIX-like--GNU/Linux (Slackware) does this so if you install multiple instances and want them the same, you can backup /etc/passwd & / etc/group from one and use them on another (as long as there aren't

Re: No Release file for Security Update

2024-01-17 Thread Charles Curley
On Wed, 17 Jan 2024 11:31:52 -0500 Thomas George wrote: > # deb cdrom:[Debian GNU/Linux 12.2.0 _Bookworm_ - Official amd64 DVD > Binary-1 with firmware 20231007-10:29]/ bookworm main > non-free-firmware > > deb http://ftp.debian.org/debian/ bookworm main non-free > non-free-firmware > > deb

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread David Wright
On Wed 17 Jan 2024 at 15:34:09 (-0500), gene heskett wrote: > On 1/17/24 12:27, Thomas Schmitt wrote: > > David Christensen wrote: > > > I suspect the conflicting serial numbers are causing problems in the > > > kernel, > > > as indicated by the /dev/disk/by-id/* problems. > > > > That's not in

Re: How to prevent rtkit from giving firefox higher priority?

2024-01-17 Thread David Wright
On Wed 17 Jan 2024 at 15:02:05 (+0100), hw wrote: > On Wed, 2024-01-17 at 07:26 -0500, Greg Wooledge wrote: > > On Wed, Jan 17, 2024 at 11:19:50AM +0100, hw wrote: > > > On Tue, 2024-01-16 at 08:41 -0500, Greg Wooledge wrote: > > > > On Tue, Jan 16, 2024 at 02:17:05PM +0100, hw wrote: > > > > > On

top bar the way I want it

2024-01-17 Thread Beyond Insulted
On Wed, Jan 17, 2024 at 08:40:30PM -0500, Maureen L Thomas wrote: > I now have a system that works but I cannot find any utility > to fix the top bar the way I want it.  Any hints? Try to understand the audience that is being asked. Imaging that they were willing to help and stopped doing

Re: Filtrar comodins/regex de les línies

2024-01-17 Thread Narcis Garcia
El 17/1/24 a les 21:39, Ernest Adrogué ha escrit: 2024-01-17, 08:39 (+0100); Narcis Garcia escriu: Bones, Tinc un fitxer de text, com podria ser per exemple una llista de números de telèfon (coneguts.txt): 972123456 97233 97234 97235 97236 972789012 però m'agradaria

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread Charles Curley
On Tue, 16 Jan 2024 21:10:28 -0500 gene heskett wrote: > gene@coyote:~/src/klipper-docs$ lsblk -d -o > NAME,MAJ:MIN,MODEL,SERIAL,WWN /dev/sd[hijkl] > NAME MAJ:MIN MODEL SERIAL WWN > sdh8:112 Gigastone SSD GSTD02TB230102 > sdi8:128 Gigastone SSD GST02TBG221146 > sdj

Re: File has unexpected size (x != y). Mirror sync in progress? [IP: ...] ...

2024-01-17 Thread Albretch Mueller
On 1/14/24, Max Nikulin wrote: > On 14/01/2024 04:43, Jeffrey Walton wrote: >> >> And use of HTTP in other fetches is dangerous, and HTTPS should be >> used. See >> . > >

Re: no sound

2024-01-17 Thread David Christensen
On 1/17/24 17:40, Maureen L Thomas wrote: Well I did a back-up, that didn't work, but I didn't know it at the time, The back up failed? :-( Do you need help with data recovery? and did a reinstallation from scratch. Did you install using debian-12.4.0-amd64-netinst.iso? Did you

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread gene heskett
On 1/17/24 19:58, David Christensen wrote: On 1/17/24 15:58, gene heskett wrote: Now the question is how did it make this: homevol s/b very close to /home  in size but: root@coyote:~# df && free Filesystem  1K-blocks  Used  Available Use% Mounted on udev 16327704 0  

Re: Seeking a Terminal Emulator on Debian for "Passthrough" Printing

2024-01-17 Thread David Wright
On Tue 16 Jan 2024 at 11:47:53 (+0100), hw wrote: > On Mon, 2024-01-15 at 20:32 +0100, to...@tuxteam.de wrote: > > On Mon, Jan 15, 2024 at 08:08:36PM +0100, hw wrote: > > > > > > I don't understand why you involve a terminal emulator in the process. > > > Do you need to see the data that goes

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread David Christensen
On 1/17/24 20:20, gene heskett wrote: On 1/17/24 19:58, David Christensen wrote: On 1/17/24 15:58, gene heskett wrote: Now the question is how did it make this: homevol s/b very close to /home  in size but: root@coyote:~# df && free Filesystem  1K-blocks  Used  Available Use% Mounted

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread gene heskett
On 1/18/24 00:50, David Christensen wrote: On 1/17/24 20:20, gene heskett wrote: On 1/17/24 19:58, David Christensen wrote: On 1/17/24 15:58, gene heskett wrote: Now the question is how did it make this: homevol s/b very close to /home  in size but: root@coyote:~# df && free Filesystem 

Re: No Release file for Security Update

2024-01-17 Thread Greg Wooledge
On Wed, Jan 17, 2024 at 08:40:58PM -0500, Thomas George wrote: > deb http://ftp.security-debian.org/debian-security/ bookworm-security main > non-free non-free-firmware Stop guessing, and *read* what you were told to use. https://lists.debian.org/debian-user/2024/01/msg00778.html Your

Re: To partition or not to partition MD arrays (Was Re: smartctl cannotaccess my storage, need syntax help)

2024-01-17 Thread gene heskett
On 1/17/24 19:54, Steve McIntyre wrote: Andy Smith wrote: The newer set of people recommending partitions are mostly doing so because there's been a few incidents of "helpful" PC motherboards detecting on boot what they think is a corrupt GPT, and replacing it with a blank one, damaging the

Re: standardize uid:gid?

2024-01-17 Thread Tim Woodall
On Thu, 18 Jan 2024, David Chmelik wrote: Couldn't Debian standardize uid:gid numbers for daemons? The oldest--and only strictly UNIX-like--GNU/Linux (Slackware) does this so if you install multiple instances and want them the same, you can backup /etc/passwd & / etc/group from one and use

Re: rsync --delete vs rsync --delete-after

2024-01-17 Thread Stefan Monnier
> However, I have read that using rsync --delete instead of rsync -- > delete-after is faster and uses less memory, and so is more efficient.  I'd be surprised if it makes a significant difference. Stefan

Re: No Release file for Security Update

2024-01-17 Thread Todd Zullinger
Greg Wooledge wrote: > On Wed, Jan 17, 2024 at 08:40:58PM -0500, Thomas George wrote: >> deb http://ftp.security-debian.org/debian-security/ bookworm-security main >> non-free non-free-firmware > > Stop guessing, and *read* what you were told to use. > >

Re: smartctl cannot access my storage, need syntax help

2024-01-17 Thread Thomas Schmitt
Hi, gene heskett wrote: > > where did the extra 19.4G's come from? Can filesystem > > ext4's overhead account for that? In an earlier mail: > > > command line: rsync -a --bwlimit=10m --fsync --progress /home/ > > > /mnt/homevol David Christensen wrote: > Please RTFM rsync(1) to choose your

Re: rsync --delete vs rsync --delete-after

2024-01-17 Thread David Christensen
On 1/17/24 17:23, Default User wrote: On Wed, 2024-01-17 at 09:19 -0800, David Christensen wrote: On 1/17/24 08:19, Default User wrote: Opinions, please. ... Hi guys, thanks for the replies. YW. :-) BTW, the two backup drives are external 4 Gb USB HDDs. The secondary backup drive is

Re: How to prevent rtkit from giving firefox higher priority?

2024-01-17 Thread hw
On Wed, 2024-01-17 at 12:25 +, Tixy wrote: > On Wed, 2024-01-17 at 11:19 +0100, hw wrote: > > On Tue, 2024-01-16 at 08:41 -0500, Greg Wooledge wrote: > > > On Tue, Jan 16, 2024 at 02:17:05PM +0100, hw wrote: > > > > On Tue, 2024-01-16 at 08:03 -0500, Greg Wooledge wrote: > > > > > On Tue, Jan

Re: How to prevent rtkit from giving firefox higher priority?

2024-01-17 Thread hw
On Wed, 2024-01-17 at 07:26 -0500, Greg Wooledge wrote: > On Wed, Jan 17, 2024 at 11:19:50AM +0100, hw wrote: > > On Tue, 2024-01-16 at 08:41 -0500, Greg Wooledge wrote: > > > On Tue, Jan 16, 2024 at 02:17:05PM +0100, hw wrote: > > > > On Tue, 2024-01-16 at 08:03 -0500, Greg Wooledge wrote: > > >

Re: How to prevent rtkit from giving firefox higher priority?

2024-01-17 Thread tomas
On Wed, Jan 17, 2024 at 02:41:37PM +0100, hw wrote: [...] > Ok but all the files in /run/user/1000/systemd/units/ are > lrwxrwxrwx. (except . and ..). Symlinks are always like this. The "real" permissions are the target's, which, as you have found out, doesn't exist. (Permissions don't

Re: How to prevent rtkit from giving firefox higher priority?

2024-01-17 Thread The Wanderer
On 2024-01-17 at 09:02, hw wrote: > On Wed, 2024-01-17 at 07:26 -0500, Greg Wooledge wrote: > >> On Wed, Jan 17, 2024 at 11:19:50AM +0100, hw wrote: >> > systemctl --user show -p InvocationID at-spi-dbus-bus.service >> > InvocationID=4bd113a0ec4c4f1eab6c51da8a43c1af >> > Invalid unit name