bebatut on gh-pages
Update on: Thu Jan 31 22:36:58 … (compare)
erasche on master
Reports fix. Clear up issue in Galaxy docker… More reports fixes... and 1 more (compare)
bebatut on gh-pages
Update on: Thu Jan 31 20:17:17 … (compare)
erasche on master
fix typos Merge pull request #1236 from g… (compare)
martenson on martenson-patch-2
fix typos (compare)
bebatut on gh-pages
Update on: Thu Jan 31 19:23:39 … (compare)
Slugger70 on master
import some notes fix username and 1 more (compare)
Good morning. I used 55k as Port but it does not appear from outside:
$ nmap gat-79.be.training.galaxyproject.eu
Starting Nmap 7.91 ( https://nmap.org ) at 2021-06-18 09:24 CEST
Nmap scan report for gat-79.be.training.galaxyproject.eu (193.190.80.99)
Host is up (0.022s latency).
rDNS record for 193.190.80.99: t1cl0128.guest.ugent.be
Not shown: 992 filtered ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
113/tcp closed ident
443/tcp open https
2000/tcp open cisco-sccp
5060/tcp open sip
8008/tcp open http
8080/tcp open http-proxy
Nmap done: 1 IP address (1 host up) scanned in 4.89 seconds
When I try to connect with lftp from outside to the port I set (55k). I get a Connection time out. I don't know anything about port but I have the feeling that I need a command port smaller than 1023.
ubuntu@gat-79:/srv/galaxy$ systemctl status galaxy
● galaxy.service - Galaxy
Loaded: loaded (/etc/systemd/system/galaxy.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2021-06-18 07:53:07 UTC; 18min ago
$ sudo systemctl restart galaxy
$ curl --silent https://gat-79.be.training.galaxyproject.eu/api/configuration -k | jq | grep ftp
"ftp_upload_site": null,
the only ftp var in the configuration dict is ftp_upload_site, and I only see ftp_upload_site
in the client dir
lib/galaxy/webapps/galaxy/config_schema.yml
and run make config-rebuild
to keep galaxy.yml.sample up to date.