Parallel port card?

2020-10-05 Thread ToddAndMargo via users
Hi All, Anyone know of a good quality (not star tech) parallel port adapter that is Fedroa 32 friendly? Many thanks, -T ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora C

Re: Slow down problem

2020-10-05 Thread ToddAndMargo via users
On 2020-10-05 19:20, Tim via users wrote: On Mon, 2020-10-05 at 17:15 -0700, ToddAndMargo via users wrote: I think I am going to replace the parallel port card "just because" If your parallel port is on a card, then simply removing the card ought to show whether *it* is the problem. Periphera

Re: Slow down problem

2020-10-05 Thread Tim via users
On Mon, 2020-10-05 at 17:15 -0700, ToddAndMargo via users wrote: > I think I am going to replace the parallel port card > "just because" If your parallel port is on a card, then simply removing the card ought to show whether *it* is the problem. Peripherals are a prime area of hardware failure.

Re: Slow down problem

2020-10-05 Thread ToddAndMargo via users
On Mon, Oct 5, 2020 at 6:38 PM ToddAndMargo via users wrote: On 2020-10-05 16:25, Roger Heflin wrote: > ok. > > You have some piece of hw that is losing its mind and constantly > interrupting the machine, cpu2 is the one processing this interrupt. > Last time I saw this is was a bad m

Re: Slow down problem

2020-10-05 Thread ToddAndMargo via users
On 2020-10-05 16:33, Jonathan Billings wrote: On Oct 5, 2020, at 18:38, ToddAndMargo via users wrote: On 2020-10-05 15:31, Mike Wright wrote: On 10/5/20 3:21 PM, ToddAndMargo via users wrote: On 2020-10-05 15:09, Roger Heflin wrote: you need output from "top" It is the same as htop with

Re: Slow down problem

2020-10-05 Thread Roger Heflin
It could be any of the devices: i2c_designware.0, idma64.0, i801_smbus, parport0 but if the parport has had issues before that could be an issue this time. it is doing about 50k interrupts/second and depending on what the interrupt handler is doing that would take out a cpu. And system time for

Re: Slow down problem

2020-10-05 Thread ToddAndMargo via users
On 2020-10-05 16:38, ToddAndMargo via users wrote: On 2020-10-05 16:25, Roger Heflin wrote: > ok. > > You have some piece of hw that is losing its mind and constantly > interrupting the machine, cpu2 is the one processing this interrupt. > Last time I saw this is was a bad motherboard. > >

Re: Slow down problem

2020-10-05 Thread ToddAndMargo via users
On 2020-10-05 16:25, Roger Heflin wrote: > ok. > > You have some piece of hw that is losing its mind and constantly > interrupting the machine, cpu2 is the one processing this interrupt. > Last time I saw this is was a bad motherboard. > > cat /proc/interrupts ; sleep 10 ; cat /proc/interrupts > >

Re: Slow down problem

2020-10-05 Thread Jonathan Billings
On Oct 5, 2020, at 18:38, ToddAndMargo via users wrote: > > On 2020-10-05 15:31, Mike Wright wrote: >>> On 10/5/20 3:21 PM, ToddAndMargo via users wrote: >>> On 2020-10-05 15:09, Roger Heflin wrote: you need output from "top" >>> >>> It is the same as htop with less data. Both >>> show v

Re: Slow down problem

2020-10-05 Thread Mike Wright
On 10/5/20 4:22 PM, ToddAndMargo via users wrote: On 2020-10-05 16:07, Mike Wright wrote: On 10/5/20 3:57 PM, ToddAndMargo via users wrote: On 2020-10-05 15:48, Mike Wright wrote: On 10/5/20 3:37 PM, ToddAndMargo via users wrote: On 2020-10-05 15:31, Mike Wright wrote: On 10/5/20 3:21 PM, To

Re: Slow down problem

2020-10-05 Thread Roger Heflin
another trick is install the perf package, and then run "perf top" and this should show you where the kernel is spending its time (it might tell us the driver and the driver will tell us what hardware it is). On Mon, Oct 5, 2020 at 6:22 PM ToddAndMargo via users wrote: > > On 2020-10-05 16:07, Mi

Re: Slow down problem

2020-10-05 Thread Roger Heflin
ok. You have some piece of hw that is losing its mind and constantly interrupting the machine, cpu2 is the one processing this interrupt. Last time I saw this is was a bad motherboard. cat /proc/interrupts ; sleep 10 ; cat /proc/interrupts And we might be able to tell what device is doing it. I

Re: Slow down problem

