Re: hardware RAID1 NVMe card?

2022-06-24 Thread Roger Heflin
Odds are with a bit of work you can find the start of the dara and so that you can mount it. Witb raid1 it should be doable. With raid5/6 you need to know details about the algorithm used by the card. I think there is a disk scanning tool that can be used to find the lvm and or fs header and

Re: how to change environment variable permanently

2022-06-24 Thread Barry
> On 24 Jun 2022, at 16:36, Roger Heflin wrote: > >  > Trick is add this around the path add. > > If [ $path_add -ne 1 ] ; then > Path addition code > Path_add=1 > Fi > > That only runs it once. This is a work around for using ,bashrc when .bash_profile is where this should be done.

Re: how to change environment variable permanently

2022-06-24 Thread Barry
> On 24 Jun 2022, at 13:10, Anil F Duggirala wrote: > > hello, > I would like to change the $PATH environment variable permanently, to > be able to execute a program more quickly. > I have tried adding a new line: export PATH=$PATH:/my/path , to my > .bashrc . See PATH in .bash_profile not

F35 seems to have turned off my sound

2022-06-24 Thread Michael Hennebry
Settings has a small x next to a speaker symbol apparently indicating I've been muted. I can move the volume indicator, but it does not stick. I have no sound. After a google search, I tried: [root@2001-48F8-3004-2CE-0-0-0-25DA-dynamic ~]# alsaunmute Found hardware: "HDA-Intel" "Analog Devices

Re: how to change environment variable permanently

2022-06-24 Thread George N. White III
On Fri, Jun 24, 2022 at 6:04 PM Jon LaBadie wrote: > On Fri, Jun 24, 2022 at 07:36:00AM -0800, Roger Heflin wrote: > >Trick is add this around the path add. > > > >If [ $path_add -ne 1 ] ; then > >Path addition code > >Path_add=1 > >Fi > > > >That only runs it once. > > > >On Fri, Jun 24, 2022,

Re: how to change environment variable permanently

2022-06-24 Thread Jon LaBadie
On Fri, Jun 24, 2022 at 07:36:00AM -0800, Roger Heflin wrote: Trick is add this around the path add. If [ $path_add -ne 1 ] ; then Path addition code Path_add=1 Fi That only runs it once. On Fri, Jun 24, 2022, 4:09 AM Anil F Duggirala wrote: hello, I would like to change the $PATH

Re: fully updated F36 Dell XPS 13 no longer comes back from hibernate (post Thursday updates)

2022-06-24 Thread Samuel Sieb
On 6/24/22 05:36, Ranjan Maitra wrote: However, my resume issue does not go away. You could try filing a bug on the kernel in the redhat bugzilla. Include the log lines that I extracted and your kernel cmdline. Btw, I did try $ sudo dracut -f and got a blank. Is this what i am supposed

Re: hardware RAID1 NVMe card?

2022-06-24 Thread ToddAndMargo via users
On 6/24/22 11:16, Mauricio Tavares wrote: On Fri, Jun 24, 2022 at 2:10 PM ToddAndMargo via users wrote: On 6/24/22 10:42, Roger Heflin wrote: Raid cards of different brands wont typically read each others configs. So any replacement card would need to be the same card, or maybe just

Re: how to change environment variable permanently

2022-06-24 Thread Anil F Duggirala
On Fri, 2022-06-24 at 07:36 -0800, Roger Heflin wrote: > Trick is add this around the path add.   > > If [ $path_add -ne 1 ] ; then > Path addition code > Path_add=1 > Fi Thanks for this Roger, I will try it and let you know, ___ users mailing list --

Re: how to change environment variable permanently

2022-06-24 Thread Anil F Duggirala
On Fri, 2022-06-24 at 11:49 -0300, George N. White III wrote: > > You can add your program to the GUI configuration to start it with an > icon, put a > symbolic link to the program in a directory that is already in the > PATH, such as > $HOME/bin, create a shell script that runs the program

Re: how to change environment variable permanently

2022-06-24 Thread George N. White III
On Fri, Jun 24, 2022 at 12:36 PM Roger Heflin wrote: > Trick is add this around the path add. > > If [ $path_add -ne 1 ] ; then > Path addition code > Path_add=1 > Fi > > That only runs it once. > This clutters up the environment. I often encountered weird environment variables when a user

Re: Installing fedora-flathub-remote doesn't enable Flathub?

