On 06/15/2017 12:13 AM, stan wrote:
On Wed, 14 Jun 2017 23:39:00 -0400
Robert Moskowitz <rgm@xxxxxxxxxxxxxxx> wrote:
I found three listed:
0 1000 19985 1 20 0 49204 1144 unix_s Sl ? 0:00
/usr/lib64/libreoffice/program/oosplash --calc
file:///home/rgm/data/excel/htt/expenses-2016.xls
0 1000 20012 1 20 0 49204 1132 unix_s Sl ? 0:00
/usr/lib64/libreoffice/program/oosplash --calc
file:///home/rgm/data/excel/htt/expenses-2016.xls
0 1000 20024 1 20 0 49204 1124 unix_s Sl ? 0:00
/usr/lib64/libreoffice/program/oosplash --calc
file:///home/rgm/data/excel/htt/expenses-2016.xls
killed those, but still see the windows.
Two things.
This display doesn't show the parent process ID for the PID. It might
be that the parent of these threads is what is displaying the windows
as it waits for their output to update them. Use this command to look
for the PPID, and kill it as well (if it isn't 1, :-) )
ps -eF --headers | grep [user name]
It won't show the process status, like the earlier command, where we
knew that they were sleeping threads.
Another possibility is that the windows are artifacts at this point.
When you killed the process, it didn't clean up after itself, and left
the windows. What happens if you log your user out of X, and then log
back in?
ps -eF --headers | grep rgm|grep libre
rgm 1989 1923 0 49269 52 0 Jun08 ? 00:00:02
/usr/lib64/libreoffice/program/oosplash --calc
rgm 2004 1989 0 1203439 94488 0 Jun08 ? 00:23:38
/usr/lib64/libreoffice/program/soffice.bin --calc --splash-pipe=5
rgm 21775 16594 0 2683 980 0 00:46 pts/4 00:00:00 grep
--color=auto libre
2004, I tried to kill before...
And 1989 was the magic ticket. Killed it and the windows disappeared
and 2004 and 21775 disappeared.
So now I have to add this to my tricks list for the next time....
And I really hate logging out, almost as bad as rebooting. I have 19
Firefox windows, all with lots of tabs, 4 Thunderbird windows. Lots of
Leafpads and some xml stuff opened in Geany and a QEMM image...
Too painful to restart everything. Even with recovery. Will be enough
now recovering the 10 open LIbre office windows...
Again thanks
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx