Re: Help in converting a Ubuntu install to Fedora

2024-01-05 Thread Robert Moskowitz
On 1/5/24 08:24, Richard Shaw wrote: On Thu, Jan 4, 2024 at 9:50 PM Robert Moskowitz wrote: I wsa told to try: 1. https://ardupilot.org/dev/docs/sitl-simulator-software-in-the-loop.html <https://ardupilot.org/dev/docs/sitl-simulator-software-in-the-loop.html>

Help in converting a Ubuntu install to Fedora

2024-01-04 Thread Robert Moskowitz
Greetings again, I am continuing on my UAS work with one step wanting to simulate a set of flights with the MAVlink data sent to my esp32 RemoteID modules for transmission. I have a couple esp32 set up, but how to get the data into them using Fedora and not Windows and not even Ubuntu. 

Re: F38 - ssh now having a password popup

2023-12-26 Thread Robert Moskowitz
On 12/26/23 08:25, Robert Moskowitz wrote: On 12/26/23 03:47, Barry wrote: On 26 Dec 2023, at 02:23, Robert Moskowitz wrote: When I just try the ssh inside I get a popup for my password. How do I turn this off so I get the old command prompt for the password? There is an env var

Re: F38 - ssh now having a password popup

2023-12-26 Thread Robert Moskowitz
On 12/26/23 03:47, Barry wrote: On 26 Dec 2023, at 02:23, Robert Moskowitz wrote: When I just try the ssh inside I get a popup for my password. How do I turn this off so I get the old command prompt for the password? There is an env var, SSH_ASKPASS, that points to the gui password

Re: F38 - ssh now having a password popup

2023-12-25 Thread Robert Moskowitz
On 12/25/23 22:01, Mike Wright wrote: On 12/25/23 18:22, Robert Moskowitz wrote: I did a system upgrade last week and now the following is failing: $rsync -ah --stats -e "ssh -p 223 -4" /home/stuff/Daf/21-Bava_Kama/ inside.htt-consult.com:/media/WD3TB01/Archive/Videos/Daf14/21

Re: F38 - ssh now having a password popup

2023-12-25 Thread Robert Moskowitz
On 12/25/23 22:01, Mike Wright wrote: On 12/25/23 18:22, Robert Moskowitz wrote: I did a system upgrade last week and now the following is failing: $rsync -ah --stats -e "ssh -p 223 -4" /home/stuff/Daf/21-Bava_Kama/ inside.htt-consult.com:/media/WD3TB01/Archive/Videos/Daf14/21

F38 - ssh now having a password popup

2023-12-25 Thread Robert Moskowitz
I did a system upgrade last week and now the following is failing: $rsync -ah --stats -e "ssh -p 223 -4" /home/stuff/Daf/21-Bava_Kama/ inside.htt-consult.com:/media/WD3TB01/Archive/Videos/Daf14/21-Bava_Kama/ Permission denied, please try again. Permission denied, please try again.

Solved? - Re: Test serial port application

2023-12-24 Thread Robert Moskowitz
the exact raw command to set the speed and bits from the command line yet). On Sun, Dec 24, 2023, 8:10 AM Robert Moskowitz wrote: On 12/24/23 06:36, Barry Scott wrote: > >> On 24 Dec 2023, at 01:25, Robert Moskowitz wrote: >> >> I w

Re: Test serial port application

2023-12-24 Thread Robert Moskowitz
On 12/24/23 06:36, Barry Scott wrote: On 24 Dec 2023, at 01:25, Robert Moskowitz wrote: I want to test a program that is supposedly talking serial to /dev/tty[]. e.g. ttyUSB0 I was thinking that I could run some program in some terminal window that would set up a serial /dev/tty

Test serial port application

2023-12-23 Thread Robert Moskowitz
I want to test a program that is supposedly talking serial to /dev/tty[].  e.g. ttyUSB0 I was thinking that I could run some program in some terminal window that would set up a serial /dev/tty and the program could attach to that port and this magic program will capture the flow. The

Re: Mouse not working on one USB port that still supports stick attachment

2023-12-11 Thread Robert Moskowitz
On 12/11/23 00:57, Samuel Sieb wrote: On 12/10/23 04:48, Robert Moskowitz wrote: Been having a problem here for a couple days now that I am not figuring out... A couple days ago, my mouse stopped working on the only right side USB port.  It is a traveler Verbatim optical mouse; nothing

F38 mouse hover over Thunderbird folders changed

2023-12-10 Thread Robert Moskowitz
For years, if I hovered the mouse over a folder, it would show me the subject of the most recent message. Now it is showing how many messages unread.  I can SEE that always displayed with the folder name... So what changed and how do I change things back? thanks --

Mouse not working on one USB port that still supports stick attachment