2022-06-24 Thread Rahul Sundaram
Hi On Fri, Jun 24, 2022 at 11:34 AM Ian Pilcher wrote: > After installing the package, 'flatpak remotes' still doesn't show > Flathub. Is there something else that I'm supposed to do? > Flatpak can use all several remotes and none of them are there by default yet. If you want to enable

Re: hardware RAID1 NVMe card?

2022-06-24 Thread Mauricio Tavares
On Fri, Jun 24, 2022 at 2:10 PM ToddAndMargo via users wrote: > > On 6/24/22 10:42, Roger Heflin wrote: > > Raid cards of different brands wont typically read each others configs. > > So any replacement card would need to be the same card, or maybe just > > manufacturer to read the current config

Re: hardware RAID1 NVMe card?

2022-06-24 Thread ToddAndMargo via users
On 6/24/22 10:42, Roger Heflin wrote: Raid cards of different brands wont typically read each others configs. So any replacement card would need to be the same card, or maybe just manufacturer to read the current config and disks. Yikes! ___ users

Re: hardware RAID1 NVMe card?

2022-06-24 Thread Roger Heflin
Raid cards of different brands wont typically read each others configs. So any replacement card would need to be the same card, or maybe just manufacturer to read the current config and disks. On Fri, Jun 24, 2022, 4:40 AM ToddAndMargo via users < users@lists.fedoraproject.org> wrote: > On

Re: hardware RAID1 NVMe card?

2022-06-24 Thread ToddAndMargo via users
On 6/24/22 09:24, Mauricio Tavares wrote: On Thu, Jun 23, 2022 at 11:05 PM ToddAndMargo via users wrote: Hi All, Any of you guys know of a PCIe card that will do hardware RAID 1 with two NVMe drives? I have found some, but they are way to elaborate, and as such, way too expensive. Many

Re: hardware RAID1 NVMe card?

2022-06-24 Thread Mauricio Tavares
On Thu, Jun 23, 2022 at 11:05 PM ToddAndMargo via users wrote: > > Hi All, > > Any of you guys know of a PCIe card that will do > hardware RAID 1 with two NVMe drives? > > I have found some, but they are way to elaborate, > and as such, way too expensive. > > Many thanks, > -T Which NVMe

Re: hardware RAID1 NVMe card?

2022-06-24 Thread ToddAndMargo via users
On 6/24/22 08:09, George N. White III wrote: On Fri, Jun 24, 2022 at 12:05 AM ToddAndMargo via users mailto:users@lists.fedoraproject.org>> wrote: Hi All, Any of you guys know of a PCIe card that will do hardware RAID 1 with two NVMe drives? I have found some, but they are

Re: how to change environment variable permanently

2022-06-24 Thread Roger Heflin
Trick is add this around the path add. If [ $path_add -ne 1 ] ; then Path addition code Path_add=1 Fi That only runs it once. On Fri, Jun 24, 2022, 4:09 AM Anil F Duggirala wrote: > hello, > I would like to change the $PATH environment variable permanently, to > be able to execute a program

Installing fedora-flathub-remote doesn't enable Flathub?

2022-06-24 Thread Ian Pilcher
After installing the package, 'flatpak remotes' still doesn't show Flathub. Is there something else that I'm supposed to do? -- Google Where SkyNet meets Idiocracy

Re: hardware RAID1 NVMe card?

2022-06-24 Thread R. G. Newbury
On 2022-06-24 ToddAndMargo Any of you guys know of a PCIe card that will do hardware RAID 1 with two NVMe drives? I have found some, but they are way to elaborate, and as such, way too expensive. Asus makes the UltraQuad board. Asrock make the QuadUltra board. Both hold 4 nvme drives and can

Re: hardware RAID1 NVMe card?

2022-06-24 Thread George N. White III
On Fri, Jun 24, 2022 at 12:05 AM ToddAndMargo via users < users@lists.fedoraproject.org> wrote: > Hi All, > > Any of you guys know of a PCIe card that will do > hardware RAID 1 with two NVMe drives? > > I have found some, but they are way to elaborate, > and as such, way too expensive. > I

Re: how to change environment variable permanently

2022-06-24 Thread George N. White III
On Fri, Jun 24, 2022 at 9:09 AM Anil F Duggirala wrote: > hello, > I would like to change the $PATH environment variable permanently, to > be able to execute a program more quickly. > I have tried adding a new line: export PATH=$PATH:/my/path , to my > .bashrc . > When I log in again, I see that

Re: hardware RAID1 NVMe card?

