-
I use the latest RPi-Monitor (v2.12), and I have some errors in the log. It seems the service works well, I didn't notice any issue with that.
It happens three times on every refresh on the page.
…
-
````
TASK ERROR: unable to create VM 100 - btrfs error: open3: exec of btrfs -q subvolume create -- /mnt/vms/images/100/vm-100-disk-0 failed: No such file or directory at /nix/store/zdy8xk8hba77npv8l…
-
Though an eval construct is used, the new run_tests.pl bombs without TAP::Parser or TAP::Harness:
Can't locate TAP/Parser.pm in @INC (@INC contains: /path/to/bld/openssl300/test/../util/perl /path/…
-
**Description**
When using the debugger (`perl -d $program`), you can use the `s` command to step through lines of code, one at a time. However, this is not true for subroutine signatures. When you…
-
**Description**
Classes cannot be redeclared. Declaring one more than once causes a compile time failure:
```
perl -E 'use experimental "class"; class Test; say "Got to here"; class Test'
Cann…
-
I did a fresh install of MSYS2 just now, followed by a full update with pacman -Syuu as per the wiki, and installed perl afterwards.
The resulting perl installation always exits immediately and s…
-
**Description**
When embedding Perl in a C program in order to run Perl scripts in it, the locale is set to C/ANSI_X3.4-1968 (ASCII). This causes issues with using non-ascii characters.
This is …
-
Hello I was running binning module using maxbin2 and got the following error message:
> lib/perl5/site_perl/5.22.0 does not exixt. Cannot set manual path to perl5 libraries. Exiting...
I checke…
-
auto::headers uses the Config module to detect installed header files.
It's ok to get default values and the arch name from Config but it's not
OK to depend on it for probing the system as the Configu…
-
May want to silence these.
```
Use of uninitialized value $data in pattern match (m//) at /opt/cpanel/perl5/536/site_lib/TOML/Tiny/Writer.pm line 73.
Use of uninitialized value $data in pattern m…