Re: Waterfox?

2020-11-21 Thread ToddAndMargo via users
On 2020-11-21 17:11, Tim via users wrote: On Sat, 2020-11-21 at 13:02 -0800, ToddAndMargo via users wrote: Some sites just refuse to work correctly with Firefox. I haven't come across that since Win98 era. I wonder, though, if they're really rejecting you because you're running Linux. When

Re: Read-only flash drives

2020-11-25 Thread ToddAndMargo via users
On 2020-11-25 15:05, Samuel Sieb wrote: On 11/25/20 3:01 PM, Joe Zeff wrote: Every now and then I buy a flash drive and find that when I mount it it's owned by root and read only except by root.  I can, of course, change that by using chown and chmod, but that only lasts until I unmount the

rpm --rebuilddb error

2020-12-05 Thread ToddAndMargo via users
Hi All, How do I fix this? # rpm --rebuilddb error: can't create transaction lock on /var/lib/rpm/.rpm.lock (Permission denied) Many thanks, -T ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Re: rpm --rebuilddb error

2020-12-05 Thread ToddAndMargo via users
On 12/5/20 8:18 PM, Samuel Sieb wrote: On 12/5/20 7:28 PM, ToddAndMargo via users wrote: How do I fix this? # rpm --rebuilddb error: can't create transaction lock on /var/lib/rpm/.rpm.lock (Permission denied) Are you getting selinux errors? yes > What does "ls -alZ /var/lib/r

Re: what are the rules for dnf downgrade?

2020-12-05 Thread ToddAndMargo via users
On 12/5/20 5:41 PM, Doug H. wrote: On Sat, Dec 5, 2020, at 2:38 PM, ToddAndMargo via users wrote: Hi All, Fedora 33 wine-5.22-1.fc33.x86_64 As of Wine 5.22, Lotus Approach now crashes on start up. I switched to wine "stable" via winehq. I had a similar breakage and found th

Re: Cups outputting deleted printers

2020-12-06 Thread ToddAndMargo via users
On 12/2/20 11:43 AM, ToddAndMargo via users wrote: Hi All, Fedora 33 # rpm -qa cups\* cups-pk-helper-0.2.6-10.fc33.x86_64 cups-pdf-3.0.1-10.fc33.x86_64 cups-libs-2.3.3-18.fc33.x86_64 cups-client-2.3.3-18.fc33.x86_64 cups-ipptool-2.3.3-18.fc33.x86_64 cups-filesystem-2.3.3-18.fc33.noarch cups

what are the rules for dnf downgrade?

2020-12-05 Thread ToddAndMargo via users
Hi All, Fedora 33 wine-5.22-1.fc33.x86_64 As of Wine 5.22, Lotus Approach now crashes on start up. Word Pro is okay. Approach is critical to my business. I reported the issue over at: https://bugs.winehq.org/show_bug.cgi?id=50242 and

Re: what are the rules for dnf downgrade?

2020-12-05 Thread ToddAndMargo via users
On 12/5/20 3:17 PM, Matthew Miller wrote: On Sat, Dec 05, 2020 at 02:38:04PM -0800, ToddAndMargo via users wrote: Downgrading to wine-5.18-2.fc33.x86_6 fixes the issue. Question. What are the rules as to how long wine 5.18 will be available for downgrade? Updates are replaced on the mirrors

Cups outputting deleted printers

2020-12-02 Thread ToddAndMargo via users
Hi All, Fedora 33 # rpm -qa cups\* cups-pk-helper-0.2.6-10.fc33.x86_64 cups-pdf-3.0.1-10.fc33.x86_64 cups-libs-2.3.3-18.fc33.x86_64 cups-client-2.3.3-18.fc33.x86_64 cups-ipptool-2.3.3-18.fc33.x86_64 cups-filesystem-2.3.3-18.fc33.noarch cups-2.3.3-18.fc33.x86_64 cups-libs-2.3.3-18.fc33.i686

Re: What is the system call for time?

2020-12-21 Thread ToddAndMargo via users
On 12/21/20 10:56 AM, Matthew Miller wrote: So, /usr/lib64/libc.so.6? Thank you! ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: What is the system call for time?

2020-12-20 Thread ToddAndMargo via users
On 12/20/20 7:47 PM, Cameron Simpson wrote: On 20Dec2020 16:31, ToddAndMargo wrote: I just want to read the time back from the system. Then you want time(2). From "man 2 time": NAME time - get time in seconds SYNOPSIS #include time_t time(time_t *tloc); DESCRIPTION

Re: What is the system call for time?

2020-12-20 Thread ToddAndMargo via users
On 12/20/20 10:56 PM, Anthony F McInerney wrote: I'm not sure if I walked off the beaten track, but does this example help? (i was looking at it out of interest and noticed it) https://docs.raku.org/language/nativecall#Specifying_the_native_representation

Re: What is the system call for time?

