Hi all,
Brand new Fedora 32 KDE spin installation. Seems to work nicely, except:
I have an error notification popping up, every hour, in the bottom right
corner of the screen:
Plasma Desktop Workspace (and the minutes since the message was posted,
or the time, hourly of a previous message)
On Fri, 2020-06-05 at 14:58 -0700, Samuel Sieb wrote:
> On 6/5/20 2:30 PM, Patrick O'Callaghan wrote:
> > On Fri, 2020-06-05 at 13:02 -0700, Samuel Sieb wrote:
> > > You don't need an mdadm.conf file or anything. The mdraid system will
> > > automatically build an array when it sees the drives app
On Sat, 2020-06-06 at 08:03 +1000, Cameron Simpson wrote:
> > It's very possible (indeed likely) that I'm stopping the array in the
> > wrong way, but I don't see any other way to do it. The mdadm man page
> > mentions '-A' as the way to start an array, but doesn't talk about how
> > to stop it, so
Before we get into this, two things:
I'd parse the array device members from /proc/mdstat unless there's
something easiler to parse.
I'd parse the location of drives-by-partition-id from "lsblk -bfr". That
shows mount points too.
So that lets you figure out:
lsblk: mount-point -> mounte
On 6/5/20 2:30 PM, Patrick O'Callaghan wrote:
On Fri, 2020-06-05 at 13:02 -0700, Samuel Sieb wrote:
You don't need an mdadm.conf file or anything. The mdraid system will
automatically build an array when it sees the drives appear. And if you
are using UUIDs in any mount descriptions, that will
On Fri, 2020-06-05 at 13:02 -0700, Samuel Sieb wrote:
> On 6/5/20 4:25 AM, Patrick O'Callaghan wrote:
> > On Thu, 2020-06-04 at 23:15 +0100, Patrick O'Callaghan wrote:
> > > > The ancient standard is "- - -" and has worked whenever I have used
> > > > it, but google may be able to confirm.
> > >
>
On 6/5/20 4:25 AM, Patrick O'Callaghan wrote:
On Thu, 2020-06-04 at 23:15 +0100, Patrick O'Callaghan wrote:
The ancient standard is "- - -" and has worked whenever I have used
it, but google may be able to confirm.
OK, thanks.
Right, that seems to work, however when I bring the drives back
On 6/2/20 4:51 PM, Joerg Lechner via users wrote:
Hi Stan,
I tried a "full" installation from an USB medium produced with Fedora
Mediawriter. There are 250GB space to use on the wanted partition,
where currently F31 is installed. I want to replace F31 by F32, there
was no way to use custom ins
It is the uuid of the md device.
The sd device will change when you plug and unplug a usb device
(delete and rescan) and cannot be counted on to be the same. You
might have to script something to read out the mdstat config file stop
the md device and then clean up the underlying sd* devices it wa
On Fri, 2020-06-05 at 07:07 -0500, Roger Heflin wrote:
> The sdX should change.
>
> If you have a mdadm.conf file with a uuid in it the md device
> definition it will always be the same.
>
> Something like this:
>
> MAILADDR root
> AUTO +imsm +1.x -all
> ARRAY /dev/md13 metadata=1.2 level=raid6
try doing the livecd boot, and then mount the /boot partition and
unmount then retest and see if it then works.
If this fixes it reply and tell me what fs /boot is and how fast you
did the update and reboot.
On Fri, Jun 5, 2020 at 8:37 AM Neal Becker wrote:
>
> I installed F32 on a laptop from F
On 2020-06-05 21:41, Patrick Dupre wrote:
> I found it here
> http://rpmfind.net/linux/RPM/opensuse/tumbleweed/noarch/ghostscript-fonts-std-9.06-11.1.noarch.html
>
> but rpmbuild fails
I don't know why you are bothering with that when it is a simple matter to
install the ttf fonts.
__
I found it here
http://rpmfind.net/linux/RPM/opensuse/tumbleweed/noarch/ghostscript-fonts-std-9.06-11.1.noarch.html
but rpmbuild fails
rpmbuild --rebuild
/home/pdupre/rpmbuild/SRPMS/ghostscript-fonts-9.06-11.1.src.rpm
Installing /home/pdupre/rpmbuild/SRPMS/ghostscript-fonts-9.06-11.1.src.rpm
war
On 2020-06-05 18:12, Patrick Dupre wrote:
> OK,
>
> I can try.
>
> Can I install?
> ghostscript-fonts-9.06-11.1.src.rpm
>
That is a source rpm. I have no idea where you got it from. What ever it is,
it would need to be
run through rpmbuild to create a real rpm for installation.
--
The key t
I installed F32 on a laptop
from Fedora-MATE_Compiz-Live-x86_64-32-1.6.iso. Then updated.
It seem that if I try to boot I just get the dreaded grub> prompt.
But if I have the live-usb stick inserted it boots normally.
Any ideas?
--
*Those who don't understand recursion are doomed to repeat it*
On 05-Jun-20 8:49 AM, Roberto Ragusa wrote:
On 2020-06-04 15:38, Max Pyziur wrote:
Greetings,
I mostly use Python/MatPlotLib for my graphing charting needs for a
bunch of self-built, production-oriented things I require.
However, once in a while I need to assemble something ad-hoc, and I
On Fri, 5 Jun 2020 08:35:26 -0300
"George N. White III" wrote:
> jgraphx-3.6.0.0-9.fc31.noarch.rpm
I saw that but decided to go with the older version, as I was using
older versions of everything else, and had more likelihood of
compatibility with the older version. And it has been the same ver
On Thu, 4 Jun 2020 18:30:28 -0500 (CDT)
Michael Hennebry wrote:
> What is "the degeneration of the Java stack in Fedora"?
Many of the packages have lost maintainers, and because they failed to
build over time, have been orphaned. That affects other packages that
use them as dependencies, that
The sdX should change.
If you have a mdadm.conf file with a uuid in it the md device
definition it will always be the same.
Something like this:
MAILADDR root
AUTO +imsm +1.x -all
ARRAY /dev/md13 metadata=1.2 level=raid6 num-devices=7
name=localhost.localdomain:11 UUID=a54550f7:da200f3e:90606715
On Thu, 4 Jun 2020 at 16:12, stan via users
wrote:
> On Thu, 4 Jun 2020 08:55:57 -0700
> stan wrote:
>
> > On Thu, 4 Jun 2020 11:19:15 -0400
> > Jonathan Billings wrote:
> >
> > > On Thu, Jun 04, 2020 at 04:41:45PM +0200, Patrick Dupre wrote:
> > > > I cannot install scilab on fc32
>
> Just for
On Thu, 2020-06-04 at 23:15 +0100, Patrick O'Callaghan wrote:
> > The ancient standard is "- - -" and has worked whenever I have used
> > it, but google may be able to confirm.
>
>
> OK, thanks.
Right, that seems to work, however when I bring the drives back online
they now have different number
I created a bash shell to change the Utopia to Heuristica font in the .xoj file
I can offer it to the community
===
Patrick DUPRÉ | | email: pdu...@gmx.com
Laboratoire interdisciplinaire Carn
OK,
I can try.
Can I install?
ghostscript-fonts-9.06-11.1.src.rpm
===
Patrick DUPRÉ | | email: pdu...@gmx.com
Laboratoire interdisciplinaire Carnot de Bourgogne
9 Avenue Alain Savary, BP 4
On 2020-06-05 17:34, Samuel Sieb wrote:
> On 6/5/20 1:54 AM, Patrick Dupre wrote:
>> Then, I am in trouble.
>>
>> All previous annotations (made in fc30 and earlier versions by using Utopia)
>> disappear
>> in fc32.
>>
>> How can I recover them?
>
> Oh, that's weird. I would have assumed it would
On 6/5/20 1:54 AM, Patrick Dupre wrote:
Then, I am in trouble.
All previous annotations (made in fc30 and earlier versions by using Utopia)
disappear
in fc32.
How can I recover them?
Oh, that's weird. I would have assumed it would use a fallback font of
some sort.
You could use a F30 live
Then, I am in trouble.
All previous annotations (made in fc30 and earlier versions by using Utopia)
disappear
in fc32.
How can I recover them?
===
Patrick DUPRÉ | | email: pdu...@gmx.com
La
26 matches
Mail list logo