Re: Bookworm: dash shell globs don't recognise [^...] to negate a character class

2023-04-13 Thread Greg Wooledge
On Fri, Apr 14, 2023 at 09:08:08AM +0700, Max Nikulin wrote: > On 13/04/2023 08:07, Greg Wooledge wrote: > > On Thu, Apr 13, 2023 at 12:12:23AM +, David wrote: > > > $ echo [^0-9]* > > > 11 22 <-- new behaviour by dash > [...] > > The correct negation syntax in POSIX sh globs is

Re: Bookworm: dash shell globs don't recognise [^...] to negate a character class

2023-04-13 Thread Max Nikulin
On 13/04/2023 08:07, Greg Wooledge wrote: On Thu, Apr 13, 2023 at 12:12:23AM +, David wrote: $ echo [^0-9]* 11 22 <-- new behaviour by dash [...] The correct negation syntax in POSIX sh globs is [!chars]. The shellcheck utility gives this suggestion as well. Their wiki

Re: bookworm multimedia scripts silent in console but play in mate-terminal

2023-04-13 Thread Jude DaShiell
Pipewire is now on this machine since this didn't work with pulseaudio either. -- Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." Ed Howdershelt 1940. On Thu, 13 Apr 2023, Dan Ritter wrote: > Jude DaShiell wrote: > > Here's

Re: UNSUSCRIBE

2023-04-13 Thread l0f4r0
Hello, 14 avr. 2023, 00:02 de jenapierregirau...@free.fr: > Pour se désinscrire d'une liste, le message ne doit pas être envoyé à > l'adresse de la liste elle-même mais à > -requ...@lists.debian.org > avec le mot « unsbscribe » en objet. > "unsubscribe" ;) l0f4r0

Re: [testing] shadow drive et debian

2023-04-13 Thread Gaëtan Perrier
Le jeudi 13 avril 2023 à 12:17 +0200, didier gaumet a écrit : > Le mercredi 12 avril 2023 à 23:10 +0200, Gaëtan Perrier a écrit : > > Bonjour, > > > > Je viens d'essayer d'installer le paquet deb shadow 8.0.10059 sur ma > > debian > > testing. > > Y a eu une erreur à la fin de l'installation du

Re: UNSUSCRIBE

2023-04-13 Thread Jean-Pierre Giraud
Bonjour, Le jeudi 13 avril 2023 à 18:32 +0200, Sébastien LINCK a écrit : > Pour se désinscrire d'une liste, le message ne doit pas être envoyé à l'adresse de la liste elle-même mais à -requ...@lists.debian.org avec le mot « unsbscribe » en objet. cf cette page du site de Debian :

Re: bookworm multimedia scripts silent in console but play in mate-terminal

2023-04-13 Thread Dan Ritter
Jude DaShiell wrote: > Here's one script that works that way. Standard package install choices > were done desktop environment, mate, and standard utilities. > An install with only standard utilities and no desktop environment and no > mate prevents this script from playing at all. >

Re: update-initramfs

2023-04-13 Thread Michael Stone
On Thu, Apr 13, 2023 at 01:57:04PM -0500, David Wright wrote: os-prober no longer scours all the other partitions for OSes any more.¹ Which is wonderful--that was one of the most annoying misfeatures to have ever been enabled.

bookworm multimedia scripts silent in console but play in mate-terminal

2023-04-13 Thread Jude DaShiell
Here's one script that works that way. Standard package install choices were done desktop environment, mate, and standard utilities. An install with only standard utilities and no desktop environment and no mate prevents this script from playing at all. Mpv is already installed on this machine

Re: update-initramfs

2023-04-13 Thread Charles Curley
On Thu, 13 Apr 2023 13:57:04 -0500 David Wright wrote: > https://lists.debian.org/debian-user/2023/04/msg00405.html > > I was left with a system whose Grub menu only contained entries for > the new system, because os-prober no longer scours all the other > partitions for OSes any more.¹ To get

Re: pregunta arrencada dual amb UEFI i GPT

2023-04-13 Thread Alex Muntada
Hola, Àlex: > Ho he provat i confirmo que a instalacions UEFI+GPT, si a > /etc/default/grub hi ha habilitada la línia > "GRUB_DISABLE_OS_PROBER=false" , i a /etc/fstab hi ha muntada > la partició UEFI de Bootloader "UUID=elquesigui   /boot/efi   > vfat umask=0077   0   1", en executar la comanda

Re: update-initramfs