2023-12-10 Thread Robert Moskowitz
Been having a problem here for a couple days now that I am not figuring out... A couple days ago, my mouse stopped working on the only right side USB port.  It is a traveler Verbatim optical mouse; nothing special. It works in either of the left ports, but it is a pain to wrap the

Re: F38 adding user to dialout group without reboot

2023-12-04 Thread Robert Moskowitz
On 12/4/23 17:41, Samuel Sieb wrote: On 12/4/23 14:38, Robert Moskowitz wrote: Got port busy at first, then remembered that I improperly terminated screen run from sudo.  So actually screen still was running and keeping the port busy.  Easiest fix was pulling the usb cable to the esp32

Re: F38 adding user to dialout group without reboot

2023-12-04 Thread Robert Moskowitz
On 12/4/23 18:14, Samuel Sieb wrote: On 12/4/23 14:58, Robert Moskowitz wrote: the download worked.  Last message was Hard resetting via RTS pin... and nothing. I hope I have not bricked it.   Waiting for my colleague that works with these things (but on Win) to get back to me. You

Re: F38 adding user to dialout group without reboot

2023-12-04 Thread Robert Moskowitz
the download worked.  Last message was Hard resetting via RTS pin... and nothing. I hope I have not bricked it.   Waiting for my colleague that works with these things (but on Win) to get back to me. On 12/4/23 17:41, Samuel Sieb wrote: On 12/4/23 14:38, Robert Moskowitz wrote: Got port

Re: F38 adding user to dialout group without reboot

2023-12-04 Thread Robert Moskowitz
Adams wrote: Once upon a time, Robert Moskowitz said: I have added me to group dialout: $ groups rgm rgm : rgm wheel dialout But I cannot access /dev/ttyUSB0 screen /dev/ttyUSB0 115200 Does not work but: sudo screen /dev/ttyUSB0 115200 does. Dr. Google seems to think I need a reboot

Re: F38 adding user to dialout group without reboot

2023-12-04 Thread Robert Moskowitz
I tried: exec sudo -E -u "$USER" "$SHELL" No longer no permissions but now Error opening serial port '/dev/ttyUSB0'. (Port busy) On 12/4/23 16:38, Robert Moskowitz wrote: I have added me to group dialout: $ groups rgm rgm : rgm wheel dialout But I cannot access /dev/

F38 adding user to dialout group without reboot

2023-12-04 Thread Robert Moskowitz
I have added me to group dialout: $ groups rgm rgm : rgm wheel dialout But I cannot access /dev/ttyUSB0 screen /dev/ttyUSB0 115200 Does not work but: sudo screen /dev/ttyUSB0 115200 does. Dr. Google seems to think I need a reboot for this to work.  I have too many things running to want

Re: F38 - Error in file transfer to flip phone after system update

2023-10-31 Thread Robert Moskowitz
is avoided, but there will be a next time.  Soon, so I got to figure this out.  Taking her phone apart to get to the SD card is not a good option. thanks On 10/31/23 23:44, Robert Moskowitz wrote: F38 with Xfce: I have two Android phones I copy files to: My Samsung A01 smartphone My wifes's LG VN220 flipphon

F38 - Error in file transfer to flip phone after system update

2023-10-31 Thread Robert Moskowitz
F38 with Xfce: I have two Android phones I copy files to: My Samsung A01 smartphone My wifes's LG VN220 flipphone With my phone when I mount, I am queried on the phone to allow which I do then can transfer. For the VN220, I go into settings and switch USB Connection to file transfer,

mirrored monitor problems

2023-08-20 Thread Robert Moskowitz
I have an external monitor connected to my F38 Xfc3 system. When I resumed from suspend Sat night, I had problems getting it recognized; that is behind me. Every so often the external monitor goes off, then back on.  I can't tell if it is the system or the monitor. It just happened and I

Re: Printing a pdf in booklet format

2023-08-08 Thread Robert Moskowitz
I think I got it to reverse order and flip on short edge. On 8/8/23 16:53, Robert Moskowitz wrote: On 8/8/23 15:58, Samuel Sieb wrote: On 8/8/23 12:53, Robert Moskowitz wrote: I cannot figure out how to get the equiv of Acrobat reader to print a pdf in booklet format. That is to print 2

Re: Printing a pdf in booklet format

2023-08-08 Thread Robert Moskowitz
On 8/8/23 15:58, Samuel Sieb wrote: On 8/8/23 12:53, Robert Moskowitz wrote: I cannot figure out how to get the equiv of Acrobat reader to print a pdf in booklet format. That is to print 2 pages per side, double-sided but in an order that you just staple along the middle and have a booklet

Printing a pdf in booklet format

2023-08-08 Thread Robert Moskowitz
I cannot figure out how to get the equiv of Acrobat reader to print a pdf in booklet format. That is to print 2 pages per side, double-sided but in an order that you just staple along the middle and have a booklet. I am using F38 and Xfce. I have Okular, Atril, and Xfce's pdf viewer.

