Re: Strange error running scripts. without #!/usr/bin/bash

2023-05-20 Thread Michael D. Setzer II via users
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

Re: System networking confusion

2023-05-20 Thread Tim via users
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

System networking confusion

2023-05-20 Thread Robert McBroom via users
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

Re: Strange error running scripts. without #!/usr/bin/bash

2023-05-20 Thread Tim via users
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

Re: /boot problem.

2023-05-20 Thread home user
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

Re: /boot problem.

2023-05-20 Thread home user
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 ..   

Re: /boot problem.

2023-05-20 Thread home user
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

Re: /boot problem.

2023-05-20 Thread Samuel Sieb
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

Re: /boot problem.

2023-05-20 Thread home user
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.

Re: /boot problem.

2023-05-20 Thread Samuel Sieb
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?

Re: /boot problem.

2023-05-20 Thread home user
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.

Strange error running scripts. without #!/usr/bin/bash

2023-05-20 Thread Michael D. Setzer II
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

Re: /boot problem.

2023-05-20 Thread home user
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

Re: /boot problem.

2023-05-20 Thread Igor Bezrodnik
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"

Re: /boot problem.

2023-05-20 Thread home user
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

Re: /boot problem.

2023-05-20 Thread home user
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

Re: /boot problem.

2023-05-20 Thread Samuel Sieb
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. ___

Re: /boot problem.

2023-05-20 Thread home user
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

Re: /boot problem.

2023-05-20 Thread Samuel Sieb
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/

Re: /boot problem.

2023-05-20 Thread Igor Bezrodnik
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

Re: /boot problem.

2023-05-20 Thread Igor Bezrodnik
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: > [...

Re: /boot problem.

2023-05-20 Thread home user
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

Re: /boot problem.

2023-05-20 Thread Samuel Sieb
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

Re: /boot problem.

2023-05-20 Thread home user
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

Re: /boot problem.

2023-05-20 Thread Samuel Sieb
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

Re: /boot problem.

2023-05-20 Thread home user
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

Online Accounts "Nextcloud" stopped working

2023-05-20 Thread Ranbir
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

Re: /boot problem.

2023-05-20 Thread Patrick O'Callaghan
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

Re: /boot problem.

2023-05-20 Thread Tim via users
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

Re: /boot problem.

2023-05-20 Thread Patrick O'Callaghan
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

Re: /boot problem.

2023-05-20 Thread home user
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/

Re: /boot problem.

2023-05-20 Thread Barry Scott
> > 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