Quantcast
Channel: Java mon amour
Viewing all articles
Browse latest Browse all 1121

Xlib: PuTTY X11 proxy: MIT-MAGIC-COOKIE-1 data did not match

$
0
0
I got this message logging as user1 with X11 forwarding with putty, then sudo su - user2, then run JConsole
solution:
login as user1
xauth list
(you get here a list of entries, say line1, line2...)
sudo su - user2
xauth add line1
xauth add line2
It works!

Viewing all articles
Browse latest Browse all 1121

Trending Articles