works fine - Re: F38 install fails on a Lenovo x120e - Failed to set new efi boot traget

2023-07-17 Thread Robert Moskowitz
is working! On 7/17/23 15:40, Robert Moskowitz wrote: I was getting ready to try again. I pulled the CD drive and tried to get into bios setup, but was not fast enough and it started booting F38! It got as far as a things like [Failed] Failed to start systemd-login.service - User Login Management

Re: F38 install fails on a Lenovo x120e - Failed to set new efi boot traget

2023-07-17 Thread Robert Moskowitz
On 7/17/23 16:07, Michael D. Setzer II wrote: First computer was a 1963 IBM 1130 with punch cards back in 1975. So started with old machines that still were working.. High School.. I started with a teletype 55 baudot to a GE MarkV in '66.  Best I can figure out was our school (Euclid OH)

Re: F38 install fails on a Lenovo x120e - Failed to set new efi boot traget

2023-07-17 Thread Robert Moskowitz
itanium systems in 2002.  it was so bad it took years to make it to x86 systems.  very little was in the classic bios menu and most config was in a mess of a poorly documented command line. On Mon, Jul 17, 2023, 4:02 PM Robert Moskowitz wrote: Bios ver is "current", ver 1.17 dated

Re: F38 install fails on a Lenovo x120e - Failed to set new efi boot traget

2023-07-17 Thread Robert Moskowitz
Bios ver is "current", ver 1.17 dated 11/7/2012! Did we have EFI back then? Oh, F37 live CD booted fine. On 7/17/23 13:17, Jeffrey Walton wrote: On Mon, Jul 17, 2023 at 11:25 AM Robert Moskowitz wrote: this system had F22 on it. I just went through all the steps to blow aw

Re: F38 install fails on a Lenovo x120e - Failed to set new efi boot traget

2023-07-17 Thread Robert Moskowitz
that out without rebooting and going into system settings... On 7/17/23 13:17, Jeffrey Walton wrote: On Mon, Jul 17, 2023 at 11:25 AM Robert Moskowitz wrote: this system had F22 on it. I just went through all the steps to blow away the old partitions and install F38. It tried for maybe

Re: F38 install fails on a Lenovo x120e - Failed to set new efi boot traget

2023-07-17 Thread Robert Moskowitz
I just recalled.  There was a /boot/efi partition on the old F22 setup. But booting up F37 live now. On 7/17/23 13:17, Jeffrey Walton wrote: On Mon, Jul 17, 2023 at 11:25 AM Robert Moskowitz wrote: this system had F22 on it. I just went through all the steps to blow away the old partitions

Re: F38 install fails on a Lenovo x120e - Failed to set new efi boot traget

2023-07-17 Thread Robert Moskowitz
13:17, Jeffrey Walton wrote: On Mon, Jul 17, 2023 at 11:25 AM Robert Moskowitz wrote: this system had F22 on it. I just went through all the steps to blow away the old partitions and install F38. It tried for maybe an hour with the spindizzy on "Installing boot loader". If finally

Re: F38 install fails on a Lenovo x120e - Failed to set new efi boot traget

2023-07-17 Thread Robert Moskowitz
It has the AMD E-350 duo core CPU which I am pretty sure is x64. On 7/17/23 12:58, Barry wrote: On 17 Jul 2023, at 16:26, Robert Moskowitz wrote: What should I do at this point. It IS an old system that has had a number of ver of Fedora on it. It was booting F22 just fine, it seemed

Re: F38 install fails on a Lenovo x120e - Failed to set new efi boot traget

2023-07-17 Thread Robert Moskowitz
On 7/17/23 12:18, Patrick O'Callaghan wrote: On Mon, 2023-07-17 at 11:25 -0400, Robert Moskowitz wrote: this system had F22 on it. I just went through all the steps to blow away the old partitions and install F38. It tried for maybe an hour with the spindizzy on "Installing boot l

F38 install fails on a Lenovo x120e - Failed to set new efi boot traget

2023-07-17 Thread Robert Moskowitz
this system had F22 on it. I just went through all the steps to blow away the old partitions and install F38. It tried for maybe an hour with the spindizzy on "Installing boot loader". If finally came back with a dialog box with an error of: The following error occurred while installing the

Re: HDMI works - Re: Restarting video driver to turn on external vga port

2023-07-02 Thread Robert Moskowitz
=ZW5jcnlwdGVkUXVhbGlmaWVyPUEyTjVNQlA3NlBFSUdEJmVuY3J5cHRlZElkPUEwMTg2ODQ2M0hJMDBKMkcyVTBBTiZlbmNyeXB0ZWRBZElkPUEwMjY5NTU5MzVLOEU4UjZYN1NKRSZ3aWRnZXROYW1lPXNwX2hxcF9zaGFyZWQmYWN0aW9uPWNsaWNrUmVkaXJlY3QmZG9Ob3RMb2dDbGljaz10cnVl=1 Sounds a good talk.  Reasonable reviews from what I am finding... On 7/2/23 17:13, Robert Moskowitz wrote: My KVM is under the desk, so I need a slightly higher end unit that has keyboard trigger to switch.  Currently I have

