Custom Query (1137 matches)
Results (4 - 6 of 1137)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#451 | worksforme | Beta2 doesn't boot | ||
Description |
The beta 2 iso doesn't boot. Unable to find kernel:linux We might want to use the remastersys method since that seems to result in bootable media and would ensure we have a vm image to publish that's identical. See http://n2.nabble.com/Building-the-Live-DVD-from-the-GISVM-tp3683042p3683042.html |
|||
#453 | worksforme | R script compiles from source, debs available | ||
Description |
The current way the R script was written pulls source packages from cran and compiles them. deb packages are available now for most packages,and this could potentially save a lot of time in the build. But we need to go through the list and figure out the ubuntu package names, and which ones don't have packages. Note debs are available by adding a repo like deb http://<my.favorite.cran.mirror>/bin/linux/ubuntu jaunty/ In the case of our project we've been using http://cran.ms.unimelb.edu.au/ Or for use Californian builders http://cran.cnr.berkeley.edu/ |
|||
#455 | fixed | Geonetwork Launch Fails | ||
Description |
Geonetwork startup scripts rely on relative paths, the launcher on the desktop fails to get the user into the correct starting path. Also requires sudo command which is easy to fix by prepending, the sudo password: echo user | sudo -S ./start_geonetwork.sh |