Re: F38 - Which python asn1 library

2023-05-05 Thread Samuel Sieb
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

Postgresql upgrade from 14 to 15

2023-05-05 Thread Clifford Snow
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

Re: HDD errors during boot

2023-05-05 Thread Roger Heflin
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

HDD errors during boot

2023-05-05 Thread Eyal Lebedinsky
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

Re: Chrome showing no text

2023-05-05 Thread Neal Becker
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

Re: More fun with SSL certificates

2023-05-05 Thread Peter Boy
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

Re: dnf update finishes and I'm logged out?

2023-05-05 Thread Tom Horsley
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

Re: dnf update finishes and I'm logged out?

2023-05-05 Thread Andre Robatino
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

Re: nvidia problem F37->F38 update

2023-05-05 Thread Jeffrey Walton
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

Re: nvidia problem F37->F38 update

2023-05-05 Thread Tim via users
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

Re: F38 - Which python asn1 library

2023-05-05 Thread Robert Moskowitz
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)

Re: dnf update finishes and I'm logged out?

2023-05-05 Thread Roger Heflin
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

Re: F38 - Which python asn1 library

2023-05-05 Thread Jonathan Billings
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

dnf update finishes and I'm logged out?

2023-05-05 Thread Tom Horsley
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

F38 - Which python asn1 library

2023-05-05 Thread Robert Moskowitz
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

On the security of the Linux disk encryption LUKS

2023-05-05 Thread Jeffrey Walton
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

Re: Chrome showing no text

2023-05-05 Thread Jeffrey Walton
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,

Re: Try to reinstall both system fedora and windows 10 from both system broken on a new storage

2023-05-05 Thread Jonathan Billings
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

Chrome showing no text

2023-05-05 Thread steven stern
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 --

Re: Messages held for moderation.

2023-05-05 Thread Jeffrey Walton
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

Try to reinstall both system fedora and windows 10 from both system broken on a new storage

2023-05-05 Thread Dorian ROSSE
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

Re: Messages held for moderation.

2023-05-05 Thread Patrick O'Callaghan
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 > >   

Re: Messages held for moderation.

2023-05-05 Thread Todd Zullinger
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

Re: Messages held for moderation.

2023-05-05 Thread George N. White III
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

Re: nvidia problem F37->F38 update

2023-05-05 Thread George N. White III
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 > >>

Re: nvidia problem F37->F38 update

2023-05-05 Thread George N. White III
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: >> >

Re: Kernel 6.3 Test Week 2023-05-07

2023-05-05 Thread Luna Jernberg
Just got a new old Thinkpad Edge from 2010 running Fedora 38 with testing updates, so will help to do some testing on that :) On Fri, May 5, 2023 at 8:45 AM Sumantro Mukherjee wrote: > > Hey All, > > I would like to invite all of you to participate in the Kernel 6.3 > Test week is happening from

Kernel 6.3 Test Week 2023-05-07

2023-05-05 Thread Sumantro Mukherjee
Hey All, I would like to invite all of you to participate in the Kernel 6.3 Test week is happening from 2023-05-07 to 2023-05-14. It's fairly simple, head over to the wiki [0] and read in detail about the test week and simply run the test case mentioned in[1] and enter your results. As usual,

Re: Request for recommendations on installing Viber and Signal

2023-05-05 Thread Samuel Sieb
On 4/30/23 05:55, Max Pyziur wrote: Per the subject line any recommendations on F38 would be helpful. I had both installed on my Dell XPS 13 L322 laptop, but bc the upgrade failed I've had to do a fresh install and restore my data. Viber does provide an rpm: rpm can be found here