Re: HDMI works - Re: Restarting video driver to turn on external vga port

2023-07-02 Thread Robert Moskowitz
use the monitors/tv multiport to switch hdmi via the tv remote.  The reviews i read on hdmi switches indicated a lot of reliability issues,  and i also run my monitor at 4k which is likely to cause more issues with a already unreliable hdmi switch. On Sun, Jul 2, 2023, 7:38 AM Robert Moskowitz

HDMI works - Re: Restarting video driver to turn on external vga port

2023-07-02 Thread Robert Moskowitz
Switching to direct HDMI works.  System recognized the HDMI immediately. I am going to have to shop for an affordable HDMI KVM.  Previously I always had one old system that was VGA only.  No longer, so it is off to ebay for a good and cheap KVM. Sigh. thanks all. On 7/2/23 08:28, Robert

Re: Restarting video driver to turn on external vga port

2023-07-02 Thread Robert Moskowitz
I am busy making notes of all this so hopefully I will remember next time. Provided I am not asleep on my a again. Frustrating.  I am going to dig up an HDMI cable and try a direct connect. before switching to the other x140e. On 7/1/23 17:00, Patrick O'Callaghan wrote: On Sat, 2023-07-01

Re: Restarting video driver to turn on external vga port

2023-07-02 Thread Robert Moskowitz
On 7/1/23 11:37, stan via users wrote: Robert has been using Fedora and on this list for years. I'm not sure if the above installing commands were his automatic response because he didn't say, but it should have been. And if the install command failed with no package, he should know to use

Re: Restarting video driver to turn on external vga port

2023-07-02 Thread Robert Moskowitz
On 7/1/23 02:59, Barry wrote: On 30 Jun 2023, at 18:26, Robert Moskowitz wrote:  On 6/30/23 13:13, George N. White III wrote: On Fri, Jun 30, 2023 at 1:19 PM Robert Moskowitz wrote: I just rebooted after applying new updates.  In the past, this got the external video going

Re: Restarting video driver to turn on external vga port

2023-06-30 Thread Robert Moskowitz
On 6/30/23 13:13, George N. White III wrote: On Fri, Jun 30, 2023 at 1:19 PM Robert Moskowitz wrote: I just rebooted after applying new updates.  In the past, this got the external video going.  Not this time. VGA suggests an old monitor, so try to verify that it didn't fail

help with QEMM

2023-06-30 Thread Robert Moskowitz
I have an old Fedora 21 image that I use for one old program I like.  It did not survive the migration to F38 and I was given the following to get it working: virsh create /home/rgm/Documents/f21-qemm.xml This works, as long as qemm is not running.  But it does not survive system boots. 

Re: Restarting video driver to turn on external vga port

2023-06-30 Thread Robert Moskowitz
I just rebooted after applying new updates.  In the past, this got the external video going.  Not this time. help? On 6/30/23 08:34, Robert Moskowitz wrote: On 6/30/23 07:44, George N. White III wrote: On Fri, Jun 30, 2023 at 6:56 AM Robert Moskowitz wrote: I have a Lenovo x140e

Re: Restarting video driver to turn on external vga port

2023-06-30 Thread Robert Moskowitz
On 6/30/23 07:44, George N. White III wrote: On Fri, Jun 30, 2023 at 6:56 AM Robert Moskowitz wrote: I have a Lenovo x140e running F38. The video driver is normally the Radeon, but some time ago here I was told to change the amdgpu driver but lspci -nnk | grep -iE &quo

Restarting video driver to turn on external vga port

2023-06-30 Thread Robert Moskowitz
I have a Lenovo x140e running F38. The video driver is normally the Radeon, but some time ago here I was told to change the amdgpu driver but lspci -nnk | grep -iE "VGA|DISPLAY" -A3 00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8330]

Lost image on reboot - Re: Solved - Re: F38 - QEMM image migration problem

2023-05-16 Thread Robert Moskowitz
Just did a reboot.  After 2 kernel updates and what looks like a qemm update last night. QEMM is not showing any available virtual machines. What do I do?  The create below?  Again? thanks On 5/1/23 08:40, Robert Moskowitz wrote: It works! on F35 machine as root: virsh dumpxml fedora21

Re: F38/Xfce - background DNF checks still going

2023-05-12 Thread Robert Moskowitz
On 5/12/23 13:20, Samuel Sieb wrote: On 5/12/23 10:08, Robert Moskowitz wrote: On 5/11/23 05:56, Patrick O'Callaghan wrote: On Thu, 2023-05-11 at 19:13 +0930, Tim via users wrote: On Wed, 2023-05-10 at 16:41 -0400, Robert Moskowitz wrote: I thought I disabled dnfdragona from doing its 3

