howff

Results 76 comments of howff

It was configured exactly as in the docs, `/etc/systemd/systemd-netlogd.conf` is ``` [Network] Address=192.168.2.38:514 #Protocol=udp ```

I think the `README.md` might be wrong, the filename seems to be `/etc/systemd/systemd-netlogd.conf` (not `/etc/systemd/netlogd.conf`) and the `Protocol=udp` seems to be required (not commented out).

Is there any update on this capability? @florianm repos are gradually diverging from ckan master.

Thanks @florianm I would love to help get this pushed into master. The ckan guys are happy with the fact that it touches both scheming and spatial. Please let me...

Thanks for your tips. Could you give more explicit instructions? Thanks!

This is still a problem in ckan 2.8 !

I too like the idea of keeping the options in the transaction database, it helps when you open the same db on multiple computers. However I can also imagine some...

I would also like to see the current filename in the window titlebar

The code has been written to crop filenames with spaces https://github.com/jepler/cropgui/blob/9dbf930d0c24bba760223cb63f35390781a17f2a/cropgui_common.py#L171 I can see this might fail if `subprocess.call()` defaulted to using `shell=True`, but the default is `shell=False` so it...

I suspect it is failing to crop - do the "f" characters in the dimension string have something to do with it?