2020-12-20 Thread ToddAndMargo via users
On 12/20/20 9:04 PM, Matthew Miller wrote: On Sun, Dec 20, 2020 at 08:39:18PM -0800, ToddAndMargo via users wrote: This is my fault for not being clear enough. I can't use a "C" (time.h) library for what I am doing. What I need is a call to something inside /usr/lib64/lib.s

Re: What is the system call for time?

2020-12-20 Thread ToddAndMargo via users
On 12/20/20 9:09 PM, C Linus Hicks wrote: On Sun, 2020-12-20 at 20:39 -0800, ToddAndMargo via users wrote: Hi Cameron, This is my fault for not being clear enough. I can't use a "C" (time.h) library for what I am doing. What I need is a call to something inside /usr/lib64/li

Re: What is the system call for time?

2020-12-20 Thread ToddAndMargo via users
On 12/20/20 10:48 PM, Cameron Simpson wrote: On 20Dec2020 22:26, ToddAndMargo wrote: This is my fault for not being clear enough. I can't use a "C" (time.h) library for what I am doing. What I need is a call to something inside /usr/lib64/lib.so.x And I do not know which one will

What is the system call for time?

2020-12-20 Thread ToddAndMargo via users
Hi All, What is the library that contains the call for the time / date? And what is the call's name? Many thanks, -T ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora

Re: What is the system call for time?

2020-12-20 Thread ToddAndMargo via users
On 12/20/20 11:59 AM, Samuel Sieb wrote: On 12/20/20 6:47 AM, ToddAndMargo via users wrote: What is the library that contains the call for the time / date? Most basic system calls are part of glibc. no /usr/lib64/lib.so ?? And what is the call's name? Depends on which one you're

Re: Have I bricked a PC?

2020-11-09 Thread ToddAndMargo via users
On 2020-11-09 09:25, Beartooth wrote: On Sun, 08 Nov 2020 17:57:41 -0800, ToddAndMargo via users wrote: On 2020-11-08 13:07, Beartooth wrote: I have a DVD with F 33 Live, in the drawer of an oldish machine. I can't get it to boot from the DVD. How to test for a 64 bit CPU

Re: USB error: vendor cannot be 0

2020-11-07 Thread ToddAndMargo via users
On 2020-11-06 13:21, ToddAndMargo via users wrote: Hi All, Anyone know a work around for this?    Fedroa 32, x64    $ rpm -qa virt-manager    virt-manager-3.1.0-1.fc32.noarch    $ rpm -qa qemu-device-usb-redirect    qemu-device-usb-redirect-5.1.0-7.fc32.x86_64 Bug I filed on 2020-06-23

Re: USB error: vendor cannot be 0

2020-11-07 Thread ToddAndMargo via users
On 2020-11-07 18:16, ToddAndMargo via users wrote: On 2020-11-06 13:21, ToddAndMargo via users wrote: Hi All, Anyone know a work around for this?     Fedroa 32, x64     $ rpm -qa virt-manager     virt-manager-3.1.0-1.fc32.noarch     $ rpm -qa qemu-device-usb-redirect     qemu-device-usb

Re: Recommendations for video-conferencing setup

2020-11-11 Thread ToddAndMargo via users
On 2020-11-10 20:25, Tim via users wrote: As someone who works in video production, Hi Tim, Off list: I have lost a lot of my high frequency hearing and have tinnitus. Consequently, I have trouble understand folks on the phone when there is a lot of white or other background noise.

Re: Recommendations for video-conferencing setup

2020-11-11 Thread ToddAndMargo via users
On 2020-11-11 10:44, Tim via users wrote: On Wed, 2020-11-11 at 08:58 -0800, ToddAndMargo via users wrote: I have lost a lot of my high frequency hearing and have tinnitus. Consequently, I have trouble understand folks on the phone when there is a lot of white or other background noise

Re: Recommendations for video-conferencing setup

2020-11-11 Thread ToddAndMargo via users
On 2020-11-11 12:33, Joe Zeff wrote: On 11/11/20 11:44 AM, Tim via users wrote: I'm in the same boat - tinnitus and can't hear anything above 15kHz, beyond the squeal of the horizontal output stages of old CRT TV sets. Me too, except that I have an artillery notch in my hearing caused by too

Need help with rsync

2020-11-12 Thread ToddAndMargo via users
Hi All, I am trying to use rsync to 1) copy new files on the source to the destination 2) remove all files on the destination that do not reside on the source Problem: the extra files on the destination are not being removed. This is bash code: Synchronize () { # $1 rsync command

rsync and weird characters, Invalid argument (22)

2020-11-12 Thread ToddAndMargo via users
Hi All, How do I get rsync to recognize weird characters that my file system is okay with? Many thanks, -T rsync --recursive --verbose --delete --delete-excluded --modify-window=5 --times --inplace --copy-links /home/CDs/Keepers /mnt/MyCDs/. sending incremental file list

Re: Need help with rsync

2020-11-12 Thread ToddAndMargo via users
On 2020-11-12 20:29, Cameron Simpson wrote: I like -a for this. --archive, -a archive mode; equals -rlptgoD (no -H,-A,-X) --recursive, -r --links, -l --perms, -p --times, -t --group, -g --owner, -o --devices --specials, -D -- ~~ Computers are like air

Re: Need help with rsync

2020-11-12 Thread ToddAndMargo via users
On 2020-11-12 18:07, Samuel Sieb wrote: On 11/12/20 5:45 PM, ToddAndMargo via users wrote: I am trying to use rsync to 1) copy new files on the source to the destination 2) remove all files on the destination that do not     reside on the source Problem: the extra files on the destination

