Firefox 67.0 NOT WORKING

Mike Marchywka marchywka at hotmail.com
Thu May 23 09:14:56 UTC 2019


On Thu, May 23, 2019 at 10:35:18AM +0200, Ralf Mardorf via ubuntu-users wrote:
> 
> > > I was also going to mention if you can find the browser executable
>                                        ^^^
> > 1. How do you run ldd against an executable you can't find?
>                                                   ^^^^^

I would just add if it comes up, and I even had a hard time getting all the chrome
processes to die after the window died, there are two direct ways,

lsof | grep firefox 

or 

ps ax | grep firefox

lsof generates a lot of output though if the browser is doing absolutely anything
but you can see much of what it tries to use. 

$ps ax | grep chrom | cut -c 1-60
  371 ?        SLl    1:09 /opt/google/chrome/chrome
  383 ?        S      0:00 /opt/google/chrome/chrome --type=
  384 ?        S      0:00 /opt/google/chrome/nacl_helper
  388 ?        S      0:00 /opt/google/chrome/chrome --type=
  418 ?        Sl     0:50 /opt/google/chrome/chrome --type=
  423 ?        SLl    0:12 /opt/google/chrome/chrome --type=
  480 ?        S      0:00 /opt/google/chrome/chrome --type=
 4565 ?        Sl     0:00 /opt/google/chrome/chrome --type=
 4590 ?        Sl     0:00 /opt/google/chrome/chrome --type=
 4767 pts/22   S+     0:00 grep --color=auto chrom

$ lsof | grep chrome | head -n 5 | sed -e 's/  */ /g'
chrome 371 marchywka cwd DIR 8,3 4096 26345479 /home/marchywka
chrome 371 marchywka rtd DIR 8,3 4096 2 /
chrome 371 marchywka txt REG 8,3 142964120 12976143 /opt/google/chrome/chrome
chrome 371 marchywka mem REG 8,3 18748872 23855730 /usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc
chrome 371 marchywka mem REG 8,3 341324 23855936 /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-M.ttf

> 
> My apologies :) I misread it.
> 
> 
> 
> -- 
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users

-- 

mike marchywka
306 charles cox
canton GA 30115
USA, Earth 
marchywka at hotmail.com
404-788-1216
ORCID: 0000-0001-9237-455X




More information about the ubuntu-users mailing list