yoshiislandblog.net
元営業の駆け出しアラサーSEが、休日にMACと戯れた際の殴り書きメモ。日々勉強。日々進歩。

この記事は3年以上前に書かれた記事で内容が古い可能性があります

「Perhaps you do not have console ownership?」エラーでstartxできない

2020-09-23

「su – [user]」でユーザーを切り替えて、startxしようとしたら、
「Perhaps you do not have console ownership?」エラーでstartxできなかった時のめも

「oracle」というユーザーに切り替える

# su - oracle
Last login: Tue Sep 22 15:00:07 UTC 2020 on tty1

そのまま「startx」でGUI画面を立ち上げようとすると以下のようなエラーが出る

[oracle@localhost ~]$ startx
...
(略)
...
(EE)
Fatal server error:
(EE) PAM authentication failed, cannot start X server.
	Perhaps you do not have console ownership?
(EE)
(EE)
Please consult the The X.Org Foundation support
	 at http://wiki.x.org
 for help.
(EE)
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
Couldn't get a file descriptor referring to the console

最初のログイン時からoracleユーザーであれば、問題なくstartxできた

参考:runlevel 3 でコンソールから “startx” コマンドを実行すると、PAM 認証エラーが発生します