[11:21:40]
<@snoopy:tedomum.net> Hi ! Hi hope your are well :)
I need to change Luanti port because Free is blocking it.
Usualy i edit minetest.conf through sftp. Its easier to use the Luanti client to select mod, test them in the game.
Then, if they work well, i sync them with filezila and upload mods folder, by syncing the local game with the remote server through filezilla.
However i don't understand well how sftp work on yunohost, sorry. I'm trying my best 😅
I followed this guide :
https://doc.yunohost.org/admin/tutorials/sftp_on_apps/
The luanti folder is accessible through sftp. /USER/app/folder
I noticed that :
- minetest.conf is missing. There is only minetest.conf.example. so i probably have to duplicate it ?
- there is a dockerfile with port 30000. Should i edit it too ?
Thank for your help. Once done, i will update the doc of Luanti admin file. :)
[12:37:29]
<artlog> there are years i didn't operate a minetest, and on yunohost ... you had an install on another system previously or it was working under yunohost and this is that port blocking that changes things ?
[12:39:51]
<@snoopy:tedomum.net> That's my first time using luanti on yunohost and doing selfhost. And yes i need to change the port.
[12:40:32]
<artlog> let's discover how it works together ... i think i can't install it on my system, it too small...
[12:41:44]
<artlog> it could work, but it coudl not install ... ( 2g to install ... too bad )
[12:42:52]
<artlog> so let's see how it does install https://github.com/YunoHost-Apps/minetest_ynh
[12:44:00]
<artlog> ah it builds it from sources ... that should be pretty heavy
[12:44:53]
<artlog> ynh_config_add --template="minetest.conf" --destination="$data_dir/.minetest/minetest.conf"
[12:48:47]
<artlog> and used by minetest service, can be in systemd configuration : __DATA_DIR__/.minetest/minetest.conf
[12:49:43]
<@snoopy:tedomum.net> So DATA_DIR was a real folder... 😨
[12:50:45]
<artlog> nope it is replaced by /home/yunohost.app/minetest i guess , i don't have a real install
[12:51:32]
<@snoopy:tedomum.net> Aaah oki...well
[12:52:03]
<@snoopy:tedomum.net> I have the yunohost.app/minetest which i canyt access
[12:52:20]
<artlog> and there is no docker install here ( or i don't see where ... ), server runs directly on host
[12:52:30]
<@snoopy:tedomum.net> So i followed this tuto :
[12:52:41]
<@snoopy:tedomum.net> https://doc.yunohost.org/admin/tutorials/sftp_on_apps/
[12:53:13]
<artlog> i didn't try sftp either ;-)
[12:53:44]
<@snoopy:tedomum.net> > <@artl0g:matrix.org> and there is no docker install here ( or i don't see where ... ), server runs directly on host
Okay then it was an file in case of docker install.
[12:54:08]
<@snoopy:tedomum.net> > <@artl0g:matrix.org> i didn't try sftp either ;-)
And how you do it ? :)
[12:54:57]
<artlog> this is a very interesting case in computing that 0 xor 0 is 1 .
[12:55:23]
<artlog> the example given in documentation look like to be really dedicated to wordpress
[12:55:45]
<artlog> what do you see with sftp ?
[12:56:33]
<@snoopy:tedomum.net> My home folder with duplicated minetest (luanti) folder from /var/www/minetest
[12:56:50]
<@snoopy:tedomum.net> I'm grabing my laptop
[12:57:34]
<artlog> this mount --bind /var/www/wordpress /home/USER/apps/wordpress is not the one for luanti
[12:59:06]
<artlog> `sudo -u minetest bash -c 'ls -la /home/yunohost.app/minetest'` does return what ?
[12:59:41]
<@snoopy:tedomum.net> Yes i changed wordpress to minetest
[13:00:27]
<artlog> but data not within /var/www/minetest but within /home/yunhost.app/minetest, that's why
[13:00:45]
<artlog> so unmount it
[13:01:18]
<@snoopy:tedomum.net> I'm typing the command above
[13:01:26]
<artlog> then redo it with mount --bind /home/yunhost.app/minetest /home/**USER**/apps/wordpress
[13:01:54]
<artlog> yes, check first data is the right one with my previous command
[13:02:15]
<@snoopy:tedomum.net> Then should we update the tutorial ?
[13:02:27]
<artlog> if there is a .minetest in the result, this was that
[13:02:36]
<artlog> nope, it depends on apps
[13:03:23]
<artlog> minetest is not a web app and wordpress is a buncho of ***something**
[13:04:07]
<artlog> or you can add an update specifcally for minetest, keeping this of wordpress
[13:05:15]
<artlog> does it works better now ?
[13:05:52]
<@snoopy:tedomum.net> Then i will add it in the minetest admin file, along a warning in wordpress tutorial where i already sent some change
[13:07:03]
<artlog> in facts there are basicallly two cases : you want to access to data , or to installation, installation might even for minetest have and interest if you add mods ... if i recall what i did
[13:07:37]
<artlog> too bad i had a wiki for that but server was shut down
[13:07:40]
<@snoopy:tedomum.net> The command result is that i'm not part of minetest group ? I'm not allowed to execut /usr/bin/bash
[13:08:22]
<@snoopy:tedomum.net> The command result is that i'm not part of minetest group ?
I'm not allowed to execut /usr/bin/bash as minetest on mysite.fr
[13:08:52]
<artlog> uhm your user is not an admin one ?
[13:09:11]
<@snoopy:tedomum.net> It is admin
[13:09:51]
<artlog> is there a group minetest ?
[13:10:16]
<artlog> add your admin in minetest group ...
[13:14:19]
<@snoopy:tedomum.net> I just added luanti in group permission of yh webadmin
[13:15:16]
<@snoopy:tedomum.net> Well, okay, changing in the webadmin isn't working i must add my user to minetest group via the cli.
[13:16:21]
<@snoopy:tedomum.net> I did : usermod -a -G minetest myuser and i got the same result
[13:16:55]
<artlog> yunohost permission is a ldap thing for yunhost not a group ownership
[13:17:10]
<@snoopy:tedomum.net> I hope it is not because of minetest name change to luanti
[13:18:16]
<artlog> but htat might not explain everyhting, ldap user and group backend is used
[13:18:49]
<artlog> what is the exeact error ? can you copy your terminal output ?
[13:22:22]
<@snoopy:tedomum.net> Yes, i can copy-pasta. sorry just wait a while, i'm installing matrix while writing 😅
[13:23:04]
<artlog> don't bother we will do it the easy way :
[13:23:14]
<artlog> `sudo -i`
[13:23:48]
<artlog> then you are root with the power how a magnificiant administrator of the unixerse !
[13:29:54]
<@snoopy:tedomum.net> i use sudo su somethime, it work well :)
[13:30:33]
<@snoopy:tedomum.net> so i'm back with matrix on my laptop, i'm sending the screenshot
[13:35:23]
<artlog> sudo first sudo -i
[13:35:34]
<artlog> then ...
[13:35:53]
<@snoopy:tedomum.net> '''~$ sudo usermod -a -G minetest user
\[sudo\] password for user:
~$ sudo -u minetest bash -c 'ls -la /home/yunohost.app/minetest'
Sorry, user is not allowed to execute '/usr/bin/bash -c ls -la /home/yunohost.app/minetest' as minetest on site.fr
'''
[13:36:05]
<@snoopy:tedomum.net> '''
~$ sudo usermod -a -G minetest user
\[sudo\] password for user:
~$ sudo -u minetest bash -c 'ls -la /home/yunohost.app/minetest'
Sorry, user is not allowed to execute '/usr/bin/bash -c ls -la /home/yunohost.app/minetest' as minetest on site.fr
'''
[13:36:18]
<artlog> ls -la /home/yunohost.app/minetest
[13:36:44]
<artlog> idea is to check what is behind and with what ownership
[13:38:33]
<@snoopy:tedomum.net> root@sourd-libre:~# ls -la /home/yunohost.app/minetest/
total 12
drwxr-x--- 3 minetest minetest 4096 .
drwxr-xr-x 5 root root 4096 ..
drwxrwxrwx 3 root root 4096 .minetest
[13:38:45]
<artlog> i get same things thatn you whe trying directly with app user a sudo -u $app ls /home/yunohost.app/$app so this is a sudo thingy, let's not stop on that
[13:38:48]
<@snoopy:tedomum.net> so minetest and root
[13:39:24]
<artlog> root for .minetest ... that's ... interesting ...
[13:40:12]
<@snoopy:tedomum.net> should i check other app ?
[13:41:10]
<artlog> does mintest works ?
[13:42:22]
<@snoopy:tedomum.net> no because of the blocked port. The diagnosis told me that 30000 is locked whereas i did port forwarding
[13:44:04]
<artlog> it looks like tehre wah a commit yesterday on mintest that changes rights
[13:44:06]
<@snoopy:tedomum.net> i didn't went futher to confirm is the port was locked by my internet provider or if it is a diagnosis error
[13:44:37]
<artlog> mightbe that luntai package is broken by 5440a1ba8dc567caefcc9a2f3d66d7065106d66c commit
[13:44:49]
<artlog> what version do you have ?
[13:45:29]
<@snoopy:tedomum.net> it happened before the update
[13:47:02]
<@snoopy:tedomum.net> i updated this morning and it is : 5.14.0~ynh3
[13:47:31]
<artlog> yes but ... uh code did change but not the version ?
[13:48:45]
<artlog> that
> drwxrwxrwx 3 root root 4096 .minetest
is not what i would expect
[13:49:11]
<artlog> i would expect to be owned by minetest:mintest
[13:49:34]
<artlog> and that was done but install code prior 5440a1ba8dc567caefcc9a2f3d66d7065106d66c commit
[13:49:52]
<artlog> uhm perhaps even before
[13:50:06]
<trendx> People cannot send email to my me. They get a message:
```
Final-Recipient: rfc822; me@example.com
Original-Recipient: rfc822;me@example.com
Action: failed
Status: 5.7.1
Remote-MTA: dns; example.com
Diagnostic-Code: smtp; 554 5.7.1 <me@example.com>: Relay access denied
```
Does anyone know what this means _and how to solve this_?
I'm on yunhost 12.1.32 / bought VPS --> diagnosis looks ok (except messages about Spamhaus, although my ip is not blocked).
[13:51:34]
<@snoopy:tedomum.net> maybe i should remove minetest and reinstall it ?
[13:52:18]
<artlog> > -chmod 400 "$data_dir/.minetest/minetest.conf"
> -chown $app:$app "$data_dir/.minetest/minetest.conf"
> +ynh_config_add --template="minetest.conf" --destination="$data_dir/.minetest/minetest.conf"
[13:52:33]
<artlog> ahah only mintest.conf is changed ?
[13:54:53]
<artlog> Snoopy 🐙: back again to you problem, first make minetest work ... so do mintest runs and listen ?
[13:55:51]
<artlog> `sudo ss -ntlp | grep minetest`
[13:57:01]
<@snoopy:tedomum.net> nothing show up
[13:57:41]
<@snoopy:tedomum.net> how to ping the port 30000 to confirm the diagnosis ?
[13:57:52]
<artlog> trendx: 'except messages about Spamhaus, although my ip is not blocked' well even your ip is not blocked, there has been a very long thread about the fact using an open dns to query spamhaus can lead to errors
[13:59:42]
<artlog> @Snoopy `sudo ss -ntlp | grep 30000` ?
[13:59:53]
<artlog> Snoopy 🐙: `sudo ss -ntlp | grep 30000` ?
[14:00:15]
<trendx> artlog, Yes I know thnx. But I didn't have much problems until now. No one seems to be able to send me anything anymore. So I thought perhaps something new.
[14:01:26]
<Aleks (he/him/il/lui)> trendx: can you double check that /etc/resolv.conf does contain `nameserver 127.0.0.1` ?
[14:04:42]
<trendx> Aleks (he/him/il/lui), doublechecked --> yes it says 127.0.0.1
[14:04:46]
<artlog> Snoopy 🐙: can you show the result ? what application is running ? and that the **udp** port is relayed on the box
[14:05:18]
<artlog> trendx: do you run latest version of yunhost ?
[14:05:46]
<trendx> YH 12.1.32.1
[14:06:12]
<@snoopy:tedomum.net> well there is no result. The diagnosis told me that 30000 port wasn't open. So i tried several flag to see if i could see the port 30000
[14:07:00]
<artlog> then ... `systemctl status minetest`
[14:07:04]
<@snoopy:tedomum.net> I already forwarded my port 30000 in my box seetings. So free is probably blocking it
[14:07:48]
<@snoopy:tedomum.net> > <@artl0g:matrix.org> then ... `systemctl status minetest`
It is running
[14:08:10]
<Aleks (he/him/il/lui)> trendx: what about `yunohost tools regen-conf postfix --dry-run --with-diff`, would it want to update stuff in postfix config ?
[14:08:23]
<artlog> then `journactl -u minetest`
[14:09:09]
<trendx> Aleks (he/him/il/lui), nope
[14:12:40]
<Aleks (he/him/il/lui)> hmpgn
[14:13:28]
<@snoopy:tedomum.net> interesting, the log is very long
[14:14:06]
<@snoopy:tedomum.net> so i have 10 days of logs X)
[14:14:08]
<artlog> well those can be seen in web admin too
[14:14:39]
<trendx> > hmpgn
?
[14:15:16]
<artlog> Snoopy 🐙: see them live `journalctl -feu minetest`
[14:16:13]
<artlog> or `journalctl --since '1 hour ago' -u minetest`
[14:16:46]
<@snoopy:tedomum.net> thank for the command :)
[14:17:22]
<cdnengphy> Localhost is your internal loopback that your computer uses, any program that tunnels that to the outside web can leak every keystroke and all local calls and processes, be very careful
[14:19:41]
<@snoopy:tedomum.net> (i'm cleaning up the log.)
[14:21:19]
<@snoopy:tedomum.net> okay that's a permission problem
[14:23:17]
<artlog> let's do it no that smartly : `chown -R minetest:minetest /home/yunhost.app/minetest/`
[14:23:32]
<artlog> then restart minetest service
[14:24:12]
<@snoopy:tedomum.net> https://bin.s2s.video/?93d9dde643693890#EMzR1D9XBAnpMnJwVhucUcmecpU97e5moaTATpt3Py3S
[14:26:08]
<artlog> let's do it no that smartly : `sudo chown -R minetest:minetest /home/yunhost.app/minetest/`
[14:26:14]
<artlog> `sudo systemctl restart minetest`
[14:27:39]
<@snoopy:tedomum.net> the log seems stopped
[14:27:55]
<artlog> try to play now ?
[14:29:01]
<@snoopy:tedomum.net> thank a lot for your help :D i will try :) however why there was a permission error ? what i did wrong ?
[14:29:18]
<artlog> you did nothing wrong
[14:29:55]
<artlog> it migh be the time to open a tciekt to minetest_ynh
[14:30:23]
<artlog> seem yesterdays change did break things
[14:30:27]
<@snoopy:tedomum.net> well not yet :)
[14:31:24]
<artlog> if it is what i think, this problem will pile up.
[14:39:16]
<@snoopy:tedomum.net> [here is the new log](https://bin.s2s.video/?9ab10cc3c1bfe348#FiqakfcJanzvbU8BRyYfgXK8w3jNqFEPX5LHaVhEweB)
[14:39:40]
<@snoopy:tedomum.net> nothing to repport
[14:45:05]
<@snoopy:tedomum.net> https://aria.im/_bifrost/v1/media/download/Ab-iFdpCyv5bXSI6D22vgxrSKe-QFyzBHTlTUkTkMSAsUUWmbWjTGvHHxiZC8CbPi_RY0lroEZ1p1UWH2vlf-VZCeaP-EOVgAHRlZG9tdW0ubmV0LzFiNWZkMWJjMWQ2NmE0NDcyM2VlOTUxNjViNTJkMTYzNDE3ZDUyOGIxOTg0MjcwMzkxODc4NjE1MDQw
[14:45:44]
<@snoopy:tedomum.net> as i said, i think my ISP is blocking the 30000 port so i wanted to change it.
[14:51:02]
<Aleks (he/him/il/lui)> trendx: your original message mentioned `Diagnostic-Code: smtp; 554 5.7.1 <me@example.com>: Relay access denied`, do you have anything specific setup related to email relay ?
[14:51:55]
<trendx> Aleks (he/him/il/lui): no not at all, plain yunohost
[14:52:17]
<artlog> Snoopy 🐙: ( do you speak french btw ? ) so let's check it . what does firewall settings show in web admin ? is 30000 port listed as green ?
[14:53:29]
<@snoopy:tedomum.net> yes i'm french, i can switch language if you prefer :)
[14:53:56]
<artlog> https://aria.im/_bifrost/v1/media/download/AQOpdWiTCdMJYLp3INdpoFTeTHdZctqrG_TnMOfXDQr-cqKSV0rC33tsd4duBIuuN7ivsFP4Ac1N-k0eyc0LswlCeaP-kpSQAG1hdHJpeC5vcmcvYndIRU9YSXdWQVpDWVVhdWtRdURlclpV
[14:56:41]
<@snoopy:tedomum.net> non le port 30000 est rouge dans le diagnostique. Dans le pare-feu c'est vert. et d'apres les forums, free (FAI) limite les ports à 16000
[14:58:59]
<artlog> il n'y a pas besoin de changer le port dans yunhost, il suffit de faire un mapping externe d'un autre port vers le 30000 et l'utiliser ? le diagnotisque sera probablement faux ... et biencsur configurer le client pour utiliser le novueau port
[15:00:27]
<@snoopy:tedomum.net> ah je vois, je met un port 1234 vers le port 30000, je teste.
[15:05:33]
<artlog> puisque le port 30000 est interdit, il n'y a pas d'autre choix que d'en utiliser un autre depuis le client ...
[15:05:34]
<artlog> alors en ipv6 c'est probablement différent ... c'est un parefeu et pas du nat
[15:05:35]
<artlog> donc en ipv6 il faut changer le port ...
[15:08:09]
<artlog> sinon ça doit fonctionner depuis l'intérieur du réseau en utilisant l'adresse ip interne en 192.168.x.y
[15:10:59]
<artlog> pour tester si la connexion passe
[15:12:57]
<artlog> pour ipv4 sur le yunohost `nc -lu4 30000` et sur le client `nc -u4 adresseip 30000` ce que l'on tape d'un côté doit alors se voir de l'autre.
[15:14:17]
<artlog> pour tester via la box il faut utiliser le nom de domaine qui est résolue sur l'adresse publique, ou bien utiliser l'adresse de la box.
[15:14:47]
<artlog> il faut s'assurer qu'aucun autre service 'écoute sur ce port.
[15:16:24]
<artlog> ah oui le truc... il faut avoir nc ;-)
[15:17:59]
<artlog> `apt install netcat-openbsd` et iol faudra le supprimer une fois terminé s'il n'était pas djéà installé par le système ...
[15:34:48]
<thatoo> en webgui, on peut mettre à jour app par app.
Je me demande comment faire de même en ligne de commande.
`` sudo yunohost tools upgrade apps ``
met à jours toutes les apps mais comment faire app par app.
[15:38:14]
<Aleks (he/him/il/lui)> `yunohost app upgrade <app1> <app2> <app3>`
[15:47:28]
<boz89> https://www.youtube.com/watch?v=csAIcswomUk
[15:56:55]
<Kavelach> ?Hi, is there a way to rename a YH user
[15:56:56]
<Kavelach> Hi, is there a way to rename a YH user?
[15:58:12]
<Aleks (he/him/il/lui)> if you mean the display name, yes, if you mean the technical username, unfortunately no, or at least not straightforward
[15:59:24]
<@snoopy:tedomum.net> sorry, i took me some time. I typed in the cli both commands
[16:00:00]
<@snoopy:tedomum.net> on YH : nc -lu4 30000
nc: Address already in use
[16:02:00]
<@snoopy:tedomum.net> i removed the option 4 because it is an invalid argument
[16:02:01]
<Kavelach> What would be the not straightforward way? 👀 Or is it completely unsupported?
[16:02:24]
<@snoopy:tedomum.net> on my laptop, via CLI :
nc -lu 192.168.1.14:30000
192.168.1.14:30000: forward host lookup failed: Unknown host
[16:04:16]
<Aleks (he/him/il/lui)> it's not supported in Yunohost, yes, as in, "unexplored territory" ... the primary key for the user is theoretically not its username but its uid ... so supposedly it should be possible to delete the LDAP user entry for this user and recreate a new LDAP entry with the same uid and the new username ... but you also need to take care of the user<->permission relationship, renaming the /home/$user folder, and other things i'm forgetting
[16:05:17]
<Aleks (he/him/il/lui)> also the username may be used in other apps and then urrrrgh good luck
[16:06:13]
<artlog> yep you have to stop mintest, elese port is already taken
[16:06:51]
<artlog> this is not a ':' address and port are two differents arguments separated by space
[16:07:27]
<artlog> and on laptop you are not listening ( no l needed )
[16:12:43]
<artlog> i checked latest install of mintest, rights are ok, seems just that .minetest is root:root but everything under it is minetest:minetest.
[16:13:13]
<@snoopy:tedomum.net> so i redid on laptop with this : nc -lu -p 30000 192.168.1.14
but it is empty
[16:13:38]
<artlog> `nc -u4 192.168.1.14 30000`
[16:13:55]
<artlog> on laptop
[16:14:12]
<artlog> then type on keyboard few sentences
[16:14:48]
<artlog> like 'this halloween you will speak to your deatch body !'
[16:16:03]
<@snoopy:tedomum.net> the number 4 is this ? -G num source-routing pointer: 4, 8, 12, ..
[16:16:31]
<artlog> ipv4
[16:16:38]
<artlog> man nc
[16:18:07]
<@snoopy:tedomum.net> well the number 4 throw an error : invalid option
[16:20:28]
<@snoopy:tedomum.net> oki i finally solved it
[16:20:54]
<@snoopy:tedomum.net> pretty cool stuff :)
[16:21:40]
<@snoopy:tedomum.net> le port communique
[16:22:19]
<artlog> so to answer your initial question : you can chage the port in minetest.conf like you wanted to do initialy too, you have to add it manually in yunohost firewall since i doubt it is detected this way
[16:27:30]
<artlog> oui il communique en ipv4 sur le réseau local. Qu'en est t'il à travers la box ?
[16:27:31]
<@snoopy:tedomum.net> oki je refais le meme tste en ipv6 ?
[16:27:34]
<artlog> avec le nom de domaine en ipv4 d'abord
[16:28:16]
<@snoopy:tedomum.net> > <@artl0g:matrix.org> pour tester via la box il faut utiliser le nom de domaine qui est résolue sur l'adresse publique, ou bien utiliser l'adresse de la box.
donc l'adresse dans un navigateur ?
[16:30:04]
<artlog> oui, juste le nom de domaine, sans la décoration genre mondomaine.example.com
[16:30:24]
<artlog> ce que tu rentres dans le client
[16:30:35]
<artlog> pour jouer en dehors de la maison
[16:30:53]
<artlog> ?
[16:31:07]
<@snoopy:tedomum.net> en tout cas ça me redirige vers la page de connexion YH sur le navigateur
[16:31:54]
<artlog> `nc -u4 minetest.example.com 3000`
[16:32:39]
<@snoopy:tedomum.net> ah je refais
[16:35:26]
<@snoopy:tedomum.net> l'IPv4 marche
[16:36:37]
<@snoopy:tedomum.net> pas le port 3000 qui coupe
[16:36:42]
<artlog> sur le port 30000 ? Donc ce n'est pas filtré par la box ?
[16:37:15]
<artlog> 30000 ou 3000 ?
[16:37:55]
<@snoopy:tedomum.net> 30 000 marche
[16:38:01]
<artlog> et en ipv6 ?
[16:38:34]
<artlog> `nc -u6 minetest.example.com 30000`
[16:38:50]
<artlog> et le 6 au lieu du 4 sur le yunohost
[16:39:22]
<artlog> `nc -lu6 30000`
[16:39:41]
<artlog> ah une vérification tout de même :
[16:39:58]
<artlog> `dig minetest.example.com`
[16:40:15]
<artlog> pour s'assurer que c'est bien l'addresse publique de la box qui est utilisée
[16:40:50]
<@snoopy:tedomum.net> ipV6 c bon
[16:41:04]
<artlog> donc tout est bon ?
[16:41:17]
<@snoopy:tedomum.net> je verifie dig
[16:42:08]
<artlog> `dig AAAA minetest.example.com` pour ipv6
[16:44:26]
<@snoopy:tedomum.net> ça a l'air bon
[16:47:06]
<artlog> donc il faut arrêter les nc du yunhost ( sinon mintest ne pourra pas se lancer ) et relancer le service minetest,
[16:48:05]
<@snoopy:tedomum.net> je retrouve bien le mm ipv4 du DNS de ma box
[16:48:10]
<artlog> et me donner ton adresse pour que je joue sur ton serveur 😜
[16:48:41]
<@snoopy:tedomum.net> luanti.sourd-libre.fr
[16:52:20]
<@snoopy:tedomum.net> Graazie mille :3
[16:52:21]
<@snoopy:tedomum.net> aaaaah enfin ! :)
[16:52:24]
<artlog> soit le fait que.mintest soit root:root est un souci, soit ... il y a eu un autre souci
[16:52:25]
<@snoopy:tedomum.net> mais du coup j'ai rien compris à ce problème en dehors de la permission 🥹
[16:54:53]
<@snoopy:tedomum.net> en tout cas trop bien, merci bcp pour ton aide et don temps :)
je vais essayer d'en faire un jeu solarpunk sur une carte d'Annecy avec la commu jlai.lu :)
[16:55:54]
<@snoopy:tedomum.net> je vais mettre à jour la doc de luanti aussi pour l'acces au ftp
[16:56:40]
<artlog> il fut un temps où j'avais écrit un truc pour exporter une carte openstreetmap et l'importer dans minetest
[16:57:01]
<cdnengphy> https://share.conversations.im/cdnengphy/message/0JSEJcyz0SaG787x/h3UliU0YSaCWUQTknR3HIw.mp3
[16:57:07]
<artlog> mais le truc est vraiment proto
[17:00:15]
<@snoopy:tedomum.net> j'avais utilisé un pluglin pour faire tout ça mais le lac était plat. J'ai donc recup des cartes maritime pour ajouter le denivellé et combiner à celle de OSM
[17:01:55]
<@snoopy:tedomum.net> là faut que je la dessine via qgis map, on verra bien. Je vais souffler. Merci à l'équipe et bonne soirée ! :D
[17:02:33]
<@fanchthesystem:libre.bzh> Salut, si tu partage le code, ca m'interesse ;)
[17:02:33]
<artlog> je suis tout près de toi en fait ... dans luanti
[17:19:12]
<@snoopy:tedomum.net> > <@artl0g:matrix.org> il fut un temps où j'avais écrit un truc pour exporter une carte openstreetmap et l'importer dans minetest
j'avais utilisé un puglin pour faire tout ça mais le lac était plat. J'ai donc recup des cartes maritimes pour ajouter le denivellé et les combiner à celle de OSM