Hello there!
I am trying to install the nextcloud app on a fresh yunohost installation running on a raspberry pi 3.
However, I got a “Installation failed” on the top of my web browser screen. If I expand this logs, I find some warning messages:
+ source ./_common.sh
Exécution du script « /var/cache/yunohost/from_file/nextcloud_ynh-4e77a9219fe1c1aa46c3b871bd16f335ab37ae1a/scripts/remove »...
./_common.sh: line 249: ynh_replace_string: command not found
+ ynh_replace_string __NAMETOCHANGE__ nextcloud /etc/php5/fpm/pool.d/nextcloud.conf
dpkg-preconfigure: unable to re-open stdin:
debconf: falling back to frontend: Teletype
debconf: (This frontend requires a controlling tty.)
debconf: unable to initialize frontend: Readline
debconf: falling back to frontend: Readline
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: unable to initialize frontend: Dialog
dh_installdeb: Compatibility levels before 9 are deprecated (level 7 in use)
dh_installchangelogs: Compatibility levels before 9 are deprecated (level 7 in use)
dh_installdocs: Compatibility levels before 9 are deprecated (level 7 in use)
dh_install: Compatibility levels before 9 are deprecated (level 7 in use)
dpkg-preconfigure: unable to re-open stdin:
debconf: falling back to frontend: Teletype
debconf: (This frontend requires a controlling tty.)
debconf: unable to initialize frontend: Readline
debconf: falling back to frontend: Readline
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: unable to initialize frontend: Dialog
This seems to happen only for nextcloud, as I installed ttrss and hextris without issue.
Does anyone has an idea of what may cause this?
Thanks a lot.