On 2017-06-21 05:20, Andrei Borzenkov wrote:
20.06.2017 23:25, Carlos E. R. пишет:
cer@Telcontar:~> ssh -X cer@Isengard.valinor Last login: Mon Jun 19 19:23:03 2017 from 192.168.1.14 Have a lot of fun... cer@Isengard:~> cer@Isengard:~> firefox cer@Isengard:~> ps afxu | grep -i firefox cer 21062 0.0 0.0 9328 1556 pts/12 S+ 22:23 0:00 \_ grep --color=auto -i firefox cer@Isengard:~> ps -ea | grep -i firefox cer@Isengard:~> cer@Telcontar:~> ps -ea | grep -i firefox 13546 ? 01:41:10 firefox
This one has consumed almost two hours of CPU time, so it obviously cannot be the one you just started.
Your command does not start new firefox, it causes already running firefox to open URL in new window. This is subtle difference.
Correct :-) It also happens when you call firefox from a local terminal.
https://askubuntu.com/questions/3515/how-do-i-launch-a-remote-firefox-window...
https://lists.opensuse.org/opensuse/2010-12/msg00315.html http://www-archive.mozilla.org/unix/remote.html
Try killing all local firefox processes and try once more.
In that case it starts a remote firefox.
Hmm ... if you start the first instance remotely, then I'd expect that starting *local* firefox would attempt to forward request to remote instance ... it becomes amusing :)
I haven't tried that one. But yes, there are some amusing consequences. -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)