2020-10-05 Thread ToddAndMargo via users
On 2020-10-05 16:07, Mike Wright wrote: On 10/5/20 3:57 PM, ToddAndMargo via users wrote: On 2020-10-05 15:48, Mike Wright wrote: On 10/5/20 3:37 PM, ToddAndMargo via users wrote: On 2020-10-05 15:31, Mike Wright wrote: On 10/5/20 3:21 PM, ToddAndMargo via users wrote: On 2020-10-05 15:09, R

Re: Slow down problem

2020-10-05 Thread Mike Wright
On 10/5/20 3:57 PM, ToddAndMargo via users wrote: On 2020-10-05 15:48, Mike Wright wrote: On 10/5/20 3:37 PM, ToddAndMargo via users wrote: On 2020-10-05 15:31, Mike Wright wrote: On 10/5/20 3:21 PM, ToddAndMargo via users wrote: On 2020-10-05 15:09, Roger Heflin wrote: you need output from

Re: Slow down problem

2020-10-05 Thread Mike Wright
On 10/5/20 3:57 PM, ToddAndMargo via users wrote: On 2020-10-05 15:48, Mike Wright wrote: On 10/5/20 3:37 PM, ToddAndMargo via users wrote: On 2020-10-05 15:31, Mike Wright wrote: On 10/5/20 3:21 PM, ToddAndMargo via users wrote: On 2020-10-05 15:09, Roger Heflin wrote: you need output from

Re: Slow down problem

2020-10-05 Thread ToddAndMargo via users
On 2020-10-05 15:48, Mike Wright wrote: On 10/5/20 3:37 PM, ToddAndMargo via users wrote: On 2020-10-05 15:31, Mike Wright wrote: On 10/5/20 3:21 PM, ToddAndMargo via users wrote: On 2020-10-05 15:09, Roger Heflin wrote: you need output from "top" It is the same as htop with less data.  Bot

Re: Slow down problem

2020-10-05 Thread Mike Wright
On 10/5/20 3:37 PM, ToddAndMargo via users wrote: On 2020-10-05 15:31, Mike Wright wrote: On 10/5/20 3:21 PM, ToddAndMargo via users wrote: On 2020-10-05 15:09, Roger Heflin wrote: you need output from "top" It is the same as htop with less data.  Both show virtually no activity.  But htop d

Re: Seamonkey settings??

2020-10-05 Thread Samuel Sieb
On 10/5/20 3:37 PM, Fernando Cassia wrote: On Mon, Oct 5, 2020, 18:43 stan via users > wrote: On Mon, 5 Oct 2020 13:59:10 -0700 Samuel Sieb mailto:sam...@sieb.net>> wrote: > On 10/5/20 1:32 PM, stan via users wrote: > > On my Seamonkey

Re: Seamonkey settings??

2020-10-05 Thread Fernando Cassia
On Mon, Oct 5, 2020, 18:43 stan via users wrote: > On Mon, 5 Oct 2020 13:59:10 -0700 > Samuel Sieb wrote: > > > On 10/5/20 1:32 PM, stan via users wrote: > > > > On my Seamonkey, I see that each line at the top starts with white > > > dots. When I click in them, that line is hidden, and the whi

Re: Slow down problem

2020-10-05 Thread ToddAndMargo via users
On 2020-10-05 15:31, Mike Wright wrote: On 10/5/20 3:21 PM, ToddAndMargo via users wrote: On 2020-10-05 15:09, Roger Heflin wrote: you need output from "top" It is the same as htop with less data.  Both show virtually no activity.  But htop does show core 2 being swamped with something When

Re: Slow down problem

2020-10-05 Thread Mike Wright
On 10/5/20 3:21 PM, ToddAndMargo via users wrote: On 2020-10-05 15:09, Roger Heflin wrote: you need output from "top" It is the same as htop with less data.  Both show virtually no activity.  But htop does show core 2 being swamped with something When running "top" press "1". It will give y

Re: Slow down problem

2020-10-05 Thread ToddAndMargo via users
On 2020-10-05 15:09, Roger Heflin wrote: you need output from "top" It is the same as htop with less data. Both show virtually no activity. But htop does show core 2 being swamped with something ___ users mailing list -- users@lists.fedoraproject.or

Re: Slow down problem

2020-10-05 Thread Roger Heflin
If your cpu goes bad it does not get slow unless it thinks it is getting too hot, the machine will generally crash with a bad cpu. . cpu #2 being 100% is not a problem, but you need output from "top" such that we can see what process it is, ps will not show that as it shows % since it was started

Re: Nautilus Using 100 CPU

2020-10-05 Thread ITwrx
On 10/5/20 1:58 PM, Eddie G. O'Connor wrote: > I've checked everything I > could,... have you checked the journal to see if nautilus reports an error? journalctl -b -0 ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email

Re: Does this list accept HTML?

