Re: Replacing nano with vim - logout needed?

2025-02-26 Thread Peter Boy Uni
> Am 26.02.2025 um 23:41 schrieb Robert Moskowitz : > > I ran: > > dnf install vim-default-editor --allowerasing > > But I am still getting nano when I try to "crontab -e" > > Do I have to logout and back in for this change to take? Or is there an > easier way? > The editor to use is spec

Re: Replacing nano with vim - logout needed?

2025-02-26 Thread Robert Moskowitz
On 2/26/25 8:43 PM, Dave Close wrote: Try "dnf remove nano-default-editor". I think that is what allowerasing did... dnf install vim-default-editor --allowerasing Updating and loading repositories:  Fedora 41 - x86_64 - Updates    100% |  10.9 KiB/s |  15.5 KiB |  00m01s

Re: F41 - I forgot to make a swap partition

2025-02-26 Thread Robert Moskowitz
On 2/26/25 8:34 PM, Mike Wright wrote: On 2/26/25 17:30, Mike Wright wrote: On 2/26/25 13:17, Robert Moskowitz wrote: Arg.  the Install did not default a swap partition so I forgot to work it in when I divided the drive as I wanted... Since /dev/sdb4, /home is the last 800Gb with 500Gb

Re: Replacing nano with vim - logout needed?

2025-02-26 Thread Dave Close
Try "dnf remove nano-default-editor". -- Dave Close, Compata, Irvine CA +1 714 434 7359 d...@compata.com dhcl...@alumni.caltech.edu "'Always' and 'never' are two words you should always remember never to use." -- Wendell Johnson -- ___

Re: F41 - I forgot to make a swap partition

2025-02-26 Thread Mike Wright
On 2/26/25 17:30, Mike Wright wrote: On 2/26/25 13:17, Robert Moskowitz wrote: Arg.  the Install did not default a swap partition so I forgot to work it in when I divided the drive as I wanted... Since /dev/sdb4, /home is the last 800Gb with 500Gb unused, is there any way to safely shrink

Re: F41 - I forgot to make a swap partition

2025-02-26 Thread Mike Wright
On 2/26/25 13:17, Robert Moskowitz wrote: Arg.  the Install did not default a swap partition so I forgot to work it in when I divided the drive as I wanted... Since /dev/sdb4, /home is the last 800Gb with 500Gb unused, is there any way to safely shrink this partition 16Gb and then allocate

Re: Replacing nano with vim - logout needed?

2025-02-26 Thread Michael D. Setzer II via users
Seems to be set by this file. cat /etc/profile.d/nano-default-editor.sh # Ensure GNU nano is set as EDITOR if it isn't already set if [ -z "$EDITOR" ]; then export EDITOR="/usr/bin/nano" fi On 26 Feb 2025 at 17:41, Robert Moskowitz wrote: Date sent: Wed, 26 Feb 2025 17:41

Re: Replacing nano with vim - logout needed?

2025-02-26 Thread Samuel Sieb
On 2/26/25 4:20 PM, Joe Zeff wrote: On 02/26/2025 04:08 PM, Robert Moskowitz wrote: Well I tried the above and crontab -e still dropped into nano. Grumble. I HATE logging out.  :) Then don't.  Just close that terminal and open a new one.  That should be all you need. It's set in the globa

Re: Replacing nano with vim - logout needed?

2025-02-26 Thread Joe Zeff
On 02/26/2025 04:08 PM, Robert Moskowitz wrote: Well I tried the above and crontab -e still dropped into nano. Grumble. I HATE logging out.  :) Then don't. Just close that terminal and open a new one. That should be all you need. -- ___ users ma

Re: Replacing nano with vim - logout needed?

2025-02-26 Thread Robert Moskowitz
On 2/26/25 6:36 PM, Patrick O'Callaghan wrote: On Wed, 2025-02-26 at 17:41 -0500, Robert Moskowitz wrote: I ran: dnf install vim-default-editor --allowerasing But I am still getting nano when I try to "crontab -e" Do I have to logout and back in for this change to take?  Or is there an easie

Re: Replacing nano with vim - logout needed?

2025-02-26 Thread Patrick O'Callaghan
On Wed, 2025-02-26 at 17:41 -0500, Robert Moskowitz wrote: > I ran: > > dnf install vim-default-editor --allowerasing > > But I am still getting nano when I try to "crontab -e" > > Do I have to logout and back in for this change to take?  Or is there an > easier way? I've no idea what that doe

