DNS error after upgrade to bullseye (category xmpp)

diagnosis error:
Some DNS entries for the domain *********.nohost.me are missing or incorrect (category xmpp)

my logs: https://paste.yunohost.org/raw/ujefugehog

What can i do or will it be fixed automatically? Thank you very much.

My YunoHost server

Hardware: Old computer
YunoHost version: 11.0.9.8
I have access to my server : Through SSH | through the webadmin | direct access via keyboard / screen | …
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

As advised in the diagnosis, running sudo yunohost dyndns update --force

I’ve tried several times without success. The error still exists.

Hi,

I have the same problem since the migration :

Résumé

Certains enregistrements DNS sont manquants ou incorrects pour le domaine pseudo.ynh.fr (catégorie xmpp)

La configuration DNS de ce domaine devrait être automatiquement gérée par YunoHost. Si ce n'est pas le cas, vous pouvez essayer de forcer une mise à jour en utilisant yunohost dyndns update --force.
Cet enregistrement DNS ne semble pas correspondre à la configuration recommandée :
Type : CNAME
Nom : muc
La valeur actuelle est : pseudo.ynh.fr.ynh.fr.
La valeur attendue est : pseudo.ynh.fr.
Cet enregistrement DNS ne semble pas correspondre à la configuration recommandée :
Type : CNAME
Nom : pubsub
La valeur actuelle est : pseudo.ynh.fr.ynh.fr.
La valeur attendue est : pseudo.ynh.fr.
Cet enregistrement DNS ne semble pas correspondre à la configuration recommandée :
Type : CNAME
Nom : vjud
La valeur actuelle est : pseudo.ynh.fr.ynh.fr.
La valeur attendue est : pseudo.ynh.fr.
Cet enregistrement DNS ne semble pas correspondre à la configuration recommandée :
Type : CNAME
Nom : xmpp-upload
La valeur actuelle est : pseudo.ynh.fr.ynh.fr.
La valeur attendue est : pseudo.ynh.fr.

admin@pseudo:~$ sudo yunohost dyndns update --force
Info: Updated needed, going on…
Success! Updated your IP on DynDNS
admin@pseudo:~$

Despite having run this command several times, the problem is still present : is there any files to edit on the server ?

ppr

Eeeeh sounds like a bug in the code maybe then …

Hello,

I have the same issue as well, which I somehow already encountered since I installed Yunohost 11 (still not stable at the time) on a fresh Debian bullseye. I was then discovering Yunohost and thought after some research & help in the forum that it was eventually due to the conflict between Metronome & Prosody (as I had installed the Jitsi package).

Now I would like to find XMPP working and thus removed the Jitsi package (together with Prosody). It works but I still can’t upload files (like sharing pictures) due to some connection error to xmpp-upload.pseudo.ynh.fr. Yunohost diagnosis gives the same DNS error as ppr hereinabove (or as in my previous related topic).

But contrary to ppr and Big-Mac1975 I can’t run successfully sudo yunohost dyndns update --force . It ends up with a connection timeout error.
EDIT : the connection timeout might be related to a potentially more general issue with dydns today . I’ll try again later and report back.

log dydns update
description: Update the IP associated with your YunoHost subdomain 'pseudo.ynh.fr'
log_path: /var/log/yunohost/categories/operation/20220901-152300-dyndns_update-pseudo.ynh.fr.log
logs: 
  - 2022-09-01 15:23:00,627: INFO - Updated needed, going on...
  - 2022-09-01 15:23:00,628: DEBUG - Reusing IPv4 from cache: xxx.xxx.xxx.xxx
  - 2022-09-01 15:23:00,628: DEBUG - Reusing IPv6 from cache: xxxx:xxxx:xxxx:x:xx:xxx:xx:xx
  - 2022-09-01 15:23:00,935: DEBUG - initializing ldap interface
  - 2022-09-01 15:23:00,937: DEBUG - Formating result in 'export' mode
  - 2022-09-01 15:23:00,942: DEBUG - Now pushing new conf to DynDNS host...
  - 2022-09-01 15:23:00,942: DEBUG - id XXXXX
  - opcode UPDATE
  - rcode NOERROR
  - flags 
  - ;ZONE
  - ynh.fr. IN SOA
  - ;PREREQ
  - ;UPDATE
  - pseudo.ynh.fr. ANY ANY
  - pseudo.ynh.fr. ANY ANY
  - _xmpp-client._tcp.pseudo.ynh.fr. ANY ANY
  - _xmpp-server._tcp.pseudo.ynh.fr. ANY ANY
  - muc.pseudo.ynh.fr. ANY ANY
  - pubsub.pseudo.ynh.fr. ANY ANY
  - vjud.pseudo.ynh.fr. ANY ANY
  - xmpp-upload.pseudo.ynh.fr. ANY ANY
  - pseudo.ynh.fr. ANY ANY
  - pseudo.ynh.fr. ANY ANY
  - mail._domainkey.pseudo.ynh.fr. ANY ANY
  - _dmarc.pseudo.ynh.fr. ANY ANY
  - *.pseudo.ynh.fr. ANY ANY
  - *.pseudo.ynh.fr. ANY ANY
  - pseudo.ynh.fr. ANY ANY
  - pseudo.ynh.fr. 3600 IN A xxx.xxx.xxx.xxx
  - pseudo.ynh.fr. 3600 IN AAAA xxxx:xxxx:xxxx:x:xx:xxx:xx:xx
  - _xmpp-client._tcp.pseudo.ynh.fr. 3600 IN SRV 0 5 5222 temp752
  - _xmpp-server._tcp.pseudo.ynh.fr. 3600 IN SRV 0 5 5269 temp752
  - muc.pseudo.ynh.fr. 3600 IN CNAME pseudo.ynh.fr
  - pubsub.pseudo.ynh.fr. 3600 IN CNAME pseudo.ynh.fr
  - vjud.pseudo.ynh.fr. 3600 IN CNAME pseudo.ynh.fr
  - xmpp-upload.pseudo.ynh.fr. 3600 IN CNAME pseudo.ynh.fr
  - pseudo.ynh.fr. 3600 IN MX 10 temp752
  - pseudo.ynh.fr. 3600 IN TXT "v=spf1 a mx -all"
  - mail._domainkey.pseudo.ynh.fr. 3600 IN TXT "v=DKIM1; h=sha256; k=rsa; p={domainkeyplaceholder}"
  - _dmarc.pseudo.ynh.fr. 3600 IN TXT "v=DMARC1; p=none"
  - *.pseudo.ynh.fr. 3600 IN A xxx.xxx.xxx.xxx
  - *.pseudo.ynh.fr. 3600 IN AAAA xxxx:xxxx:xxxx:x:xx:xxx:xx:xx
  - pseudo.ynh.fr. 3600 IN CAA 128 issue "letsencrypt.org"
  - ;ADDITIONAL
  - 2022-09-01 15:25:10,215: ERROR - [Errno 110] Connection timed out
metadata: 
  args: 
    domain: None
    dry_run: False
    force: True
  ended_at: 2022-09-01 15:25:10
  error: Could not update IP address to DynDNS
  interface: cli
  operation: dyndns_update
  parent: None
  related_to: 
    - domain
    - pseudo.ynh.fr
  started_at: 2022-09-01 15:23:00
  success: False
  yunohost_version: 11.0.9.12
metadata_path: /var/log/yunohost/categories/operation/20220901-152300-dyndns_update-pseudo.ynh.fr.yml
name: 20220901-152300-dyndns_update-pseudo.ynh.fr

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.