2023-04-13 Thread David Wright
On Thu 13 Apr 2023 at 04:14:46 (+0200), Michel Verdier wrote: > Le 12 avril 2023 David Wright a écrit : > > > the menu/ is moot. I would maintain that this failure mode is rare > > enough for a reasonable penalty of having to type a few characters > > editing the Grub menu. > > > > The last time

Re: Niet alle packages upgraden

2023-04-13 Thread Cecil Westerhof
Cecil Westerhof writes: > Paul van der Vlis writes: > >> Op 16-03-2023 om 16:28 schreef Cecil Westerhof: >>> Cecil Westerhof writes: >>> Normaal gesproken is het voor mij geen probleem om bij een apt upgrade alles te doen, maar Firefox gooit al een poos roet in het

Re: What do all those "* * *" mean on a traceroute log?

2023-04-13 Thread Lee
On 4/12/23, Albretch Mueller wrote: > I have found a few examples and "explanations" but in the cases of > the examples I have seen by other people, like: > > https://serverfault.com/questions/733005/what-does-having-mean-in-the-command-traceroute-and-how-can-you-cope-wit > > It is not with

UNSUSCRIBE

2023-04-13 Thread Sébastien LINCK

Re: Une question

2023-04-13 Thread Michel Verdier
Le 13 avril 2023 Bruno Ubeda a écrit : > Comment configurer le bluetooth avec bluetoothctl en une ligne dans le > fichier de démarrage d'openbox (autostart). Cad power on, Agent on, pair > MAC, trust MAC, connect MAC ... Depuis l'ordi vers le smartphone où le > bluetooth est activé avec le

Re: grub et boot : bien difficiles voire incompréhensibles

2023-04-13 Thread Michel Verdier
Le 13 avril 2023 ajh-valmer a écrit : > Sur un serveur Debian Bullseye, 5 partitions, > dont 4 de sauvegardes, swap, et une de production (sda1), > lorsque je recréé le fichier "grub.cfg" par update-grub2, > au reboot, j'ai un "kernel panic", même si j'utilise "Super Boot Grub". Tu peux donner

Re: Bookworm: dash shell globs don't recognise [^...] to negate a character class

2023-04-13 Thread Vincent Lefevre
On 2023-04-12 21:07:59 -0400, Greg Wooledge wrote: > On Thu, Apr 13, 2023 at 12:12:23AM +, David wrote: > > $ echo [^0-9]* > > 11 22 <-- new behaviour by dash > > The [^chars] syntax is a negation in Basic and Extended Regular > Expressions, and in bash's globs (it's a bash

Re: how to limit a CPU temperature?

2023-04-13 Thread Vincent Lefevre
On 2023-04-08 11:31:44 -0400, songbird wrote: > Jeremy Nicoll wrote: > > Wouldn't it be better to limit the amount of cputime that > > the hogging application is using? > > > > Google suggests that "nice" or "cpulimit" might do that. > > nice didn't do it. "nice -n 19" didn't make any change.

Re: Debian 12 RC1 se va a ir actualizando?

2023-04-13 Thread Marcelo Eduardo Giordano
Gracias estimados. Entonces me quedaré el bullseye hasta que salga definitivamente debian 12. No quiero hacer lios. Pasa que quería formatear y aprovechar para poner debian 12. Saludos a la lista

Re: pregunta arrencada dual amb UEFI i GPT

2023-04-13 Thread Lluís Gras
Així i tot, si hi tens algun Windows, aquest, amb l'excusa de qualsevol actualització important, tot sovint aprofitarà per modificar l'ordre d'arrencada a la UEFI, parlo per experiència personal. Interessant, donar un cop d'ull a les cosetes que pot fer l'efibootmgr a l'hora de gestionar el tema

grub et boot : bien difficiles voire incompréhensibles

2023-04-13 Thread ajh-valmer
Bonjour à tous, Sur un serveur Debian Bullseye, 5 partitions, dont 4 de sauvegardes, swap, et une de production (sda1), lorsque je recréé le fichier "grub.cfg" par update-grub2, au reboot, j'ai un "kernel panic", même si j'utilise "Super Boot Grub". Toutes les partitions sont synchronisées

Re: Debian 12 RC1 se va a ir actualizando?

2023-04-13 Thread Camaleón
El 2023-04-13 a las 07:43 -0300, Marcelo Eduardo Giordano escribió: > Estimados. > > Si Bajo Debian 12 RC1, cuando salga definitivamente la versión de Debian 12 > yo si actualizo los repositorios voy a tener la misma versión que si la > hubiera bajado originalmente cierto? Depende. > Medio

Re: Debian 12 RC1 se va a ir actualizando?