Re: Replacing nano with vim - logout needed?

2025-02-26 Thread Michael D. Setzer II via users
On 26 Feb 2025 at 17:41, Robert Moskowitz wrote: Date sent: Wed, 26 Feb 2025 17:41:56 -0500 To: Community support for Fedora users From: Robert Moskowitz Subject:Replacing nano with vim - logout needed? Send reply to: C

Re: Replacing nano with vim - logout needed?

2025-02-26 Thread Robert Moskowitz
$ set|grep nano EDITOR=/usr/bin/nano export EDITOR=/usr/bin/vi $ set|grep /vi EDITOR=/usr/bin/vi _=EDITOR=/usr/bin/vi And "crontab -e" is using vi! This only fixes the terminal session I am in, but that is OK for right now. On 2/26/25 6:08 PM, Robert Moskowitz wrote: On 2/26/25 6:02 PM, Micha

Re: Replacing nano with vim - logout needed?

2025-02-26 Thread Robert Moskowitz
On 2/26/25 6:02 PM, Michal Schorm wrote: Just a guess - even when configuration changes on the disk, the already running instance (of the shell?) won't get updated. Assuming you use bash, can you just call new 'bash' after that to spring up a new instance which will correctly load the new settin

Re: Replacing nano with vim - logout needed?

2025-02-26 Thread Michal Schorm
Just a guess - even when configuration changes on the disk, the already running instance (of the shell?) won't get updated. Assuming you use bash, can you just call new 'bash' after that to spring up a new instance which will correctly load the new settings, inside of the one you currently have? I

Replacing nano with vim - logout needed?

2025-02-26 Thread Robert Moskowitz
I ran: dnf install vim-default-editor --allowerasing But I am still getting nano when I try to "crontab -e" Do I have to logout and back in for this change to take?  Or is there an easier way? -- ___ users mailing list -- users@lists.fedoraproject

Re: F41 - I forgot to make a swap partition

2025-02-26 Thread Robert Moskowitz
On 2/26/25 5:21 PM, Patrick O'Callaghan wrote: On Wed, 2025-02-26 at 16:17 -0500, Robert Moskowitz wrote: Arg.  the Install did not default a swap partition so I forgot to work it in when I divided the drive as I wanted... I am using EXT4 for my / /boot /home partitions.  Just plain partitioni

Re: F41 - I forgot to make a swap partition

2025-02-26 Thread Patrick O'Callaghan
On Wed, 2025-02-26 at 16:17 -0500, Robert Moskowitz wrote: > Arg.  the Install did not default a swap partition so I forgot to work > it in when I divided the drive as I wanted... > > I am using EXT4 for my / /boot /home partitions.  Just plain > partitioning.  Been doing it this way for lots of

Re: Quickemu

2025-02-26 Thread Patrick O'Callaghan
On Wed, 2025-02-26 at 15:57 -0500, Slade Watkins wrote: > > On 2/26/2025 7:07 AM, Patrick O'Callaghan wrote: > > > > > > This is neat. Have you tried it out yet? I'm adding it to my to-do list > > > as we speak. > > > > Yes, I've tried a few VMs and it seems to work, though the MacOS ones > > h

Ungoogled Chromium & Youtube - anybody?

2025-02-26 Thread lejeczek via users
Hi there. My Ungoogled Chromium stopped playing YT videos, sometimes might play first 19 secs of a clip but mostly does not even start the playback, stuck with loading logo animation - everything else loads, works on YT. I did reset ://flags & settings, also cleared data. Does YT plays in thi

F41 - I forgot to make a swap partition

2025-02-26 Thread Robert Moskowitz
Arg.  the Install did not default a swap partition so I forgot to work it in when I divided the drive as I wanted... I am using EXT4 for my / /boot /home partitions.  Just plain partitioning.  Been doing it this way for lots of builds. But this time, I missed setting aside 16Gb as a physical

Re: Quickemu

2025-02-26 Thread Slade Watkins
On 2/26/2025 7:07 AM, Patrick O'Callaghan wrote: This is neat. Have you tried it out yet? I'm adding it to my to-do list as we speak. Yes, I've tried a few VMs and it seems to work, though the MacOS ones have trouble starting (blank screen and no kb or mouse interaction after the initial sp