Re: F38/Xfce - background DNF checks still going

2023-05-12 Thread Robert Moskowitz
On 5/11/23 05:56, Patrick O'Callaghan wrote: On Thu, 2023-05-11 at 19:13 +0930, Tim via users wrote: On Wed, 2023-05-10 at 16:41 -0400, Robert Moskowitz wrote: I thought I disabled dnfdragona from doing its 3? hour check for anything new.  But whenever I do a "dnf update" I see i

Re: F38/Xfce - background DNF checks still going

2023-05-11 Thread Robert Moskowitz
On 5/11/23 05:43, Tim via users wrote: On Wed, 2023-05-10 at 16:41 -0400, Robert Moskowitz wrote: I thought I disabled dnfdragona from doing its 3? hour check for anything new. But whenever I do a "dnf update" I see it starting with a message like: If you don't use dnf-dragora

Re: F38/Xfce - background DNF checks still going

2023-05-10 Thread Robert Moskowitz
On 5/10/23 17:00, Kevin Fenzi wrote: On Wed, May 10, 2023 at 04:41:29PM -0400, Robert Moskowitz wrote: I thought I disabled dnfdragona from doing its 3? hour check for anything new.  But whenever I do a "dnf update" I see it starting with a message like: Last metadata expiration c

F38/Xfce - background DNF checks still going

2023-05-10 Thread Robert Moskowitz
I thought I disabled dnfdragona from doing its 3? hour check for anything new.  But whenever I do a "dnf update" I see it starting with a message like: Last metadata expiration check: 1:46:14 ago on Wed 10 May 2023 02:52:06 PM EDT. How do I stop this? thanks

F38 - qr code reader?

2023-05-08 Thread Robert Moskowitz
Is there an app that will use my notebook's camera to read a qr code and put the content, maybe into the clipboard? Xfce app would be nice. thanks ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Re: F38 - Which python asn1 library

2023-05-07 Thread Robert Moskowitz
have to call asn1 for every time to just get the same value! thanks all. On 5/7/23 10:15, stan via users wrote: On Sun, 7 May 2023 08:46:26 -0400 Robert Moskowitz wrote: from /usr/share/doc/python3-asn1/README.rst of the fedora package python3-asn1 How to use Python-asn1

Re: F38 - Which python asn1 library

2023-05-07 Thread Robert Moskowitz
On 5/5/23 22:51, Samuel Sieb wrote: 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

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

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

solved - Re: F38 migrate NetworkManager/system-connections

2023-05-01 Thread Robert Moskowitz
On 5/1/23 09:01, francis.montag...@inria.fr wrote: Hi On Mon, 01 May 2023 08:52:49 -0400 Robert Moskowitz wrote: I have got the many *.nmconnection files moved to the F38 system into the /etc/NetworkManager/system-connections Owned by root:root with chmod 600 as the ones already there. When I

Re: F38 migrate NetworkManager/system-connections

2023-05-01 Thread Robert Moskowitz
need to do (logout, restart, run some nifty app) to get them showing in edit connections. Thanks On 5/1/23 08:29, Tim via users wrote: On Mon, 2023-05-01 at 05:22 -0400, Robert Moskowitz wrote: In copying them to USB: # cp -a /etc/NetworkManager/system-connections/* /run/media/rgm/3153-B4EA

Solved - Re: F38 - QEMM image migration problem

2023-05-01 Thread Robert Moskowitz
ert Moskowitz : On 5/1/23 05:06, Peter Boy wrote: Am 01.05.2023 um 03:27 schrieb Robert Moskowitz : I have a Fedora21 image from my old F35 system that I rsnyced to my F38 system: # ls -ls /var/lib/libvirt/images/ total 18397576 18397576 -rw-r--r--. 1 qemu qemu 18839109632 Apr 30 21:15 fedora21.qcow2

Re: F38 - QEMM image migration problem

2023-05-01 Thread Robert Moskowitz
On 5/1/23 05:53, Peter Boy wrote: Am 01.05.2023 um 11:41 schrieb Peter Boy : … You use virus to dump the vm definition to a xml file, e.g. to your home dir, copy it to the new machine, adjust it (e.g. name of the interface) and create a new machine with virus using that definition file.

Re: F38 - QEMM image migration problem

2023-05-01 Thread Robert Moskowitz
On 5/1/23 05:41, Peter Boy wrote: Am 01.05.2023 um 11:26 schrieb Robert Moskowitz : On 5/1/23 05:06, Peter Boy wrote: Am 01.05.2023 um 03:27 schrieb Robert Moskowitz : I have a Fedora21 image from my old F35 system that I rsnyced to my F38 system: # ls -ls /var/lib/libvirt/images

