Custom Query (1118 matches)
Results (67 - 69 of 1118)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#497 | fixed | click2try - no way svn update files in gisvm/bin/ | ||
Description |
I've been trying to svn update /home/user/gisvm/bin/install_mapfish.sh in the click2try vm, but haven't found any way to do it. I'm logged into the system as "user" (password "password"). If I run the svn up command as "user" I get: $svn up install_mapfish.sh svn: Can't open file '.svn/lock': Permission denied If I use sudo I get: $sudo svn up install_mapfish.sh [sudo] password for user: user is not in the sudoers file. This incident will be reported
|
|||
#498 | fixed | Click2try apt sources are not updated | ||
Description |
'jaunty-updates' needs to be added to '/etc/apt/sources.list' on the click2try image. Otherwise packages which were available on the livedemo final iso will not be the same on the click2try image and many potential installation failures will occur. This was noticed because the machine runs python 2.6 by default and the 'python-mapnik 0.5.1-3ubuntu2.0' only provides mapnik bindings for python2.5 while the '0.5.1-3ubuntu2.1' (only available from jaunty-updates) provides bindings for both python2.5 and python2.6. Doing this should fix the problem: # add to /etc/apt/sources.list deb http://mirror.math.ucdavis.edu/ubuntu/ jaunty-updates main restricted universe # then run: apt-get update apt-get upgrade |
|||
#499 | fixed | Updated GeoNetwork install scripts to be tested | ||
Description |
I updated the GeoNetwork install scripts in the hope they resolve the startup problems that existed. I have also updated the software to the latest version 2.4.2. The scripts need testing by someone. |