F41 Xfce panel tab labels

2025-02-26 Thread Robert Moskowitz
I am seeing strange, to me, labels on my window tabs in the Xfce panel. Like Firefox is labeled: Org.mozilla.firefox Terminal:    Xfce4-terminal Thunderbird new message:    Net.thunderbird    - But this does get replaced with the subject line like this missive having Wrtie:F41 Xfc... I have lo

CLOSED: Re: security: wted?

2025-02-26 Thread home user via users
On 2/13/25 10:50 AM, home user via users wrote: (f40; gnome; last patched minutes ago) When I ran chkrootkit, I got the following (including a few lines of context) regarding "wted": - - - - - - [snip] Checking `w55808'... not infected Checking `wted'... 1 deletion(s) between Tue Jan 28 07:33:4

F41 Firefox migration

2025-02-26 Thread Robert Moskowitz
I followed the process of copying my whole .mozilla hidden folder (after first renaming the one created by firefox) from my old F38 system to my new F41 system. Seems to work.  Probably brought along all sorts of old cruft that might have been better lost. One problem though. On starting Fi

Re: Cannot start Internet browsers but Firefox

2025-02-26 Thread Paul Smith
Actually, it appears to be a kernel issue: https://bugzilla.redhat.com/show_bug.cgi?id=2348401 Paul On Wed, Feb 26, 2025 at 12:22 PM Paul Smith wrote: > > On Wed, Feb 26, 2025 at 11:22 AM Paul Smith wrote: > > > > All from a sudden, I cannot start any browser but Firefox: > > > > $ google-chro

Re: F41 - df command showing lots of tmpfs

2025-02-26 Thread Robert Moskowitz
On 2/25/25 18:38, Joe Zeff wrote: On 02/25/2025 03:46 PM, Robert Moskowitz wrote: I use df command to see where I am on disk utilization. Well this time it won't be much of an issue, as I got a 1TB SSD for the same price I last got a 500GB.  but anyway. Some 10 tmpfs mounts in /run/credenti

Re: Cannot start Internet browsers but Firefox

2025-02-26 Thread Paul Smith
On Wed, Feb 26, 2025 at 11:22 AM Paul Smith wrote: > > All from a sudden, I cannot start any browser but Firefox: > > $ google-chrome > [18285:18285:0226/112134.284230:ERROR:secret_portal_key_provider.cc(214)] > Retrieved secret is empty. > [18285:18285:0226/112134.284477:ERROR:object_proxy.cc(576

Re: Quickemu

2025-02-26 Thread Patrick O'Callaghan
On Tue, 2025-02-25 at 17:50 -0500, Slade Watkins wrote: > On 2/25/25 5:12 PM, Patrick O'Callaghan wrote: > > I recently came across Quickemu: > > > > https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_quickemu-2Dproject_quickemu&d=DwIGaQ&c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&r

Cannot start Internet browsers but Firefox

2025-02-26 Thread Paul Smith
Dear All, All from a sudden, I cannot start any browser but Firefox: $ google-chrome [18285:18285:0226/112134.284230:ERROR:secret_portal_key_provider.cc(214)] Retrieved secret is empty. [18285:18285:0226/112134.284477:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.portal.Secre

Re: default kernel NOT the latest one installed ?

2025-02-26 Thread Barry
> On 26 Feb 2025, at 08:05, lejeczek via users > wrote: > > How to "fix" it back to "normal" ? Use grubby and set the index to boot to be 0 I think is the fix See grubby --help or man grubby for command line details. Barry -- ___ users mailing l

Re: redirect remote rsyslog messages to journal

2025-02-26 Thread Barry
> On 26 Feb 2025, at 03:51, fed...@eyal.emu.id.au wrote: > > Anyone? I know you can go from journal logs to rayslog. But do not know if the reverse is possible. If it is then you would be best asking the rsyslog developers. Barry -- ___ users maili

default kernel NOT the latest one installed ?

2025-02-26 Thread lejeczek via users
Hi guys. Some while I go my Fedora lost, dropped it's way to set newly installed kernel to be the default one. Whatever I set manually to be default, remains default regardless of new kernels installed later - which was not the case, should not be the case, right? How to "fix" it back to "nor