Custom Query (1118 matches)
Results (76 - 78 of 1118)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#627 | fixed | ossim PATH setting breaks GMT and MB-System | ||
Description |
due to a subtle quoting bug, the OSSIM installer is hardcoding the PATH, which removes GMT from the PATH, which makes GMT and MB-System non-functional in 4.0rc9. this is a prime example why maintaining feature-freeze discipline during the RC cycle is so important, tests on earlier RCs (pre RC8) didn't have this error. in ~user/.bashrc it should be: PATH="$PATH:/usr/local/ossim:/usr/local/ossim/bin" export PATH (make that edit by hand to avoid rebuilding from main.sh) hopefully fixed for future builds in trunk with r4700, and the release branch in r4701. :-/ Hamish ps- many frustrating trac errors today: OperationalError: FATAL: sorry, too many clients already |
|||
#628 | fixed | files overly writable | ||
Description |
Hi, in the ~user/data/ menu, these dirs are set a+w, which is to be avoided:
besides being a security risk, it also means that the files will be held in RAM(?), which is bad. if you need to keep a file writable, add it to the "users" group. e.g.: chown -R root.users pathname/ chmod -R g+w pathname/ adduser user users as GID survives the ISO building process while UID does not. Hamish |
|||
#630 | fixed | LiveDVD overview shows wrong information for the Geomajas project | ||
Description |
Looking at http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/content.html, the overview documentation for the Geomajas project still refers to an older version. Also the quickstart link is missing. |