Re: rsync and weird characters, Invalid argument (22)

2020-11-12 Thread ToddAndMargo via users
On 2020-11-12 21:01, Eyal Lebedinsky wrote: On 13/11/2020 14.06, ToddAndMargo via users wrote: Hi All, How do I get rsync to recognize weird characters that my file system is okay with? Many thanks, -T rsync --recursive --verbose --delete --delete-excluded --modify-window=5 --times

Re: rsync and weird characters, Invalid argument (22)

2020-11-12 Thread ToddAndMargo via users
On 2020-11-12 20:24, Cameron Simpson wrote: On 12Nov2020 19:06, ToddAndMargo wrote: How do I get rsync to recognize weird characters that my file system is okay with? [...] Keepers/Linux/Perl/Perl6/perl6.prefix:.txt rsync: [receiver] open "/mnt/MyCDs/Keepers/Linux/Perl/Perl5/perl.->.txt"

Re: Need help with rsync

2020-11-12 Thread ToddAndMargo via users
For some reason, my follow up is getting bounced. If you want to see it, respond to this and I will eMail it to you directly. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: Need help with rsync

2020-11-12 Thread ToddAndMargo via users
On 2020-11-12 18:07, Samuel Sieb wrote: On 11/12/20 5:45 PM, ToddAndMargo via users wrote: I am trying to use rsync to 1) copy new files on the source to the destination 2) remove all files on the destination that do not     reside on the source Problem: the extra files on the destination

Re: Need help with rsync

2020-11-13 Thread ToddAndMargo via users
On 2020-11-13 00:37, Cameron Simpson wrote: On 12Nov2020 20:38, ToddAndMargo wrote: But the question still arises, why did the command stop pruning after it found the bad link? It still updated. Rsync does that. I think it's just caution. The delete phase is sort of separate (runs last by

bugzilla.gnome.org is closing

2020-11-13 Thread ToddAndMargo via users
Hi All, I just got a notification that bugzilla.gnome.org is being replaced by gitlab.gnome.org and that they are starting over. -T ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Re: bugzilla.gnome.org is closing

2020-11-13 Thread ToddAndMargo via users
On 2020-11-13 12:41, Jonathan Billings wrote: On Fri, Nov 13, 2020 at 01:17:23PM -0700, Joe Zeff wrote: On 11/13/20 12:32 PM, ToddAndMargo via users wrote: I just got a notification that bugzilla.gnome.org is being replaced by gitlab.gnome.org and that they are starting over. Well, that's

Gedit and no geometry?

2020-11-13 Thread ToddAndMargo via users
Hi All, Looking at uboboo's man page for gedit, it has a --geometry command line switch; http://manpages.ubuntu.com/manpages/xenial/en/man1/gedit.1.html But our's does not. Are we way out of date? Do we have test editor with a geometry switch? -T

Re: bugzilla.gnome.org is closing

2020-11-13 Thread ToddAndMargo via users
On 2020-11-13 12:17, Joe Zeff wrote: On 11/13/20 12:32 PM, ToddAndMargo via users wrote: I just got a notification that bugzilla.gnome.org is being replaced by gitlab.gnome.org and that they are starting over. Well, that's one way of getting rid of all the bugs they don't want to work

Re: Gedit and no geometry?

2020-11-13 Thread ToddAndMargo via users
On 2020-11-13 16:00, ToddAndMargo via users wrote: On 2020-11-13 15:04, Samuel Sieb wrote: On 11/13/20 2:48 PM, ToddAndMargo via users wrote: Looking at uboboo's man page for gedit, it has a --geometry command line switch; http://manpages.ubuntu.com/manpages/xenial/en/man1/gedit.1.html

Re: Gedit and no geometry?

2020-11-13 Thread ToddAndMargo via users
On 2020-11-13 16:25, ToddAndMargo via users wrote: On 2020-11-13 16:00, ToddAndMargo via users wrote: On 2020-11-13 15:04, Samuel Sieb wrote: On 11/13/20 2:48 PM, ToddAndMargo via users wrote: Looking at uboboo's man page for gedit, it has a --geometry command line switch; http

Re: Gedit and no geometry?

