Hello,
I’m also trying to install dendrite in a new yunohost 11 installation, in a small vps. I got the following log https://paste.yunohost.org/raw/ukaqokorun
Please let me know if I can provide more details.
Hello,
I’m also trying to install dendrite in a new yunohost 11 installation, in a small vps. I got the following log https://paste.yunohost.org/raw/ukaqokorun
Please let me know if I can provide more details.
Next update should fix the issue. If you are eager to test: sudo yunohost app install https://github.com/YunoHost-Apps/dendrite_ynh/tree/testing -f
@crodges it should be fixed now.
Thank you very much, @tituspijean! Much appreciated. I’m trying to install again right now.
An update, @tituspijean . It took a long time on “installing go 1.18” and failed again. Here’s the log https://paste.yunohost.org/raw/iqiwixiqum seems like the version is the upgraded one, 0.9.8~ynh1
Let me know if you need more data.
@tituspijean How can I install from the debug branch so I can check detailed logs? Not seeing debug branch listed anymore (only see master, key and testing) I tried two install two newer versions to no avail.
I have reinstated the debug branch, please try again and share the log.
Here’s the log: https://paste.yunohost.org/raw/jiyidifuwi
My bad, I tweaked the wrong command. Try again, sorry.
Here’s the new attempt: https://paste.yunohost.org/raw/amufupohiv
gcc: fatal error: Killed signal terminated program cc1
The build process is getting killed due to a lack of memory. Consider adding a swap file to virtually increase it.
sudo fallocate -l 1G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo echo "/swapfile swap swap defaults 0 0" >> /etc/fstab
@tituspijean the swap file did the trick. I got dendrite working! Super happy, thank you very much!!
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.