Custom Query (1119 matches)
Results (193 - 195 of 1119)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#765 | fixed | tomcat not working on the ISO version, ok on the VM version | ||
Description |
I've tried running the rasdaman quickstart, latest version at: http://adhoc.osgeo.osuosl.org/livedvd/docs/en/index.html I'm using a modified version of osgeo-live5.0rc1 + latest rasdaman script. Issues found ... From http://localhost:8080/earthlook/demos/time-series/value-retrieval.php :
Error in executing query: http://kahlua.eecs.jacobs-university.de:8080/petascope/earthlook
From: http://localhost:8080/earthlook/demos/climate/usecase-slicing.php Click on one of the cubes, and nothing seems to happen. There is no user feedback. |
|||
#1153 | wontfix | tomcat not starting on installed systems under custom user | ||
Description |
When OSGeoLive is installed with user name != "user", tomcat cannot be started. Linked to #1141 |
|||
#2332 | fixed | Tomcat fails to start on installed systems | ||
Description |
After installing OSGeoLive 14.0 (rc5) to a VM (using the default user "user"), tomcat fails to start from the menu launchers (52nSOS and 52nWPS). The reason for this is that the group "users" does not exist, instead the "user" group is created for the "user". This has obviously changed in Ubuntu 20.04 This leads to /etc/sudoers.d/tomcat file to need editing in order to reflect this "user" group. Without this edit, sudo will not work for starting tomcat and the launchers will fail. For reference, this file is created here: https://github.com/OSGeo/OSGeoLive/blob/master/bin/setdown.sh#L256-L261 |