Bug#1108691: pmount silently skips fstype autodetect with blkid when ran not by root

2025-07-04 Thread Nikolas Kyx
It looks like openat() syscall is failing with EACCESS somewhere in the blkid_get_tag_value(). So get_root() is needed to run this function. Not sure whether it's safe. lsblk implements a whole internal library to gather info about block devices, it supports multiple data gathering methods (e.g. f

Bug#1108691: pmount silently skips fstype autodetect with blkid when ran not by root

2025-07-03 Thread Nikolas Kyx
Package: pmount Version: 0.9.23-9 Severity: normal 1) Mount smth with command /usr/bin/pmount --debug PART 2) Look at pmount output and see no evidence of HAVE_BLKID code executed 3) Check ldd and package dependency and indeed there is libblkid 4) Look at the HAVE_BLKID code in src/pmount.c. Suspe

Bug#1098301: Mpv hardware decoding (vo=gpu) broken on i915 after upgrading Mesa to 24.3

2025-02-20 Thread Nikolas Kyx
It was my problematic /etc/X11/xorg.conf.d/30-igpu.conf ``` Section "Device" Identifier "Intel Graphics" # Driver "intel" # Option "AccelMethod" "uxa" Option "TearFree" "true" EndSection ``` Commented out Driver and AccelMethod and it works (either option breaks hw-accel)

Bug#1098301: Mpv hardware decoding (vo=gpu) broken on i915 after upgrading Mesa to 24.3

2025-02-18 Thread Nikolas Kyx
Package: libglx-mesa0 Version: 24.3.4-3 Severity: normal Debian Trixie. After upgrading the following packages libglx-mesa0:amd64 (24.2.8-1, 24.3.4-3), libgbm1:amd64 (24.2.8-1, 24.3.4-3), libgl1-mesa-dri:amd64 (24.2.8-1, 24.3.4-3), libegl-mesa0:amd64 (24.2.8-1, 24.3.4-3) cannot use mpv with vo=g