Nicolas R.

Results 77 comments of Nicolas R.

Thanks for your reply. Here are the logs from the customer server where that disk space was requested. Hope it helps. thanks [leapp-report.txt](https://github.com/AlmaLinux/leapp-repository/files/10179417/leapp-report.txt) [leapp-upgrade.log](https://github.com/AlmaLinux/leapp-repository/files/10179418/leapp-upgrade.log)

Unfortunately we do not have access anymore to the server. I was trying to understand the `156G` disk space requirement. The number of mount points could explain part of it....

I discovered this while using the `func` function with a MySQL 5.6 server whereas the driver was compiled with the mariadb-connector from https://downloads.mariadb.org/connector-c/3.0.3/ ``` $dbh->func( 'shutdown', 'admin' ); ``` which...

indeed looks like DBD::MariaDB simply removed support for that internal 'admin' helper, which solved the issue lol view: https://github.com/gooddata/DBD-MariaDB/commit/1ece8cd071c87d875c17a98bdb4c0fcb1f235a12

thanks @pali for all this work, looking forward to use DBD::MariaDB in the future

The problem is not POSIX::setid being defined or not. This is a warning when load with `strict subs` that I can fix on my side when applying this patch. This...

If there is a major refactor of TT, I'm not aware and still welcome, we can still use the version 4.x or later to promote it when needed lol

This LGTM, note that until now all packages were shipped inside the `Template/*` directory and with this change this would add `App/Template/` directory. Would not `Template/App` or `Template/Tool` be a...

note: the `use locale` was added as part of d56b9a8c43c1876ac655d0d87efc9c459ab5dc65 change from the changelog: ``` * Added "use locale" to Template::Filters to enable locale-specific filters. ``` It seems that locale...

@evengar2008 could you please provide steps to reproduce the issue you noticed? thanks