2020-11-13 Thread ToddAndMargo via users
On 2020-11-13 15:04, Samuel Sieb wrote: On 11/13/20 2:48 PM, ToddAndMargo via users wrote: Looking at uboboo's man page for gedit, it has a --geometry command line switch; http://manpages.ubuntu.com/manpages/xenial/en/man1/gedit.1.html But our's does not. Are we way out of date

Re: Default Windows position

2020-11-14 Thread ToddAndMargo via users
On 2020-11-14 21:38, Ed Greshko wrote: On 15/11/2020 12:54, ToddAndMargo via users wrote: Hi All, Problem: I have yet to figure out where Leafpad (or others) get their default position from. $ cat ./.config/leafpad/leafpadrc 0.8.18.1 885  <-- X 545  <-- Y Monosp

Default Windows position

2020-11-14 Thread ToddAndMargo via users
Hi All, Fedora 33 Xfce 4.14 Since --geometry has been discontinued so many places, I have been temporarily altering leafpad's rc file to set a custom window size and font (read in, write out custom settings, start leafpad, restore original settings). Problem: I have yet to figure out where

Re: Default Windows position

2020-11-14 Thread ToddAndMargo via users
On 2020-11-14 21:54, Joe Zeff wrote: On 11/14/20 10:41 PM, ToddAndMargo via users wrote: I after the Xfce mailing list, but they have not answered back Have you tried their forum at http://forum.xfce.org/index.php Just the mailing list so far. They have always been helpful

Waterfox?

2020-11-20 Thread ToddAndMargo via users
Hi All, Anyone have an experience with Waterfox? https://www.waterfox.net and do you like it? Also, any sign of RPM support for it out there anywhere? Many thanks, -T ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an

Re: Why is the LibreOffice group blank ?

2020-11-20 Thread ToddAndMargo via users
On 2020-11-20 12:54, Sreyan Chakravarty wrote: Hi, I wanted to remove all LibreOffice components so I tried the following command:            sudo dnf remove -y @libreoffice This resulted in: No packages marked for removal. Dependencies resolved.

Re: Waterfox?

2020-11-20 Thread ToddAndMargo via users
On 2020-11-20 13:21, Sreyan Chakravarty wrote: On Sat, Nov 21, 2020 at 2:22 AM ToddAndMargo via users mailto:users@lists.fedoraproject.org>> wrote: Hi All, Anyone have an experience with Waterfox? https://www.waterfox.net and do you like it? I believe I used it onc

Re: Waterfox?

2020-11-20 Thread ToddAndMargo via users
On 2020-11-20 14:39, Steven Usdansky via users wrote: I've been using Waterfox-Classic as my main browser for a few years now, but keep Falkon around for those times when WC just won't cut it. My bank's website doesn't like WC, but most random sites seem to accept it. No rpm, but no problem

Re: Waterfox?

2020-11-20 Thread ToddAndMargo via users
On 2020-11-20 12:51, ToddAndMargo via users wrote: Also, any sign of RPM support for it out there anywhere? Found this for RPMs: https://software.opensuse.org/download.html?project=home%3Ahawkeye116477%3Awaterfox=waterfox-classic-kpe ___ users

Re: Waterfox?

2020-11-20 Thread ToddAndMargo via users
On 2020-11-20 16:12, Sreyan Chakravarty wrote: On Sat, Nov 21, 2020 at 5:16 AM ToddAndMargo via users mailto:users@lists.fedoraproject.org>> wrote: I have found it impossible to restrict myself to only one browser. I use Chrome and Firefox. But what advantages do yo

Re: Why is the LibreOffice group blank ?

2020-11-20 Thread ToddAndMargo via users
On 2020-11-20 16:10, Sreyan Chakravarty wrote: On Sat, Nov 21, 2020 at 5:13 AM ToddAndMargo via users mailto:users@lists.fedoraproject.org>> wrote: I reported it to them a while back, but they blew me off. Libre Office is not very good about taking bugs from their users.

Re: New parallel port card won't work

2020-11-09 Thread ToddAndMargo via users
On 2020-11-09 00:19, Samuel Sieb wrote: On 11/9/20 12:16 AM, ToddAndMargo via users wrote: On 2020-11-08 23:07, Samuel Sieb wrote: On 11/8/20 11:04 PM, ToddAndMargo via users wrote: On 2020-11-08 22:22, Samuel Sieb wrote: Don't follow the readme.  I gave you the command to run: make -C /lib

Re: New parallel port card won't work

2020-11-09 Thread ToddAndMargo via users
On 2020-11-08 23:07, Samuel Sieb wrote: On 11/8/20 11:04 PM, ToddAndMargo via users wrote: On 2020-11-08 22:22, Samuel Sieb wrote: On 11/8/20 8:01 PM, ToddAndMargo via users wrote: On 2020-11-02 17:04, Samuel Sieb wrote: On 11/2/20 3:25 PM, ToddAndMargo via users wrote: On 2020-11-02 14:33

Re: New parallel port card won't work

