Hello,
Can someone help me. I have a VPS and tried to install yunohost on it, via the Terminal. I have no knowledge of programming, but followed the instructions on the webpage. So I became root. That was not a problem. Entered the command for installing yunohost. “curl https://install.yunohost.org | bash” This started. Got two questions, both answered with Yes. After that I recall to have seen a mention of a failure, if I remenber well it was about the library. Unfortunately I haven’t made a screensave. I was to eager to go further. So I typed the IP adres in my browser and then … instead of the yunohost page, I got the welcompage of nginx.
So something went wrong.
I tried to start again, installing yunohost as I did before. Became root. This I can still become. Gave the command for installing yunohost, and then I got the message that I was doing an update and that it failed to do so:
``` % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 22359 100 22359 0 0 158k 0 --:--:-- --:--:-- --:--:-- 159k
[INFO] Running upgrade_system
[FAIL] Unable to update the system
[INFO] Installation logs are available in /var/log/yunohost-installation_20200510_145225.log
I don't know how to view the log and I'm afraid it won't make me much wiser.
What can I do now?
Very grateful if someone can help me.
Karin
You can view the log with this command: $ cat /var/log/yunohost-installation_20200510_145225.log
But tell us, what kind of VPS are you using ?
Is you’re server a Debian 9 Strecht OS (Yunohost is not running on Debian 10 Buster for now) ? Have you before run an update ? $ apt update && apt upgrade
What is your sources.list, to see it : $ cat /etc/apt/sources.list
thanks for your reaction.
I don’t know which Debian version is installed, it is Debian, so far I know. how can I see this?
No I haven’t run an update before. I just started.
I now have viewed the log, do you want to see it?
My source list:
# deb http://mirror.transip.net/debian/debian stretch main
deb http://mirror.transip.net/debian/debian stretch main
deb-src http://mirror.transip.net/debian/debian stretch main
deb http://security.debian.org/debian-security stretch/updates main
deb-src http://security.debian.org/debian-security stretch/updates main
# stretch-updates, previously known as 'volatile'
deb http://mirror.transip.net/debian/debian stretch-updates main
deb-src http://mirror.transip.net/debian/debian stretch-updates main
Can you trythis, run: dpkg --configure -a
It seems there was a problem with the package ssl-cert. What happens if you try run this: update-ca-certificates
I got the VPS via Waag.org on an information evening sponsored by www.transip.nl, I can use the VPS for 3 months, some people got through the installation, others like me not, at the Waag they couldn’t help me
I hope I have done this right, I just copy past the whole thing and got this:
‘’'root@xxx-xxx-xxx-xxx:~# cd /root/
root@xxx-xxx-xxx-xxx:~# apt download ssl-cert
Get:1 Index of /debian/debian stretch/main amd64 ssl-cert all 1.0.39 [20.8 kB]
Fetched 20.8 kB in 0s (0 B/s)
W: Download is performed unsandboxed as root as file ‘/root/ssl-cert_1.0.39_all.deb’ couldn’t be accessed by user ‘_apt’. - pkgAcquire::Run (13: Permission denied)
root@xxx-xxx-xxx-xxx:~# dpkg -e ./ssl-cert*.deb
root@xxx-xxx-xxx-xxx:~# grep -nr “sed” DEBIAN/postinst
root@xxx-xxx-xxx-xxx:~# echo $(openssl x509 -issuer -noout < ${CERT} | sed 's/issuer= //')
-su: /etc/ssl/certs/ssl-cert-snakeoil.pem: No such file or directory
root@xxx-xxx-xxx-xxx:~# echo $(openssl x509 -subject -noout < ${CERT} | sed 's/subject= //')
-su: /etc/ssl/certs/ssl-cert-snakeoil.pem: No such file or directory