> 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
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
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
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
--
___
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
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
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
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
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
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
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
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
$ 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
> 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
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
33 matches
Mail list logo