2020-11-08 Thread ToddAndMargo via users
On 2020-11-08 22:22, Samuel Sieb wrote: On 11/8/20 8:01 PM, ToddAndMargo via users wrote: On 2020-11-02 17:04, Samuel Sieb wrote: On 11/2/20 3:25 PM, ToddAndMargo via users wrote: On 2020-11-02 14:33, Samuel Sieb wrote: lspci -nn # lspci -nn Ok, so nothing there.  Any luck

Re: Any better gnome-system-monitor?

2020-11-08 Thread ToddAndMargo via users
On 2020-11-08 21:07, Joe Wulf via users wrote: I like both atop and htop.  One little challenge with atop is when installing it during kickstart ks.cfg %post --chroot.  It gives a few errors, but are not insurmountable. Simply take the systemctl commands and get them executed after the 1st

Re: Have I bricked a PC?

2020-11-08 Thread ToddAndMargo via users
On 2020-11-08 13:07, Beartooth wrote: I have a DVD with F 33 Live, in the drawer of an oldish machine. I can't get it to boot from the DVD. It was originally a System 76, which came with Ubuntu. I had to get help to switch it to Fedora, but it's been OK till now. (I've been

Re: Have I bricked a PC?

2020-11-08 Thread ToddAndMargo via users
On 2020-11-08 13:55, Michael D. Setzer II via users wrote: Is it a 32bit CPU?? Fedora no longer works on 32bit CPUs. If I am not mistaken, if you try to install 64 bit Fedora on a 32 bit system, you get the finger shaken at you. I will be glad when I don't have to deal with 32 bit system

Re: Have I bricked a PC?

2020-11-08 Thread ToddAndMargo via users
On 2020-11-08 13:07, Beartooth wrote: I have a DVD with F 33 Live, in the drawer of an oldish machine. I can't get it to boot from the DVD. It was originally a System 76, which came with Ubuntu. I had to get help to switch it to Fedora, but it's been OK till now. (I've been

Re: New parallel port card won't work

2020-11-08 Thread ToddAndMargo via users
On 2020-11-02 17:04, Samuel Sieb wrote: On 11/2/20 3:25 PM, ToddAndMargo via users wrote: On 2020-11-02 14:33, Samuel Sieb wrote: lspci -nn # lspci -nn Ok, so nothing there.  Any luck with the driver? None. From the readme Building the Driver and application

Re: New parallel port card won't work

2020-11-09 Thread ToddAndMargo via users
On 2020-11-09 00:58, Samuel Sieb wrote: On 11/9/20 12:54 AM, ToddAndMargo via users wrote: On 2020-11-09 00:19, Samuel Sieb wrote: On 11/9/20 12:16 AM, ToddAndMargo via users wrote: On 2020-11-08 23:07, Samuel Sieb wrote: On 11/8/20 11:04 PM, ToddAndMargo via users wrote: On 2020-11-08 22

Re: USB error: vendor cannot be 0

2020-11-06 Thread ToddAndMargo via users
On 2020-11-06 20:20, Ed Greshko wrote: On 07/11/2020 10:40, ToddAndMargo via users wrote: This flash drive has a full version of Fedora 32 installed on it and does boot into Fedora 32 when booted natively. Oh, I see.  You want to boot F32 from the usb? I've had the need to try

Re: USB error: vendor cannot be 0

2020-11-06 Thread ToddAndMargo via users
On 2020-11-06 14:44, Ed Greshko wrote: On 07/11/2020 05:53, ToddAndMargo via users wrote: On 2020-11-06 13:37, Ed Greshko wrote: On 07/11/2020 05:21, ToddAndMargo via users wrote: Anyone know a work around for this?    Fedroa 32, x64    $ rpm -qa virt-manager    virt-manager-3.1.0-1.fc32

Re: USB error: vendor cannot be 0

2020-11-06 Thread ToddAndMargo via users
On 2020-11-06 13:21, ToddAndMargo via users wrote: Hi All, Anyone know a work around for this?    Fedroa 32, x64    $ rpm -qa virt-manager    virt-manager-3.1.0-1.fc32.noarch    $ rpm -qa qemu-device-usb-redirect    qemu-device-usb-redirect-5.1.0-7.fc32.x86_64 Bug I filed on 2020-06-23

Re: USB error: vendor cannot be 0

2020-11-06 Thread ToddAndMargo via users
On 2020-11-06 14:57, Ed Greshko wrote: On 07/11/2020 05:53, ToddAndMargo via users wrote: On 2020-11-06 13:37, Ed Greshko wrote: On 07/11/2020 05:21, ToddAndMargo via users wrote: Anyone know a work around

Re: USB error: vendor cannot be 0

2020-11-06 Thread ToddAndMargo via users
On 2020-11-06 14:57, Ed Greshko wrote: On 07/11/2020 05:53, ToddAndMargo via users wrote: On 2020-11-06 13:37, Ed Greshko wrote: On 07/11/2020 05:21, ToddAndMargo via users wrote: Anyone know a work around

Re: USB error: vendor cannot be 0

2020-11-07 Thread ToddAndMargo via users
On 2020-11-06 13:21, ToddAndMargo via users wrote: Hi All, Anyone know a work around for this?    Fedroa 32, x64    $ rpm -qa virt-manager    virt-manager-3.1.0-1.fc32.noarch    $ rpm -qa qemu-device-usb-redirect    qemu-device-usb-redirect-5.1.0-7.fc32.x86_64 Bug I filed on 2020-06-23

Re: USB error: vendor cannot be 0

2020-11-07 Thread ToddAndMargo via users
On 2020-11-07 00:01, ToddAndMargo via users wrote: On 2020-11-06 13:21, ToddAndMargo via users wrote: Hi All, Anyone know a work around for this?     Fedroa 32, x64     $ rpm -qa virt-manager     virt-manager-3.1.0-1.fc32.noarch     $ rpm -qa qemu-device-usb-redirect     qemu-device-usb

Re: Waterfox?

2020-11-21 Thread ToddAndMargo via users
On 2020-11-21 06:15, Kevin Becker wrote: On Fri, 2020-11-20 at 16:30 -0800, ToddAndMargo via users wrote: For instance, I have both a home and a business Amazon account.  Switching back and forth between the two is a YUGE pain in the   Especially since the cookies and such still get mixed

Re: Why is the LibreOffice group blank ?

2020-11-22 Thread ToddAndMargo via users
On 2020-11-22 04:47, Jonathan Billings wrote: On Nov 20, 2020, at 18:43, ToddAndMargo via users wrote: Libre Office also does not remove prior major releases of itself as does their Windows version. Makes for a mess. You have to manually uninstall the old major release manually. I

Re: Have I bricked a PC?

2020-11-09 Thread ToddAndMargo via users
On 2020-11-09 10:28, Beartooth wrote: 3) did you go into BIOS and set the DVD drive to be first in the boot order? If only I could get into the BIOS, I think I'd be home free, or almost, provided I could also get it to automount media When I can not figure out what the magic

Re: Have I bricked a PC?

2020-11-09 Thread ToddAndMargo via users
On 2020-11-09 10:28, Beartooth wrote: 6) what was the error message? Error message? Error message?? Whence? Do you boot back into the original OS? What is on the screen? Does the initial selection to test the disk or run the disk ever pop up? Is it a black screen with a flashing

