Lazy Diary @ Hatena Blog

PowerShell / Java / miscellaneous things about software development, Tips & Gochas. CC BY-SA 4.0/Apache License 2.0

Entries from 2005-12-21 to 1 day

リモートの X アプリケーションが起動できない (3)

起動できないわけじゃないけど…… $ ssh remote.example.com /usr/X11R6/bin/kterm -display local.example.com:0 username@remote.example.com's password: kterm: unable to open font "", trying "fixed".... Warning: missing font: JISX0208.1983-0 Warn…

リモートの X アプリケーションが起動できない (2)

エラーの種類をチェック。 $ ssh remote.example.com /usr/X11R6/bin/kterm -display local.example.com:0 username@remote.example.com's password: Xlib: connection to "local.example.com:0.0" refused by server Xlib: No protocol specified ローカル…

リモートの X アプリケーションが起動できない (1)

エラーの種類をチェック。 $ ssh remote.example.com /usr/X11R6/bin/kterm -display local.example.com:0 username@remote.example.com's password: /usr/X11R6/bin/kterm Xt error: Can't open display: local.example.com:0 リモート側の DISPLAY 環境変…