Re: Firefox and XFCE

2024-12-24 Thread keller . steve
Max Nikulin writes: > On 17/12/2024 18:55, keller.st...@gmx.de wrote: > > I have grepped through prefs.js and haven't found anything that sounds > > related, > > A shot in the dark: does switching between regular window title and > client-side decorations changes anything? (right click menu for >

Re: Fwd: Ubuntu 24.10 failing download [Re: fail message dirmanager]

2024-12-24 Thread Andy Smith
Hi, On Wed, Dec 25, 2024 at 12:51:57AM +0800, Bret Busby wrote: > The persistence of the person, in refusing to subscribe to, and post the > query to, the Ubuntu users list, make me think that the person is simply > trolling this list, and, that the person should be moderated on this list, > for p

Re: Fwd: Ubuntu 24.10 failing download [Re: fail message dirmanager]

2024-12-24 Thread Bret Busby
On 24/12/24 23:45, Andrew M.A. Cater wrote: [Reply-to set to debian-user - please subscribe and reply on-list. That way anyone else can benefit from the reply. Copy direct in case you are not already subscribed.] On Tue, Dec 24, 2024 at 09:00:14AM +0100, koffie wrote: Hello Andy thanks for you

Re: fail message dirmanager

2024-12-24 Thread Frank Jezzer
On 2024-12-22, koffie wrote: > Ubuntu / Oracular > Hello, > > It is not possible to download an iso file. > It takes hours to get it but it doesn't boot > The sha is fail permanently. > > On today I've got a fail message during a test - download on youtube. > It mentioned there is no dirmanager bu

Re: Bash expression to detect dying RAID devices

2024-12-24 Thread Charles Curley
On Tue, 24 Dec 2024 15:45:31 +0100 (CET) Roger Price wrote: > File /proc/mdstat indicates a dying RAID device with an output > section such as > > md3 : active raid1 sdg6[0] > 871885632 blocks super 1.0 [2/1] [U_] > bitmap: 4/7 pages [16KB], 65536KB chunk > > Note the [U-]. Th

Re: Bash expression to detect dying RAID devices

2024-12-24 Thread Roger Price
On Tue, 24 Dec 2024, Greg Wooledge wrote: On Tue, Dec 24, 2024 at 15:45:31 +0100, Roger Price wrote: md3 : active raid1 sdg6[0] 871885632 blocks super 1.0 [2/1] [U_] bitmap: 4/7 pages [16KB], 65536KB chunk Note the [U-]. There isn't any [U-] in that output. There is [U_].

Re: Bash expression to detect dying RAID devices

2024-12-24 Thread Andy Smith
Hi, On Tue, Dec 24, 2024 at 03:45:31PM +0100, Roger Price wrote: > I would like to scan /proc/mdstat and set a flag if [U-], [-U] or [--] > occur. Others have pointed out your '-' vs '_' confusion. But are you sure you wouldn't rather just rely on the "mdadm --monitor" command that emails you whe

Re: Bash expression to detect dying RAID devices

