>
> That brings the du -m down from 317 to 294.
>
> I've noticed a bunch of "hidden" files in /boot. Here's an ls -lrta output
> for /boot
> -
> -bash.38[boot]: ls -lrta
> total 281371
> drwx--. 2 root root12288 Mar 17 2013 lost+found
> -rw-r--r--. 1 root root 5897400 May 21 20
Last night, when I shut down the workstation for the night, it took quite a
while (minutes); it was running akmod. I had done no installs and no upgrades
since the previous boot (earlier in the day). I had only done dnf removes and
rm commands. Why was akmod run during that shutdown?!
On 5/
On Sat, 2023-05-20 at 09:16 -0600, home user wrote:
> So as was pointed out by more than one poster, some grub clean-up is
> needed. How do I do that?
Apologies if you've already considered this, but I wonder why you don't
just do a fresh install of F38 (or F37). It would have been much
quicker t
On Sat, 2023-05-20 at 17:07 +0100, Patrick O'Callaghan wrote:
> Apologies if you've already considered this, but I wonder why you don't
> just do a fresh install of F38 (or F37). It would have been much
> quicker than all the futzing around you've had to do, and you could
> have seized the opportun
On Sun, 2023-05-21 at 04:12 +0930, Tim via users wrote:
> On Sat, 2023-05-20 at 17:07 +0100, Patrick O'Callaghan wrote:
> > Apologies if you've already considered this, but I wonder why you
> > don't
> > just do a fresh install of F38 (or F37). It would have been much
> > quicker than all the futzi
Hello Everyone,
I've successfully been using the Nextcloud plugin for GNOME's Online
Accounts feature for a long time. Recently I upgraded to Fedora 37 and
the Nextcloud integration stopped working because the authentication is
failing.
I tried deleting the account and recreating it without succ
On 5/20/23 3:03 PM, Patrick O'Callaghan wrote:
On Sun, 2023-05-21 at 04:12 +0930, Tim via users wrote:
On Sat, 2023-05-20 at 17:07 +0100, Patrick O'Callaghan wrote:
Apologies if you've already considered this, but I wonder why you
don't
just do a fresh install of F38 (or F37). It would have bee
On 5/20/23 17:17, home user wrote:
I am seriously considering enlarging /boot. But I anticipate that would
take even more help from this list than this current problem. So we're
back to where this left off
You don't want to be messing around with changing partition sizes if you
don't ha
On 5/20/23 6:53 PM, Samuel Sieb wrote:
On 5/20/23 17:17, home user wrote:
I am seriously considering enlarging /boot. But I anticipate that would take
even more help from this list than this current problem. So we're back to
where this left off
You don't want to be messing around with
On 5/20/23 18:01, home user wrote:
On 5/20/23 6:53 PM, Samuel Sieb wrote:
On 5/20/23 17:17, home user wrote:
I am seriously considering enlarging /boot. But I anticipate that
would take even more help from this list than this current problem.
So we're back to where this left off
You do
On 5/20/23 7:07 PM, Samuel Sieb wrote:
On 5/20/23 18:01, home user wrote:
On 5/20/23 6:53 PM, Samuel Sieb wrote:
On 5/20/23 17:17, home user wrote:
[... snip ...]
How do I get the grub menu corrected?
Assuming the BLS conversion happened, look in /boot/loader/entries/ and remove
any entr
Can you try to do just reinstall kernel like 'sudo dnf kernel kernel-*'
On Sat, 2023-05-20 at 19:17 -0600, home user wrote:
> On 5/20/23 7:07 PM, Samuel Sieb wrote:
> > On 5/20/23 18:01, home user wrote:
> > > On 5/20/23 6:53 PM, Samuel Sieb wrote:
> > > > On 5/20/23 17:17, home user wrote:
> [...
On Sun, 2023-05-21 at 11:25 +1000, Igor Bezrodnik wrote:
> Can you try to do just reinstall kernel like 'sudo dnf install kernel
> kernel-*'
> On Sat, 2023-05-20 at 19:17 -0600, home user wrote:
> > On 5/20/23 7:07 PM, Samuel Sieb wrote:
> > > On 5/20/23 18:01, home user wrote:
> > > > On 5/20/23 6
On 5/20/23 18:17, home user wrote:
On 5/20/23 7:07 PM, Samuel Sieb wrote:
On 5/20/23 18:01, home user wrote:
On 5/20/23 6:53 PM, Samuel Sieb wrote:
On 5/20/23 17:17, home user wrote:
[... snip ...]
How do I get the grub menu corrected?
Assuming the BLS conversion happened, look in /boot/
On 5/20/23 7:32 PM, Samuel Sieb wrote:
On 5/20/23 18:17, home user wrote:
On 5/20/23 7:07 PM, Samuel Sieb wrote:
On 5/20/23 18:01, home user wrote:
On 5/20/23 6:53 PM, Samuel Sieb wrote:
On 5/20/23 17:17, home user wrote:
[... snip ...]
How do I get the grub menu corrected?
Assuming the
On 5/20/23 18:44, home user wrote:
From what I see in the Fedora doc, is this my next step:
"grub2-mkconfig -o /boot/grub2/grub.cfg"?
If no, what? ...or is grub menu clean-up done?
That is how to do it, but unless there's still something in the menu you
don't want, you're done.
___
On 5/20/23 7:25 PM, Igor Bezrodnik wrote:
Can you try to do just reinstall kernel like 'sudo dnf kernel kernel-*'
?
I looked at the man page for dnf. There is no "kernel" command for dnf.
[... snip ...]
___
users mailing list -- users@lists.fedorapr
On 5/20/23 7:51 PM, Samuel Sieb wrote:
On 5/20/23 18:44, home user wrote:
From what I see in the Fedora doc, is this my next step:
"grub2-mkconfig -o /boot/grub2/grub.cfg"?
If no, what? ...or is grub menu clean-up done?
That is how to do it, but unless there's still something in the menu yo
Sorry I should write 'sudo dnf reinstall kernel kernel-*'
On Sat, 2023-05-20 at 19:53 -0600, home user wrote:
> On 5/20/23 7:25 PM, Igor Bezrodnik wrote:
> > Can you try to do just reinstall kernel like 'sudo dnf kernel
> > kernel-*'
>
> ?
> I looked at the man page for dnf. There is no "kernel"
On 5/20/23 7:54 PM, home user wrote:
On 5/20/23 7:51 PM, Samuel Sieb wrote:
On 5/20/23 18:44, home user wrote:
From what I see in the Fedora doc, is this my next step:
"grub2-mkconfig -o /boot/grub2/grub.cfg"?
If no, what? ...or is grub menu clean-up done?
That is how to do it, but unless
Recently was getting a strange error when running a
script that didn't have #!/usr/bin/bash at top?
free(): invalid next size (fast)
Aborted (core dumped)
Just adding the line fixes the issue, but not sure why??
Have run the script before with no such error, but had
been a while? Script was
On 5/18/23 6:30 PM, Felix Miata wrote:
home user composed on 2023-05-18 16:21 (UTC-0600):
What size is the filesystem on which /boot/ lives? Separate partition? BTRFS?
I don't recall answering this.
size = 485348
separate partition: yes (based on Disks display)
BTRFS: no; it's Ext4.
On 5/20/23 19:09, home user wrote:
On 5/20/23 7:54 PM, home user wrote:
On 5/20/23 7:51 PM, Samuel Sieb wrote:
On 5/20/23 18:44, home user wrote:
From what I see in the Fedora doc, is this my next step:
"grub2-mkconfig -o /boot/grub2/grub.cfg"?
If no, what? ...or is grub menu clean-up done?
On 5/18/23 4:21 PM, home user wrote:
(f37 stand-alone dual-boot workstation)
(not replying to anyone else's post)
-
-bash.12[boot]: ls -a
. symvers-6.2.10-200.fc37.x86_64.gz
..symvers-6.2.12-200.fc37.x86_64.gz
config-6.
On 5/20/23 19:36, home user wrote:
On 5/18/23 4:21 PM, home user wrote:
(f37 stand-alone dual-boot workstation)
(not replying to anyone else's post)
-
-bash.12[boot]: ls -a
. symvers-6.2.10-200.fc37.x86_64.gz
.. symvers
On 5/19/23 4:40 AM, Lukas Middendorf wrote:
On 19/05/2023 03:24, home user wrote:
On 5/18/23 6:30 PM, Felix Miata wrote:
I have not seen initrd-plymouth.img and {initramfs,vmlinuz}-fedup previously,
but I guess they are leftovers from some earlier system upgrade. I don't think
they are neede
On 5/20/23 8:48 PM, Samuel Sieb wrote:
On 5/20/23 19:36, home user wrote:
On 5/18/23 4:21 PM, home user wrote:
(f37 stand-alone dual-boot workstation)
(not replying to anyone else's post)
-
-bash.12[boot]: ls -a
. symvers-6.2.10-200.fc37.x86_64.gz
..
On 5/19/23 5:46 AM, Jeffrey Walton wrote:
On Thu, May 18, 2023 at 9:29 PM home user wrote:
[...]
-
bash.7[~]: df
Filesystem 1K-blocks Used Available Use% Mounted on
devtmpfs40960 4096 0% /dev
tmpfs81540120 8154012 0% /dev/shm
tmpfs
On Sun, 2023-05-21 at 12:17 +1000, Michael D. Setzer II wrote:
> Recently was getting a strange error when running a script that
> didn't have #!/usr/bin/bash at top?
>
> free(): invalid next size (fast)
> Aborted (core dumped)
>
> Just adding the line fixes the issue, but not sure why??
> Have run
System is a multiboot with three OS. Originally with win 10 and fedora
36 then installed fedora 37 server on a nvme drive. The f37 server
install created a separate /boot/efi.
Win 10 and Fedora 36 have full functioning access to the network.
Recently the f37 system is unable to access the inte
On Sun, 2023-05-21 at 00:43 -0400, Robert McBroom via users wrote:
> Recently the f37 system is unable to access the internet. It accesses
> the local network. The web page for the isp router is there and it
> accesses my NAS. Tried a USB WIFI adapter and get the same situation.
> Can connect to th
On 21 May 2023 at 13:42, Tim wrote:
Subject:Re: Strange error running scripts. without
#!/usr/bin/bash
From: Tim
To: mi...@guam.net, Community support for
Fedora users
Date sent: Sun, 21 May 2023 13:42:59 +0930
> On Su
32 matches
Mail list logo