Custom Query (1118 matches)
Results (52 - 54 of 1118)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#476 | fixed | localhost not viewable in offline mode | ||
Description |
When the network is disconnected, the http://localhost url is not found in firefox. In particular http://localhost:5000 doesn't find the mapfish application. To reproduce the problem:
=== Manual fix:
|
|||
#477 | fixed | Add symbolic link to data directory from /home/user | ||
Description |
We should have a symbolic link from the home directory to the data directories. Ie: cd /home/user ln -s /usr/local/share data |
|||
#478 | fixed | deegree start user confusion | ||
Description |
deegree for some reason didn't like launching without sudo privaleges. However when run this way firefox is launched as a different user than the regular user and will fail if already open. Quick hack last line of deegree_start.sh was to add sudo -u user firefox ... This is not a permanent solution as that script appears to come from deegree packages. |