Custom Query (1152 matches)
Results (256 - 258 of 1152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1006 | fixed | failure of post-6.0 nightly doc builds | ||
Description |
Hi, soon after 6.0 was released the nightly builds stopped working. here is the error log: 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 | ||
Description |
favicon is not exported to the following path favicon is saved at github at the following location: |
|||
#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 |