Custom query (1087 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 1087)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#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.

#460 fixed Compressing the vmdk live-demo@… wildintellect
Description

So when we moved to remastersys for the building the iso we missed the part about ln 62 in setdown.sh

cat /dev/zero > zero.fill ; sync ; sleep 1 ; sync ; rm -f zero.fill

This is run to help compress the vmdk image. However the iso generation is run after this currently. Which means the vmdk will contain the iso and it's tmp files.

2 options, shutdown, shrink and package the vm before iso generation OR run a cleanup after remastersys and the upload of the iso.

Something like

sudo remsatersys clean
cat /dev/zero > zero.fill ; sync ; sleep 1 ; sync ; rm -f zero.fill
#rm tmp, etc

Then shutdown, compress and provide the vm.

#463 duplicate Nice boot screen with Language option live-demo@… wildintellect
Description

The current remastersys option has a very plain text based load screen on boot, with no language or keyboard selection. This would be a nice feature to add when we figure out the best way to do it.

1 2 3 4 5 6 7 8 9 10 11 12 13
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.