Re: F38 - QEMM image migration problem

2023-05-01 Thread Robert Moskowitz
On 5/1/23 05:06, Peter Boy wrote: Am 01.05.2023 um 03:27 schrieb Robert Moskowitz : I have a Fedora21 image from my old F35 system that I rsnyced to my F38 system: # ls -ls /var/lib/libvirt/images/ total 18397576 18397576 -rw-r--r--. 1 qemu qemu 18839109632 Apr 30 21:15 fedora21.qcow2 I

Re: F38 migrate NetworkManager/system-connections

2023-05-01 Thread Robert Moskowitz
On 5/1/23 04:15, Peter Boy wrote: Am 01.05.2023 um 04:39 schrieb Robert Moskowitz : Is there a way to migrate the NetworkManager/system-connections files from F35 to F38 system? I am not finding an export option and haven't figured out how to get around file permissions to copy

Re: F38 migrate NetworkManager/system-connections

2023-05-01 Thread Robert Moskowitz
On 5/1/23 02:13, Jeffrey Walton wrote: On Sun, Apr 30, 2023 at 10:39 PM Robert Moskowitz wrote: Is there a way to migrate the NetworkManager/system-connections files from F35 to F38 system? I am not finding an export option and haven't figured out how to get around file permissions to copy

Re: F38 migrate NetworkManager/system-connections

2023-05-01 Thread Robert Moskowitz
On 5/1/23 00:33, Samuel Sieb wrote: On 4/30/23 19:39, Robert Moskowitz wrote: Is there a way to migrate the NetworkManager/system-connections files from F35 to F38 system? I am not finding an export option and haven't figured out how to get around file permissions to copy the files

F38 migrate NetworkManager/system-connections

2023-04-30 Thread Robert Moskowitz
Is there a way to migrate the NetworkManager/system-connections files from F35 to F38 system? I am not finding an export option and haven't figured out how to get around file permissions to copy the files to a USB stick. thanks ___ users mailing

Re: F38/Xfce restoring apps on login

2023-04-30 Thread Robert Moskowitz
Thanks.  I will give that a try... On 4/30/23 21:07, Sam Varshavchik wrote: Robert Moskowitz writes: What do I set so that the apps I had running the last login are autorestarted? That is the behavior I am use to, but I can't figure out what is different that on this new F38, I start up

F38 - QEMM image migration problem

2023-04-30 Thread Robert Moskowitz
I have a Fedora21 image from my old F35 system that I rsnyced to my F38 system: # ls -ls /var/lib/libvirt/images/ total 18397576 18397576 -rw-r--r--. 1 qemu qemu 18839109632 Apr 30 21:15 fedora21.qcow2 I then went through the process     Create New Virtual Machine         Import existing Disk

F38/Xfce can't rename printer

2023-04-30 Thread Robert Moskowitz
HP Tools did not recognize my printer that I installed via Print Settings. So I let HP Tools do its thing to install the printer again.  I then deleted the old printer. Now I want to rename what HP Tools installed "Office_Pro_8600" to just HP8600. When, in Print Settings, I select Printer

Re: F38/Xfce restoring apps on login

2023-04-30 Thread Robert Moskowitz
On 4/30/23 11:00, Tim via users wrote: On Sun, 2023-04-30 at 10:41 -0400, Robert Moskowitz wrote: What do I set so that the apps I had running the last login are autorestarted? That was an option in startup applications or session preferences, in prior releases. I don't see anything

Fixed? - Re: F38 with Xfce - alt-F4 switches terminal not close window

