Custom Query (1152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (256 - 258 of 1152)

Ticket Resolution Summary Owner Reporter
#1006 fixed failure of post-6.0 nightly doc builds live-demo@… hamish
Description

Hi,

soon after 6.0 was released the nightly builds stopped working.

here is the error log:

http://adhoc.osgeo.osuosl.org/livedvd/logs/

the main trouble seems to be:

WARNING: a Unicode error occurred when rendering the page [lang/all the pages]
...

also, the new ko/quickstart/postgis_quickstart.rst and similars seem to have some trouble.

thanks, Hamish

#1536 fixed favicon.ico is not saved at _images live-demo@… astrid_emde
Description

favicon is not exported to the following path

favicon is saved at github at the following location:

#628 fixed files overly writable pka hamish
Description

Hi,

in the ~user/data/ menu, these dirs are set a+w, which is to be avoided:

  • kml/
  • raster/
  • spatialite/
  • udig-data/

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

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.