Custom Query (1138 matches)
Results (97 - 99 of 1138)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1396 | fixed | Update Tomcat to 7/8 | ||
Description |
An update to Tomcat 7 would allow to install webapps using Servlet Spec 3.x (for details see http://tomcat.apache.org/whichversion.html). Depending on the projects that actually use the pre-installed Tomcat, one could even jump to Tomcat 8 which requieres Java 7 or later. Background: We're considering changing dependencies for the 52°North WPS that would result in requiring Tomcat 7 instead of 6. Alternatively we could ship the WPS with it's own servlet container, but that's just taking away disc space from more interesting stuff. |
|||
#1779 | invalid | Checksum mismatch on sourceforge (VM image) | ||
Description |
Surprisingly this doesn't match today: md5sum osgeo-live-10.0-vm.7z.md5 ef47f6036e83c11054b5d5bb8dfd95d1 osgeo-live-10.0-vm.7z.md5 md5sum osgeo-live-10.0-vm.7z cd356ebd353c2935ba0a298a784040c8 osgeo-live-10.0-vm.7z I downloaded from here: https://sourceforge.net/projects/osgeo-live/files/10.0/ |
|||
#1921 | fixed | Live 10.5: QGIS-GRASS broken in Processing due to missing link | ||
Description |
There is an issue in finding the GRASS GIS startup script ("grass72") from QGIS 2.14 shipped on the current OSGeo-Live which leads to GRASS GIS support being broken at time in QGIS Processing. Workaround: cd $HOME/bin/ ln -s /usr/bin/grass72 grass70 ... then Processing works again also for GRASS GIS. It would be good to add that link to the LiveDVD image. Later QGIS versions have that lookup issue fixed (cannot find the patch right now). It would be good to backport that to QGIS 2.14. |