Warning: Declaration of FeedWordPie_Item::get_id($hash = false) should be compatible with SimplePie_Item::get_id($hash = false, $fn = 'md5') in /home/nekyo/nekyo.wp.xdomain.jp/public_html/wp-content/plugins/feedwordpress/feedwordpie_item.class.php on line 0

Warning: Declaration of FeedWordPress_Parser::parse(&$data, $encoding) should be compatible with SimplePie_Parser::parse(&$data, $encoding, $url = '') in /home/nekyo/nekyo.wp.xdomain.jp/public_html/wp-content/plugins/feedwordpress/feedwordpress_parser.class.php on line 0
Vagrant(CentOS7編) | 日々のできごと

Vagrant(CentOS7編)

Vagrant環境構築

Centos7のボックス追加から立ち上げ

SELinuxオフ

アップデート・アップグレード

Webサーバー

apache2

ファイヤーウォール設定

DB

MySQL

mariaDBライブラリとデータフォルダの削除

リポジトリ追加

インストール

ユーザ作成

PHP

リポジトリインストール

PHP 7.2 インストール

トラシュー

MySQLのパスワードを変更しようとしたらエラー

Vagrant 1.9.8 から vagrant up が固まる。

Vagrantのバージョンの問題。
1.9.7 から PowerShell5.x が必要なので(Windows7 に入っているのは PowerShell2) PowerShell5.x を入れる。
Cygwinを使っている場合は、Vagrantを1.9.6、VirtualBoxを5.1.30にダウングレードするか、Cygwinターミナルを使わず、コマンドプロンプトを使う。

Implementation of the USB 2.0 controller not found!

Extention Packが必要
1. 最新のVirtual Boxをインストール。
http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html#vbox
2. VirtualBox Extension PackをVirtual Boxに追加。
http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html?ssSourceSiteId=otnjp#extpack

Authentication failure. Retrying…

  • Vagrantfile に以下を追記して上書きされないようにする。

  • vagrant ssh でゲストOSに入って、デフォルトの公開キーを上書き、属性も変更しておく。

  • VMを再起動して確認

参考:vagrant upコマンド実行時にAuthentication failure.エラーが発生する


コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

CAPTCHA