linfo
                                
                                
                                
                                    linfo copied to clipboard
                            
                            
                            
                        Some Linux errors (in case they are useful)
Here are a couple of errors I'm having on Linux (tested on Red Hat 8.10 and Ubuntu 24.04 with PHP 8.3.16). In case they are useful
ERROR [dd_error::captureError]: Array
(
    [type] => 2
    [message] => Undefined array key "raid"
    [file] => /var/www/html/dedalo/lib/vendor/linfo/linfo/src/Linfo/OS/Linux.php
    [line] => 795
)
ERROR [dd_error::captureError]: Array
(
    [type] => 8
    [message] => file_get_contents(): Read of 12288 bytes failed with errno=22 Invalid argument
    [file] => /var/www/html/dedalo/lib/vendor/linfo/linfo/src/Linfo/Parsers/FileIO.php
    [line] => 20
)
Thanks jrgp