Alex Z
Alex Z
Similar patch was already applied. Taken from here: https://github.com/karesansui/karesansui/tree/master/sample/patches . Also, i removed all compiled bytecode in package's directory, but the problem still persists.
Hmm, looks like this is some strange xpath issue. Error occured at this line: guest.py:625 path = pool[0].get_info()["target"]["path"] Error message is: ImportError: 'cannot import name ExpandedNameWrapper' But! If i simply...
Good question is half of the answer. Change in config: `application.search.path=/usr/lib/python2.7` and remove SEARCH_PATH from command line solves the problem.
It's not the same thing. If you disable recovery, and remove some node -- cluster state becomes degraded with some copies missing. "Gracefull" node shutdown *firstly* makes an extra (temporary)...
Seems like this command missing in my sheepdog version (0.9.2): ``` Available node commands: node kill node list node info node recovery node md node stat node log ``` It...
> Using the latest version supplied in this repository (which is different from the matomo application you download from the website) doesn't work at all > > ``` > AH00106:...
Also needed something like "::Plugin::Gallery". This task is almost unspeakable in markdown without writing html by hand. How it may works: ``` --- title: sample images: - file: photo1.jpg desc:...
P.S. This patch tested with postgresql database about ten months, and have no issues in my ossec setup, but feel free to do more testing if you consider so.