Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjunichi/507874c0759d86f181e9 to your computer and use it in GitHub Desktop.
Save kjunichi/507874c0759d86f181e9 to your computer and use it in GitHub Desktop.
ninix-aya

20140708

確認出来た事

  • Ubuntu 12.04LTSでapt-get install ninix-ayaでバルーンとゴーストがインストール出来た。
  • DockerでUbuntu14.04LTSで、最新のPython3系のソースビルドが可能な環境構築後、apt-get install ninix-ayaしたら、バルーンはインストールできたが、ゴーストはNG
  • Ubuntu14.04LTSでは必要なものは全てapt-getで行え、最新のPython3系のソースはmake python=/usr/bin/python3、make install python=/usr/bin/python3でビルド、インストール可能
  • ただし、バルーンのみインストールを確認。特定のゴーストが悪いのか、ゴースト全般のインストールがNGなのかは切り分けまだ

Ubuntu 12.04LTSなら動かせた

apt-get install ninix-aya

ninixってコマンドで起動

バルーンとゴーストを入れる必要あり

Ubuntu 14.04をDockerで動かした環境だと、エラーは表示されなかったが、ninixコマンドが入らなかった。 -> /usr/games/ninixに入っていた。rootだと/usr/gamesにはパスが通っていない模様。また、dpkg -L パッケージ名でインストールされたファイルの確認が出来る。

Dockerで動かす編

yaya load fail!

このエラーのせいなのか、バルーン、ゴースト入れたが表示されなかった

Docker化

関連記事

関連Gist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment