Re: How to change root "/" partition?

2024-12-01 Thread Felix Miata
Robin Laing composed on 2024-12-01 22:08 (UTC-0700): > On upgrade to Fedora 41, I got stuck due to lack of space on "/" > partition. I had an unused partition that was more than double the size > of the present root partition. > I rsyncd the data across to the new partition > sudo rsync

How to change root "/" partition?

2024-12-01 Thread Robin Laing
Hello, On upgrade to Fedora 41, I got stuck due to lack of space on "/" partition. I had an unused partition that was more than double the size of the present root partition. I rsyncd the data across to the new partition sudo rsync -avPAHXx --numeric-ids --exclude="lost+found" -exclude="ho

Re: DNF Upgrade Package Removal Query

2024-12-01 Thread Stephen Morris
On 2/12/24 09:13, Jeffrey Walton wrote: On Sun, Dec 1, 2024 at 5:08 PM Stephen Morris wrote: I got the output below when I ran sudo dnf upgrade about half an hour ago. Looking at /usr/lib the issue is the .build_id folder doesn't exist hence the message is reasonable. The issue I have wit

Re: What is DNF Check-upgrade Actually Doing

2024-12-01 Thread Stephen Morris
On 2/12/24 09:10, Patrick O'Callaghan wrote: On Mon, 2024-12-02 at 08:54 +1100, Stephen Morris wrote: Quite apart from making a clear distinction between quotes and new content, for humans to read easier.  Many mail programs will join the reply into being part of the quote without the blank line

Re: Bash initialization

2024-12-01 Thread Patrick O'Callaghan
On Sun, 2024-12-01 at 17:15 +, Will McDonald wrote: > On Sun, 1 Dec 2024 at 17:10, Patrick O'Callaghan > wrote: > > > On Sun, 2024-12-01 at 11:16 -0500, Todd Zullinger wrote: > > > One thing which is new is the bash-color-prompt package was > > > added. This installs /etc/profile.d/bash-colo

Re: What is DNF Check-upgrade Actually Doing

2024-12-01 Thread Stephen Morris
On 1/12/24 17:04, Tim via users wrote: The issue with this is what you have shown is what Thunderbird used to always show to identify who said what which I find extremely useful to understand response history and the context of replies. Again, look through your preferences, and see if there ar

Re: Bash initialization

2024-12-01 Thread Patrick O'Callaghan
On Sun, 2024-12-01 at 12:43 -0500, Todd Zullinger wrote: > For truecolor terminals, printing all 16 million colors is > not useful, other than as a test of how well your terminal > scrolls, perhaps ;). > Indeed not, but in case I wasn't clear I meant a colour *picker*, not just something that pri

Re: DNF Upgrade Package Removal Query

2024-12-01 Thread Jeffrey Walton
On Sun, Dec 1, 2024 at 5:08 PM Stephen Morris wrote: > > I got the output below when I ran sudo dnf upgrade about half an hour > ago. Looking at /usr/lib the issue is the .build_id folder doesn't exist > hence the message is reasonable. The issue I have with this is, is that > folder suppos

Re: What is DNF Check-upgrade Actually Doing

2024-12-01 Thread Patrick O'Callaghan
On Mon, 2024-12-02 at 08:54 +1100, Stephen Morris wrote: > > Quite apart from making a clear distinction between quotes and new > > content, for humans to read easier.  Many mail programs will join the > > reply into being part of the quote without the blank line between them. > > > Sorry, this is

DNF Upgrade Package Removal Query

2024-12-01 Thread Stephen Morris
Hi,     I got the output below when I ran sudo dnf upgrade about half an hour ago. Looking at /usr/lib the issue is the .build_id folder doesn't exist hence the message is reasonable. The issue I have with this is, is that folder supposed to be only temporary during the install/build process a

DNF Upgrade Package Removal Query

2024-12-01 Thread Stephen Morris
Hi,     I got the output below when I ran sudo dnf upgrade about half an hour ago. Looking at /usr/lib the issue is the .build_id folder doesn't exist hence the message is reasonable. The issue I have with this is, is that folder supposed to be only temporary during the install/build process a

Re: What is DNF Check-upgrade Actually Doing

2024-12-01 Thread Stephen Morris
On 1/12/24 22:23, Tim via users wrote: Tim: Also, leave a blank line between quotes and your replies. It is very hard to read mail when everything is just one huge block. Patrick O'Callaghan: This. Drives me crazy. How hard is it to hit a single Return before starting to type? Twice is even

Re: Bash initialization

2024-12-01 Thread Joe Wulf via users
For what it is worth, locally changing things like PS1 and environment variable assignments should be made in .bashrc, not .bash_profile. On Sunday, December 1, 2024 at 01:38:29 PM EST, GianPiero Puccioni wrote: On 01/12/2024 17:16, Todd Zullinger wrote: > > One thing which is new

Re: Bash initialization

