Yannik Sembritzki

Results 140 comments of Yannik Sembritzki

@poettering Any chance in getting this backported to 252/253/254? That would be great. The reason I'm personally asking for this is that this also fixes https://github.com/systemd/systemd/issues/19394 and https://github.com/systemd/systemd/issues/22575#issuecomment-1086541502. How so?...

@benjaminp As far as I can see, this can be closed since the backports have been done. It should be in systemd 252.24, debian already has 252.26, so feel free...

> Are the backups stored on an external storage (e.g. sd card, ftp server) or the device's one? On the devices internal storage

> sounds like you are 6sing the api implementation of tar (we call it tarApi). > > Default is using the tar command (tarCmd). The tar command should do all...

@3v1n0 Would be great to get this implemented :)

Okay, thanks. With how much `rmem` has this worked for you?

`cat /proc/cmdline` i guess you're using the default setting if you have not changed this. I explained what it is here: https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks/pull/1323#issuecomment-612580385

Same issue tody, it tries to download `https://download.db-ip.com/free/dbip-city-lite-2024-05.mmdb.gz` (which does not exist) every 15 minute (starting at 2am CET, now it's 11.47 CET) and fails with `failed to unzip` error.

Note: this is happening with matomo 5.0.3, which already has the change from #21468. Excerpt from `plugins/GeoIp2/GeoIP2AutoUpdater.php` file of the matomo instance: ``` 73 // created the scheduledtime instance, also,...

Hi @spetrosi This is the config I used: ``` mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula: true mssql_accept_microsoft_cli_utilities_for_sql_server_eula: true mssql_accept_microsoft_sql_server_standard_eula: true mssql_version: 2022 mssql_password: "XXX" mssql_edition: Express mssql_manage_firewall: true mssql_tls_enable: true mssql_tls_remote_src: true mssql_tls_cert: /etc/ssl/letsencrypt/mssql.XXX.com/chained.crt mssql_tls_private_key:...