Custom Query (1137 matches)
Results (58 - 60 of 1137)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#808 | fixed | USB, Persistant file system corruption | ||
Description |
I am making a batch of LiveUSB disks created with Unetbootin and using the "persistence" option. I have found that I get file system corruption when using the Desktop osgeo-halt icon to shutdown immediately after saving a new file. If I wait a few moments (> 1 min) this does not occur. If I shutdown using the usual shutdown in the top panel (under User's name) and *wait for the 30 sec timeout*, the file system stays intact. But using the Desktop shutdown icon, whatever directory I saved a file in becomes inaccessible on the next boot. -- Micha |
|||
#1138 | fixed | Upgrade uDIG latest 1.4.0 release | ||
Description |
.. from 1.2.2 same here, use OpenJDK and install JAI/Image-IO libs, remove bundle jre directory. |
|||
#2284 | fixed | Upgrade to pygeoapi 0.9.0 causes demo error | ||
Description |
Setting up python3-pygeoapi (0.9.0-1~focal0) ... Traceback (most recent call last): File "/usr/bin/pygeoapi", line 11, in <module> load_entry_point('pygeoapi==0.9.0', 'console_scripts', 'pygeoapi')() File "/usr/lib/python3/dist-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3/dist-packages/click/core.py", line 717, in main rv = self.invoke(ctx) File "/usr/lib/python3/dist-packages/click/core.py", line 1137, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/lib/python3/dist-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/lib/python3/dist-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) File "/usr/lib/python3/dist-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) File "/usr/lib/python3/dist-packages/pygeoapi/openapi.py", line 878, in generate_openapi_document click.echo(yaml.safe_dump(get_oas(s), default_flow_style=False)) File "/usr/lib/python3/dist-packages/pygeoapi/openapi.py", line 863, in get_oas return get_oas_30(cfg) File "/usr/lib/python3/dist-packages/pygeoapi/openapi.py", line 422, in get_oas_30 collections[k]['providers'], 'feature')) KeyError: 'providers' |