You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
mbsting not installed on Ubuntu Xenial 16.04 LTS x64 by default
I tried manually add to config.yaml, but got this error
==> machine1: Building dependency tree...
==> machine1: Reading state information...
==> machine1: The following NEW packages will be installed:
==> machine1: php5.6-mbstring
==> machine1: 0 upgraded, 1 newly installed, 0 to remove and 192 not upgraded.
==> machine1: Need to get 465 kB of archives.
==> machine1: After this operation, 1493 kB of additional disk space will be used.
==> machine1: Err:1 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-mbstring amd64 5.6.31-4+ubuntu16
.04.1+deb.sury.org+4
==> machine1: 404 Not Found
==> machine1: E: Failed to fetch http://ppa.launchpad.net/ondrej/php/ubuntu/pool/main/p/php5.6/php5.6-mbstring_5.6.31-4+
ubuntu16.04.1+deb.sury.org+4_amd64.deb 404 Not Found
==> machine1:
==> machine1: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
==> machine1: Error: /Stage[main]/Puphpet::Php::Modules/Puphpet::Php::Module::Package[mbstring]/Php::Module[mbstring]/Pa
ckage[PhpModule_mbstring]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Op
tions::=--force-confold install php5.6-mbstring' returned 100: Reading package lists...
==> machine1: Building dependency tree...
==> machine1: Reading state information...
==> machine1: The following NEW packages will be installed:
==> machine1: php5.6-mbstring
==> machine1: 0 upgraded, 1 newly installed, 0 to remove and 192 not upgraded.
==> machine1: Need to get 465 kB of archives.
==> machine1: After this operation, 1493 kB of additional disk space will be used.
==> machine1: Err:1 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-mbstring amd64 5.6.31-4+ubuntu16
.04.1+deb.sury.org+4
==> machine1: 404 Not Found
==> machine1: E: Failed to fetch http://ppa.launchpad.net/ondrej/php/ubuntu/pool/main/p/php5.6/php5.6-mbstring_5.6.31-4+
ubuntu16.04.1+deb.sury.org+4_amd64.deb 404 Not Found
==> machine1:
==> machine1: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
==> machine1: Notice: /Stage[main]/Puphpet::Php::Install/Service[php5.6-fpm]: Dependency Package[PhpModule_mbstring] has
failures: true
==> machine1: Warning: /Stage[main]/Puphpet::Php::Install/Service[php5.6-fpm]: Skipping because of failed dependencies
==> machine1: Info: /Stage[main]/Puphpet::Php::Install/Service[php5.6-fpm]: Unscheduling all events on Service[php5.6-fp
m]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Alternatives/Puphpet::Alternatives_update[php]/Exec[check alternatives
for php]: Dependency Package[PhpModule_mbstring] has failures: true
==> machine1:
==> machine1: Notice: /Stage[main]/Puphpet::Php::Alternatives/Puphpet::Alternatives_update[php]/Exec[update alternatives
for php to 5.6]: Dependency Package[PhpModule_mbstring] has failures: true
==> machine1: Warning: /Stage[main]/Puphpet::Php::Alternatives/Puphpet::Alternatives_update[php]/Exec[check alternatives
for php]: Skipping because of failed dependencies
==> machine1: Warning: /Stage[main]/Puphpet::Php::Alternatives/Puphpet::Alternatives_update[php]/Exec[update alternative
s for php to 5.6]: Skipping because of failed dependencies
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/File[/var/run/apache2/ssl_mutex]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/File[/var/run/apache2/ssl_mutex]: Scheduling refresh of Servic
e[httpd]
==> machine1: Notice: /Stage[main]/Apache::Service/Service[httpd]: Triggered 'refresh' from 1 events
==> machine1: Info: Stage[main]: Unscheduling all events on Stage[main]
==> machine1: Notice: Applied catalog in 30.02 seconds
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.
I tried install manually in terminal sudo apt-get install php5.6-mbstring
but got this error
[04:15 AM]-[vagrant@machine1]-[/var/www/awesome]
$ sudo apt-get install php5.6-mbstring
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
php5.6-mbstring
0 upgraded, 1 newly installed, 0 to remove and 192 not upgraded.
Need to get 465 kB of archives.
After this operation, 1,493 kB of additional disk space will be used.
Err:1 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php5.6-mbstring amd64 5.6.31-4+ubuntu16.04.1+deb.sury.org+4
404 Not Found
E: Failed to fetch http://ppa.launchpad.net/ondrej/php/ubuntu/pool/main/p/php5.6/php5.6-mbstring_5.6.31-4+ubuntu16.04.1+deb.sury.org+4_amd64.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
mbsting not installed on Ubuntu Xenial 16.04 LTS x64 by default
I tried manually add to config.yaml, but got this error
I tried install manually in terminal sudo apt-get install php5.6-mbstring
but got this error
My config file
Attached config
config.zip
The text was updated successfully, but these errors were encountered: