Friday, August 01, 2025
support@conference.yunohost.org
August
Mon Tue Wed Thu Fri Sat Sun
        1
2
3
4
5 6
7
8
9
10
11
12
13
14
15
16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
             

[05:48:56] <Jorge Luis> > Some more accurate description, including logs or pictures of 'not working' would immensly help.
> did you get a chance to post a bug report in app repo and/or forum?

The issue is described here: https://github.com/YunoHost-Apps/linkstack_ynh/issues/71
[06:28:37] <nounours> Hello I have the following error while doign the postintstall with SSH: Error: Unable to reach DynDNS provider dyndns.yunohost.org: either your YunoHost is not correctly connected to the internet or the dynette server is down.


how do i fix it ?
[06:32:23] <nounours> Also I wanted to know is there a way to access the external storage on an other computer ? I have a storage that I cna plug into my Linux but do not have the permissions
[06:48:10] <nounours> > Hello I have the following error while doign the postintstall with SSH: Error: Unable to reach DynDNS provider dyndns.yunohost.org: either your YunoHost is not correctly connected to the internet or the dynette server is down.
>
>
> how do i fix it ?
Should I invest in a domain name perhaps ?
[07:19:20] <NemStudio18> > <@lautre:matrix.org> Forgejo sinon?

J'y ai pensé oui mais j'aime pas l'interface ... Je sais pas pourquoi, il y en a un autre aussi en go je crois mais je sais pas ce que ça vaut
[08:53:55] <rodinux> Humm j'ai un soucis sur un serveur avec ce message, ça pourrait être une autre app, comme si il y avait une erreur git...
```
yunohost tools update
Info: Fetching available upgrades for system packages…
Info: Updating application catalog…
Success! The application catalog has been updated!
Error: Command '['git', 'ls-remote', '--symref', 'https://github.com/YunoHost-Apps/gitea_ynh', 'HEAD']' returned non-zero exit status 128.
Error: Could not fetch source files, is the URL correct?
[09:50:52] <NemStudio18> Alors je viens de tester forgejo et l'installation se passe sans problème.

A savoir que après désinstallation de gitea (ou j'ai recréé moi même un user en localhost) d'autres problèmes derrière car comme jamais connecté lors de l'installation il manque des données.

J'ai donc désinstallé, bha ça a aussi supprimé le user gitea que je venais de créer a la main.

Donc mon avis c'est que ça viens de gitea
[09:59:39] <miro5001> today i've created a new user on my server. But the mail account wasn't created.

```
yunohost user create noreply -F "Noreply FMS" -p "thepazzword" -d "domain2.tld" --debug
```

here is the log https://paste.yunohost.org/raw/igoxelediw
and
```
: doveadm mailbox list -u noreply
doveadm(noreply): Error: User doesn't exist
```
I tried on another server without issue.


[10:12:38] <Aleks (he/him/il/lui)> > <@miro5001:matrix.org> today i've created a new user on my server. But the mail account wasn't created.
>
> ```
> yunohost user create noreply -F "Noreply FMS" -p "thepazzword" -d "domain2.tld" --debug
> ```
>
> here is the log https://paste.yunohost.org/raw/igoxelediw
> and
> ```
> : doveadm mailbox list -u noreply
> doveadm(noreply): Error: User doesn't exist
> ```
> I tried on another server without issue.
>
>

Do you other clue pointing to the fact that 'the mail account wasnt created' or just the return of the doveadm command ...?
[10:13:25] <miro5001> roundcube fails to login
[10:13:49] <miro5001> smtp clients fail to authenticate
[10:13:54] <Aleks (he/him/il/lui)> > <@rodinux:matrix.org> Humm j'ai un soucis sur un serveur avec ce message, ça pourrait être une autre app, comme si il y avait une erreur git...
> ```
> yunohost tools update
> Info: Fetching available upgrades for system packages…
> Info: Updating application catalog…
> Success! The application catalog has been updated!
> Error: Command '['git', 'ls-remote', '--symref', 'https://github.com/YunoHost-Apps/gitea_ynh', 'HEAD']' returned non-zero exit status 128.
> Error: Could not fetch source files, is the URL correct?

Can you check that 'ping github.com' works and/or manually cloning the repo to see the actual error message
[10:16:19] <Aleks (he/him/il/lui)> [@miro5001:matrix.org](https://matrix.to/#/@miro5001:matrix.org) : could it be related to something specific to 'noreply', are you able to reproduce the issue with other names ?
[10:16:53] <miro5001> yes 'ive also tried with "scolarite"
[10:17:00] <orhtej2> > <@rodinux:matrix.org> Humm j'ai un soucis sur un serveur avec ce message, ça pourrait être une autre app, comme si il y avait une erreur git...
> ```
> yunohost tools update
> Info: Fetching available upgrades for system packages…
> Info: Updating application catalog…
> Success! The application catalog has been updated!
> Error: Command '['git', 'ls-remote', '--symref', 'https://github.com/YunoHost-Apps/gitea_ynh', 'HEAD']' returned non-zero exit status 128.
> Error: Could not fetch source files, is the URL correct?

I vaguely remember this being caused by your shell standing in non-existent dir, like if you enter var www x then remove x
[10:31:54] <miro5001> i've tried other names and the main domain, with no luck.
[10:36:05] <Aleks (he/him/il/lui)> so any newly created account have broken mailbox ? What about the previously existing accounts, they still work fine ?
[10:37:11] <miro5001> Yes, I can send and recieve emails
[10:38:27] <Aleks (he/him/il/lui)> and you can connect to the corresponding mailboxes ? (sorry to insist, trying to make sure)
[10:40:56] <miro5001> Yes, i've just sent an email from roundcube to another mail that was delivered
[10:41:43] <miro5001> the diagnosis doesn't complain about anything special (I've disabled ipv6 for mail a year ago)
[10:45:10] <tao> hey there, trying to config redirect app to proxy serve a second domain to a libreerp app serving 2 website. out of the box conf redirect alright, but to site with domain 1, instead of site with domain 2. how should i conf it the ynh way? $#sub\_path\_only rewrite ^/$ / permanent;
location / {

proxy\_pass http://127.0.0.1:8070;
proxy\_redirect off;

# proxy\_set\_header Host $host;

proxy\_set\_header X-Real-IP $remote\_addr;
proxy\_set\_header X-Forwarded-Proto $scheme;
proxy\_set\_header X-Forwarded-For $proxy\_add\_x\_forwarded\_for;
proxy\_set\_header X-Forwarded-Host $server\_name;
proxy\_set\_header X-Forwarded-Port $server\_port;

proxy\_http\_version 1.1;
proxy\_set\_header Upgrade $http\_upgrade;
proxy\_set\_header Connection "upgrade";

# Include SSOWAT user panel.

include conf.d/yunohost\_panel.conf.inc;
more\_clear\_input\_headers 'Accept-Encoding';
}
\]
[10:48:49] <Aleks (he/him/il/lui)> miro5001: sooo hmmm that's confusing ... its a bit technical but i think first thing i'd do would be to check `slapcat | grep -A30 'dn: uid=noreply,ou=users' | grep "^mail\|uid:" -C1` to confirm that user `noreply` does have the expected mail attribute
[10:49:08] <Aleks (he/him/il/lui)> in particular `mail: noreply@domain.tld`
[10:49:23] <Aleks (he/him/il/lui)> and `maildrop: noreply`
[10:50:54] <miro5001> ```
slapcat | grep -A30 'dn: uid=noreply,ou=users' | grep "^mail\|uid:" -C1
cn: Noreply FMS
uid: noreply
mail: noreply@domain2
maildrop: noreply
mailuserquota: 0
userPassword:: passsssssssssword
```
[10:51:10] <Aleks (he/him/il/lui)> also maybe checking `slapcat | grep noreply -C3` to check there' nothing else using th noreply email address or uid such as a group or something but since you're saying the issue is there for any new account i guess it doesnt hav anything to do with "noreply" specificially though that's suspicious
[10:51:19] <Aleks (he/him/il/lui)> hmkay
[10:54:05] <miro5001> ls /var/mail there isn't a corresponding folder
[10:55:22] <Aleks (he/him/il/lui)> not really worried about that, i think mailbox folders are only created upon receiving a first email (not 100% sure but pretty sure)
[10:58:19] <miro5001> `slapcat | grep noreply -C3 ` gives a long list, but from my understanding, all noreply lines are similar to the other users and there is only one noreply@
```
sn: FMS
displayName: Noreply FMS
cn: Noreply FMS
uid: noreply
mail: noreply@domain
maildrop: noreply
mailuserquota: 0
userPassword:: pass ==
gidNumber: 30474
uidNumber: 30474
homeDirectory: /home/noreply
loginShell: /bin/bash
structuralObjectClass: inetOrgPerson
entryUUID: ******************
```
[11:00:16] <Aleks (he/him/il/lui)> looks ok yeah
[11:04:10] <miro5001> oh, very important thing I forgot about 😅
I've tried to install yunorunner_ynh 3 months ago and run the finish_install script, which broke the server, so I've checked the script and reenabled the services that have been disabled (and uninstalled yunorunner)
[11:04:38] <miro5001> I didn't know that it wasn't intended for a production server
[11:04:43] <Aleks (he/him/il/lui)> 🫠
[11:05:23] <Aleks (he/him/il/lui)> doesnt seem super related to email tho
[11:05:50] <miro5001> okey, just in case
[11:09:08] <Aleks (he/him/il/lui)> can you share the output of `ls -ld /var/mail` (the permission bits at the beginning, should see `rwxrwsr-t`, note the `s` and `t`
[11:09:09] <miro5001> ls -ld /var/mail
drwxrwsr-t 15 root mail 4096 Aug 1 09:37 /var/mail

[11:09:48] <Aleks (he/him/il/lui)> and the folders listed in `ls -l /var/mail` are owned by vmail : mail, right ?
[11:10:22] <miro5001> drwx--S--- 10 vmail mail 4096 Aug 1 10:36 user
[11:11:00] <miro5001> i've restarted postfix and dovecot in case, but nada
[11:12:12] <lets> god>/dev/null
[11:13:33] <Aleks (he/him/il/lui)> (not the password input field you're looking for)
[11:15:16] <Aleks (he/him/il/lui)> miro5001: let's double check that dovecot and postfix confs are happy with `yunohost tools regen-conf postfix dovecot --dry-run --with-diff`
[11:16:57] <miro5001> clear
[11:17:35] <Aleks (he/him/il/lui)> also i suppose we could look for errors in `/var/log/mail.err` right after attempting to log in via roundcube, or sending an email to the user
[11:18:04] <Aleks (he/him/il/lui)> (or `mail.warn` or `mail.info`)
[11:19:04] <Aleks (he/him/il/lui)> or `journalctl -u dovecot -n 30 --no-pager --no-hostname`
[11:23:00] <miro5001> ```
Aug 01 10:54:49 systemd[1]: Starting dovecot.service - Dovecot IMAP/POP3 email server...
Aug 01 10:54:49 dovecot[120105]: master: Dovecot v2.3.19.1 (9b53102964) starting up for imap, sieve (core dumps disabled)
Aug 01 10:54:49 systemd[1]: Started dovecot.service - Dovecot IMAP/POP3 email server.
Aug 01 10:55:21 dovecot[120114]: imap-login: Disconnected: Connection closed (auth failed, 1 attempts in 2 secs): user=<noreply>, method=PLAIN, rip=::1, lip=::1, secured, session=<YvwD
```
[11:28:06] <miro5001> When sending an email I get this error in the postfix logs:

```
2025-08-01T11:23:34.801734+00:00 domain1 postfix/submission/smtpd[128166]: NOQUEUE: reject: RCPT from domain1.ovh[ip]: 550 5.1.1 <noreply@domain2.ovh>: Recipient address rejected: User unknown in virtual mailbox table; from=<miro@domain1.ovh> to=<noreply@domain2.ovh> proto=ESMTP helo=<domain1.ovh>

```
[11:42:04] <Aleks (he/him/il/lui)> 🤔 `unknown in virtual mailbox table`
[11:42:07] <Aleks (he/him/il/lui)> meh
[11:43:45] <Aleks (he/him/il/lui)> ah !
[11:44:03] <miro5001> ```
yunohost user permission info mail
```
does not list the new user so I run
```
yunohost user permission add mail noreply
````
that fixed the problem and now I can open roundcube. I'll try to make more tests as I have a meeting in 15 minutes
YunoHost 12.0.17 (stable).
[11:44:06] <Aleks (he/him/il/lui)> do the user have the mail.main permission
[11:44:10] <Aleks (he/him/il/lui)> (are you on 12.1 ?)
[11:44:10] <Aleks (he/him/il/lui)> which we can check wiiith
[11:45:47] <Aleks (he/him/il/lui)> `slapcat | grep 'uid:\|permission:.*cn=mail.main'`
[11:50:39] <rodinux> No, I have this message also in the webadmin UI... I can ping github.com
[11:51:33] <miro5001> Indeed, it didn't have.
Thanks a lot for your patience 🤗
[11:57:24] <Aleks (he/him/il/lui)> eeeeeh
[11:57:53] <Aleks (he/him/il/lui)> but are you on 12.1 ?
[11:58:07] <Aleks (he/him/il/lui)> though even on 12.1 users are supposed to have the mail enabled by default i suppose
[11:59:00] <miro5001> > <@Alekswag:matrix.org> but are you on 12.1 ?

No. 12.0.17
[11:59:14] <rodinux> This morning there was a message cron from /usr/sbin/anacron with something like
```
/etc/cron.daily/yunohost-fetch-apps-catalog:
ERROR Could not fetch source files, is the URL correct?
run-parts: /etc/cron.daily/yunohost-fetch-apps-catalog exited with return code 1
[11:59:17] <Aleks (he/him/il/lui)> 🤔
[11:59:50] <Aleks (he/him/il/lui)> rodinux: definitely sound like the server was missing internet connectivity or dns resolution ...
[12:00:47] <rodinux> Waouw... what's the matter...
[12:11:37] <rodinux> well... relaoding the service networking seems do something, after I could do a `yunohost tools update`... strange day
[12:12:06] <rodinux> Hum not really

```
root@yuno:~# yunohost app upgrade dolibarr
Info: Now upgrading dolibarr…
Error: Could not fetch source files, is the URL correct?

[12:14:49] <Aleks (he/him/il/lui)> what happens if you run `cd /tmp; git clone https://github.com/YunoHost-Apps/dolibarr_ynh` ...
[12:15:43] <rodinux> it works
[12:15:49] <Aleks (he/him/il/lui)> @_@
[12:17:35] <rodinux> ```
root@yuno:~# cd /tmp; git clone https://github.com/YunoHost-Apps/dolibarr_ynh
Cloning into 'dolibarr_ynh'...
remote: Enumerating objects: 16163, done.
remote: Counting objects: 100% (510/510), done.
remote: Compressing objects: 100% (254/254), done.
remote: Total 16163 (delta 345), reused 286 (delta 248), pack-reused 15653 (from 3)
Receiving objects: 100% (16163/16163), 49.80 MiB | 24.40 MiB/s, done.
Resolving deltas: 100% (4455/4455), done.
root@yuno:/tmp# ls
dolibarr_ynh
systemd-private-37ce97a3d29c4eb3a6aef35d8357cef1-dovecot.service-Yqjk6W
systemd-private-37ce97a3d29c4eb3a6aef35d8357cef1-etherpad_mypads.service-IXW2CG
systemd-private-37ce97a3d29c4eb3a6aef35d8357cef1-galene_ldap.service-n1yKby
systemd-private-37ce97a3d29c4eb3a6aef35d8357cef1-galene.service-RhZQC1
systemd-private-37ce97a3d29c4eb3a6aef35d8357cef1-gitea.service-xYEftK
systemd-private-37ce97a3d29c4eb3a6aef35d8357cef1-haveged.service-VbvS4g
systemd-private-37ce97a3d29c4eb3a6aef35d8357cef1-listmonk.service-7qdIJx
systemd-private-37ce97a3d29c4eb3a6aef35d8357cef1-memcached.service-hp8giv
systemd-private-37ce97a3d29c4eb3a6aef35d8357cef1-ntpsec.service-vPXUWj
systemd-private-37ce97a3d29c4eb3a6aef35d8357cef1-systemd-logind.service-5hLzIU
systemd-private-37ce97a3d29c4eb3a6aef35d8357cef1-uptime-kuma.service-CP5PD5
systemd-private-37ce97a3d29c4eb3a6aef35d8357cef1-yunohost-portal-api.service-O0mGZh
yunohost-meltdown-diagnosis
[12:18:20] <Aleks (he/him/il/lui)> then let's retry `yunohost app upgrade dolibarr` with `--debug`
[12:18:21] <rodinux> This morning trying an upgradr paste log https://paste.yunohost.org/raw/zahemocubo
[12:18:38] <Aleks (he/him/il/lui)> `Unable to establish SSL connection.`
[12:20:20] <orhtej2> > <@rodinux:matrix.org> This morning trying an paste log

`ls -la /var/cache/yunohost/download/` ?
[12:20:56] <rodinux> root@yuno:~# yunohost app upgrade dolibarr --debug
163 DEBUG acquiring lock...
176 DEBUG lock has been acquired
188 DEBUG loading python module yunohost.app took 0.011s
188 DEBUG processing action 'yunohost.app.upgrade'
197 INFO Now upgrading dolibarr…
256 DEBUG initializing root ldap interface
286 DEBUG Checking default branch
99861 ERROR Command '['git', 'ls-remote', '--symref', 'https://github.com/YunoHost-Apps/dolibarr_ynh', 'HEAD']' returned non-zero exit status 128.
99862 DEBUG action executed in 99.673s
99862 DEBUG lock has been released
99862 ERROR Could not fetch source files, is the URL correct?
[12:21:33] <rodinux> ```
ls -la /var/cache/yunohost/download/
total 12
drwxrwxrwx 3 root root 4096 Aug 1 09:47 .
drwx------ 10 root root 4096 Aug 1 09:47 ..
drwxrwxrwx 2 root root 4096 Aug 1 10:17 dolibarr
[12:21:54] <rodinux> I have to remove first the cache ??
[12:22:08] <orhtej2> > <@rodinux:matrix.org> I have to remove first the cache ??

No
[12:22:33] <orhtej2> is `date` showing the current date and time?
[12:23:26] <rodinux> Ahh this is the problem
```
root@yuno:~# date
Fri Aug 1 02:22:43 PM CEST 202
[12:24:08] <orhtej2> > <@rodinux:matrix.org> Ahh this is the problem
> ```
> root@yuno:~# date
> Fri Aug 1 02:22:43 PM CEST 202

I mean that sounds reasonable ~the missing 5
[12:25:03] <rodinux> yes it's my guest
root@yuno:~# date
Fri Aug 1 02:22:43 PM CEST 2025
[12:26:07] <orhtej2> I have no clue what's causing it then 🤷
[12:27:01] <rodinux> Why ?? I have reboot this sever (is a VM) yesterday or day before, removing a a parameter `iothreads` on the disks... well I have to reconfigure the date...
[12:27:16] <Aleks (he/him/il/lui)> ... the date is fine ...
[12:27:41] <Aleks (he/him/il/lui)> except ... if you think we're not August 1st 2025
[12:27:51] <rodinux> I mean the hour ??
[12:28:02] <Aleks (he/him/il/lui)> 2:22 PM
[12:28:04] <orhtej2> It's 2pm so 14
[12:28:05] <Aleks (he/him/il/lui)> seems about right to me
[12:28:14] <orhtej2> 12h clock
[12:29:02] <orhtej2> also manual git clone worked so we can rule that one out I guess
[12:32:14] <rodinux> I am lost...
[13:02:39] <rodinux> When trying update the app which failed, after it fails also doing a yunohost tools update...
[13:07:30] <Aleks (he/him/il/lui)> can't debug without logs
[13:08:46] <lautre> rodinux, please do it with ssh, it's easier to have and share logs
[13:09:58] <lautre> (I didn't saw you already wrote something before, I'm reading back messages)
[13:10:52] <rodinux> I all do with ssh... well, I have one more time use `service networking reload` then could fetch the catalog with `yunohost tools update` and this time I could do the upgrade of Dolibarr...
[13:12:44] <rodinux> Sorry, I don't really know why sometimes it could or not listen the sources...
[13:17:03] <Aleks (he/him/il/lui)> can you try `git ls-remote --symref https://github.com/YunoHost-Apps/dolibarr_ynh HEAD >/dev/null` like idk, 30 times and see if sometimes it fails
[13:25:27] <rodinux> well it seems ok now...
[13:31:46] <Aleks (he/him/il/lui)> 🫠
[13:38:31] <lautre> If you have a Proxy SNI, the install or upgrade for some app can fail (you can see curl with 127.0.0.1). It's fail if you have proxy_protocol in the nginx config.
[16:32:27] <trendx> Hi,

I just want to check something.

When editing a user account it is possible to set a mailbox quota. I can enter a number. But what does that mean. It says "M". I assume that means MB?
[16:35:24] <Aleks (he/him/il/lui)> yes
[16:36:11] <trendx> ok thanks
[19:46:08] <captainhonora> Hi there! I got an error I would like to get help with when upgrade/migration to BookWorm failed.
https://paste.yunohost.org/raw/axixipacev
[19:48:27] <captainhonora> Error: Failed
to run command ''aptitude full-upgrade python3 (...)
[20:44:33] <Aleks (he/him/il/lui)> sounds like libreoffice is creating a mess in the dependencies ...
[20:44:42] <Aleks (he/him/il/lui)> any chance that removing libreoffice until you're on bookworm is an option ?
[21:53:13] <captainhonora> oh right, good idea! thanks a lot
[22:11:21] <captainhonora> Dang, I tried going too fast and bricked my system. thankfully I backup right before.
[22:12:15] <captainhonora> Now it only boots to CLI and I can't restore the backup.
[22:23:18] <captainhonora> https://aria.im/_bifrost/v1/media/download/Aeh6aqO0ED9cLp4SRaVf8zGk-floQrB8vdCTBjjY4cEPOXIHdU98icEEMkjQEwsm4MSDvtZ4FbE8FzaoTOmTbxdCeYbOHe9QAG1hdHJpeC5vcmcvQmZjQnJqT25aZmRFalFLaE9DQUhqbFFY
[22:23:43] <captainhonora> by "bricked" I mean every commands leads to the same error
[22:24:27] <Aleks (he/him/il/lui)> mokay it looks it it's half-upgraded
[22:24:41] <captainhonora> yes that's what happened
[22:24:42] <Aleks (he/him/il/lui)> can you share the output of `dpkg --list | grep 'yunohost\|moulinette'`
[22:26:16] <captainhonora> https://aria.im/_bifrost/v1/media/download/AbxXw7OQjTQ-Z8a8umRhBMWAR2H7PkwpJKvn4yL1eYCFVcwjIsO5CM8rFhaDyhOYzAl9ZO7ZzQeuNjCNt1HkcbpCeYbOSUTAAG1hdHJpeC5vcmcvT2FwdERZTkh0SFN6SFJZRnFNY0xsa1JM
[22:26:36] <captainhonora> moulinette
11.3.0
hi
yunchost
11.3.0.2
hi
yunchost-admin
11.3.0
[22:27:03] <Aleks (he/him/il/lui)> ah i see it's on python3.11 somehow but still the old version of yunohost hmm
[22:27:49] <Aleks (he/him/il/lui)> well idk let's try to manually run apt hmffff wiiiith let me check
[22:28:13] <captainhonora> I want to know basically what is the easiest way for me to get the backup restore command working, or to finish the upgrade
[22:29:02] <Aleks (he/him/il/lui)> yeah there's nothing simple/straightforward since the system is in some half-upgraded state
[22:29:25] <captainhonora> Gotcha! thanks for explaining
[22:30:13] <Aleks (he/him/il/lui)> let's try :

```
APT_LISTCHANGES_FRONTEND=none aptitude full-upgrade --show-why -o Dpkg::Options::='--force-confold'
```
[22:32:39] <captainhonora> dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem
[22:33:09] <captainhonora> (it asks me for an action option when I do)
[22:33:52] <Aleks (he/him/il/lui)> which action option ?
[22:34:17] <captainhonora> dpkg option
[22:34:35] <captainhonora> when I try running dpkg --configure -a
[22:35:18] <captainhonora> apt listchange is interrupted because of dpkg, idk why.
[22:40:06] <Aleks (he/him/il/lui)> https://aria.im/_bifrost/v1/media/download/Aad-BPH0FXyYIQgiPVWv9PdbzC6L9f4hUcKBW6YVrIU6VdYGdP3578u6-qitQfJ01YNBuTPkjqnu5u4eIOU3bvdCeYbPE_VAAG1hdHJpeC5vcmcvSkpBSkhDZXJ4eWpsUWZUU0tQSlpxWkVP
[22:44:38] <Aleks (he/him/il/lui)> not sure i understand what you mean without a screenshot / copypasta of the actual messages 😭
[22:44:39] <captainhonora> https://aria.im/_bifrost/v1/media/download/ARQcNBWi4KCWnat8M7HeL-CK2uPNjf5yCS2oD4-W2EL4BwlMZVgJMHw6bpD-53-lC0CEvjx9Ygc6gaf2h_f5Dg1CeYbPVm0QAG1hdHJpeC5vcmcvV1RadnFkb3V6c0N4ZlhhQXN2UHB3SVFB
[22:45:05] <Aleks (he/him/il/lui)> ah there's no space between `--` and `configure`
[22:45:29] <captainhonora> ah, thanks! it's working now
[22:51:01] <captainhonora> > <@Alekswag:matrix.org> let's try :
>
> ```
> APT_LISTCHANGES_FRONTEND=none aptitude full-upgrade --show-why -o Dpkg::Options::='--force-confold'
> ```

now when running this command it failed to fetch deb.debian.org packages.
Temporary failure resolving deb.debian.org
[22:56:38] <captainhonora> my resolv.conf is empty oops.
[22:56:43] <captainhonora> I truly made a mess
[23:13:37] <Aleks (he/him/il/lui)> hmokay, naively you can try to yolofix it with something like `echo "nameserver 8.8.8.8" > /etc/resolv.conf`
[23:16:34] <captainhonora> still unable to fetch packages or resolve deb.debian.org
[23:17:33] <Aleks (he/him/il/lui)> @_@
[23:17:38] <captainhonora> https://aria.im/_bifrost/v1/media/download/AYQKGiIBotCEttPRosZaMza2XRSngH6OIb5G2izlddRda1Vd5SOamaZWTTj-z4RPK2N7Yb-ru4aCTxPQbhurnphCeYbROd5QAG1hdHJpeC5vcmcvWERYeXJyUU5PZGFkdVdWck1DRnFEd2xy
[23:17:41] <Aleks (he/him/il/lui)> so like `dig +short deb.debian.org` also fails ?
[23:18:34] <captainhonora> it just hangs indefinetly
[23:18:48] <captainhonora> timed out, no server could be reached
[23:18:52] <captainhonora> > <@Alekswag:matrix.org> so like `dig +short deb.debian.org` also fails ?

yes.
[23:19:17] <Aleks (he/him/il/lui)> and `ping 8.8.8.8 -c3` ?
[23:19:43] <captainhonora> Network is unreachable
[23:20:06] <captainhonora> ok maybe ethernet drivers are not installed correctly because of the incomplete upgrade?
[23:20:10] <captainhonora> idk
[23:20:18] <Aleks (he/him/il/lui)> 😬
[23:21:30] <captainhonora> I have no idea how to fix this.
[23:21:54] <captainhonora> I got a backup on a external disk drive and I thought it would be easy to restore
[23:22:11] <captainhonora> I guess one can brick their system so badly this is not even an option
[23:23:09] <captainhonora> I wouldn't even mind reinstalling debian and yunohost and restoring backup from there, but I assume this would change the assigned free yunohost url
[23:29:29] <Aleks (he/him/il/lui)> the nohost.me ? no you can restore what you chose, you should have define a recovery password, or the key should be stored in the backup, or in "last resort" (kind of) we can reset it for you
[23:31:16] <captainhonora> > <@Alekswag:matrix.org> the nohost.me ? no you can restore what you chose, you should have define a recovery password, or the key should be stored in the backup, or in "last resort" (kind of) we can reset it for you

Ynh.fr
[23:33:01] <Aleks (he/him/il/lui)> yeah same story
[23:33:30] <captainhonora> Thanks a lot. I will try reinstalling tomorrow then