Re: New parallel port card won't work

2020-11-02 Thread ToddAndMargo via users
On 2020-11-02 01:59, Samuel Sieb wrote:   There's also a Linux driver available at https://www.asix.com.tw/en/support/download if you want to try it. You have to recompile the linux kernel ___ users mailing list -- users@lists.fedoraproject.org To

Re: New parallel port card won't work

2020-11-02 Thread ToddAndMargo via users
On 2020-11-02 17:04, Samuel Sieb wrote: On 11/2/20 3:25 PM, ToddAndMargo via users wrote: On 2020-11-02 14:33, Samuel Sieb wrote: lspci -nn # lspci -nn Ok, so nothing there.  Any luck with the driver? I will have to wait till tomorrow

Re: New parallel port card won't work

2020-11-02 Thread ToddAndMargo via users
On 2020-11-02 13:14, Samuel Sieb wrote: On 11/2/20 10:31 AM, ToddAndMargo via users wrote: On 2020-11-02 01:59, Samuel Sieb wrote:    There's also a Linux driver available at https://www.asix.com.tw/en/support/download if you want to try it. You have to recompile the linux kernel No, you

Re: New parallel port card won't work

2020-11-02 Thread ToddAndMargo via users
On 2020-11-02 14:33, Samuel Sieb wrote: lspci -nn # lspci -nn 00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers [8086:5918] (rev 05) 00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics P630 [8086:591d] (rev 04)

Re: New parallel port card won't work

2020-11-03 Thread ToddAndMargo via users
On 2020-11-02 18:51, Tom Horsley wrote: On Mon, 2 Nov 2020 18:16:08 -0800 ToddAndMargo via users wrote: Ok, so nothing there.  Any luck with the driver? I will have to wait till tomorrow. So if you can build a working kernel, obviously the thing to do is make a virtual machine running

Re: new hardware?

2020-10-30 Thread ToddAndMargo via users
On 2020-10-30 05:37, J.Witvliet--- via users wrote: Did you install hardware to a running machine? Not all hardware can appreciate that If it is an USB-device, you might have to trigger the udev-rules. *From: *"Todd Chester via users" > *Date:*

Re: new hardware?

2020-10-30 Thread ToddAndMargo via users
On 2020-10-30 12:13, Samuel Sieb wrote: On 10/30/20 2:20 AM, Todd Chester via users wrote: Just a refresher. If I add a new piece of presumably supported hardware to my computer, do I need to run some kind of scan to add it to the fray?  Or does a reboot take care of that? If it's hardware

