为了账号安全,请及时绑定邮箱和手机立即绑定

错误: 安装 php7.0-mysqlnd' 返回 100

错误: 安装 php7.0-mysqlnd' 返回 100

PHP
三国纷争 2022-09-17 15:33:05
我在运行PuPHPet盒子时遇到问题,PHP服务无法启动,之后我收到以下错误:vagrant upError: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install php7.0-mysqlnd' returned 100: Reading package lists...在此之后,php 服务无法启动:==>  Reading state information...==>  The following NEW packages will be installed:==>    php7.0-mysql==>  0 upgraded, 1 newly installed, 0 to remove and 109 not upgraded.==>  Need to get 124 kB of archives.==>  After this operation, 486 kB of additional disk space will be used.==>  Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.0-mysql amd64 7.0.33-20+ubuntu16.04.1+deb.sury.org+1 [124 kB]==>  Fetched 124 kB in 0s (570 kB/s)==>  Selecting previously unselected package php7.0-mysql.(Reading database ... 54197 files and directories currently installed.)==>  Preparing to unpack .../php7.0-mysql_7.0.33-20+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...==>  Unpacking php7.0-mysql (7.0.33-20+ubuntu16.04.1+deb.sury.org+1) ...==>  Processing triggers for php7.0-fpm (7.0.33-20+ubuntu16.04.1+deb.sury.org+1) ...==>  Job for php7.0-fpm.service failed because a timeout was exceeded. See "systemctl status php7.0-fpm.service" and "journalctl -xe" for details.机器正在启动,我可以ssh进入它,手动安装php也失败了。我正在Windows 10和Git Bash上使用虚拟盒子。我尝试了所有可用的PHP版本(7.0,7.1,7.2),尝试了几次配置,销毁了计算机,并在 PuPHPet.com 上完成了创建过程。有什么建议吗?
查看完整描述

1 回答

?
暮色呼如

TA贡献1853条经验 获得超9个赞

在过去的几天里,我遇到了类似的问题。在进入盒子并运行后,我得到了这个日志:journalctl -u php7.0-fpm


Feb 14 09:53:47 vagrant systemd[1]: Starting The PHP 7.0 FastCGI Process Manager...

Feb 14 09:53:47 vagrant update-alternatives[10343]: update-alternatives: error: alternative path /run/php/php7.0-fpm.sock doesn't exist

Feb 14 09:53:47 vagrant systemd[1]: php7.0-fpm.service: PID file /run/php/php7.0-fpm.pid not readable (yet?) after start-post: No such file or directory

Feb 14 09:55:17 vagrant systemd[1]: php7.0-fpm.service: Start-post operation timed out. Stopping.

Feb 14 09:55:17 vagrant systemd[1]: Failed to start The PHP 7.0 FastCGI Process Manager.

Feb 14 09:55:17 vagrant systemd[1]: php7.0-fpm.service: Unit entered failed state.

Feb 14 09:55:17 vagrant systemd[1]: php7.0-fpm.service: Failed with result 'timeout'.

Feb 14 09:55:22 vagrant systemd[1]: Stopped The PHP 7.0 FastCGI Process Manager.

事实证明,PID文件路径是错误的。


您可以在参数.pp 中更新 PID 文件变量。文件路径:$pid_filepuphpet/puppet/modules/puphpet/manifests/php/params.pp


更新此值以销毁并运行为我修复了此问题。run/php/php7.0-fpm.pidvagrant up


puphpet 存储库中还有一个包含此更改的拉取请求:https://github.com/AOEpeople/puppet-puphpet/commit/e3b50ce72b922c2649ac82979b02edfd4e3b8c0a


查看完整回答
反对 回复 2022-09-17
  • 1 回答
  • 0 关注
  • 102 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信