On Thu, May 4, 2023 at 5:22 PM Neal Becker wrote:
>
>
> On Thu, May 4, 2023 at 3:09 PM Tim Evans wrote:
>
>> On 5/4/23 14:37, Neal Becker wrote:
>> > Just updated my server F37->F38. The display doesn't start (black
>> > screen after boot).
>> >
>> > journalctl shows many messages like:
>> >
>>
On Thu, May 4, 2023 at 6:50 PM Todd Zullinger wrote:
> Tim via users wrote:
> > On Thu, 2023-05-04 at 16:20 -0400, Neal Becker wrote:
> >
> >> I may have another problem but time will tell (running on the newer
> >> kernel connecting via ssh several times I've walked away and then the
> >> machin
On Thu, May 4, 2023 at 10:02 PM Jonathan Ryshpan
wrote:
> I guess a message of more than about 30 Kbytes of text should not be
> expected to go through. In the future I will save long files to Google Docs
> and send a link. Bother!
>
Fedora provides:
NAME
fpaste - A cli frontend for the
George N. White III wrote:
> Fedora provides:
>
> NAME
>fpaste - A cli frontend for the
>paste.fedoraproject.org pastebin
>
> SYNOPSIS
>fpaste [OPTION]... [FILE]...
>
> DESCRIPTION
>It is often useful to be able to easily paste
>text to the Fedora Paste
On Fri, 2023-05-05 at 08:37 -0400, Todd Zullinger wrote:
> George N. White III wrote:
> > Fedora provides:
> >
> > NAME
> > fpaste - A cli frontend for the
> > paste.fedoraproject.org pastebin
> >
> > SYNOPSIS
> > fpaste [OPTION]... [FILE]...
> >
> > DESCRIPTION
> > I
Hello everybody and the team fedora,
Firstly i have understood the program mount secondly the program grub2-install
is always broken so it can't understand whole the parts because i can't encrypt
fedora although i have enable the UEFI secure boot in the BIOS thirdly locate
is broken fourthly c
On Fri, May 5, 2023 at 8:37 AM Todd Zullinger wrote:
>
> George N. White III wrote:
> > Fedora provides:
> >
> > NAME
> >fpaste - A cli frontend for the
> >paste.fedoraproject.org pastebin
> >
> > SYNOPSIS
> >fpaste [OPTION]... [FILE]...
> >
> > DESCRIPTION
> >It i
Something in one of the updates I installed today (but not Chrome) has
broken chrome. It's now showing any text. Ideas?
https://i.imgur.com/5DsPMMe.png
(No, not using Chrome isn't really an option.)
___
users mailing list -- users@lists.fedoraproject
On May 5, 2023, at 09:46, Dorian ROSSE wrote:
> Firstly i have understood the program mount secondly the program
> grub2-install is always broken so it can't understand whole the parts because
> i can't encrypt fedora although i have enable the UEFI secure boot in the
> BIOS thirdly locate is b
On Fri, May 5, 2023 at 1:13 PM steven stern wrote:
>
> Something in one of the updates I installed today (but not Chrome) has
> broken chrome. It's now showing any text. Ideas?
> https://i.imgur.com/5DsPMMe.png
Someone reported something similar on Reddit at r/Fedora,
https://www.reddit.com/r/F
Here's some interesting reading. "On the security of the Linux disk
encryption LUKS," https://dys2p.com/en/2023-05-luks-security.html:
Background
On April 17, 2023 Matthew “mjg59” Garrett published an appeal to
change the key derivation function (KDF) of LUKS-encrypted volumes:
PSA: upgrade your
A colleague sent me a python script that does asn1 encoding. It starts
with:
import asn1
then after a few
asn1_enc.write(oid, asn1.Numbers.ObjectIdentifier)
It seems pyasn1 is already installed. It does not provide asn1_enc.
Then I saw a python3-asn1. I installed that and tried again
(in
I'm in my FVWM session, I run dnf update to get new kernel and other
updates installed, I watch akmod update the nvidia driver, and I'm
about to type reboot to get new kernel when suddenly *poof*, I'm
logged out and the sddm login screen is displayed.
Is this some "helpful" change that's been made
On May 5, 2023, at 14:40, Robert Moskowitz wrote:
>
> A colleague sent me a python script that does asn1 encoding. It starts with:
>
> import asn1
>
> then after a few
>
> asn1_enc.write(oid, asn1.Numbers.ObjectIdentifier)
>
> It seems pyasn1 is already installed. It does not provide asn1_
Just about any package could do a systemd restart against its startup
script, and so if your login session was started from a systemd
startup script that got restarted then it would restart.
I don't boot to graphical, and I login via the console as a user and
run startx. I do it partially becaus
What my colleague said, see below.
On 5/5/23 15:35, Jonathan Billings wrote:
On May 5, 2023, at 14:40, Robert Moskowitz wrote:
A colleague sent me a python script that does asn1 encoding. It
starts with:
import asn1
then after a few
asn1_enc.write(oid, asn1.Numbers.ObjectIdentifier)
I
Tim:
>> Are you falling foul of the recent Gnome change that puts a machine
>> to sleep if it considers that it's been idle for about 15 minutes?
>>
>> One of the all-time *DUMB* moves by Gnome.
George N. White III:
> Not at all. Large organizations are trying to reduce power
> consumption by wo
On Fri, May 5, 2023 at 4:04 PM Tim via users
wrote:
>
> Tim:
> >> Are you falling foul of the recent Gnome change that puts a machine
> >> to sleep if it considers that it's been idle for about 15 minutes?
> >>
> >> One of the all-time *DUMB* moves by Gnome.
>
> George N. White III:
> > Not at all
It might be the systemd OOM killer. You can see the journalctl output for your
current boot with "journalctl -b 0", the previous boot with "journalctl -b -1",
etc. Get the output for whichever boot the logout happened in and grep for the
word "pressure". I had a similar problem with non-DE login
On Fri, 05 May 2023 21:14:40 -
Andre Robatino wrote:
> It might be the systemd OOM killer.
Good thought, but no messages that look like OOM. In fact, nothing in the
log looks like anything other than a normal shutdown. No I idea why I got
logged out. I guess there are some things man was not
I just updated the Web service guide and its troubleshooting section. The URL
is still the same. Sorry for the delay, the issue has proven in systematic
testing to be even more complicated than we previously knew.
The guide is not yet completed, I’ll work on it over the next days as my time
On Fri, May 5, 2023 at 2:17 PM Jeffrey Walton wrote:
> On Fri, May 5, 2023 at 1:13 PM steven stern wrote:
> >
> > Something in one of the updates I installed today (but not Chrome) has
> > broken chrome. It's now showing any text. Ideas?
> > https://i.imgur.com/5DsPMMe.png
>
> Someone reported
For a long time I noticed that at boot time I often see disk errors, but later
on all seems well.
Below is an example of relevant log messages after a boot.
Initially things are normal for all (7) disks in the array, then there is a
burst of messages for sdb, including two resets.
I marked the
On Fri, May 5, 2023 at 7:19 PM Eyal Lebedinsky wrote:
>
> For a long time I noticed that at boot time I often see disk errors, but
> later on all seems well.
> Below is an example of relevant log messages after a boot.
>
> Initially things are normal for all (7) disks in the array, then there is
I just successfully upgraded my laptop to Fedora 38.
Unfortunately, upgrading postgresql isn't working for me. Running
postgresql-setup upgrade produces and error log in
/var/lib/pgsql/upgrade_postgresql.log which tells me to read the last few
lines of
/var/lib/pgsql/data/pg_upgrade_output.d/20230
On 5/5/23 13:01, Robert Moskowitz wrote:
What my colleague said, see below.
On 5/5/23 15:35, Jonathan Billings wrote:
On May 5, 2023, at 14:40, Robert Moskowitz wrote:
A colleague sent me a python script that does asn1 encoding. It
starts with:
import asn1
then after a few
asn1_enc.wr
26 matches
Mail list logo