Re: FC33 won't upgrade

2020-10-31 Thread ToddAndMargo via users
On 2020-10-31 00:07, Samuel Sieb wrote: On 10/30/20 8:19 PM, ToddAndMargo via users wrote: Hi All, My Fedora Test Virtual Machine (qemu-kvm) won't upgrade to 33 from, 32.  I say it is upgrading then boot almost immediately back into FC32. Did you check the journal to see what went wrong

Re: New parallel port card won't work

2020-10-31 Thread ToddAndMargo via users
On 2020-10-31 00:14, Samuel Sieb wrote: On 10/30/20 8:38 PM, ToddAndMargo via users wrote: I now have a Siig JJ-E01211-S1 Single Parallel Port PCIe Card     # modprobe -r lp     # modprobe -r parport_pc     # modprobe parport_pc io=0x378 irq=11     # modprobe lp the card does show up and you

Re: New parallel port card won't work

2020-11-01 Thread ToddAndMargo via users
On 2020-10-31 14:56, Samuel Sieb wrote: What do you mean that it shows up and you can print to it? Ooops. Missed that one. I can configure the printer and print to it, but nothing shows on the printer's console window. The print jobs just disappears. CUPS show no pending jobs. --

Re: New parallel port card won't work

2020-11-01 Thread ToddAndMargo via users
On 2020-10-31 23:36, Samuel Sieb wrote: # echo 9710 9900 > /sys/bus/pci/drivers/parport_pc/new_id bash: /sys/bus/pci/drivers/parport_pc/new_id: No such file or directory Was the "parport_pc" driver loaded when you tried that?  Try loading the driver with *no* parameters and then try that 

Re: New parallel port card won't work

2020-10-31 Thread ToddAndMargo via users
On 2020-10-30 20:38, ToddAndMargo via users wrote: 1) connected a USB to Parallel converter card.  Printer work fine 2) boot off of Fedora-Xfce-Live-x86_64-33-1.2.iso.  Printer admin still can't find the card. 3) With    # modprobe -r lp    # modprobe -r parport_pc    # modprobe parport_pc

Re: New parallel port card won't work

2020-10-31 Thread ToddAndMargo via users
On 2020-10-31 14:56, Samuel Sieb wrote: On 10/31/20 3:39 AM, ToddAndMargo via users wrote: On 2020-10-31 00:14, Samuel Sieb wrote: On 10/30/20 8:38 PM, ToddAndMargo via users wrote: I now have a Siig JJ-E01211-S1 Single Parallel Port PCIe Card     # modprobe -r lp     # modprobe -r

Re: New parallel port card won't work

2020-11-01 Thread ToddAndMargo via users
On 2020-10-31 23:36, Samuel Sieb wrote: If I do the modprobe will above, lpt1 (lp0) shows up in both printer admin and CUPS.  Otherwise not. Why do you say "lpt1"?  I have 4 lp[0-3] devices in /dev, but I have no actual parallel port hardware. I suspect by force loading the driver with

Re: FC33 won't upgrade

2020-11-01 Thread ToddAndMargo via users
On 2020-11-01 13:41, Ed Greshko wrote: On 02/11/2020 04:19, ToddAndMargo via users wrote: # dnf system-upgrade log The following boots appear to contain upgrade logs: 1 / 1426e9395eb4423ab17c92394d5a9cac: 2018-04-06 22:41:13 27→28 2 / a7b5ab0d772d49f5bc4bece971e3e34f: 2018-09-28 11:26:59 28→29

Re: FC33 won't upgrade

2020-11-01 Thread ToddAndMargo via users
On 2020-11-01 13:49, Ed Greshko wrote: On 02/11/2020 05:44, ToddAndMargo via users wrote: On 2020-11-01 13:41, Ed Greshko wrote: On 02/11/2020 04:19, ToddAndMargo via users wrote: # dnf system-upgrade log The following boots appear to contain upgrade logs: 1 / 1426e9395eb4423ab17c92394d5a9cac

Re: FC33 won't upgrade

2020-11-01 Thread ToddAndMargo via users
On 2020-10-31 04:24, Ed Greshko wrote: dnf system-upgrade log # df -kPT Filesystem Type 1024-blocksUsed Available Capacity Mounted on devtmpfs devtmpfs 995088 0995088 0% /dev tmpfs tmpfs1013564 0 1013564 0% /dev/shm tmpfs

Re: [Solved] FC33 won't upgrade

2020-11-01 Thread ToddAndMargo via users
On 2020-11-01 13:39, Samuel Sieb wrote: On 11/1/20 1:34 PM, ToddAndMargo via users wrote: Solved: I did a   # dnf system-upgrade clean   # dnf --refresh upgrade and started over. It does ask if you fully updated before starting. :-) I generally update at least all of dnf

Re: New parallel port card won't work

