Custom Query (1118 matches)
Results (25 - 27 of 1118)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#452 | fixed | tilelite prompts user when run a 2nd time | ||
Description |
If the /tmp/ directory has already been populated (as happens when you run a script for the second time), the tilelite script will ask for the user to confirm to replace files or not. This shouldn't happen as we wish to make the install process as automated as possible. |
|||
#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 |
|||
#456 | fixed | Deegree Launchers Fail | ||
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. |