2020-10-05 Thread Patrick O'Callaghan
On Mon, 2020-10-05 at 14:01 -0700, ToddAndMargo via users wrote: > Hi All, > > Does this list accept images in HTML? Only one way to find out. > > > > Sorry for the noise. I have something I need to post > with a lot of images. I only ever read the text/plain part of list mails, not the HTML

Re: Does this list accept HTML?

2020-10-05 Thread ToddAndMargo via users
On 2020-10-05 14:33, Ted Roche wrote: It does. However, the list guidelines suggest you may not want to: https://fedoraproject.org/wiki/Mailing_list_guidelines#No_HTML_Mail.2C_Please There are alternatives: posting your images elsewhere and supplying links can allow form members who want to se

Re: Slow down problem

2020-10-05 Thread ToddAndMargo via users
Hi All, It looks like my original eMail with embedded picture is going to get bounced, so this one substitutes links to the images. Sorry for the extra work of having to click on the links. My slow down problem is back. And I FINALLY have some good data to show: Here is bpytop. Note that core

Re: Seamonkey settings??

2020-10-05 Thread stan via users
On Mon, 5 Oct 2020 13:59:10 -0700 Samuel Sieb wrote: > On 10/5/20 1:32 PM, stan via users wrote: > > On my Seamonkey, I see that each line at the top starts with white > > dots. When I click in them, that line is hidden, and the white dots > > migrate below the top items. If I then click the d

Re: Does this list accept HTML?

2020-10-05 Thread Ted Roche
It does. However, the list guidelines suggest you may not want to: https://fedoraproject.org/wiki/Mailing_list_guidelines#No_HTML_Mail.2C_Please There are alternatives: posting your images elsewhere and supplying links can allow form members who want to see the images go there, while not bogging d

Re: Does this list accept HTML?

2020-10-05 Thread Kevin Fenzi
On Mon, Oct 05, 2020 at 02:07:59PM -0700, ToddAndMargo via users wrote: > On 2020-10-05 14:01, ToddAndMargo via users wrote: > > Hi All, > > > > Does this list accept images in HTML?  Only one way to find out. > > > > Red Fedora Hats – Tag Hats > > > > Sorry for the noise.  I have something I ne

Re: Does this list accept HTML?

2020-10-05 Thread ToddAndMargo via users
On 2020-10-05 14:01, ToddAndMargo via users wrote: Hi All, Does this list accept images in HTML?  Only one way to find out. Red Fedora Hats – Tag Hats Sorry for the noise.  I have something I need to post with a lot of images. -T It does ___ use

Does this list accept HTML?

2020-10-05 Thread ToddAndMargo via users
Hi All, Does this list accept images in HTML?  Only one way to find out. Sorry for the noise.  I have something I need to post with a lot of images. -T ___ users mailing list -- users@lists.fedorapro

Re: Seamonkey settings??

2020-10-05 Thread Samuel Sieb
On 10/5/20 1:32 PM, stan via users wrote: On Mon, 5 Oct 2020 19:26:58 - (UTC) Beartooth wrote: On Mon, 05 Oct 2020 12:18:08 -0700, stan via users wrote: On Mon, 5 Oct 2020 18:54:20 - (UTC) Beartooth wrote: Where are the settings for Seamonkey? Edit -> Preferences ?

Re: Seamonkey settings??

2020-10-05 Thread Samuel Sieb
On 10/5/20 1:20 PM, Beartooth wrote: On Mon, 05 Oct 2020 12:50:51 -0700, Samuel Sieb wrote: [...] Edit -> Preferences ? Sounds good -- except that I don't see Edit ... Do you see the menu bar at all? Did you hide it? Certainly not on purpose. Where would it be, and

Re: Seamonkey settings??

2020-10-05 Thread stan via users
On Mon, 5 Oct 2020 19:26:58 - (UTC) Beartooth wrote: > On Mon, 05 Oct 2020 12:18:08 -0700, stan via users wrote: > > > On Mon, 5 Oct 2020 18:54:20 - (UTC) > > Beartooth wrote: > > > >>Where are the settings for Seamonkey? > > > > Edit -> Preferences ? > > Sounds good

Re: Seamonkey settings??

2020-10-05 Thread Beartooth
On Mon, 05 Oct 2020 12:50:51 -0700, Samuel Sieb wrote: [...] >>> Edit -> Preferences ? >> >> Sounds good -- except that I don't see Edit ... > > Do you see the menu bar at all? Did you hide it? Certainly not on purpose. Where would it be, and how would I unhide it? What do

Re: Seamonkey settings??

2020-10-05 Thread Samuel Sieb
On 10/5/20 12:26 PM, Beartooth wrote: On Mon, 05 Oct 2020 12:18:08 -0700, stan via users wrote: On Mon, 5 Oct 2020 18:54:20 - (UTC) Beartooth wrote: Where are the settings for Seamonkey? Edit -> Preferences ? Sounds good -- except that I don't see Edit ... Do you se

