On 30/04/2025 01:34, David Wright wrote:
Bernard wrote:
And at that point, I would have looked again at ls -ult
to see whether anything had changed.
Well, running vlc at about the same time as reinstalling it
makes sure that any data you collect is as ambiguous as possible.
So, I just tested it again : this time :
$ vlc myfile.mp4
gave the same error msg as previously, but the result of
ls -ult
was different :
bd@debian-stretch:/usr/local/lib$ ls -ult
total 1000
-rwxr-xr-x 1 root root 50896 30 avril 16:27 libva-drm.so.2.2200.0
-rwxr-xr-x 1 root root 953408 30 avril 16:27 libva.so.2.2200.0
lrwxrwxrwx 1 root root 21 30 avril 16:09 libva-drm.so ->
libva-drm.so.2.2200.0
lrwxrwxrwx 1 root root 21 30 avril 16:09 libva-drm.so.2 ->
libva-drm.so.2.2200.0
lrwxrwxrwx 1 root root 17 30 avril 16:09 libva.so -> libva.so.2.2200.0
lrwxrwxrwx 1 root root 17 30 avril 16:09 libva.so.2 -> libva.so.2.2200.0
drwxr-xr-x 2 root root 4096 30 avril 15:16 pkgconfig
drwxr-xr-x 3 root root 4096 30 avril 15:16 python3.9
-rwxr-xr-x 1 root root 979 10 avril 17:59 libva-drm.la
-rwxr-xr-x 1 root root 925 10 avril 17:59 libva.la
16:09 was the time when I first ran ls -ult
16:29 was when I ran
vlc myfile.mp4
and got the usual error message. The other lines kept same time access
as before the call of vlc. Next 4 lines acces times remained unchanged
from that of first call to ls -ult ; however, if one exept the two last
lines, they all where tagged april 30th, that is, today a bit earlier.
Cheers,
Bernard