Ilia Ross
Ilia Ross
> Table size meaning the size in bytes ? Yes, processed using `nice_size` sub.
> Sure that would be great! Where can we get this information though? Super! It can be done like this https://github.com/webmin/webmin/commit/45b88d85b51b5a3547444ec7242f32bcf701990a.
> Thanks! What is line 108 in that patch for though? A call to a new [`get_tables_size`](https://github.com/webmin/webmin/commit/45b88d85b51b5a3547444ec7242f32bcf701990a#diff-d0d19f9c5e6be1ea3599fb1243bbebd47c76cf38536c4fac6e2017fba1b8a766R1352-R1371) sub.
> LOL, I see that But where is the `$tables_size` variable used? Okay, great! 😃 Sorry! It’s used a bit further down in the code, on line 120, inside the...
> Yes but you also set inside the loop, on line 120 The inner one is singular as `$table_size`, while the outer one is `$tables_size` with an “S” in tables.
Sure, no problem! Thanks!
Hello, Thanks for reaching out! Webmin’s package update module handles software package updates from APT repositories. It doesn’t integrate firmware-level updates like `fwupd` because they’re different.
> Is it possible to intergrate the `fwupd` in the update process? It’s technically possible, but design-wise it wouldn’t be the right move—it doesn’t belong there. Jamie, what do you...
Jamie, what are your thoughts on it?