Re: Nautilus Using 100 CPU

2020-10-05 Thread Samuel Sieb
On 10/5/20 11:58 AM, Eddie G. O'Connor wrote: and still when I try to open itit hangs / freezes. Has anyone seen this before?...is there a solution? Because from what I've googlednone of the bugtracker submissions show a resolution. In the subject, you say 100% CPU, and here you only sa

Re: Seamonkey settings??

2020-10-05 Thread Beartooth
On Mon, 05 Oct 2020 12:18:08 -0700, stan via users wrote: > On Mon, 5 Oct 2020 18:54:20 - (UTC) > Beartooth wrote: > >> Where are the settings for Seamonkey? > > Edit -> Preferences ? Sounds good -- except that I don't see Edit ... -- Beartooth Staffwright, Not Quite Clueles

Re: TOR browser.

2020-10-05 Thread stan via users
On Mon, 5 Oct 2020 12:21:29 -0500 ITwrx wrote: > On 10/5/20 12:15 PM, Paul Smith wrote: > > https://bugzilla.redhat.com/show_bug.cgi?id=1885350 > that bug looks to be a type error in the python package. To me it looks like it is trying to run python2 on python3 code. __

Re: Seamonkey settings??

2020-10-05 Thread stan via users
On Mon, 5 Oct 2020 18:54:20 - (UTC) Beartooth wrote: > Where are the settings for Seamonkey? Edit -> Preferences ? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fe

Nautilus Using 100 CPU

2020-10-05 Thread Eddie G. O'Connor
Greetings all, I have been using Fedora for quite some time now, and I've only recently seen this problem on my system (Lenovo ThinkPad T-420 / 1TB 2.5" SSD / 16GB RAM / i5-Quad Core CPU) I have kept my system up-to-date, by making sure to always download and install updates. But recently (as in

Seamonkey settings??

2020-10-05 Thread Beartooth
Where are the settings for Seamonkey? I'm running seamonkey-2.53.4-1.fc32.x86_64 under F32 fully updated. I've right- and left-clicked all over it, and I can't seem to get into any configuration worth doing. What am I missing? TIA! -- Beartooth Staffwright, Not Quite Clueless Power Us

Re: TOR browser.

2020-10-05 Thread ITwrx
On 10/5/20 12:15 PM, Paul Smith wrote: > On Mon, Oct 5, 2020 at 5:06 PM ITwrx wrote: >>> I updated with dnf the tor browser and cannot launch it anymore : >>> Message " the application encountered a problem and could not continue " >>> >>> Installed on the system : >>> >>> torbrowser-launcher-0.3.

Re: TOR browser.

2020-10-05 Thread Paul Smith
On Mon, Oct 5, 2020 at 5:06 PM ITwrx wrote: > > > I updated with dnf the tor browser and cannot launch it anymore : > > Message " the application encountered a problem and could not continue " > > > > Installed on the system : > > > > torbrowser-launcher-0.3.2-17.fc32.noarch > > > > tor-0.4.4.5-1.

Re: TOR browser.

2020-10-05 Thread ITwrx
On 10/5/20 8:46 AM, Ger van Dijck wrote: > I updated with dnf the tor browser and cannot launch it anymore : > Message " the application encountered a problem and could not continue " > > > Installed on the system : > > > torbrowser-launcher-0.3.2-17.fc32.noarch > > tor-0.4.4.5-1.fc32.x86_64 > > to

Re: logrotate and timer script

2020-10-05 Thread ITwrx
On 10/5/20 1:03 AM, Samuel Sieb wrote: > On 10/4/20 7:11 PM, Alex wrote: >> I have a fedora32 system and would like the maillog to rotate exactly >> at a specific time. How do I do that? It used to be that I could >> create a crontab entry but now there appears to be this timer service, >> includin

Re: TOR browser.

2020-10-05 Thread Ed Greshko
On 2020-10-05 21:46, Ger van Dijck wrote: > I updated with dnf the tor browser and cannot launch it anymore : Message "  > the application encountered a problem and could not continue " > > > Installed on the system : > > > torbrowser-launcher-0.3.2-17.fc32.noarch > > tor-0.4.4.5-1.fc32.x86_64 > >

TOR browser.

2020-10-05 Thread Ger van Dijck
I updated with dnf the tor browser and cannot launch it anymore : Message " the application encountered a problem and could not continue " Installed on the system : torbrowser-launcher-0.3.2-17.fc32.noarch tor-0.4.4.5-1.fc32.x86_64 torsocks-2.3.0-5.fc32.x86_64 Please help me. Regards,