2023-04-13 Thread JavierDebian
El 13/4/23 a las 07:43, Marcelo Eduardo Giordano escribió: Estimados. Si Bajo Debian 12 RC1, cuando salga definitivamente la versión de Debian 12 yo si actualizo los repositorios voy a tener la misma versión que si la hubiera bajado originalmente cierto? Medio enredado. Es básica la

Re: Debian 12 RC1 se va a ir actualizando?

2023-04-13 Thread Gonzalo Rivero
El 13/4/23 a las 07:43, Marcelo Eduardo Giordano escribió: Estimados. Si Bajo Debian 12 RC1, cuando salga definitivamente la versión de Debian 12 yo si actualizo los repositorios voy a tener la misma versión que si la hubiera bajado originalmente cierto? mientras en tu

Re: package libxnvctrl0 installed by xfce, but nouveau is installed

2023-04-13 Thread Vincent Lefevre
On 2023-04-05 15:15:59 +0200, zithro wrote: > > On 2023-04-04 18:27:59 +0200, zithro wrote: > > > Unfortunately, "libxnvctrl0" is a dependency for "xfce4-sensors-plugin" > : > > > > > > apt show xfce4-sensors-plugin > > > Depends: libxnvctrl0 > > > > > > So marking the packages provides the exact

Une question

2023-04-13 Thread Bruno Ubeda
Comment configurer le bluetooth avec bluetoothctl en une ligne dans le fichier de démarrage d'openbox (autostart). Cad power on, Agent on, pair MAC, trust MAC, connect MAC ... Depuis l'ordi vers le smartphone où le bluetooth est activé avec le partage de connexion bluetooth aussi activé. Merci.

Debian 12 RC1 se va a ir actualizando?

2023-04-13 Thread Marcelo Eduardo Giordano
Estimados. Si Bajo Debian 12 RC1, cuando salga definitivamente la versión de Debian 12 yo si actualizo los repositorios voy a tener la misma versión que si la hubiera bajado originalmente cierto? Medio enredado. Es básica la pregunta pero no lo se

Re: [testing] shadow drive et debian

2023-04-13 Thread didier gaumet
Le mercredi 12 avril 2023 à 23:10 +0200, Gaëtan Perrier a écrit : > Bonjour, > > Je viens d'essayer d'installer le paquet deb shadow 8.0.10059 sur ma > debian > testing. > Y a eu une erreur à la fin de l'installation du paquet mais ça s'est > installé > quand même. Ensuite quand je lance l'appli

Re: pregunta arrencada dual amb UEFI i GPT

2023-04-13 Thread Narcis Garcia
El 13/4/23 a les 10:44, Àlex ha escrit: El 12/4/23 a les 8:11, Àlex ha escrit: El 6/4/23 a les 10:45, a...@probeta.net ha escrit: He vist que a Ubuntu i Mint normalment funciona bé l'opció Windows del GRUB. Llavors he comparat els fitxers que Ubuntu 22.04 genera a /etc/grub.d amb els de

Re: pregunta arrencada dual amb UEFI i GPT

2023-04-13 Thread Àlex
El 12/4/23 a les 8:11, Àlex ha escrit: El 6/4/23 a les 10:45, a...@probeta.net ha escrit: He vist que a Ubuntu i Mint normalment funciona bé l'opció Windows del GRUB. Llavors he comparat els fitxers que Ubuntu 22.04 genera a /etc/grub.d amb els de Debian 12, i jo no he sabut interpretar

Re: Riddling over systemctl, pulseaudio, firefox-esr, and salsa.debian.org

2023-04-13 Thread tomas
On Thu, Apr 13, 2023 at 10:18:12AM +0200, Thomas Schmitt wrote: > Hi, > > to...@tuxteam.de wrote: > > Perhaps the browser is trying to do some kind of notification via > > audio? > > There are some "notification" entries in about:config worth > > investigating. > > None of them looks to me like

Re: Riddling over systemctl, pulseaudio, firefox-esr, and salsa.debian.org

2023-04-13 Thread Thomas Schmitt
Hi, i wrote: > So i did not play with them > but rather went on to notifications and loudspeaker test. I meant "Notification Permissions" instead of "notifications". Have a nice day :) Thomas

Re: Riddling over systemctl, pulseaudio, firefox-esr, and salsa.debian.org

2023-04-13 Thread Thomas Schmitt
Hi, to...@tuxteam.de wrote: > Perhaps the browser is trying to do some kind of notification via > audio? > There are some "notification" entries in about:config worth > investigating. None of them looks to me like being related to audio. There would be many combinations of on-off. So i did not