2024-12-01 Thread GianPiero Puccioni
On 01/12/2024 17:16, Todd Zullinger wrote: One thing which is new is the bash-color-prompt package was added. This installs /etc/profile.d/bash-color-prompt.sh which sets PS1. Documentation for how to use it is in /usr/share/doc/bash-color-prompt/README.md, if you want to take advantage of it

Re: Bash initialization

2024-12-01 Thread Todd Zullinger
Will McDonald wrote: > On Sun, 1 Dec 2024 at 17:10, Patrick O'Callaghan > wrote: > >> On Sun, 2024-12-01 at 11:16 -0500, Todd Zullinger wrote: >>> One thing which is new is the bash-color-prompt package was >>> added. This installs /etc/profile.d/bash-color-prompt.sh >>> which sets PS1. Documen

Re: Bash initialization

2024-12-01 Thread Will McDonald
On Sun, 1 Dec 2024 at 17:10, Patrick O'Callaghan wrote: > On Sun, 2024-12-01 at 11:16 -0500, Todd Zullinger wrote: > > One thing which is new is the bash-color-prompt package was > > added. This installs /etc/profile.d/bash-color-prompt.sh > > which sets PS1. Documentation for how to use it is

Re: Bash initialization

2024-12-01 Thread Patrick O'Callaghan
On Sun, 2024-12-01 at 11:16 -0500, Todd Zullinger wrote: > One thing which is new is the bash-color-prompt package was > added.  This installs /etc/profile.d/bash-color-prompt.sh > which sets PS1.  Documentation for how to use it is in > /usr/share/doc/bash-color-prompt/README.md, if you want to >

Re: Web site issue

2024-12-01 Thread Doug H.
On Sat, Nov 30, 2024, at 4:29 PM, ToddAndMargo via users wrote: > Hi All, > > I can not get this web site to render properly > on my Fedora 41 host computer on any of the five > web browsers I tried (cache was cleared). > > https://www.tiyproducts.com/products/basic-tiy-water > > But, I can with qe

Re: Bash initialization

2024-12-01 Thread Todd Zullinger
Hi, GianPiero Puccioni wrote: > I just upgraded to F40 and my bash prompt has changed, I > have it set up in .bash_profile and it worked before. > > I thought that the default config /etc/profile and > /etc/bashrc were read first and than the user > .bash_profile and .bashrc so you can change the

Re: Web site issue

2024-12-01 Thread Bob Marčan via users
On Sun, 01 Dec 2024 07:21:15 -0800 "ToddAndMargo via users" wrote: ... Oh no fooling! I ran it through W3C's validator: > > https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.tiyproducts.com%2Fproducts%2Fbasic-tiy-water > > it was a MASSACRE! > -- Try any recipe in kulinarika.net. For each r

Re: Web site issue

2024-12-01 Thread ToddAndMargo via users
On 11/30/24 21:50, Tim via users wrote: On Sat, 2024-11-30 at 16:29 -0800, ToddAndMargo via users wrote: I can not get this web site to render properly on my Fedora 41 host computer on any of the five web browsers I tried (cache was cleared). https://www.tiyproducts.com/products/basic-tiy-water

Re: DNF Upgrade Query

2024-12-01 Thread Tim via users
Tim: > > In the olden days, it was often the people that insisted on installing > > absolutely every package, and would install mutually exclusive things, > > and half-baked programs that were far from ready for general use. Stephen Morris: > That was probably me, there used to be installation me

Re: What is DNF Check-upgrade Actually Doing

2024-12-01 Thread Tim via users
Tim: > > Also, leave a blank line between quotes and your replies. It is very > > hard to read mail when everything is just one huge block. Patrick O'Callaghan: > This. Drives me crazy. How hard is it to hit a single Return before > starting to type? Twice is even better... Quite apart from mak

Re: What is DNF Check-upgrade Actually Doing

2024-12-01 Thread Samuel Sieb
On 11/30/24 4:24 PM, Stephen Morris wrote: On 1/12/24 10:53, Samuel Sieb wrote: On 11/30/24 3:44 PM, Stephen Morris wrote: On 1/12/24 10:32, Samuel Sieb wrote: On 11/30/24 3:04 PM, Stephen Morris wrote: On 30/11/24 20:05, Tim via users wrote: As a comparison, have a look through your menus f

Re: What is DNF Check-upgrade Actually Doing

2024-12-01 Thread Patrick O'Callaghan
On Sun, 2024-12-01 at 16:34 +1030, Tim via users wrote: > Also, leave a blank line between quotes and your replies.  It is very > hard to read mail when everything is just one huge block. This. Drives me crazy. How hard is it to hit a single Return before starting to type? poc -- ___

Bash initialization

2024-12-01 Thread GianPiero Puccioni
Hi, I just upgraded to F40 and my bash prompt has changed, I have it set up in .bash_profile and it worked before. I thought that the default config /etc/profile and /etc/bashrc were read first and than the user .bash_profile and .bashrc so you can change the defaults; was it changed or someth