2022-06-24 Thread ToddAndMargo via users
On 6/24/22 05:35, John Mellor wrote: On 2022-06-23 23:04, ToddAndMargo via users wrote: Any of you guys know of a PCIe card that will do hardware RAID 1 with two NVMe drives? I have found some, but they are way to elaborate, and as such, way too expensive. Maybe you have a weird hardware

Re: hardware RAID1 NVMe card?

2022-06-24 Thread Richard Shaw
On Fri, Jun 24, 2022 at 7:35 AM John Mellor wrote: > On 2022-06-23 23:04, ToddAndMargo via users wrote: > > Any of you guys know of a PCIe card that will do > > hardware RAID 1 with two NVMe drives? > > > > I have found some, but they are way to elaborate, > > and as such, way too expensive. > >

Re: fully updated F36 Dell XPS 13 no longer comes back from hibernate (post Thursday updates)

2022-06-24 Thread Ranjan Maitra
> > > > On 6/23/22 17:13, Ranjan Maitra wrote: > > > > [...] > > > > > > > > > > Thanks! Here are the updates from last Wed and Thu: > > > > > > > > > > > > > > > > > > > > > > > > > Wed Jun 15 09:00:01 PM CDT 2022 -

Re: hardware RAID1 NVMe card?

2022-06-24 Thread John Mellor
On 2022-06-23 23:04, ToddAndMargo via users wrote: Any of you guys know of a PCIe card that will do hardware RAID 1 with two NVMe drives? I have found some, but they are way to elaborate, and as such, way too expensive. Maybe you have a weird hardware requirement that explains the question,

how to change environment variable permanently

2022-06-24 Thread Anil F Duggirala
hello, I would like to change the $PATH environment variable permanently, to be able to execute a program more quickly. I have tried adding a new line: export PATH=$PATH:/my/path , to my .bashrc . When I log in again, I see that $PATH is now: $PATH:/my/path/:/my/path, my directory has been

Re: fully updated F36 Dell XPS 13 no longer comes back from hibernate (post Thursday updates)

2022-06-24 Thread Sjoerd Mullender
On 24/06/2022 13.47, Ranjan Maitra wrote: On Fri Jun24'22 08:00:57AM, George N. White III wrote: From: "George N. White III" Date: Fri, 24 Jun 2022 08:00:57 -0300 To: Community support for Fedora users Reply-To: Community support for Fedora users Subject: Re: fully updated F36 Dell XPS 13

Re: fully updated F36 Dell XPS 13 no longer comes back from hibernate (post Thursday updates)

2022-06-24 Thread Ranjan Maitra
On Fri Jun24'22 08:00:57AM, George N. White III wrote: > From: "George N. White III" > Date: Fri, 24 Jun 2022 08:00:57 -0300 > To: Community support for Fedora users > Reply-To: Community support for Fedora users > Subject: Re: fully updated F36 Dell XPS 13 no longer comes back from >

techonology write for us gotechmantra

2022-06-24 Thread namratha seo
WRITE FOR US – GO TECH MANTRA Through this initiative we welcome bloggers and writing enthusiasts, to contribute to the development of our Tech site, through quality content You can submit for review an original article (which has not previously been published elsewhere, including on your

techonology write for us gotechmantra

2022-06-24 Thread namratha seo
WRITE FOR US – GO TECH MANTRA Through this initiative we welcome bloggers and writing enthusiasts, to contribute to the development of our Tech site, through quality content You can submit for review an original article (which has not previously been published elsewhere, including on your

Re: fully updated F36 Dell XPS 13 no longer comes back from hibernate (post Thursday updates)

2022-06-24 Thread George N. White III
On Fri, Jun 24, 2022 at 4:21 AM Samuel Sieb wrote: > On 6/23/22 17:13, Ranjan Maitra wrote: > [...] > >>> Thanks! Here are the updates from last Wed and Thu: > >>> > >>> > > >>> Wed Jun 15 09:00:01 PM CDT 2022 - DNF

Re: fully updated F36 Dell XPS 13 no longer comes back from hibernate (post Thursday updates)

2022-06-24 Thread Samuel Sieb
On 6/23/22 17:13, Ranjan Maitra wrote: On Thu Jun23'22 05:07:01PM, Samuel Sieb wrote: From: Samuel Sieb Date: Thu, 23 Jun 2022 17:07:01 -0700 To: users@lists.fedoraproject.org Reply-To: Community support for Fedora users Subject: Re: fully updated F36 Dell XPS 13 no longer comes back from