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 have

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: 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. > #!/usr/bin/

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 too

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 b

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 I

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 ever

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 exten

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: 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 s

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 b

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 pl