Custom Query (1137 matches)
Results (22 - 24 of 1137)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1000 | fixed | Accented characters missing on doc web site | ||
Description |
On the sponsors page, some names seems to have dropped accented characters: http://live.osgeo.org/en/sponsors.html Eike Hinderk Jrrens
Grald Fenoy
maybe there are others, but there are plenty of names with correct accents. |
|||
#2266 | fixed | actinia demo fails | ||
Description |
Debian packages needed for focal: https://github.com/mundialis/actinia_core/releases/tag/0.99.8 |
|||
#2170 | worksforme | actinia endpoint not responsive? | ||
Description |
starting actinia on build234 user@osgeolive:~$ ps aux | grep gunicorn user 10955 0.0 0.1 71712 24240 pts/2 S+ 02:54 0:00 /usr/bin/python3 /usr/bin/gunicorn3 -b 0.0.0.0:8088 -w 1 actinia_core.main:flask_app user 10961 0.1 0.3 176908 55724 pts/2 S+ 02:54 0:00 /usr/bin/python3 /usr/bin/gunicorn3 -b 0.0.0.0:8088 -w 1 actinia_core.main:flask_app user 10966 0.1 0.2 256812 48228 pts/2 Sl+ 02:54 0:00 /usr/bin/python3 /usr/bin/gunicorn3 -b 0.0.0.0:8088 -w 1 actinia_core.main:flask_app user 11281 0.0 0.0 23256 1044 pts/0 S+ 03:03 0:00 grep --color=auto gunicorn user@osgeolive:~$ curl 192.168.1.3:8088 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <title>404 Not Found</title> <h1>Not Found</h1> <p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p> user@osgeolive:~$ curl localhost:8088 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <title>404 Not Found</title> <h1>Not Found</h1> <p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p> user@osgeolive:~$ curl 0.0.0.0:8088 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <title>404 Not Found</title> <h1>Not Found</h1> <p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p> user@osgeolive:~$ curl http://0.0.0.0:8088 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <title>404 Not Found</title> <h1>Not Found</h1> <p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p> might be an error on my part, new to actinia |
Note:
See TracQuery
for help on using queries.