Re: updating grub

2025-07-03 Thread Samuel Sieb
On 7/3/25 2:34 PM, Bill Cunningham wrote: OK I see. Sorry to get back so late. The server was not letting me post. REST error or something. I manually erased the rescue entry but now I have no rescue entry. Not even for the new kernel You can reinstall the current kernel or wait until the nex

Re: updating grub

2025-07-03 Thread Allan via users
På Thu, 03 Jul 2025 21:36:38 - "Bill Cunningham" skrev: > Can you generate a rescue entry? Try: sudo rm /boot/*rescue* sudo kernel-install add "$(uname -r)" "/lib/modules/$(uname -r)/vmlinuz" -- ___ users mailing list -- users@lists.fedoraprojec

Re: multiple spaces in bash strings. [SOLVED]

2025-07-03 Thread home user via users
On 7/3/25 4:29 PM, Samuel Sieb wrote: On 7/3/25 3:11 PM, home user via users wrote: snip The things on the right are considered parameters and extra spaces are removed.  You need to quote it as mentioned by others. longstring="${startstring} ${longstring}" That will keep all the space

Re: multiple spaces in bash strings.

2025-07-03 Thread Samuel Sieb
On 7/3/25 3:11 PM, home user via users wrote: (replying to several) Thank-you everyone that replied. This is the first bash script I've tried to write in about 8 years. The '$' in front of the variable in the left side of the assignment was definitely an error.  Removing it eliminated an erro

Re: multiple spaces in bash strings.

2025-07-03 Thread home user via users
(replying to several) Thank-you everyone that replied. This is the first bash script I've tried to write in about 8 years. The '$' in front of the variable in the left side of the assignment was definitely an error.  Removing it eliminated an error message.  Thank-you, everyone.  But that's n

Re: updating grub

2025-07-03 Thread Bill Cunningham
I thought I removed the old kernel and the rpms were there, just like you suggested. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fed

Re: updating grub

2025-07-03 Thread Bill Cunningham
Can you generate a rescue entry? -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Gu

Re: updating grub

2025-07-03 Thread Bill Cunningham
test -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproj

Re: updating grub

2025-07-03 Thread Bill Cunningham
OK I see. Sorry to get back so late. The server was not letting me post. REST error or something. I manually erased the rescue entry but now I have no rescue entry. Not even for the new kernel -- ___ users mailing list -- users@lists.fedoraproject.org

kde screenlocker broken!

2025-07-03 Thread Alexander Burke via users
Hi Neal, It's a known issue (which also affects Fedora Kinoite): https://bugzilla.redhat.com/show_bug.cgi?id=2375356 Cheers, Alex -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraprojec

Re: strange message while updatind vlc

2025-07-03 Thread Jeffrey Walton
On Thu, Jul 3, 2025 at 1:06 PM François Patte wrote: > > Bonjour, > > I have some troubles while installing vlc on fedora 42: > > The file /usr/lib64/vlc/plugins/codec/libfaad_plugin.so conflicts with > attempts to install vlc-plugins-freeworld-3.0.21-4.fc42.x86_64 and > vlc-plugins-base-1:3.0.2

strange message while updatind vlc

2025-07-03 Thread François Patte
Bonjour, I have some troubles while installing vlc on fedora 42: Thefile/usr/lib64/vlc/plugins/codec/libfaad_plugin.soconflictswithattemptstoinstallvlc-plugins-freeworld-3.0.21-4.fc42.x86_64andvlc-plugins-base-1:3.0.21-24.fc42.x86_64. there is no file libfaad_plugin.so : ls -l /usr/lib64/vlc/p

Re: F41 rsync --include-from=FILE usage

2025-07-03 Thread Will McDonald
On Thu, 3 Jul 2025 at 16:57, Robert Moskowitz via users < users@lists.fedoraproject.org> wrote: > I tried: > > /usr/bin/rsync -ahR --password-file=/home/me/rsync.pswd --stats > --include-from=/home/me/backup.lst rsync://me@homestor/me/backups/ > > where /home/me/backup.lst contained > /home/me/dat

F41 rsync --include-from=FILE usage

2025-07-03 Thread Robert Moskowitz via users
I have a number of directories that I want to rsync to my backup NAS. I tried: /usr/bin/rsync -ahR --password-file=/home/me/rsync.pswd --stats --include-from=/home/me/backup.lst rsync://me@homestor/me/backups/ where /home/me/backup.lst contained /home/me/data/htt/./httnet/ /home/me/data/./exc

Re: multiple spaces in bash strings.

2025-07-03 Thread Todd Zullinger
Francis Montagnac via users wrote: > On Tue, 1 Jul 2025 21:42:20 -0600 > >> me@road-runner:~$ cat spaces1.bash >> #!/bin/bash > >> $longstring="${startstring} ${longstring}" > > The error is here: Well, `s/The/An/` there. ;) The OP had multiple attempts to work out the issue, but the primary

Re: evince crashes X server

2025-07-03 Thread Tim via users
On Wed, 2025-07-02 at 12:08 +0930, Tim via users wrote: > I see I have some Xorg updates to install, and that's running in the > background now. I'll test again afterwards. I installed all the updates available to me, and my system still works fine, so no change at my side. -- uname -rsvp Li

How to enter to suspend mode?

2025-07-03 Thread Patrick Dupre via users
Hello, I already tried to get some feedback from the lisy, but have not been successful. I can never enter into suspend mode, while it has been working in the past. I use this laptop from time to time: 1) to run calculation (I do not want that it turns to hibernate) 2) When I am out of town (I ne

Re: multiple spaces in bash strings.

2025-07-03 Thread Francis Montagnac via users
Hi. On Tue, 1 Jul 2025 21:42:20 -0600 > me@road-runner:~$ cat spaces1.bash > #!/bin/bash > $longstring="${startstring} ${longstring}" The error is here: no $ before longstring (bash != perl :-) ), ie: longstring="${startstring} ${longstring}" -- francis --

Re: Sharing Collected Flatpaks

2025-07-03 Thread Lee Thomas Stephen
> I suggest that you (at a minimum) indicate what these things are. > > Also, the URL you give does not respond. > > poc > -- Dear Patrick, Thank you for your feedback. I apologize for not providing sufficient context in my previous email. The lines I shared are commands used to add third-party

Re: No longer getting mail on Fedora mailing list

2025-07-03 Thread Francis Montagnac via users
Hi. On Tue, 1 Jul 2025 12:36:40 -0500 Ranjan Maitra via users wrote: > I appear to have this strange problem from this morning, in that I > am able to post, but do not receive email from the Fedora mailing > list. I bet this is due to: https://communityblog.fedoraproject.org/less-than-2-wee

Re: strange message while installing vlc

2025-07-03 Thread Jeffrey Walton
On Wed, Jul 2, 2025 at 1:55 PM François Patte wrote: > > Message transféré > Sujet : strange message while installing vlc > Date : Mon, 30 Jun 2025 19:44:38 +0200 > De : François Patte > Pour : fedora > > > Bonjour, > > I have some troubles while installing vlc on fedora 42:

RE: Fwd: strange message while installing vlc

2025-07-03 Thread Joe Feely via users
Thanks Steve your suggestion "dnf to remove vlc-plugins-freeworld" worked for me :) Joe -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.

kde screenlocker broken!

2025-07-03 Thread Neal Becker
After updating dnf today, now kde screenlocker is broken, which is really bad for usability. When screen locks I get a text screen saying: "The screen locker is broken and unlocking is not possible anymore..." After updating I tried reboot. journalctl -xe | grep kscreenlocker Jul 03 07:34:28 n