2020-11-01 Thread ToddAndMargo via users
On 2020-11-01 12:39, Doug McGarrett wrote: I don't think it's originally a windows term.  It's actually "LPT #1", similar to the following "Serial Port #1".  "LPT" stands for "line printer" for those of us old enough to remember when printers could only do lines of text. I wonder what it was 

Re: FC33 won't upgrade

2020-11-01 Thread ToddAndMargo via users
On 2020-11-01 15:41, ToddAndMargo via users wrote: On 2020-11-01 14:18, Samuel Sieb wrote: That doesn't explain why there's no 32->33 in the list, but it worked anyway. > 8 / bad1ef89617e45658d9cede422f8f944: 2020-11-01 12:07:52 31→32 Or why the date and time were for the failed u

Re: New parallel port card won't work

2020-11-01 Thread ToddAndMargo via users
On 2020-11-01 00:08, Samuel Sieb wrote: On 10/31/20 11:50 PM, ToddAndMargo via users wrote: On 2020-10-31 23:36, Samuel Sieb wrote: If I do the modprobe will above, lpt1 (lp0) shows up in both printer admin and CUPS.  Otherwise not. Why do you say "lpt1"?  I have 4 lp[0-3] devic

Re: New parallel port card won't work

2020-11-01 Thread ToddAndMargo via users
On 2020-11-01 00:08, Samuel Sieb wrote: On 10/31/20 11:53 PM, ToddAndMargo via users wrote: On 2020-10-31 23:36, Samuel Sieb wrote: # echo 9710 9900 > /sys/bus/pci/drivers/parport_pc/new_id bash: /sys/bus/pci/drivers/parport_pc/new_id: No such file or directory Was the "parport_pc

Re: [Solved] FC33 won't upgrade

2020-11-01 Thread ToddAndMargo via users
On 2020-11-01 12:19, ToddAndMargo via users wrote: On 2020-10-31 04:24, Ed Greshko wrote: dnf system-upgrade log # df -kPT Filesystem Type 1024-blocks    Used Available Capacity Mounted on devtmpfs   devtmpfs  995088   0    995088   0% /dev tmpfs  tmpfs

Re: FC33 won't upgrade

2020-11-01 Thread ToddAndMargo via users
On 2020-11-01 14:18, Samuel Sieb wrote: That doesn't explain why there's no 32->33 in the list, but it worked anyway. > 8 / bad1ef89617e45658d9cede422f8f944: 2020-11-01 12:07:52 31→32 Or why the date and time were for the failed upgrade ___ users

Re: New parallel port card won't work

2020-11-02 Thread ToddAndMargo via users
On 2020-10-30 20:38, ToddAndMargo via users wrote: Hi All, Here we go again. I now have a Siig JJ-E01211-S1 Single Parallel Port PCIe Card https://stage.siig.com/products/it-products/serial-parallel/parallel/pcie/single-parallel-port-pcie-card.html     System Requirements

Re: New parallel port card won't work

2020-11-01 Thread ToddAndMargo via users
On 2020-11-01 14:13, Samuel Sieb wrote: On 10/31/20 11:53 PM, ToddAndMargo via users wrote: # modprobe -r lp # modprobe -r parport_pc # modprobe parport_pc # modprobe  lp # echo 9710 9900 > /sys/bus/pci/drivers/parport_pc/new_id But still no lp0 showing in CUPS or Printer Admin (notice I u

FC33 won't upgrade

2020-10-30 Thread ToddAndMargo via users
Hi All, My Fedora Test Virtual Machine (qemu-kvm) won't upgrade to 33 from, 32. I say it is upgrading then boot almost immediately back into FC32. # rpm --rebuilddb # rpm -Va --nofiles --nodigest # dnf --enablerepo=* update --refresh --disablerepo=brave* # dnf install

New parallel port card won't work

2020-10-30 Thread ToddAndMargo via users
Hi All, Here we go again. I now have a Siig JJ-E01211-S1 Single Parallel Port PCIe Card https://stage.siig.com/products/it-products/serial-parallel/parallel/pcie/single-parallel-port-pcie-card.html System Requirements: ... Linux kernel 2.6 and later version Works with Linux

Re: lp card not found

2020-10-20 Thread ToddAndMargo via users
On 2020-10-20 03:32, George N. White III wrote: Does your BIOS have parallel port configuration? No ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: Prune out old priners

2020-10-22 Thread ToddAndMargo via users
On 2020-10-22 13:01, Samuel Sieb wrote: On 10/22/20 12:32 PM, ToddAndMargo via users wrote: Fedora 32, x64 I just cleaned out a whole bunch of unused printers from CUPS. My programs still see them. How do I clean out the dead wood? Did you restart the programs after removing the printers

Re: Prune out old priners

2020-10-22 Thread ToddAndMargo via users
On 2020-10-22 13:24, ToddAndMargo via users wrote: No, but three reboot later did make a difference did not. sorry. Was talking on the phone to a cold caller. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email

<    6   7   8   9   10   11   12   13   14   15   >