Rostislav Stříbrný

Results 6 issues of Rostislav Stříbrný

CentOS 8.x doesn't start SSH daemon from time to time with mkzram.service installed. Using: - systemd-analyze verify default.target detects ordering cycle problem (journalctl fragment): systemd[1]: multi-user.target: Found ordering cycle on...

Chrome Manifest V3: - Manifest updated (permissions, V2->V3 migration). - Fixed minor JS syntax problems. - Moved from using window.localStorage to Chrome's chrome.storage.local (and kept same functionality even with this...

Fix problem that no data is displayed at all when connecting to DB under heavy load. Stacktrace and overall wrong behavior could be seen from log below: /opt/java/ash-viewer$ ./run.sh 02.05.22...

I found out that blocking-sessions mode doesn't really detect blocking sessions! It simply prints "OK - " and returns OK state. Developed & tested against real Oracle DB and simulated...

Implemented GCC style printf usage checks enforced from the compiler https://github.com/rxi/log.c/pull/25 - but keeping TRACE->DEBUG->INFO-> order Enhancements #7 https://github.com/rxi/log.c/pull/7 - Printing microseconds (not just seconds) Avoiding which is not available...

Fixes spring-projects/spring-security-kerberos#178