2023-04-30 Thread Robert Moskowitz
I did something 'wrong' and it forced a logout.  :( When I logged back in, nothing was running (see next question), but this weird behavior of switching sessions stopped and is doing what it is programmed to do. Sigh. On 4/30/23 10:36, Robert Moskowitz wrote: I just did an upgrade from F37

F38/Xfce restoring apps on login

2023-04-30 Thread Robert Moskowitz
What do I set so that the apps I had running the last login are autorestarted? That is the behavior I am use to, but I can't figure out what is different that on this new F38, I start up on login with nothing running. thanks ___ users mailing list

F38 with Xfce - alt-F4 switches terminal not close window

2023-04-30 Thread Robert Moskowitz
I just did an upgrade from F37 to F38.  I really did not use this system on F37, still for the most part using my F35 system (mostly migrated now), but... was for closing a window, and for switching terminal sessions with session F1 being the graphic one. Now both switch terminal

Re: F37 - dnf update error

2023-04-25 Thread Robert Moskowitz
On 4/25/23 13:24, Samuel Sieb wrote: On 4/25/23 06:12, Robert Moskowitz wrote: On 4/25/23 08:59, Tim Evans wrote: On 4/25/23 08:21, Robert Moskowitz wrote: Still no fix on this. How do I notify the proper people about this?  For me, it is gthumb that is triggering the dependency

Re: F37 - dnf update error

2023-04-25 Thread Robert Moskowitz
On 4/25/23 08:59, Tim Evans wrote: On 4/25/23 08:21, Robert Moskowitz wrote: Still no fix on this. How do I notify the proper people about this?  For me, it is gthumb that is triggering the dependency. As someone else pointed out: # dnf -y --exclude='*heif*' update Sure, that has

Re: F37 - dnf update error

2023-04-25 Thread Robert Moskowitz
Still no fix on this. How do I notify the proper people about this?  For me, it is gthumb that is triggering the dependency. On 4/23/23 16:07, Samuel Sieb wrote: On 4/23/23 13:04, Robert Moskowitz wrote: On a F37 system I have not updated in maybe a month or more, I get the error

Re: F37 - dnf update error

2023-04-23 Thread Robert Moskowitz
Guess I will have to wait, as I got the same error after a "clean packages" and then the update with --skip-broken. And maybe I will just take this system up to a fresh install with F38 since it hit the doorstep. On 4/23/23 16:07, Samuel Sieb wrote: On 4/23/23 13:04, Robert Mosko

Working - Re: Using python3-pycryptodomex

2023-04-23 Thread Robert Moskowitz
Just wanted to get back with a thank you. I have my first feeble script working: https://github.com/ietf-wg-drip/drip-scripts/blob/master/det-gen.py But pycryptodomex does not support EdDSA signing.  So for that step I will use openssl.  But what I need (-rawin) is only supported in openssl

F37 - dnf update error

2023-04-23 Thread Robert Moskowitz
On a F37 system I have not updated in maybe a month or more, I get the error: Running transaction test The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'dnf clean packages'. Error: Transaction test error:   file

Re: Using python3-pycryptodomex

2023-04-20 Thread Robert Moskowitz
On 4/20/23 13:12, Barry wrote: On 20 Apr 2023, at 16:33, Robert Moskowitz wrote: Now I am pulling out my hair (what little I still have) in getting the public ECC key. The example in https://pycryptodome.readthedocs.io/en/v3.15.0/src/public_key/ecc.html easily creates the PEM

Re: Using python3-pycryptodomex

2023-04-20 Thread Robert Moskowitz
Now I am pulling out my hair (what little I still have) in getting the public ECC key. The example in https://pycryptodome.readthedocs.io/en/v3.15.0/src/public_key/ecc.html easily creates the PEM formatted private key.  But I can't figure out how to get to the public key value.  And

Re: Using python3-pycryptodomex

2023-04-20 Thread Robert Moskowitz
On 4/20/23 10:10, Andras Simon wrote: 2023-04-20 15:59 UTC+02:00, Robert Moskowitz : >>> from Crypto.Cipher import Salsa20 Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'Crypto' Courtesy of TAB-completio

Using python3-pycryptodomex

2023-04-20 Thread Robert Moskowitz
I am NOT experienced with python, so reading lots of examples. I have installed python3-pycryptodomex on my old F35 system (will mess up my F37 system later).   Preparing :    1/1   Installing   :

Re: Python cSHAKE hash function for Fedora?

2023-04-19 Thread Robert Moskowitz
On 4/19/23 17:32, Andras Simon wrote: 2023-04-19 23:07 UTC+02:00, Robert Moskowitz : I have been using pip3 to install updates, as --user, to xml2rfc. This is for IETF Internet Drafts. Now I know I can just drop the '3'... And perhaps 'pip', too, and dnf install python3-xml2rfc oooh.  I

Re: Python cSHAKE hash function for Fedora?

2023-04-19 Thread Robert Moskowitz
On 4/19/23 13:28, Samuel Sieb wrote: On 2023-04-19 05:08, Robert Moskowitz wrote: The instructions to install pycryptodome says not to install over PyCrypto, but does not tell how to figure this out.  I tried a locate on pycrypto and came up empty.  I am kind of assuming that means I don't

Re: Python cSHAKE hash function for Fedora?

2023-04-19 Thread Robert Moskowitz
, and should I use pip3? On 4/19/23 07:48, George N. White III wrote: On Tue, Apr 18, 2023 at 8:44 PM Robert Moskowitz wrote: cSHAKE is a variant of SHA3 defined in NIST SP800-185.  This is different from SHAKE defined in FIPS-202. I use cSHAKE in a number of my IETF standards (e.g

Re: Python cSHAKE hash function for Fedora?

2023-04-18 Thread Robert Moskowitz
/18/23 20:05, Samuel Sieb wrote: On 2023-04-18 16:43, Robert Moskowitz wrote: cSHAKE is a variant of SHA3 defined in NIST SP800-185.  This is different from SHAKE defined in FIPS-202. I use cSHAKE in a number of my IETF standards (e.g. rfc9374).  I would like to be able to have a decent way

Python cSHAKE hash function for Fedora?

2023-04-18 Thread Robert Moskowitz
cSHAKE is a variant of SHA3 defined in NIST SP800-185.  This is different from SHAKE defined in FIPS-202. I use cSHAKE in a number of my IETF standards (e.g. rfc9374).  I would like to be able to have a decent way to perform cSHAKE in a python script, but it does not seem to exist.  OpenSSL

Re: Command line for adding mp3 meta data

2023-03-19 Thread Robert Moskowitz
On 3/19/23 12:54, Frank Elsner wrote: On Sun, 19 Mar 2023 12:42:29 -0400 Robert Moskowitz wrote: [ ... ] So is there a decent program with Fedora that will let me easily set the meta data on these? Id3tg is your friend. Install by "dnf install id3lib" I installed it but

Re: Command line for adding mp3 meta data

2023-03-19 Thread Robert Moskowitz
On 3/19/23 12:58, Geoffrey Leach wrote: On Sun, 19 Mar 2023 12:42:29 -0400 Robert Moskowitz wrote: I just purchased an audio download of 36 tracks.  No meta data, and my wife's flip phone needs meta data for sorting and such. It is one thing to use VLC to fix the meta data on a single mp3

Re: Command line for adding mp3 meta data

2023-03-19 Thread Robert Moskowitz
On 3/19/23 12:54, Frank Elsner wrote: On Sun, 19 Mar 2023 12:42:29 -0400 Robert Moskowitz wrote: [ ... ] So is there a decent program with Fedora that will let me easily set the meta data on these? Id3tg is your friend. Install by "dnf install id3lib" Thanks I will ch

Command line for adding mp3 meta data

2023-03-19 Thread Robert Moskowitz
I just purchased an audio download of 36 tracks.  No meta data, and my wife's flip phone needs meta data for sorting and such. It is one thing to use VLC to fix the meta data on a single mp3 or 2 before transfering to her phone, but 36 is just a road too far. So is there a decent program

Re: Fedora 35 - enscript download failed

2023-01-16 Thread Robert Moskowitz
On 1/16/23 14:10, Grant Gainey wrote: On Mon, Jan 16, 2023 at 1:33 PM Grant Gainey wrote: I'm not sure where to report the problem. Yes, F35 is EOL - but the metalink for it returning 404 implies something is Not Right in the infrastructure somewhere? Just to close this loop -

Re: Fedora 35 - enscript download failed

2023-01-16 Thread Robert Moskowitz
Yep.  I am in the process of moving off my F35 system, but that can take some days still.  And something came up that I had to resurrect an old script that uses enscript. On 1/16/23 12:27, Barry wrote: On 16 Jan 2023, at 17:08, Robert Moskowitz wrote: Got it off of Koji and it works

Re: Fedora 35 - enscript download failed

2023-01-16 Thread Robert Moskowitz
Got it off of Koji and it works.  thanks. Of course that does not deal with why it is broken in the repo.  But now it is someone else's problem. On 1/16/23 11:23, stan via users wrote: On Mon, 16 Jan 2023 10:04:59 -0500 Robert Moskowitz wrote: BTW, the install worked fine on the new F37 I

Re: Asus Eee PC 4G Surf (701) OS

2023-01-16 Thread Robert Moskowitz
On 1/16/23 11:03, Patrick O'Callaghan wrote: On Mon, 2023-01-16 at 10:38 -0500, Robert Moskowitz wrote: Yes, I know it is 32-bit CPU, and current F37 and for some time, 32- bit is not supported.  But I have a specific offline use for the box. On 1/16/23 10:21, Alex wrote: Looks like it has

Re: Asus Eee PC 4G Surf (701) OS

2023-01-16 Thread Robert Moskowitz
Yes, I know it is 32-bit CPU, and current F37 and for some time, 32-bit is not supported.  But I have a specific offline use for the box. On 1/16/23 10:21, Alex wrote: Looks like it has a 32-bit CPU. Fedora doesn't support that architecture anymore, so this isn't the right distro for this

Re: Fedora 35 - enscript download failed

2023-01-16 Thread Robert Moskowitz
BTW, the install worked fine on the new F37 I am setting up. On 1/16/23 09:48, Robert Moskowitz wrote: Wanted to install enscript and it failed: Installing:  enscript  x86_64  1.6.6-27.fc35 fedora 413 k Transaction Summary

Asus Eee PC 4G Surf (701) OS

2023-01-16 Thread Robert Moskowitz
I have just dug out an old Asus Eee 701 from my bin.  I have a little project I want to use if for. It looks like it has 1Gb mem, 4GB SSD, 7" monitor and has Fedora17 and I think Gnome (Nautilus file manager). 250MB free disk space!  :) What is the latest ver of Fedora I can drop on this? 

  1   2   3   4   5   6   7   8   9   10   >