Re: Which Program does WebKitWebProcess belong to
On Thu, May 26, 2022 at 07:08:30PM -0400, Greg Wooledge wrote: > > On 26/05/2022 22:43, tmcconnell...@gmail.com wrote: > > > I'm getting high CPU usage from WebKitWebProcess (50% or higher) on my > > > machine and would like to know how to find what is being a CPU hog, for > > > one. And how to report it? > > On Fri, May 27, 2022 at 12:44:22AM +0200, Jerome BENOIT wrote: > > Hi, you want to play with apt-file. > > Cheers, > > Jerome > > Unfortunately it's not that simple. [...] Let alone that there may (probably will) be more than one instance of WebKitWebProcess around. They might even take turns at hogging your CPU. That's what web browsers were built for, after all. Option --forest of your trusty `ps' might shed light in process parentage. Another avenue (but be careful!) I try sometimes is to kill the process (don't use -9 unless absolutely necessary) and see which application twitches/complains. This might leave some messes to clean up. Cheers -- t signature.asc Description: PGP signature
Re: Which Program does WebKitWebProcess belong to
> On 26/05/2022 22:43, tmcconnell...@gmail.com wrote: > > I'm getting high CPU usage from WebKitWebProcess (50% or higher) on my > > machine and would like to know how to find what is being a CPU hog, for > > one. And how to report it? On Fri, May 27, 2022 at 12:44:22AM +0200, Jerome BENOIT wrote: > Hi, you want to play with apt-file. > Cheers, > Jerome Unfortunately it's not that simple. unicorn:~$ locate WebKit [...] /usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/WebKitWebProcess [...] unicorn:~$ dpkg -S /usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/WebKitWebProcess libwebkit2gtk-4.0-37:amd64: /usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/WebKitWebProcess That's presumably what you were going to get out of apt-file -- the name of the package that contains WebKitWebProcess. Unfortunately that doesn't tell you which *web browser* is using this library. Now, the OP probably knows which web browser they're running. Unless they happen to be running more than one, in which case the confusion is understandable. Nevertheless, the easiest way for the OP to tell which web browser is the culprit would be to close one of them, and see if WebKitWebProcess goes away. Repeat, closing each web browser one by one, until the culprit is identified. Another approach would be to try something like: unicorn:~$ aptitude why libwebkit2gtk-4.0-37 i steam:i386 Recommends zenity:i386 i A zenity Provides zenity:i386 i A zenity Dependslibwebkit2gtk-4.0-37 (>= 2.15.1) Now, that's just my case, and that's clearly not helpful to the OP. But the OP could run that same command (or a similar one, if their version of libwebkit2gtk is slightly different), and find out what package(s) on their system use this library.
Re: Which Program does WebKitWebProcess belong to
Hi, you want to play with apt-file. Cheers, Jerome On 26/05/2022 22:43, tmcconnell...@gmail.com wrote: Hi List, I'm getting high CPU usage from WebKitWebProcess (50% or higher) on my machine and would like to know how to find what is being a CPU hog, for one. And how to report it? Thanks in advance. Tim
Which Program does WebKitWebProcess belong to
Hi List, I'm getting high CPU usage from WebKitWebProcess (50% or higher) on my machine and would like to know how to find what is being a CPU hog, for one. And how to report it? Thanks in advance. Tim --
[SOLVED] [ADDENDUM] image from VGA output on JVC camera; was: failure of cheese with a Microsoft LifeCam NX-6000
Currently camera output is displayed by qv4l2 and transferred to GIMP using File > Create > Screenshot. GIMP allows annotation of the image and export as JPG or PNG. Probably there's a more direct way to acquire the image from the Inogeni adapter into GIMP; ie. skip display with qv4l2. If GIMP isn't needed, put the image directly into a JPG or PNG file. Ideas? Suggestions? Thx,... P. -- mobile: +1 778 951 5147 VoIP: +1 604 670 0140 48.7693 N 123.3053 W
Re: Netgen installation problem
On Thu, 26 May 2022 11:31:53 -0700 "Gary L. Roach" wrote: > It is interesting that running netgen > from the command line doesn't work but the icon on the desktop does. Often when I see this I will go through the relevant desktop file and look for clues. In this case, it is probably netgen.desktop. So something like: less -X $(locate netgen.desktop) (Assuming there's only one copy of netgen.desktop on the system.) You've already solved your problem, but this may help some future reader. -- Does anybody read signatures any more? https://charlescurley.com https://charlescurley.com/blog/
Nos jugamos la vida el primera dia de trabajo
Estamos seguros que tus empleado te lo agradecerán. El Arte de hacer ONBOARDING Online en Vivo / 02 y 09 de Junio 2022 ¿QUIERES MARCAR LA DIFERENCIA DESDE EL PRIMER DÍA? Sabemos que cada vez más Empresas apuestan por fidelizar y enamorar a su personal desde el día 1, es por eso que Technology Standards x Grisell Vázquez trae para ti el evento más importante de ONBOARDING del habla hispana. ¡HOY TIENES LA OPORTUNIDAD DE POSICIONARTE COMO EMPRESA TOP DE TU SECTOR Y DE MÉXICO! ¡ÚNICA PRESENTACIÓN DISPONIBLE! DESCARGAR FOLLETO COMPLETO >>>Deseo recibir la información vía WhatsApp O información mucho más detallada comuníquese directamente con alguno de nuestros ejecutivos al: Guadalajara, Jal. / 33 2005 0994 Ciudad de México / 55 2450 6187 Monterrey, N.L. / 81 2974 7731 Este boletín informativo tiene la finalidad de generar valor en usted y en su Organización. Si usted desea dejar de recibir este tipo de información conteste con la palabra BAJAONBOARDING2022. O en su defecto haga click en el siguiente enlace: unsubscribe from this list
Re: Netgen installation problem
Thanks Anssi I made sure that the PATH's matched what you did and ran the program from the desktop. It worked fine. It is interesting that running netgen from the command line doesn't work but the icon on the desktop does. I never noticed this before but may have just missed it. After 20 years of using Debian you would think that I would have stumbled across this before. Thanks again. Problem solved. Gary R On 5/25/22 11:20 AM, Anssi Saari wrote: NETGENDIR=/usr/share/netgen /usr/bin/netgen
Re: Hibernate filled my /root
* 2022-05-26 09:58:19-0700, Peter Ehlert wrote: > On 5/26/22 08:15, IL Ka wrote: >> 30 GB of logs, wow. Do you use logrotate? > No, not that I am aware of. You can safely delete old log files with "rm" command. I guess that you use laptop mostly without power supply connected. Many system maintenance routines (including logrotate) newer run in such condition because the systemd service unit has this condition: ConditionACPower=true I always add an override file for some systemd units, for example: $ sudo systemctl edit logrotate.service Edit file's content so that it has this: [Unit] ConditionACPower= After editing you can verify the unit file with: $ systemctl cat logrotate.service -- /// Teemu Likonen - .-.. https://www.iki.fi/tlikonen/ // OpenPGP: 6965F03973F0D4CA22B9410F0F2CAE0E07608462 signature.asc Description: PGP signature
Re: Hibernate filled my /root
On 5/26/22 09:00, Reco wrote: Hi. On Thu, May 26, 2022 at 08:13:39AM -0700, Peter Ehlert wrote: /var/log now contains 29.3 GB /var/log/syslog 10.0 GB /var/log/kern.log 10.0 GB /var/log/syslog.1 4.1 GB /var/log/kern.log.1 4.0 GB That's impressive, to say the least. I have no clue why this happened The usual thing. Judging from the size of the kern.log, some kernel subsystem decided to generate a lot of messages, systemd-journald happily forwarded them to rsyslogd, and the latter wrote them. how do I clean this up and prevent it from happening again? 1) Read the logs, understand what kind of messages are most frequent. 2) Purge the logs, i.e. :> /var/log/syslog :> /var/log/kern.log 3) Write appropriate rsyslogd filter rule, restart rsyslog afterwards For instance: :msg, contains, "eth0: renamed from " stop I appreciate the response and advice. this is a little (lot) over my head. for the time being I think I will be lazy and just Not use hibernate in the future. thanks Note that you cannot filter messages at systemd-journald level, that sorry excuse for a "system journal" lack that capability. Reco
Re: Hibernate filled my /root
On 5/26/22 08:15, IL Ka wrote: 30 GB of logs, wow. Do you use logrotate? No, not that I am aware of. I do find that the package logrotate is installed, but I did not install it "on purpose" reading the Debian Wiki I find info on how to configure, but I did not intentionally touch it. On Thu, May 26, 2022 at 6:14 PM Peter Ehlert wrote: /root partition was 40 GB, about 15 GB was free /swap 20 GB, unused hibernate restart failed Using Gparted I found /root was full resized /root to 50 GB boots properly now /var/log now contains 29.3 GB /var/log/syslog 10.0 GB /var/log/kern.log 10.0 GB /var/log/syslog.1 4.1 GB /var/log/kern.log.1 4.0 GB I have no clue why this happened how do I clean this up and prevent it from happening again? PS: I rarely use Hibernate ... can't remember when I used it last, if ever
Re: Hibernate filled my /root
Hi. On Thu, May 26, 2022 at 08:13:39AM -0700, Peter Ehlert wrote: > /var/log now contains 29.3 GB > /var/log/syslog 10.0 GB > /var/log/kern.log 10.0 GB > /var/log/syslog.1 4.1 GB > /var/log/kern.log.1 4.0 GB That's impressive, to say the least. > I have no clue why this happened The usual thing. Judging from the size of the kern.log, some kernel subsystem decided to generate a lot of messages, systemd-journald happily forwarded them to rsyslogd, and the latter wrote them. > how do I clean this up and prevent it from happening again? 1) Read the logs, understand what kind of messages are most frequent. 2) Purge the logs, i.e. :> /var/log/syslog :> /var/log/kern.log 3) Write appropriate rsyslogd filter rule, restart rsyslog afterwards For instance: :msg, contains, "eth0: renamed from " stop Note that you cannot filter messages at systemd-journald level, that sorry excuse for a "system journal" lack that capability. Reco
Re: Hibernate filled my /root
30 GB of logs, wow. Do you use logrotate? On Thu, May 26, 2022 at 6:14 PM Peter Ehlert wrote: > /root partition was 40 GB, about 15 GB was free > /swap 20 GB, unused > > hibernate > > restart failed > > Using Gparted I found /root was full > resized /root to 50 GB > boots properly now > > /var/log now contains 29.3 GB > /var/log/syslog 10.0 GB > /var/log/kern.log 10.0 GB > /var/log/syslog.1 4.1 GB > /var/log/kern.log.1 4.0 GB > > I have no clue why this happened > how do I clean this up and prevent it from happening again? > > PS: I rarely use Hibernate ... can't remember when I used it last, > if ever > >
Hibernate filled my /root
/root partition was 40 GB, about 15 GB was free /swap 20 GB, unused hibernate restart failed Using Gparted I found /root was full resized /root to 50 GB boots properly now /var/log now contains 29.3 GB /var/log/syslog 10.0 GB /var/log/kern.log 10.0 GB /var/log/syslog.1 4.1 GB /var/log/kern.log.1 4.0 GB I have no clue why this happened how do I clean this up and prevent it from happening again? PS: I rarely use Hibernate ... can't remember when I used it last, if ever
Re: Apache2 404
On Thu, May 26, 2022 at 02:45:12PM +, ldmko...@yahoo.com wrote: > I appreciate all of the help. The problem was that I was using > /var/www/ldmdomain.info/html/Picture1.htmlin my href. I changed this to > Picture1.htmland it works. Great. So now you know that you Apache is looking at things from whatever you set up as DocumentRoot in your config. Things are, of course, much more complicated, with mod_rewrite and aliases and all that, but you now have a start. Cheers -- t signature.asc Description: PGP signature