[05:35:20]
<tituspijean[m]> > <@fjox_de:matrix.org> well i send the entire curl log and nothing
Not nothing, I wrote that not being able to reach these IPs was not normal. Let me put it plainly: this is your responsibility to understand and fix this connectivity issue since you are behind a Cloudflare Proxy. Make it ping and we can talk again.
[07:21:41]
<thatoo> Some version ago, when we wera facing this warning, `` Another YunoHost command is running right now, we are waiting for it to finish before running this one, `` we could launch this command to know which one
`` sudo ps -ef | grep $(cat /var/run/moulinette_yunohost.lock) ``
How can I know now?
[08:21:17]
<@fjox_de:matrix.org> The proxy is just for incoming connections. I'm not using g cloudflare tunnels
[13:29:20]
<trendx> Hi, I'm on a vps and have installed yunohost succesfully on domain A.tld.
I also tried to install domain B.tld. According to the diagnosis everything looks ok. I am able to create users and they have access to tthe server.
It is possible to send out emails but *it is not possible to receive emails*. I have tried to search for a solution online but am unable to solve this one.
Does anyone know what I could try next ?
[14:48:51]
<fabulousfabs> hello,
are all the DNS entries correct for both domains (MX and so) ?
[14:48:51]
<fabulousfabs> if yes, have you checked that mails are active on both domains in https://your.domain.tld/yunohost/admin/#/domains/domain_A/feature
[14:48:52]
<thatoo> Hello,
A yunohost serveur (v12) is updating for quiet some time (about 18h...) and is not moving from the step
`` Setting up redis-server (5:7.0.15-1~deb12u5) ... ``
[14:50:52]
<Aleks (he/him/il/lui)> would start by connecting via SSH and having a look at `ps -ef --forest | grep -A5 'apt\|dpkg\|yunohost'`
[14:52:42]
<thatoo> ```
rabbitmq 1877 762 0 Aug13 ? 00:00:27 _ /bin/sh -s rabbit_disk_monitor
redis 614 1 0 Aug13 ? 00:39:05 /usr/bin/redis-server 127.0.0.1:6379
root 624 1 0 Aug13 ? 00:00:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal
root 626 1 0 Aug13 ? 00:01:42 python3 /usr/bin/yunohost-api
ynh-por+ 628 1 0 Aug13 ? 00:00:01 python3 /usr/bin/yunohost-portal-api
mdns 630 1 0 Aug13 ? 00:00:24 python3 /usr/bin/yunomdns
root 637 1 0 Aug13 tty1 00:00:00 /sbin/agetty -o -p -- u --noclear - linux
mysql 751 1 0 Aug13 ? 00:13:55 /usr/sbin/mariadbd
--
root 707420 555387 0 09:01 ? 00:00:00 _ sshd: USER [priv]
marion 707472 707420 0 09:01 ? 00:00:00 | _ sshd: USER@pts/0
marion 707474 707472 0 09:01 pts/0 00:00:00 | _ -bash
root 736796 707474 0 15:00 pts/0 00:00:00 | _ sudo dpkg --configure -a
root 736797 736796 0 15:00 pts/1 00:00:00 | _ sudo dpkg --configure -a
root 736798 736797 0 15:00 pts/1 00:00:00 | _ dpkg --configure -a
root 739425 736798 0 15:00 pts/1 00:00:00 | _ /bin/sh /var/lib/dpkg/info/redis-server.postinst configure 5:7.0.15-1~deb12u4
root 739509 739425 0 15:00 pts/1 00:00:00 | _ /usr/bin/perl /usr/bin/deb-systemd-invoke restart redis-server.service
root 739515 739509 0 15:00 pts/1 00:00:00 | _ systemctl --quiet --system restart redis-server.service
root 739516 739515 0 15:00 pts/1 00:00:00 | _ /bin/systemd-tty-ask-password-agent --watch
--
root 747355 747344 33 16:51 pts/4 00:00:00 _ sudo ps -ef --forest
root 747357 747355 0 16:51 pts/5 00:00:00 | _ sudo ps -ef --forest
root 747358 747357 0 16:51 pts/5 00:00:00 | _ ps -ef --forest
marion 747356 747344 0 16:51 pts/4 00:00:00 _ grep -C3 apt|dpkg|yunohost
root 647106 1 0 Aug18 ? 00:00:00 /bin/sh /var/lib/dpkg/info/redis-server.postinst configure 5:7.0.15-1~deb12u4
root 647184 647106 0 Aug18 ? 00:00:00 _ /usr/bin/perl /usr/bin/deb-systemd-invoke restart redis-server.service
root 647190 647184 0 Aug18 ? 00:00:01 _ systemctl --quiet --system restart redis-server.service
marion 707450 1 0 09:01 ? 00:00:00 /lib/systemd/systemd --user
marion 707451 707450 0 09:01 ? 00:00:00 _ (sd-pam)
dnsmasq 733375 1 0 14:51 ? 00:00:00 /usr/sbin/dnsmasq -x /run/dnsmasq/dnsmasq.pid -u dnsmasq -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new --local-service --trust-anchor=.,20326,8,2,E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D --trust-anchor=.,38696,8,2,683D2D0ACB8C9B712A1948B27F741219298D0A450D612C483AF444A4C0FB2B16
root 734431 1 0 14:52 ? 00:00:00 /usr/sbin/dovecot -F
dovecot 734433 734431 0 14:52 ? 00:00:00 _ dovecot/anvil
root 734434 734431 0 14:52 ? 00:00:00 _ dovecot/log
```
[14:54:54]
<Aleks (he/him/il/lui)> hmpf yeah it's stuck trying to restart redis for some reason, i suppose we can kill it, dpkg wont be super happy about it but not a huge deal either, you'll just have to relaunch the upgrade after or something ... maybe dpkg --reconfigure -a or something
[14:55:07]
<Aleks (he/him/il/lui)> so i would `kill -9 739515` (the PID of the systemctl restart process)
[14:58:09]
<thatoo> Thanks, upgrade is moving forward
[14:58:22]
<trendx> Hi, can anyone help me with my email problem ?
[15:05:58]
*trendx retracted a previous message, but it's unsupported by your client.
[15:09:35]
<trendx> sorry for the late response, my connection failed
MX records are all ok and mails are active (under features) on both domains
[15:24:29]
<trendx> fabulousfabs: any other idea?
[20:44:44]
<fabulousfabs> I answered you, with questions, please see on your original message answers.
[20:44:44]
<fabulousfabs> what does those return ?
`yunohost service status dovecot`
`grep -i error /var/log/mail.log`
[21:15:31]
<xabi> Hey, how can I connect to a mysql db that My Webapp has created? I need the hostname or the db. Is it the same as the domain name?
Thanks
[21:15:31]
<someuser> > <@xabi:balaena.eus> Hey, how can I connect to a mysql db that My Webapp has created? I need the hostname or the db. Is it the same as the domain name?
> Thanks
You probably want to use something like https://www.mysql.com/products/workbench/ to edit/connect to your DB
The hostname is the domain which points to your DB
[21:16:00]
<someuser> You can probably also connect via the IP of your server
[21:17:08]
<xabi> Thanks. The docs say there is a db_access.txt file somewhere but I haven't been able to find it
[21:17:08]
<rodinux> have seen in the webadmin ?
[21:18:17]
<rodinux> the db is called my_webapp and the db_user my_webapp, you can also see the infos in `/etc/yunohost/apps/my_webapp/settings`
[21:18:47]
<xabi> > located in the root directory of the app
[21:18:47]
<rodinux> in /var/www/my_webapp/
[21:22:08]
<xabi> I looked here and found nothing
[21:22:08]
<tituspijean[m]> indeed it's not there anymore
[21:22:20]
<tituspijean[m]> you have a post install notification in the webadmin with the credentials
[21:22:41]
<tituspijean[m]> go in the Apps > mywebapp menu
[21:23:37]
<tituspijean[m]> otherwise `yunohost app setting my_webapp mysqlpwd`
[21:26:00]
<xabi> Ok, thanks. I just needed to know that database hostname = domain name
[21:26:39]
<tituspijean[m]> ...sorry I misread. yeah hostname is domain name
[21:26:51]
<tituspijean[m]> errr, rather it's the app id
[21:31:35]
<xabi> Merci et bonne nuit
[21:31:35]
<xabi> I was trying to install [Koken](https://github.com/modufolio/Koken-App), the best photo manager I ever used, and i'm failing miserably, so I just wanted to rule out that I was entering the wrong data
I'll try tomorrow again
[21:31:57]
<rodinux> perhaps need add some lines in nginx conf
[22:03:21]
<lautre> Need log, isn't it?
[22:35:32]
<miro5001> > <@xabi:balaena.eus> I was trying to install [Koken](https://github.com/modufolio/Koken-App), the best photo manager I ever used, and i'm failing miserably, so I just wanted to rule out that I was entering the wrong data
> I'll try tomorrow again
Use localhost as hostname
[22:36:50]
<miro5001> > <@tituspijean:matrix.org> ...sorry I misread. yeah hostname is domain name
I thought that mariadb was configured to allow local connections only