Hello,
I need some help after looking for in the forum
My YunoHost configuration
Hardware: x64 vps
Internet access: in a datacenter
YunoHost version:
yunohost: 3.2.2
yunohost-admin: 3.2.1
moulinette: 3.2.0
ssowat: 3.2.0
Have you personalized your yunohost with some specifics configurations or do you use only the yunohost cli/webadmin tool ? basic
Description of my problem
So the context: From raspberry with Debian 8 Yunohost 2.7 (latest), I migrate to Debian 9 an yunohost 3
Then I made a backup
Then I create a new VPS OVH with debian 9 I installed Yunohost and restored the backup
So the probleme began
Mail is OK with Imap but not with roundcube rainloop neither and Dokiwiki Baikal
For exemple in dokuwiki the datas seem ok in /var/www/dokuwiki/data/pages
, so restore was ok
I tried to delete the app dokuwiki and restore only in the backup the dokiwiki without error
Restart nginx
When l look in logs for
/var/log/nginx/error.log
2018/10/30 11:29:30 [crit] 20531#20531: *6933 connect() to unix:/run/php/php7.0-fpm-baikal.sock failed (2: No such file or directory) while connecting to upstream, client: 80.215.242.62, server: monserver.fr, request: “PROPFIND /baikal/card.php/addressbooks/jean/default/ HTTP/1.1”, upstream: “fastcgi://unix:/run/php/php7.0-fpm-baikal.sock:”, host: “monserver.fr”
But in /var/log/php7.0-fpm.log
I saw tha for baikal dokiwiki is php5 and not php7
[30-Oct-2018 11:10:28] NOTICE: Reloading in progress …
[30-Oct-2018 11:10:28] NOTICE: reloading: execvp("/usr/sbin/php-fpm7.0", {"/usr/sbin/php-fpm7.0", “–nodaemonize”, “–fpm-config”, “/etc/php/7.0/fpm/php-fpm.conf”})
[30-Oct-2018 11:10:29] NOTICE: using inherited socket fd=7, “/var/run/php5-fpm-baikal.sock”
[30-Oct-2018 11:10:29] NOTICE: using inherited socket fd=7, “/var/run/php5-fpm-baikal.sock”
[30-Oct-2018 11:10:29] NOTICE: using inherited socket fd=8, “/var/run/php5-fpm-dokuwiki.sock”
[30-Oct-2018 11:10:29] NOTICE: using inherited socket fd=8, “/var/run/php5-fpm-dokuwiki.sock”
[30-Oct-2018 11:10:29] NOTICE: using inherited socket fd=9, “/var/run/php/php7.0-fpm-kanboard.sock”
[30-Oct-2018 11:10:29] NOTICE: using inherited socket fd=9, “/var/run/php/php7.0-fpm-kanboard.sock”
[30-Oct-2018 11:10:29] NOTICE: using inherited socket fd=10, “/var/run/php5-fpm-rainloop.sock”
[30-Oct-2018 11:10:29] NOTICE: using inherited socket fd=10, “/var/run/php5-fpm-rainloop.sock”
[30-Oct-2018 11:10:29] NOTICE: using inherited socket fd=11, “/var/run/php/php7.0-fpm-roundcube.sock”
[30-Oct-2018 11:10:29] NOTICE: using inherited socket fd=11, “/var/run/php/php7.0-fpm-roundcube.sock”
[30-Oct-2018 11:10:29] NOTICE: using inherited socket fd=12, “/var/run/php5-fpm-ttrss.sock”
[30-Oct-2018 11:10:29] NOTICE: using inherited socket fd=12, “/var/run/php5-fpm-ttrss.sock”
[30-Oct-2018 11:10:29] NOTICE: using inherited socket fd=13, “/run/php/php7.0-fpm.sock”
[30-Oct-2018 11:10:29] NOTICE: using inherited socket fd=13, “/run/php/php7.0-fpm.sock”
[30-Oct-2018 11:10:29] NOTICE: fpm is running, pid 19645
[30-Oct-2018 11:10:29] NOTICE: ready to handle connections
[30-Oct-2018 11:10:29] NOTICE: systemd monitor interval set to 10000ms
[30-Oct-2018 11:10:29] WARNING: [pool kanboard] child 20537 said into stderr: “ERROR: Unable to set php_value ‘always_populate_raw_post_data’”
[30-Oct-2018 11:10:29] WARNING: [pool kanboard] child 20541 said into stderr: “ERROR: Unable to set php_value ‘always_populate_raw_post_data’”
[30-Oct-2018 11:10:29] WARNING: [pool kanboard] child 20540 said into stderr: “ERROR: Unable to set php_value ‘always_populate_raw_post_data’”
What do you suggest to do ? Do You have an idea of the problem? and the origin?
Thanks a lot for helping
More infos, if neeed
{
“host”: “Debian 9.5”,
“kernel”: “4.9.0-8-amd64”,
“packages”: {
“yunohost”: {
“repo”: “stable”,
“version”: “3.2.2”
},
“yunohost-admin”: {
“repo”: “stable”,
“version”: “3.2.1”
},
“moulinette”: {
“repo”: “stable”,
“version”: “3.2.0”
},
“ssowat”: {
“repo”: “stable”,
“version”: “3.2.0”
}
},
“backports”: [],
“system”: {
“disks”: {
“sda1”: “Mounted on /, 39.4GiB (30.3GiB free)”
},
“memory”: {
“ram”: “3.8GiB (3.0GiB free)”,
“swap”: “0B (0B free)”
}
},
“nginx”: [
“nginx: the configuration file /etc/nginx/nginx.conf syntax is ok”,
“nginx: configuration file /etc/nginx/nginx.conf test is successful”
],
“services”: {
“glances”: “running (enabled)”,
“nslcd”: “running (enabled)”,
“metronome”: “running (enabled)”,
“postfix”: “exited (enabled)”,
“rspamd”: “running (enabled)”,
“yunohost-firewall”: “exited (enabled)”,
“dovecot”: “running (enabled)”,
“nginx”: “running (enabled)”,
“php7.0-fpm”: “running (enabled)”,
“dnsmasq”: “running (enabled)”,
“fail2ban”: “running (enabled)”,
“yunohost-api”: “running (enabled)”,
“mysql”: “running (enabled)”,
“avahi-daemon”: “running (enabled)”,
“shellinabox”: “running (enabled)”,
“redis-server”: “running (enabled)”,
“slapd”: “running (enabled)”,
“ssh”: “running (enabled)”
},
“applications”: {
“kanboard”: “Kanboard”,
“dokuwiki”: “Dokuwiki”,
“ttrss”: “Tiny Tiny RSS”,
“rainloop”: “Rainloop”,
“roundcube”: “Roundcube”,
“shellinabox”: “Shell In A Box”,
“jappix”: “Jappix”,
“wallabag”: “Wallabag”,
“baikal”: “Baikal”
},
“security”: {
“CVE-2017-5754”: {
“name”: “meltdown”,
“vulnerable”: false
}
}
}