Re: Firefox slow and laggy, esp. typing online ?
On Mon, 2021-01-25 at 20:23 -0700, linux guy wrote: > Nothing that I'm aware of. I'll post if it slows down again. > > Thanks for the attention. Fedora rocks ! Please follow standard list practice and quote the part you are replying to. poc ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: rdma-core-32.0-1.fc33.i686 has inferior architecture
On Mon, 25 Jan 2021 at 23:03, Richard Shaw wrote: > On Sun, Jan 24, 2021 at 1:52 PM Matthew Miller > wrote: > >> On Sun, Jan 24, 2021 at 11:38:52AM -0800, ToddAndMargo via users wrote: >> > Anyone know what this is `dnf upgrade` error is >> > all about? >> > >> > Problem: cannot install both rdma-core-33.0-1.fc33.x86_64 and >> > rdma-core-32.0-1.fc33.x86_64 >> > - rdma-core-32.0-1.fc33.i686 has inferior architecture >> > - cannot install the best update candidate for package >> > rdma-core-32.0-1.fc33.x86_64 >> > - problem with installed package rdma-core-32.0-1.fc33.i686 >> >> Are you trying to upgrade everything or just one package at once? This >> kind >> of error is common when attempting to do a piecemeal upgrade. >> >> In any case, something is out of sync, and it knows there is an update for >> x86_64 but doesn't see one for i686, and you have both installed. >> >> Is this for a supercomputer cluster system? Because if it is not, I would >> be >> surprised if you have a use for this particular package, and `dnf remove >> rdma-core` is going to be the easiest resolution. >> > > I ran into the same thing yesterday, however, I have never explicitly > installed rdma-core. I wonder what pulled it in on both x86_64 and i686? > My system had rdma_core x86_64 only. I dnf removed it. If it had been installed as a dependency that should have appeared. The system started with Fedora 29, so might have been installed some time ago. -- George N. White III ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
wireguard not restarting trouble
I've been using wireguard for a point-to-point connection for over 1 year. Twice I've had an issue where it stopped working and didn't restart on it's own. Fortunately I have a backup openvpn connection. It appear that the local router was rebooted and for some reason failed it's dyndns update, which caused both the wireguard and openvpn connection to stop working, because the remote (which is initiating both of these vpn connections) can't find the correct public IP to connect. Manually fixing the dyndns, I found that after some time (the next morning) the openvpn connection was working. But not wireguard. Using openvpn I had to restart wireguard on the remote using systemctl restart wg-quick@wg0. This makes the second time that wireguard has gotten stuck and failed to repair itself. Good thing I still have openvpn as a backup. Any thoughts? Thanks, Neal -- Those who don't understand recursion are doomed to repeat it ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
What does this smartd nonsense mean?
In my logwatch this morning (for the first time that I remember): - Smartd Begin **Unmatched Entries** Device: /dev/nvme0, --capabilites is set, mail will be suppressed. : 2 time(s) Device: /dev/nvme1, --capabilites is set, mail will be suppressed. : 2 time(s) Device: /dev/nvme2, --capabilites is set, mail will be suppressed. : 2 time(s) What on earth does that mean? Google didn't seem to find any examples of that message. ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Plasma on Xorg Fails to Start After Last System Update
On 1/25/21 9:51 PM, Stephen Morris wrote: Three days ago I did a dnf system upgrade to apply all available Fedora updates. I have now tried to start Plasma under Xorg, but it now refuses to start with a crash in ksplashqml, and if I press ctrl-alt-delete to try to logout the ksmserver-greeter also crashes. Plasma under Wayland runs quite happily albeit without resolution scaling. Gnome under Wayland runs fine without scaling and Gnome under Xorg also runs fine. How do I determine why the apps are failing with Plasma under Xorg now? Check the /var/log/Xorg.?.log files. -- In Soviet Russia, Google searches you! ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: What does this smartd nonsense mean?
On Tue, 26 Jan 2021 at 10:23, Tom Horsley wrote: > In my logwatch this morning (for the first time that I remember): > > - Smartd Begin > > > **Unmatched Entries** > Device: /dev/nvme0, --capabilites is set, mail will be suppressed. : 2 > time(s) > Device: /dev/nvme1, --capabilites is set, mail will be suppressed. : 2 > time(s) > Device: /dev/nvme2, --capabilites is set, mail will be suppressed. : 2 > time(s) > > What on earth does that mean? Google didn't seem to find any > examples of that message. > man smartd says: -C, --capabilities [Linux only] Use libcap-ng to drop unneeded Linux process capabilities(7). The following capabilities are kept: CAP_SYS_ADMIN, CAP_SYS_RAWIO, CAP_MKNOD. Warning: Mail notification does not work when used. See: https://people.redhat.com/sgrubb/libcap-ng/ > ___ > 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://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org > -- George N. White III ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Trying to see if Firefox pem/certs can be used for the "curl" cmd
Hi. This is a bit off-topic. But I thought I might throw it out here. Curl has the ability to use certs from the Browser. Trying to research and figure out how to accomplish this. Various sites discuss, but haven't seen a step by step process. So before I start testing thought I'd ask here thanks! ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: rdma-core-32.0-1.fc33.i686 has inferior architecture
On Mon, Jan 25, 2021 at 06:40:10PM -0800, ToddAndMargo via users wrote: > Hi Matthew, > > I just did a ># dnf remove rdma-core-32.0-1.fc33.x86_64 > and now `dnf upgrade` is happy. FWIW the root cause is here: https://bugzilla.redhat.com/show_bug.cgi?id=1919864 ... the package was accidentally built x86_64 only, which is why DNF couldn't find the matching i686 package. But this is only needed for special-purpose cluster networking hardware, and I'm pretty sure 0% of desktop users even need this package. I'm not sure what has pulled it in for so many people. -- Matthew Miller Fedora Project Leader ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: What does this smartd nonsense mean?
On Tue, 26 Jan 2021 11:29:39 -0400 George N. White III wrote: > man smartd says: > > -C, --capabilities > [Linux only] Use libcap-ng to drop unneeded Linux > process capabilities(7). The following capabilities are kept: > CAP_SYS_ADMIN, CAP_SYS_RAWIO, CAP_MKNOD. > > Warning: Mail notification does not work when used. > > See: https://people.redhat.com/sgrubb/libcap-ng/ So this makes my system far more secure by never notifying me of any problems with my disks? :-). Thanks for the info. Looking at the man page would never have crossed my mind - man pages always seem to be about 3 years out of date. ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: rdma-core-32.0-1.fc33.i686 has inferior architecture
On Tue, 26 Jan 2021 at 11:34, Matthew Miller wrote: > On Mon, Jan 25, 2021 at 06:40:10PM -0800, ToddAndMargo via users wrote: > > Hi Matthew, > > > > I just did a > ># dnf remove rdma-core-32.0-1.fc33.x86_64 > > and now `dnf upgrade` is happy. > > > FWIW the root cause is here: > https://bugzilla.redhat.com/show_bug.cgi?id=1919864 > ... the package was accidentally built x86_64 only, which is why DNF > couldn't find the matching i686 package. But this is only needed for > special-purpose cluster networking hardware, and I'm pretty sure 0% of > desktop users even need this package. I'm not sure what has pulled it in > for > so many people. > I recall an encounter with an R package for parallel processing that was recommended for some workflow but turned out to be intended for big data problems running in the "cloud". -- George N. White III ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Mail Reader -
On 2021-01-25 15:32, George N. White III wrote: At the time, festival had better voices than espeak (and festival currently has a Fedora package). . Upon reading that I "dnf installed festival" It is easy to us and does what I want from the command line, I can feed it any text file, it converts it in a few seconds and reads it to me. It sounds like a low picnicked female voice but needs a few milliseconds more gap between words. ]$ festival -v festival: Festival Speech Synthesis System: 2.5.0:release December 2017 I would like to reconfigure the voice sound but have not determined how to do it? The man page is not much help in this regard, there is an option for language but I was not able to change it, it just tells me English is installed and i think that is what I want anyway. Does anyone have experience with 'festival' ? -- Bob Goodwin - Zuni, Virginia, USA FEDORA-32/64bit LINUX XFCE Fastmail POP3 ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: rdma-core-32.0-1.fc33.i686 has inferior architecture
On 1/26/21 4:50 AM, George N. White III wrote: My system had rdma_core x86_64 only. I dnf removed it. If it had been installed as a dependency that should have appeared. When I did my dnf remove, I got no complaining either ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: rdma-core-32.0-1.fc33.i686 has inferior architecture
On Tue, Jan 26, 2021 at 10:33:20AM -0500, Matthew Miller wrote: > > On Mon, Jan 25, 2021 at 06:40:10PM -0800, ToddAndMargo via users wrote: > > Hi Matthew, > > > > I just did a > ># dnf remove rdma-core-32.0-1.fc33.x86_64 > > and now `dnf upgrade` is happy. > > > FWIW the root cause is here: > https://bugzilla.redhat.com/show_bug.cgi?id=1919864 > ... the package was accidentally built x86_64 only, which is why DNF > couldn't find the matching i686 package. But this is only needed for > special-purpose cluster networking hardware, and I'm pretty sure 0% of > desktop users even need this package. I'm not sure what has pulled it in for > so many people. Looking at the /var/log/anaconda files, it appears that rdma-core was included in the LiveCD image I used to load the fedora workstation that has it installed. I used the default Fedora Workstation (Fedora-Workstation-Live-x86_64-33-1.2.iso). If I mount the rootfs inside the squashfs on the ISO, I can run: # mkdir /mnt/livecd /mnt/squashfs /mnt/rootfs # mount /slow/images/Fedora-Workstation-Live-x86_64-33-1.2.iso /mnt/livecd # mount /mnt/livecd/LiveOS/squashfs.img /mnt/squashfs # mount /mnt/squashfs/LiveOS/rootfs.img /mnt/rootfs # chroot /mnt/rootfs/ rpm -q rdma-core rdma-core-31.0-1.fc33.x86_64 Might want to remove that from the build if it shouldn't be installed. -- Jonathan Billings ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Mail Reader -
On Tue, Jan 26, 2021 at 02:13:02PM -0500, Bob Goodwin wrote: > I would like to reconfigure the voice sound but have not determined > how to do it? The man page is not much help in this regard, there is > an option for language but I was not able to change it, it just > tells me English is installed and i think that is what I want > anyway. > > Does anyone have experience with 'festival' ? You put configuration in ~/.festivalrc, in the form of commands in Lisp, like for example: (set! voice_default voice_cmu_us_clb_cg) -- Matthew Miller Fedora Project Leader ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Mail Reader -
On 2021-01-26 15:52, Matthew Miller wrote: You put configuration in ~/.festivalrc, in the form of commands in Lisp, like for example: (set! voice_default voice_cmu_us_clb_cg) . I'll try that. Thanks, -- Bob Goodwin - Zuni, Virginia, USA FEDORA-32/64bit LINUX XFCE Fastmail POP3 ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Plasma on Xorg Fails to Start After Last System Update
On 27/1/21 01:40, Ian Pilcher wrote: On 1/25/21 9:51 PM, Stephen Morris wrote: Three days ago I did a dnf system upgrade to apply all available Fedora updates. I have now tried to start Plasma under Xorg, but it now refuses to start with a crash in ksplashqml, and if I press ctrl-alt-delete to try to logout the ksmserver-greeter also crashes. Plasma under Wayland runs quite happily albeit without resolution scaling. Gnome under Wayland runs fine without scaling and Gnome under Xorg also runs fine. How do I determine why the apps are failing with Plasma under Xorg now? Check the /var/log/Xorg.?.log files. I'm currently logged in with Gnome user Xorg and in /var/log there is no Xorg files of any sort. Is the Xorg.?.log files stored elsewhere in F33 now? regards, Steve ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Plasma on Xorg Fails to Start After Last System Update
On 1/26/21 3:26 PM, Stephen Morris wrote: On 27/1/21 01:40, Ian Pilcher wrote: On 1/25/21 9:51 PM, Stephen Morris wrote: Three days ago I did a dnf system upgrade to apply all available Fedora updates. I have now tried to start Plasma under Xorg, but it now refuses to start with a crash in ksplashqml, and if I press ctrl-alt-delete to try to logout the ksmserver-greeter also crashes. Plasma under Wayland runs quite happily albeit without resolution scaling. Gnome under Wayland runs fine without scaling and Gnome under Xorg also runs fine. How do I determine why the apps are failing with Plasma under Xorg now? Check the /var/log/Xorg.?.log files. I'm currently logged in with Gnome user Xorg and in /var/log there is no Xorg files of any sort. Is the Xorg.?.log files stored elsewhere in F33 now? Try looking in ~/.local/share/xorg ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Plasma on Xorg Fails to Start After Last System Update
On 27/1/21 10:29, Samuel Sieb wrote: On 1/26/21 3:26 PM, Stephen Morris wrote: On 27/1/21 01:40, Ian Pilcher wrote: On 1/25/21 9:51 PM, Stephen Morris wrote: Three days ago I did a dnf system upgrade to apply all available Fedora updates. I have now tried to start Plasma under Xorg, but it now refuses to start with a crash in ksplashqml, and if I press ctrl-alt-delete to try to logout the ksmserver-greeter also crashes. Plasma under Wayland runs quite happily albeit without resolution scaling. Gnome under Wayland runs fine without scaling and Gnome under Xorg also runs fine. How do I determine why the apps are failing with Plasma under Xorg now? Check the /var/log/Xorg.?.log files. I'm currently logged in with Gnome user Xorg and in /var/log there is no Xorg files of any sort. Is the Xorg.?.log files stored elsewhere in F33 now? Try looking in ~/.local/share/xorg Thankyou, I found the log files there. Looking at xorg.0.log.old the only error I could find was an fsetmode error, but I'm not sure what that means when gnome with xorg runs quite happily. regards, Steve ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Plasma on Xorg Fails to Start After Last System Update
On 27/01/2021 07:44, Stephen Morris wrote: On 27/1/21 10:29, Samuel Sieb wrote: On 1/26/21 3:26 PM, Stephen Morris wrote: On 27/1/21 01:40, Ian Pilcher wrote: On 1/25/21 9:51 PM, Stephen Morris wrote: Three days ago I did a dnf system upgrade to apply all available Fedora updates. I have now tried to start Plasma under Xorg, but it now refuses to start with a crash in ksplashqml, and if I press ctrl-alt-delete to try to logout the ksmserver-greeter also crashes. Plasma under Wayland runs quite happily albeit without resolution scaling. Gnome under Wayland runs fine without scaling and Gnome under Xorg also runs fine. How do I determine why the apps are failing with Plasma under Xorg now? Check the /var/log/Xorg.?.log files. I'm currently logged in with Gnome user Xorg and in /var/log there is no Xorg files of any sort. Is the Xorg.?.log files stored elsewhere in F33 now? Try looking in ~/.local/share/xorg Thankyou, I found the log files there. Looking at xorg.0.log.old the only error I could find was an fsetmode error, but I'm not sure what that means when gnome with xorg runs quite happily. What display manager are you using? gdm, sddm, other? -- The key to getting good answers is to ask good questions. ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Mail Reader -
On Tue, Jan 26, 2021 at 04:11:22PM -0500, Bob Goodwin wrote: On 2021-01-26 15:52, Matthew Miller wrote: You put configuration in ~/.festivalrc, in the form of commands in Lisp, like for example: (set! voice_default voice_cmu_us_clb_cg) There is also a "Duration_Stretch" parameter that defaults to 1.0. Twenty percent slower would be 1.2. jl -- Jon H. LaBadie jo...@jgcomp.com ___ 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://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org