Matthew Wall
Matthew Wall
`copytruncate` added at commit 229c80659fcd42cc645df97eecf510b376394b39
do you know why weewx output ends up in 'journal', while other systems that use systemd (e.g., debian) do not have this behavior?
adopted at commit f2ac7502dc3a216f9d7cc9445a2fafb10231c1ab
no intent to skip. i had to do the merges onto the development branch, and i did not copy everything exactly because i made some changes to comments. thank you...
this also happens with `rtl_433`. do a clean shutdown of weewx, but the `rtl_433` process continues to run. its a problem, because the next time you try to start weewx,...
some references for macosx: http://www.libusb.org/ticket/89 https://github.com/libusb/libusb/wiki/FAQ https://developer.apple.com/library/mac/technotes/tn2315/_index.html https://developer.apple.com/library/mac/qa/qa1076/_index.html http://stackoverflow.com/questions/14302935/codeless-kext-on-os-x http://stackoverflow.com/questions/3368008/reading-and-writing-to-usb-hid-interrupt-endpoints-on-mac http://stackoverflow.com/questions/7263648/codeless-kext-loading-problem http://stackoverflow.com/questions/33545656/codeless-kext-for-usb-storage-device the pywws implementation: https://github.com/jim-easterbrook/pywws/tree/master/src/pywws there are 5 interfaces: cython_hidapi ctypes_hidapi libusb1 pyusb1 pyusb
the usb branch now contains an implementation for pyusb1, pyusb, and cython_hidapi. it also includes ctypes_hidapi and libusb1, but i have not yet tested those. i am testing these initially...
Good that you brought this up. Your proposal seems pretty reasonable. Off the top of my head, here are some other options that I can think of. 1. One of...
> 1. One of the nice things about 'debug=1' is that it requires no additional programming in the modules. You just use log.debug() and the system takes care of whether...
On 27 October 2016 10:04:12 EDT tkeffer wrote: So long as we're having a discussion about installers, I have come to admire npm, the installer used by node. With npm,...