Custom query (1087 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 1087)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#453 worksforme R script compiles from source, debs available live-demo@… wildintellect
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 live-demo@… wildintellect
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
#456 fixed Deegree Launchers Fail live-demo@… wildintellect
Description

Similar to Geonetwork degree fails to launch, primarily due to permissions which is solved by:

echo user | sudo -S /usr/bin/deegree_start.sh

This works great from the command line but does not seem to execute from the launcher.

Does not appear to be execute permission on the launchers. NOTE:Firefox threw an error if it was already open and deegree was started. In one case an error message saying I had to wait for the current firefox to close and in the other case it opens a new tab but fails to load with a can't find page. Even though when you go to the location and hit enter it loads fine.

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.