GithubHelp home page GithubHelp logo

ytake / gardening Goto Github PK

View Code? Open in Web Editor NEW
26.0 26.0 8.0 47 KB

Vagrant Box(centos7) for PHP web developers.

PHP 21.37% Ruby 31.86% Shell 46.00% Batchfile 0.78%
centos7 couchbase elasticsearch fluentd gardening hhvm php vagrant

gardening's Introduction

gardening's People

Contributors

ytake avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

gardening's Issues

failed mount

vagrant up

default: Removed symlink /etc/systemd/system/multi-user.target.wants/nginx.service.
    default: Created symlink from /etc/systemd/system/multi-user.target.wants/httpd.service to /usr/lib/systemd/system/httpd.service.
    default: Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

failed mount

利用させて頂きました。
既存のlaravel5.2 に追加したんですが、

vagrant up

すると以下のようにmountに失敗します。

Failed to mount folders in Linux guest. This is usually because
the "vboxsf" file system is not available. Please verify that
the guest additions are properly installed in the guest and
can work properly. The command attempted was:

mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent group vagrant | cut -d: -f3` vagrant /vagrant
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` vagrant /vagrant

The error output from the last command was:

/sbin/mount.vboxsf: mounting failed with the error: No such device

consoleを遡ると、以下のように Guest Additions module の追加に失敗しています。

Removing installed version 5.0.6 of VirtualBox Guest Additions...
Removing existing VirtualBox non-DKMS kernel modules[  OK  ]
Copying additional installer modules ...
Installing additional modules ...
Removing existing VirtualBox non-DKMS kernel modules[  OK  ]
Building the VirtualBox Guest Additions kernel modules
Building the main Guest Additions module[失敗]
(Look at /var/log/vboxadd-install.log to find out what went wrong)
Doing non-kernel setup of the Guest Additions[  OK  ]

vagrant ssh 後以下のようにkernelのupdate,compilerのinstallをすると、
正常にmountが可能でした。

sudo yum -y update kernel
sudo yum -y install kernel-devel kernel-headers dkms gcc gcc-c++

以下box fileのkernelを update, その他kernel周りの package,compilerのinstallをしてはいかがですか?
https://atlas.hashicorp.com/ytake/boxes/gardening/

private_networkが設定されない

以下のようなvagrant.ymlvagrant upするとprivate_networkが設定されませんでした。

ip: "192.168.10.14"
memory: 4096
cpus: 1
hostname: myapp
name: myapp
authorize: ~/.ssh/id_rsa.pub
keys:
    - ~/.ssh/id_rsa
folders:
    - map: ./
      to: /home/vagrant/myapp
sites:
    - map: myapp.app
      to: "/home/vagrant/myapp/public"
      hhvm: false
elasticsearch: false
fluentd: true
mongodb: false
couchbase: true
[vagrant@myapp:~/myapp]$ ifconfig
enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.0.2.15  netmask 255.255.255.0  broadcast 10.0.2.255
        inet6 fe80::a00:27ff:fef6:b007  prefixlen 64  scopeid 0x20<link>
        ether 08:00:27:f6:b0:07  txqueuelen 1000  (Ethernet)
        RX packets 712  bytes 79932 (78.0 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 468  bytes 67736 (66.1 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 622  bytes 67842 (66.2 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 622  bytes 67842 (66.2 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

scripts/builder.rbのネットワーク設定にauto_config:falseを指定すると設定されました。

    # Configure A Private Network IP
    config.vm.network :private_network, ip: settings["ip"] ||= "192.168.10.10", auto_config:false
[vagrant@myapp:~/myapp]$ ifconfig
enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.0.2.15  netmask 255.255.255.0  broadcast 10.0.2.255
        inet6 fe80::a00:27ff:fef6:b007  prefixlen 64  scopeid 0x20<link>
        ether 08:00:27:f6:b0:07  txqueuelen 1000  (Ethernet)
        RX packets 352  bytes 40338 (39.3 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 241  bytes 34846 (34.0 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

enp0s8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.10.14  netmask 255.255.255.0  broadcast 192.168.10.255
        inet6 fe80::a00:27ff:fe56:d9af  prefixlen 64  scopeid 0x20<link>
        ether 08:00:27:56:d9:af  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 12  bytes 888 (888.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 366  bytes 41455 (40.4 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 366  bytes 41455 (40.4 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

HOST: macOS Sierra 10.12.2
GUEST: CentOS Linux release 7.1.1503 (Core)
Vagrant: 1.9.1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.