個人碰到的簡單問題處理
1,ubuntu遠程連接,ssh -X 10.12.xx.xx,提示:/usr/bin/xauth: /home/xxx/.Xauthority not writable, changes will be ignore
啟動eclipse:“sudo eclipse”,提示:
X11 connection rejected because of wrong authentication.
X11 connection rejected because of wrong authentication.
...
推測可能是我使用遠程鏈接軟件時設置出錯,導致出問題。
網上有說.Xauthority的權限問題,有說干脆刪掉的。試了好像沒效果。
後來看到說關機,然後開機,不要直接重啟。
怕麻煩,我直接"sudo reboot"
嘿,好了。果然簡單吧。