tatref

Results 18 issues of tatref

If the check timeouts, no useful message is provided, and also the exit code is not correct: ``` [root@nagios hardware]# ./check-netapp-ng.pl -H 192.168.0.10 -C public -T UPTIME Alarm clock [root@nagios...

Hi, Environment: - Oracle Linux 8.4 - Instance Client 18.5 - rust-oracle 0.5.1 When setting privileges, CTRL-C doesn't work anymore. Reproducible example: ```rust use oracle::{Connector, Privilege}; use std::thread; use std::time::Duration;...

Hi, It we would be great to be able to check if the context initialized successfully (I had issues with LD_LIBRARY_PATH). The problem arise at `Connector::connect().unwrap()` Is it possible to...

Salut, Tout d'abord, merci pour ton travail ! L'organisation bombmanual contient actuellement le manuel en plusieurs langues : anglais, italien, espagnol, allemand, russe. Les manuels sont ensuite disponibles ici :...

Hi, The Wordpress site at netzob.org is empty It seems that it hosted some interesting tutorials/guide. Is there a copy somewhere? Also, there's still a lot of links to dev.netzob.org...

Hi, From time to time, I hit the following error: ``` Error: (0) json_encode(): Invalid UTF-8 sequence in argument URL: /nagvis/server/core/ajax_handler.php?mod=Map&act=getMapObjects&show=automap&sources=automap&header_menu=1&hover_menu=1&context_menu=1&zoom=100&header_template=default&root=%3C%3C%3Cmonitoring%3E%3E%3E&render_mode=undirected&backend_id=ndomy_1&width=1024&height=800&iconset=std_medium&filter_by_state=0&child_layers=-1&margin=50&rankdir=LR&overlap=scale&label_show=1&url_target=_self&_ajaxid=1591281732 File: /usr/local/dtb/addons/nagvis/share/server/core/classes/NagVisMap.php Line: 117 #0 [internal function]: nagvisExceptionErrorHandler(2, 'json_encode():...

bug
help wanted

Hi, I'm getting negative values for innodb hit ratio (mode innodb-bufferpool-hitrate) on multiple mysql databases (at least versions 5.5 and 5.6) There was an issue reported on MariaDB, see https://mariadb.atlassian.net/browse/MDEV-8932...

Hi! Would it be interesting to add support for spectrum to XYZ conversions? The spectrum can be represented as a `[f32; XXX]` (XXX depending on the sampling of the spectrum)....

See `unmangle_octal `function in PR #261 To test: ``` mkdir "$(echo -e 'aaa\\b\tc\nd#e')" dd if=/dev/zero bs=1M count=200 of=ext4.img mkfs.ext4 ext4.img sudo mount ext4.img aaa* ``` Then run example `mountinfo`, this...

The number of exports is always +1 with respect to `keep_backups_by_number`, because the purge is done before the export. Also, during the export, we are missing 1 backup. This commit...