間違いだらけの備忘録

このページの内容は無保証でありこのページの内容によって直接、または間接に損害を受けられたとしても私は責任を取りません。

X起動時のエラー

http://ubuntuforums.org/showthread.php?t=1034438
xauth: /home/user/.Xauthority not writable, changes will be ignored
xauth: error in locking authority file /home/user/.Xauthority
xauth: error in locking authority file /home/user/.Xauthority
xauth: error in locking authority file /home/user/.Xauthority
X: user not authorized to run the X server, aborting.
xinit: Server error.
xauth: error in locking authority file /home/user/.Xauthority
とりあえず、下記を消して解決
$ ls /home/user/.Xauthority*
/home/user/.Xauthority /home/user/.Xauthority-c /home/user/.Xauthority-l
$ rm /home/user/.Xauthority*
ゴミが残っていたのか?、詳細は不明。

The Virtualization capability of your processor is already in use

http://communities.vmware.com/thread/158382

# lsmod | grep kvm
kvm_intel 35904 0
kvm 114996 1 kvm_intel
# rmmod kvm_intel
# rmmod kvm

とりあえずkvmのモジュールを外して解決

http://d.hatena.ne.jp/adsaria/20080525
/etc/modprobe.d/blacklistに下記を追記

#kvm no load for vmware
blacklist kvm_intel
blacklist kvm

未検証

このページにはhatena以外のサービスからのコンテンツが埋め込まれています。 hatenaによりGoogle AdSense 広告が埋め込まれています。