jfikar

Results 23 comments of jfikar

The command `e2fsck -E discard $device` does not seem to discard the free space. Even `e2fsck -f -y -D -E discard $device` does not work. On contrary, the `zerofree` or...

The command `e2fsck -E discard $device` does not seem to discard the free space. Even `e2fsck -f -y -D -E discard $device` does not work. On contrary, the `zerofree` of...

For the second question I think Gentoo looks into /usr/src/linux. This should be a symlink to your kernel directory.

For smaller dd image files: 1. prior to backup issue `fstrim -va`, it converts unused space to 0x00 2. store the image file as a sparse file `dd conv=sparse` (0x00...

I've just tried the little endian with base 0 and bzip2 -9 is not bad (12%), but zpaq -m3 ... -m5 is excellent, going to 0.135%. I'm not sure about...

The same for LG OLED C9. Gerbera 1.10.0 works, while 1.11.0 does not. For 1.11.0 TV shows no thumbnails and says file format not recognized, when I try to play...

> Seems you've set the `virtualUrl` to `https://gerbera.localhost/`. To me this means you've got a reverse proxy set up. If the certificate is self-signed or the like, your device will...

Hi @jiblime, I'm trying to reproduce your results, but I'm getting the same size for `-flto-compression-level=0`, `-flto-compression-level=9`, `-flto-compression-level=19` (I have USE zstd in gcc) and also without this option. The...

I see, thanks. These objects are really FAT :) Edit: adding -ffat-lto-objects does not change anything, size stays the same 5.63MB

I can confirm @kanyck. It is enough to comment the line `source make.conf.lto` in `/etc/portage/make.conf` and gcc emerges just fine. With the line enabled it fails as indicated in the...