How to install wxFormBuilder?
by Paul Smith
Dear All,
I would like to install
wxFormBuilder
on Fedora 32. However, I cannot find its specific rpm. Could you please help me?
Thanks in advance,
Paul
8 months, 1 week
dnf-automatic command_email failing to send email?
by Gunnar Niels
Hello, I'm trying to configure dnf-automatic to automatically upgrade my system
on a daily basis and send me a summary via mailx using my mailgun account.
I have mailx configured and functioning as expected; I can use the 'mail' cmd
to send mail, and have other services using it to send mail.
The following gist[1] has my /etc/dnf/automatic.conf; all I've really changed about
it is to specify to use 'command_email' and uncommented the default 'command_format'
and 'stdin_format', along with setting the from/to emails. I've dropped some
debug logs into the python it runs, and I can see it gets to the emitter fine.
I was even able to send an example email with the emmitter that was constructed
by manually setting the subject and body and running `emitters[0].commit()`[2]!
The error I'm seeing in the dnf-automatic.service logs is:
Jul 29 06:45:16 <host>dnf-automatic[6226]: . . . message not sent.
Is this is a bug or do I have something misconfigured? Would be much appreciated
if someone could point me in the right direction.
[1] https://gist.githubusercontent.com/gunnarniels/7e29720adf654fee698c33d931...
[2] https://github.com/rpm-software-management/dnf/blob/4.2.23/dnf/automatic/...
-GN
8 months, 2 weeks
GPU
by Patrick Dupre
Hello,
Can we use the GPU with fedora?
I currently use OpenMP to parallelize my code.
Thanks.
===========================================================================
Patrick DUPRÉ | | email: pdupre(a)gmx.com
Laboratoire interdisciplinaire Carnot de Bourgogne
9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
Tel: +33 (0)380395988
===========================================================================
8 months, 2 weeks
Re: Fonts "forgotten" on boot (changes to font cache)
by Christopher St. Louis
> George N. White III <gnwiii(a)gmail.com> wrote:
> This might be https://bugzilla.redhat.com/show_bug.cgi?id=1750891
Thank you! One of the solutions there--deleting everything in
~/.cache/fontconfig/--seemed to restore my system's ability to see manually
installed fonts without having to re-run 'fc-cache' again. The explanations
described there make sense, too: while I can't be completely sure of the actual
sequence of events, I usually run 'fc-cache -fsv' after manually installing
fonts but I did remember slipping up once a while back and only using the '-fv'
flags.
Given that I'm using the same version of fontconfig that supposedly fixed the
problem, I suppose I should add a comment to that bug report that the issue
still exists in some form.
8 months, 2 weeks
Create bootable disk with fedora - but not using live-CD
by Barry Scott
I want to create a bootable USB stick that runs fedora.
I do not want to create a Live-CD USB stick because live-CD
fails to boot on my main PC. And no one seems to know how to
fix this. By using a read-write USB stick I can add in debug
code to the boot process and try to findout what is hanging
the boot process.
What my google-fu is failed to do is figure out how to find
instruction on how to do this with getting live-CD instructions.
I'm guessing that I should be able to use anaconda or dnf to get
the heavy lifting done.
Does anyone know what the steps I need to follow are?
Barry
8 months, 2 weeks