[01:52:32]
<Jim Munroe> They seem to be there:
datname
-----------
postgres
template1
template0
(3 rows)
[01:58:46]
<Jim Munroe> Same thing seemed to happen when I tried it again: https://paste.yunohost.org/raw/ivewowiyor
Seemed to go wrong when ERROR: template database "template1" does not exist came up, despite it being present above
[11:46:49]
<dragon> I am still having issues installing PeerTube : https://paste.yunohost.org/raw/yabuzutasu
This issue has persisted ever since I started YunoHost, I started with a clean, fresh install and it gave me this error, even now, I still have been encountering it.
Last time I discussed this, some pointed out it may be an issue with the upstream. The URL returns a 404. Since Peertube recently released v8.0.0, maybe this issue will naturally be fixed on the next update (I don't know if PeerTube has been upgraded yet in the YunoHost repository).
Thank you all for the help!
[12:20:10]
<tituspijean> dragon: your error is slightly different now. It's a timeout error. Can you `ping packages.joinpeertube.org` ?
[15:18:30]
<dragon> hm, interesting.
I did the command for `ping packages.joinpeertube.org`, here is the result:
PING bernice.framasoft.org (178.63.240.150) 56(84) bytes of data.
64 bytes from bernice.framasoft.org (178.63.240.150): icmp_seq=1 ttl=51 time=271 ms
64 bytes from bernice.framasoft.org (178.63.240.150): icmp_seq=2 ttl=51 time=271 ms
64 bytes from bernice.framasoft.org (178.63.240.150): icmp_seq=3 ttl=51 time=274 ms
64 bytes from bernice.framasoft.org (178.63.240.150): icmp_seq=4 ttl=51 time=271 ms
64 bytes from bernice.framasoft.org (178.63.240.150): icmp_seq=5 ttl=51 time=269 ms
64 bytes from bernice.framasoft.org (178.63.240.150): icmp_seq=6 ttl=51 time=271 ms
64 bytes from bernice.framasoft.org (178.63.240.150): icmp_seq=7 ttl=51 time=271 ms
64 bytes from bernice.framasoft.org (178.63.240.150): icmp_seq=8 ttl=51 time=272 ms
64 bytes from bernice.framasoft.org (178.63.240.150): icmp_seq=9 ttl=51 time=273 ms
--- bernice.framasoft.org ping statistics ---
10 packets transmitted, 9 received, 10% packet loss, time 9603ms
rtt min/avg/max/mdev = 269.138/271.322/274.040/1.322
[15:18:45]
<dragon> Thank you for the help as always!
[18:13:14]
<@err404:matrix.numericore.com> hello, I tried to install mastodon app, but I encounter an issue: https://paste.yunohost.org/raw/omuyibekom
[18:45:54]
<@jeroen:franssen.xyz> You seem to be missing packages
[18:45:55]
<@jeroen:franssen.xyz> DEBUG - Package libpq-dev is not installed.
[18:46:11]
<@jeroen:franssen.xyz> Seems like some dependencies are not solved and installed in the script
[18:46:34]
<@jeroen:franssen.xyz> You can try to install these manually
[19:21:04]
<Aleks (he/him/il/lui)> that's not the issue ... the actual issue is :
>2025-12-14 15:08:36,792: DEBUG - Activating bundler (~> 2.7) failed:
>2025-12-14 15:08:36,792: DEBUG - Could not find 'bundler' (~> 2.7) - did find: [bundler-4.0.1,bundler-4.0.1]
cf https://github.com/YunoHost-Apps/mastodon_ynh/pull/542
you can try installing the pending branch using `yunohost app install https://github.com/silvasur/mastodon_ynh/tree/install-specific-bundler-version`