Alex Z
Alex Z
karesansui/application.log: [ERROR] [22164] [karesansui.rest] [295] "gadget" execution error - karesansui.gadget.guest.Guest [DEBUG] [22164] [karesansui.processor.pysilhouette] [244] Pysilhouette database session scope [rollback] : HTTP Status= - 500 Internal Server Error [DEBUG] [22164] [karesansui.processor.karesansui]...
Found an issue with dbd/mysql output modules for alerts. Sample row from `alert` table: ``` *************************** 1240. row *************************** id: 10696367 server_id: 1 rule_id: 1002 level: 2 timestamp: 1642404508 location_id:...
Something like [this](http://docs.ceph.com/docs/master/rados/operations/add-or-rm-osds/#removing-osds-manual), ie 'dog node out N' where N is node number. Use case: node maintenance. If you know that given node will be down in near future, it...
> Error 1824: Element '{http://www.gribuser.ru/xml/fictionbook/2.0}date', attribute 'value': '2017-06-15 01:43:28' is not a valid value of the atomic type 'xs:date'. In FictionBook > description > document-info > date > Error 1868:...
This patch fixes incorrect capture of "local ip" address in dovecot decoder. Example line from logs: `dovecot: imap-login: Login: user=, method=PLAIN, rip=1.2.3.4, lip=4.5.6.7, mpid=8303, session=` Old regex captures "4.5.6.7," (extra...
This patch changes insertion of srcip/dstip alert fields to database table from "NULL" (varchar string) value to true sql NULLs. it takes less space in table and add ability to...
Example output from debsecan: ``` *** Available security updates CVE-2023-2610 Integer Overflow or Wraparound in GitHub repository... [](https://security-tracker.debian.org/tracker/CVE-2023-2610) - vim, vim-common, vim-runtime, xxd CVE-2023-29450 JavaScript pre-processing can be used by...
Please add in debian package cron file for preiodic cve database refresh and scans. Something like this: `/etc/cron.d/debcvescan`: ``` MAILTO=root 25 1 * * * daemon test -x /usr/bin/debcvescan &&...
I have very old 3Com switch, which recently was connected to oxidized. But config is not backed up completely - only first page, 'Comware' model already has some code for...
**Describe the bug** File [netjsonconfig/backends/openwrt/timezones.py](https://github.com/openwisp/netjsonconfig/blob/master/netjsonconfig/backends/openwrt/timezones.py#L303) incorrectly reflecs some RU timezones, at least `Asia/Vladivostok` (no DST/VLA(S)T currently, just UTC+10 all year), other cities may be affected too: ``` ("Asia/Krasnoyarsk", "KRAT-7KRAST,M3.5.0,M10.5.0/3"), ("Asia/Magadan",...