Custom Query (1116 matches)
Results (97 - 99 of 1116)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2336 | fixed | demo raster data symbolic links do not exist or are restricted | ||
Description |
cd ~/data/raster ls -l
relief_san_andres.tif -> /usr/lib/python2.7/dist-packages/gisdata/data/good/raster/relief_san_andres.tif
test_grid.tif -> /usr/lib/python2.7/dist-packages/gisdata/data/good/raster/test_grid.tif
elev_srtm_30m21.tif -> /var/lib/tomcat9/webapps/52nWPS/testData/elev_srtm_30m21.tif |
|||
#2335 | duplicate | Jupyter Notebook R example | ||
Description |
http://localhost:8883/notebooks/R/R_spatial_introduction.ipynb
|
|||
#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 |