Re: How to change root "/" partition?

2024-12-02 Thread Samuel Sieb
On 12/2/24 9:50 PM, Robin Laing wrote: Finally reverted everything back to the original setting and decided to just move the var directory to its own partition.  Wasn't easy either. Issues with moving var due to Selinux. You just need to tell it to relabel at boot. "fixfiles onboot" From w

Re: How to change root "/" partition?

2024-12-02 Thread Samuel Sieb
On 12/1/24 9:08 PM, Robin Laing wrote: 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 --nume

Re: How to change root "/" partition?

2024-12-02 Thread Robin Laing
On 2024-12-01 23.34, Felix Miata wrote: 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 th

Re: What is DNF Check-upgrade Actually Doing

2024-12-02 Thread Tim via users
On Tue, 2024-12-03 at 09:15 +1100, Stephen Morris wrote: > That's interesting. In Thunderbird I'm seeing things differently, > depending on who is reply to threads I'm seeing the entire quote with > a black line down the side and text in black, for other people I see > a coloured stripe and the tex

Re: What is DNF Check-upgrade Actually Doing

2024-12-02 Thread Tim via users
On Tue, 2024-12-03 at 09:19 +1100, Stephen Morris wrote: > I didn't remember ever seeing an option in Thunderbird to suppress > those messages but that was a reasonable check to do. Apparently, at some stage Thunderbird had an option for that (it called it QuoteCollapse), and I saw a comment that

Re: What is DNF Check-upgrade Actually Doing

2024-12-02 Thread Samuel Sieb
On 12/2/24 2:15 PM, Stephen Morris wrote: On 2/12/24 22:39, Tim via users wrote: On Mon, 2024-12-02 at 08:54 +1100, Stephen Morris wrote: Sorry, this is my fault. I'm used to working with html mails where the response is black text and the quotes are colour coded for quotes from different respo

Re: What is DNF Check-upgrade Actually Doing

2024-12-02 Thread Patrick O'Callaghan
On Tue, 2024-12-03 at 09:15 +1100, Stephen Morris wrote: > In my response to Patrick on this formatting, I've only started seeing > your mails and one of Patrick's carved up that way in the last week, and > like I said to Patrick, I'm not saying it is a problem I'm just saying > from what I'm us

DNF Strange Behaviour

2024-12-02 Thread Stephen Morris
Hi,     I don't have the messages to show some of this as I accidentally closed the Konsole window that had them.     When I run sudo dnf upgrade and start the upgrade process, for every package being downloaded the last column in the display which is the time taken, that value displays as a

Re: What is DNF Check-upgrade Actually Doing

2024-12-02 Thread Stephen Morris
On 2/12/24 22:22, Tim via users wrote: Tim: Again, look through your preferences, and see if there are options about hiding/muting/suppressing quoted text. Various mail programs have that option. Stephen Morris: I have Thunderbird configured to automatically quote the original message

Re: What is DNF Check-upgrade Actually Doing

2024-12-02 Thread Stephen Morris
On 2/12/24 22:39, Tim via users wrote: On Mon, 2024-12-02 at 08:54 +1100, Stephen Morris wrote: Sorry, this is my fault. I'm used to working with html mails where the response is black text and the quotes are colour coded for quotes from different responders, and I keep forgetting that environme

Re: Bash initialization

2024-12-02 Thread Stephen Morris
On 3/12/24 01:37, Joe Wulf via users wrote: What you've observed is correct behavior. Things like PATH enhancements/changes belong in .bash_profile (as that file has 'generally' replaced the .profile functionality of yesteryear). Also, putting new things into the PATH variable, should always

Re: Bash initialization

2024-12-02 Thread Joe Wulf via users
What you've observed is correct behavior. Things like PATH enhancements/changes belong in .bash_profile (as that file has 'generally' replaced the .profile functionality of yesteryear).  Also, putting new things into the PATH variable, should always be done at the end, not the beginning.Thus: 

Re: Bash initialization

2024-12-02 Thread Tim via users
On Sun, 2024-12-01 at 18:52 +, Joe Wulf via users wrote: > For what it is worth, locally changing things like PS1 and > environment variable assignments should be made in .bashrc, not > .bash_profile. Long ago I remember trying to figure out where to put PS1, since it did work in either one, b

Re: Web site issue

2024-12-02 Thread Tim via users
On Sun, 2024-12-01 at 16:03 +, Bob Marčan via users wrote: > Try any recipe in kulinarika.net. > For each recipe I get "Gah. Your Tab Just Crashed." > Firefox. > Validator? Disaster. > It would be interesting to find out which "tool" they use. HTML + JavaScript fed through a blender and fun

Re: What is DNF Check-upgrade Actually Doing

2024-12-02 Thread Tim via users
On Mon, 2024-12-02 at 08:54 +1100, Stephen Morris wrote: > Sorry, this is my fault. I'm used to working with html mails where > the response is black text and the quotes are colour coded for quotes > from different responders, and I keep forgetting that environments > that insist on using text only

Re: What is DNF Check-upgrade Actually Doing

2024-12-02 Thread Tim via users
Tim: > > Again, look through your preferences, and see if there are options > > about hiding/muting/suppressing quoted text. Various mail programs > > have that option. Stephen Morris: > I have Thunderbird configured to automatically quote the original > message being replied to. Since you

Re: What is DNF Check-upgrade Actually Doing

2024-12-02 Thread Patrick O'Callaghan
On Mon, 2024-12-02 at 09:24 +1100, Stephen Morris wrote: > > Not sure what you mean. The style you mention is the default in > > Evolution and other mailers, and is what I've been using for over 20 > > years. > > In the previous mail I was referring to, where Tim's name appears above > his portio

Re: Bash initialization

2024-12-02 Thread GianPiero Puccioni
On 01/12/2024 19:52, Joe Wulf via users wrote: For what it is worth, locally changing things like PS1 and environment variable assignments should be made in .bashrc, not .bash_profile. When I started with Unix, a long time ago, it was Env Var in profile and aliases and other stuff in *rc dep