2024-12-24 Thread Nicolas George
Roberto C. Sánchez (12024-12-24): > I think that '==' is the wrong tool. string1 == string2 string1 = string2 True if the strings are equal. = should be used with the test command for POSIX conformance. When used with the [[ command,

Re: Fwd: Ubuntu 24.10 failing download [Re: fail message dirmanager]

2024-12-24 Thread Andrew M.A. Cater
[Reply-to set to debian-user - please subscribe and reply on-list. That way anyone else can benefit from the reply. Copy direct in case you are not already subscribed.] On Tue, Dec 24, 2024 at 09:00:14AM +0100, koffie wrote: > Hello Andy > > thanks for your answer, > > I'm from Norway. > I know

Re: Bash expression to detect dying RAID devices

2024-12-24 Thread Greg Wooledge
On Tue, Dec 24, 2024 at 10:37:29 -0500, Roberto C. Sánchez wrote: > I think that '==' is the wrong tool. That is testing for string > equality, whilst you are looking for a partial match. This is what I was > able to get working after hacking on it for a minute or two: > > #! /bin/bash -u > set -x

Re: Where is my Brave executable

2024-12-24 Thread Frank Jezzer
On 2024-12-23, Arbol One wrote: > > Hello. > > In my Debian 12, I used snap to install Brave. To select it as browser > in Netbeans I need to know the location of the executable. > Does anyone know the directory for the Brave executable? When you install Brave using Snap on Debian 12, the execu

Re: Bash expression to detect dying RAID devices

2024-12-24 Thread Roberto C . Sánchez
Hi Roger, On Tue, Dec 24, 2024 at 03:45:31PM +0100, Roger Price wrote: > File /proc/mdstat indicates a dying RAID device with an output section such > as > > md3 : active raid1 sdg6[0] >871885632 blocks super 1.0 [2/1] [U_] >bitmap: 4/7 pages [16KB], 65536KB chunk > > Note the [

Re: Bash expression to detect dying RAID devices

2024-12-24 Thread Stefan Monnier
> File /proc/mdstat indicates a dying RAID device with an output section such > as > > md3 : active raid1 sdg6[0] >871885632 blocks super 1.0 [2/1] [U_] >bitmap: 4/7 pages [16KB], 65536KB chunk > > Note the [U-]. I can't see a "[U-]", only a "[U_]" Stefan

Re: Bash expression to detect dying RAID devices

2024-12-24 Thread Greg Wooledge
On Tue, Dec 24, 2024 at 15:45:31 +0100, Roger Price wrote: > File /proc/mdstat indicates a dying RAID device with an output section such > as > > md3 : active raid1 sdg6[0] >871885632 blocks super 1.0 [2/1] [U_] >bitmap: 4/7 pages [16KB], 65536KB chunk > > Note the [U-]. There i

Re: Bash expression to detect dying RAID devices

2024-12-24 Thread Nicolas George
Roger Price (12024-12-24): > File /proc/mdstat indicates a dying RAID device with an output section such > as Maybe try to find a more script-friendly source for that information in /sys/class/block/md127/md/? Regards, -- Nicolas George

Ubuntu 24.10 failing download [Re: fail message dirmanager]

2024-12-24 Thread koffie
Thanks for the reply. Andy has been addressed to a...@strugglers.net Koffie Forwarded Message Subject: Re: Fwd: Ubuntu 24.10 failing download [Re: fail message dirmanager] Date: Tue, 24 Dec 2024 14:40:52 + From: Andy Smith Reply-To: debian-user@lists.debian.org To: koffi

Re: Where is my Brave executable

2024-12-24 Thread Max Nikulin
On 24/12/2024 21:25, Richard Owlett wrote: On 12/24/24 4:08 AM, Richard Owlett wrote: On 12/23/24 8:26 AM, Max Nikulin wrote: On 23/12/2024 19:56, Richard Owlett wrote: Is 'command' documented somewhere? Déjà vu...

Bash expression to detect dying RAID devices

2024-12-24 Thread Roger Price
File /proc/mdstat indicates a dying RAID device with an output section such as md3 : active raid1 sdg6[0] 871885632 blocks super 1.0 [2/1] [U_] bitmap: 4/7 pages [16KB], 65536KB chunk Note the [U-]. The "-" says /dev/sdh is dead. I would like to scan /proc/mdstat and set a flag

Re: Fwd: Ubuntu 24.10 failing download [Re: fail message dirmanager]

2024-12-24 Thread Andy Smith
Hi koffie, I'm unsure which Andy you are reply to - me (Andy Smith) or Andy Cater. 😀 This is going to be my last reply as I/we cannot help you with Ubuntu or snaps. Some of your responses are a little objectionable but I'm going to consider that as being due to a language barrier and not pick up

Re: Where is my Brave executable

2024-12-24 Thread Richard Owlett
On 12/24/24 4:08 AM, Richard Owlett wrote: On 12/23/24 8:26 AM, Max Nikulin wrote: On 23/12/2024 19:56, Richard Owlett wrote: On 12/23/24 4:39 AM, Jeffrey Walton wrote: `command -v brave`. Is 'command' documented somewhere? Déjà vu... Richard Owlett to debian-user. Using terminal comman

Re: Systemctl masked/disabled/etc

2024-12-24 Thread pocket
> Sent: Tuesday, December 24, 2024 at 7:39 AM > From: "Oliver Schode" > To: debian-user@lists.debian.org > Subject: Re: Systemctl masked/disabled/etc > > Hi, > > looks like I'm the only one yet as I take it, he wasn't asking about > meanings of, or differences between states but rather worries

Re: Systemctl masked/disabled/etc

2024-12-24 Thread Oliver Schode
Hi, looks like I'm the only one yet as I take it, he wasn't asking about meanings of, or differences between states but rather worries about defaults he may have inadvertently changed. This is about what is essential or required for system operation. > Is there any point to worrying about what's

Re: Fwd: Ubuntu 24.10 failing download [Re: fail message dirmanager]

2024-12-24 Thread john doe
On 12/24/24 09:00, koffie wrote: I have to find a solution to be able to boot from USB to start my Ubuntu. If that works I can try to restore the system partition on Windows. Looks like you are in a lot of trouble, the only thing I can suggest would be to reinstall Windows and use WSL to have

Re: Where is my Brave executable

2024-12-24 Thread Richard Owlett
On 12/23/24 8:26 AM, Max Nikulin wrote: On 23/12/2024 19:56, Richard Owlett wrote: On 12/23/24 4:39 AM, Jeffrey Walton wrote: `command -v brave`. Is 'command' documented somewhere? Déjà vu... Richard Owlett to debian-user. Using terminal commands - corner cases. Wed, 27 Nov 2024 05:38:3

Re: sudo fails to save IPTables rules

2024-12-24 Thread Timothy M Butterworth
On Mon, Dec 23, 2024 at 9:05 PM Greg Wooledge wrote: > On Mon, Dec 23, 2024 at 20:48:12 -0500, Dan Purgert wrote: > > On Dec 23, 2024, Timothy M Butterworth wrote: > > > sudo fails with a permission denied error. > > > tmb@hp-debian:~$ sudo /usr/sbin/iptables-save > /etc/iptables/rules.v4 > > > b

Re: Install vs Upgrade --was [Re: new computer arriving soon]

2024-12-24 Thread Richard Owlett
On 12/23/24 8:10 PM, Roy J. Tellason, Sr. wrote: On Monday 23 December 2024 08:50:25 am Richard Owlett wrote: On 12/22/24 3:18 PM, Roy J. Tellason, Sr. wrote: [snip] That depends. I want to be able to *use* the thing, right off, and not have to fiddle with stuff to get it to work. Confiden

Fwd: Ubuntu 24.10 failing download [Re: fail message dirmanager]

2024-12-24 Thread koffie
Hello Andy thanks for your answer, I'm from Norway. I know that this is a Debian list. There is a hint that all can post because of no regulary administration on the Debian list. My qestion is also not specific for Ubuntu. Otherwise, this is a real treat to me for month. I don't get support fr