Custom Query (1135 matches)
Results (145 - 147 of 1135)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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 |
|||
#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
|
|||
#495 | fixed | click2try VM user/password should be same as LiveDVD | ||
Description |
Currently the click2try username and password is: user/password. Please change to: user/user which is consistent with the LiveDVD and our documentation. |