Re: Resolving relative path on AFS broken in newer version

[email protected] Wed, 1 Jul 2026 08:27:24 +0200 (CEST)
Newsgroups gmane.comp.tex.live
Message-ID <[email protected]>

On Tue, 30 Jun 2026, Max Chernoff wrote:

> Hi Michael,
>
> On Tue, 2026-06-30 at 15:04 +0200, [email protected] wrote:
>> using lualatex ./talk.tex in a directory within the AFS file system
>> fails to do a proper path resolution. It works both, when using the
>> full file path and with relative file path on a local directory.
>>
>> So it is probably difficult for many people to reproduce, since you need
>> an AFS mounted using openafs.
>>
>> lualatex ./talk.tex
>> This is LuaHBTeX, Version 1.24.0 (TeX Live 2026/Arch Linux)
>>   restricted system commands enabled.
>> (./talk.texlualatex: dwmoreau: No such device
>>
>> See the post I started:
>> https://bbs.archlinux.org/viewtopic.php?pid=2303320#p2303320
>
> Hmm, interesting. Are you able to reproduce this with pdfTeX in --ini
> mode?
>
>    $ cat test.tex
>    \catcode`\{=1
>    \catcode`\}=2
>    \message{Hello, world!}
>    \end
>    $ pdftex --ini ./test.tex
>    This is pdfTeX, Version 3.141592653-2.6-1.40.29 (TeX Live 2026) (INITEX)
>     restricted \write18 enabled.
>    (./test.tex Hello, world! )
>    No pages of output.
>    Transcript written on test.log.
>
> If so, could you please reply with the output from strace:
>
>    $ strace -ffs65535 -e '!read,write,brk,mmap,pread64' pdftex --ini ./test.tex
>
> If you can't reproduce the problem with "pdftex --ini", then replace
> "pdftex ..." with your original "pdflatex ..." command.
>
> Thanks,
> -- Max
>
Hi Max,

thanks for the reply.

Actually I found the content of the file does not matter.

Anyway here are the results of running with test.tex:

Cheers,
Michael

$ pdftex --ini test.tex
This is pdfTeX, Version 3.141592653-2.6-1.40.29 (TeX Live 2026/Arch Linux) (INITEX)
  restricted \write18 enabled.


execve("/usr/bin/pdftex", ["pdftex", "--ini", "./test.tex"], 0x7ffe38758c28 /* 74 vars */) = 0
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=236139, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libpng16.so.16", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=243736, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=104464, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libkpathsea.so.6", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=100328, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=2935832, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=1251952, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=182512, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=2186528, ...}) = 0
close(3)                                = 0
arch_prctl(ARCH_SET_FS, 0x7f13ea53dc80) = 0
set_tid_address(0x7f13ea53e2a8)         = 15254
set_robust_list(0x7f13ea53df60, 24)     = 0
rseq({cpu_id_start=0, cpu_id=RSEQ_CPU_ID_UNINITIALIZED, rseq_cs=NULL, flags=0, node_id=0, mm_cid=0, slice_ctrl={request=0, granted=0, __reserved=0}, __reserved=0}, 33, 0, 0x53053053) = 0
mprotect(0x7f13ea00e000, 16384, PROT_READ) = 0
mprotect(0x7f13ea56c000, 4096, PROT_READ) = 0
mprotect(0x7f13ea69f000, 4096, PROT_READ) = 0
mprotect(0x7f13ea4bc000, 69632, PROT_READ) = 0
mprotect(0x7f13ea6b9000, 4096, PROT_READ) = 0
mprotect(0x7f13ea6d7000, 4096, PROT_READ) = 0
mprotect(0x7f13ea714000, 4096, PROT_READ) = 0
mprotect(0x557d8d12f000, 106496, PROT_READ) = 0
mprotect(0x7f13ea794000, 8192, PROT_READ) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
getrandom("\xac\x14\xde\x97\x3d\x7f\x9c\x96", 8, GRND_NONBLOCK) = 8
munmap(0x7f13ea718000, 236139)          = 0
futex(0x7f13ea4ce6bc, FUTEX_WAKE_PRIVATE, 2147483647) = 0
newfstatat(AT_FDCWD, "~/scripts/pdftex", 0x7fff1c1bf9c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "~/bin/pdftex", 0x7fff1c1bf9c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/opt/scripts/pdftex", 0x7fff1c1bf9c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/local/ant/bin/pdftex", 0x7fff1c1bf9c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/local/bin/pdftex", 0x7fff1c1bf9c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/bin/pdftex", {st_mode=S_IFREG|0755, st_size=1601592, ...}, 0) = 0
newfstatat(AT_FDCWD, "/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "/usr/bin", {st_mode=S_IFDIR|0755, st_size=155648, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "/usr/bin/pdftex", {st_mode=S_IFREG|0755, st_size=1601592, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "/usr/bin", {st_mode=S_IFDIR|0755, st_size=155648, ...}, 0) = 0
access("/usr/bin/texmf.cnf", R_OK)      = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/bin/share/texmf-local/web2c", 0x7fff1c1bf650, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/bin/share/texmf-dist/web2c", 0x7fff1c1bf650, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/bin/share/texmf/web2c", 0x7fff1c1bf650, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/bin/texmf-local/web2c", 0x7fff1c1bf650, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/bin/texmf-dist/web2c", 0x7fff1c1bf650, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/bin/texmf/web2c", 0x7fff1c1bf650, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
access("/usr/texmf.cnf", R_OK)          = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/share/texmf-local/web2c", 0x7fff1c1bf650, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/share/texmf-dist/web2c", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
access("/usr/share/texmf-dist/web2c/texmf.cnf", R_OK) = 0
newfstatat(AT_FDCWD, "/usr/share/texmf-dist/web2c/texmf.cnf", {st_mode=S_IFREG|0664, st_size=43569, ...}, 0) = 0
newfstatat(AT_FDCWD, "/usr/share/texmf/web2c", 0x7fff1c1bf650, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/texmf-local/web2c", 0x7fff1c1bf650, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/texmf-dist/web2c", 0x7fff1c1bf650, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/texmf/web2c", 0x7fff1c1bf650, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/texmf-local/web2c", 0x7fff1c1bf650, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
access("/texmf.cnf", R_OK)              = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/share/texmf-local/web2c", 0x7fff1c1bf650, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/share/texmf-dist/web2c", 0x7fff1c1bf650, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/share/texmf/web2c", 0x7fff1c1bf650, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/texmf-dist/web2c", 0x7fff1c1bf650, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/texmf/web2c", 0x7fff1c1bf650, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/texmf-dist/web2c/texmf.cnf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0664, st_size=43569, ...}) = 0
close(3)                                = 0
newfstatat(AT_FDCWD, "/usr/local/share/texmf", 0x7fff1c1bf5a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/share/texmf", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
access("/usr/share/texmf/ls-r", R_OK)   = -1 ENOENT (No such file or directory)
access("/usr/share/texmf/ls-R", R_OK)   = 0
newfstatat(AT_FDCWD, "/usr/share/texmf/ls-R", {st_mode=S_IFREG|0644, st_size=381, ...}, 0) = 0
newfstatat(AT_FDCWD, "/etc/texmf", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
access("/etc/texmf/ls-r", R_OK)         = -1 ENOENT (No such file or directory)
access("/etc/texmf/ls-R", R_OK)         = 0
newfstatat(AT_FDCWD, "/etc/texmf/ls-R", {st_mode=S_IFREG|0644, st_size=428, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/lib/texmf", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
access("/var/lib/texmf/ls-r", R_OK)     = -1 ENOENT (No such file or directory)
access("/var/lib/texmf/ls-R", R_OK)     = 0
newfstatat(AT_FDCWD, "/var/lib/texmf/ls-R", {st_mode=S_IFREG|0644, st_size=3086, ...}, 0) = 0
newfstatat(AT_FDCWD, "/usr/share/texmf-dist", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
access("/usr/share/texmf-dist/ls-r", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/texmf-dist/ls-R", R_OK) = 0
newfstatat(AT_FDCWD, "/usr/share/texmf-dist/ls-R", {st_mode=S_IFREG|0644, st_size=3897828, ...}, 0) = 0
openat(AT_FDCWD, "/usr/share/texmf/ls-R", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=381, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/texmf/ls-R", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=428, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/var/lib/texmf/ls-R", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3086, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/share/texmf-dist/ls-R", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3897828, ...}) = 0
close(3)                                = 0
access("/usr/share/texmf/aliases", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/texmf", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, 0x557db7434200 /* 4 entries */, 32768) = 96
getdents64(3, 0x557db7434200 /* 0 entries */, 32768) = 0
close(3)                                = 0
access("/etc/texmf/aliases", R_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/texmf", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, 0x557db7434200 /* 8 entries */, 32768) = 216
getdents64(3, 0x557db7434200 /* 0 entries */, 32768) = 0
close(3)                                = 0
access("/var/lib/texmf/aliases", R_OK)  = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/var/lib/texmf", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, 0x557db7434200 /* 7 entries */, 32768) = 192
getdents64(3, 0x557db7434200 /* 0 entries */, 32768) = 0
close(3)                                = 0
access("/usr/share/texmf-dist/aliases", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/texmf-dist", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, 0x557db7434200 /* 18 entries */, 32768) = 528
getdents64(3, 0x557db7434200 /* 0 entries */, 32768) = 0
close(3)                                = 0
access("./test.tex", R_OK)              = 0
newfstatat(AT_FDCWD, "./test.tex", {st_mode=S_IFREG|0644, st_size=58, ...}, 0) = 0
openat(AT_FDCWD, "./test.tex", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=58, ...}) = 0
lseek(3, 0, SEEK_CUR)                   = 58
lseek(3, 14, SEEK_SET)                  = 14
close(3)                                = 0
openat(AT_FDCWD, "/etc/localtime", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2298, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=2298, ...}) = 0
lseek(3, -1449, SEEK_CUR)               = 849
lseek(3, 2297, SEEK_SET)                = 2297
close(3)                                = 0
newfstatat(AT_FDCWD, "/etc/localtime", {st_mode=S_IFREG|0644, st_size=2298, ...}, 0) = 0
rt_sigaction(SIGINT, {sa_handler=0x557d8cff02c0, sa_mask=[INT], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7f13e9e3e270}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
fstat(1, {st_mode=S_IFREG|0644, st_size=10607, ...}) = 0
This is pdfTeX, Version 3.141592653-2.6-1.40.29 (TeX Live 2026/Arch Linux) (INITEX)
  restricted \write18 enabled.
newfstatat(AT_FDCWD, "/etc/localtime", {st_mode=S_IFREG|0644, st_size=2298, ...}, 0) = 0
rt_sigaction(SIGINT, {sa_handler=0x557d8cff02c0, sa_mask=[INT], sa_flags=SA_RESTORER|SA_INTERRUPT, sa_restorer=0x7f13e9e3e270}, {sa_handler=0x557d8cff02c0, sa_mask=[INT], sa_flags=SA_RESTORER, sa_restorer=0x7f13e9e3e270}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x557d8cff02c0, sa_mask=[INT], sa_flags=SA_RESTORER, sa_restorer=0x7f13e9e3e270}, NULL, 8) = 0
access("./test.tex", R_OK)              = 0
newfstatat(AT_FDCWD, "./test.tex", {st_mode=S_IFREG|0644, st_size=58, ...}, 0) = 0
openat(AT_FDCWD, "./test.tex", O_RDONLY) = 3
openat(AT_FDCWD, "test.log", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
(./test.texnewfstatat(AT_FDCWD, "/", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
newfstatat(AT_FDCWD, ".", {st_mode=S_IFDIR|0755, st_size=2048, ...}, 0) = 0
chdir("..")                             = 0
openat(AT_FDCWD, ".", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5
fstat(5, {st_mode=S_IFDIR|0755, st_size=10240, ...}) = 0
getdents64(5, 0x557db77a4360 /* 182 entries */, 32768) = 6896
newfstatat(AT_FDCWD, ".", {st_mode=S_IFDIR|0755, st_size=10240, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "..", {st_mode=S_IFDIR|0700, st_size=40960, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "TB", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "MR-Notes.pdf", {st_mode=S_IFREG|0644, st_size=920966, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "spr", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "canopen-config-changes.txt", {st_mode=S_IFREG|0644, st_size=34216, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "meetings", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "canopen-save-config.txt", {st_mode=S_IFREG|0644, st_size=719, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "audioCablingCrossed.txt", {st_mode=S_IFREG|0644, st_size=1061, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "briefe", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "CMTB", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "instructions", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "WL", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "failures.agr", {st_mode=S_IFREG|0644, st_size=50882, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "REGAE", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "scripts", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "result-interp.txt-utf8", {st_mode=S_IFREG|0644, st_size=1998, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "DESY-Teststrahlen", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "SafetyMagnetSpecs_v2.1.docx", {st_mode=S_IFREG|0644, st_size=36552, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "e-gun", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "fec2config", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Memory-map-T\303\274rkreis-Modul-XFEL.xls", {st_mode=S_IFREG|0644, st_size=34816, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "petra", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "planung", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "TUV", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "FLASH", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "AMTF", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "PETRA", {st_mode=S_IFDIR|0755, st_size=6144, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "XFEL", {st_mode=S_IFDIR|0755, st_size=10240, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "port-anfrage-2011-06.zip", {st_mode=S_IFREG|0644, st_size=9314, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "LUX", {st_mode=S_IFDIR|0755, st_size=12288, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "vlm", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "scanvest", {st_mode=S_IFDIR|0755, st_size=6144, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "DACHS", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "P4", {st_mode=S_IFDIR|0755, st_size=6144, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Interlock-System", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "EtherSound-Geraete.txt", {st_mode=S_IFREG|0644, st_size=670, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "WIN", {st_mode=S_IFLNK|0755, st_size=9, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "DEKOM", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "techsem", {st_mode=S_IFREG|0644, st_size=75, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "ZZ", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "david", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Thumbs.db", {st_mode=S_IFREG|0666, st_size=33280, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Database", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "DESY2LINAC2", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "rufen.pdf", {st_mode=S_IFREG|0644, st_size=84527, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "rufen.uxf", {st_mode=S_IFREG|0644, st_size=17099, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "rufen.svg", {st_mode=S_IFREG|0644, st_size=35702, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "BKR", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "rufen-ik.png", {st_mode=S_IFREG|0644, st_size=217700, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "rufen.png", {st_mode=S_IFREG|0644, st_size=100298, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "riko", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "SSB", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Audio", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "text5167.png", {st_mode=S_IFREG|0644, st_size=2509, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "rufen-ik.pdf", {st_mode=S_IFREG|0644, st_size=88205, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "CERN", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Forward", {st_mode=S_IFDIR|0755, st_size=10240, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "DORIS", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "DecoderAngebot.pdf", {st_mode=S_IFREG|0600, st_size=52692, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "barcode", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "DELIPE-Umbau-2019", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Suchknoepfe", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "cats", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "SINBAD", {st_mode=S_IFDIR|0755, st_size=6144, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "sps2relay", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "RadSynch17", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "RadSynch17-Bilder", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "jm", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "XFEL-SASES", {st_mode=S_IFDIR|0755, st_size=6144, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "CAN", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "ESRF", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "jm.zip", {st_mode=S_IFREG|0644, st_size=2860153, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Notes", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "current", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Sicherheitsorganisation", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "SafetQualis.log", {st_mode=S_IFREG|0644, st_size=10811, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "SafetQualis.aux", {st_mode=S_IFREG|0644, st_size=368, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "SafetQualis.tex", {st_mode=S_IFREG|0644, st_size=2465, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "SafetQualis.pdf", {st_mode=S_IFREG|0644, st_size=51332, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "SafetQualis.toc", {st_mode=S_IFREG|0644, st_size=0, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "D5", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "RadSynch19", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "mps", {st_mode=S_IFDIR|0755, st_size=6144, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Done", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "logic", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Talk-md.zip", {st_mode=S_IFREG|0644, st_size=208038, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "qs", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "UA", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "ESS", {st_mode=S_IFDIR|0755, st_size=6144, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "KALDERA", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "W. Leemans (M) - ATHENA KALDERA.pdf", {st_mode=S_IFREG|0600, st_size=63463307, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "RadSynch19-MD.tar", {st_mode=S_IFREG|0644, st_size=931840, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "ALPS", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "digigram-avs-monitor.email", {st_mode=S_IFREG|0644, st_size=1130, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "archlinux", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Projekte", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "functional_safety", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "mydb-2020-06-30.sql", {st_mode=S_IFREG|0644, st_size=4431, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "mydb-2020-07-01.sql", {st_mode=S_IFREG|0644, st_size=4447, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Checklisten-Erstinbetriebnahme", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "teamcenter", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Reemtsma_Hallen", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "SFT", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "FALCO", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "FAIR", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "relais-sh.txt", {st_mode=S_IFREG|0644, st_size=575, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Notaus", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "SiR", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Lasermet-ls-20", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "tm.svg", {st_mode=S_IFREG|0644, st_size=29302, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "tm.png", {st_mode=S_IFREG|0600, st_size=17348, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "LUXE", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "PasswordsMPS.kdbx", {st_mode=S_IFREG|0666, st_size=8443086, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "mps-strom-verbrauch.txt", {st_mode=S_IFREG|0644, st_size=493, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "KFZ-pool", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "risk-2022-10-20.txt", {st_mode=S_IFREG|0644, st_size=515, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "MFS", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Schliessungen", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "falco-personeninterlock", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "20-jahre", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "RadSynch23", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "KALDERA-PI-Beschreibung", {st_mode=S_IFDIR|0700, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "audiotextproduktion.pdf", {st_mode=S_IFREG|0644, st_size=25638, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "FS-Seminar", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Lucas", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Lueneburg-2024", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "vb-renovierung-2024-01-08.txt", {st_mode=S_IFREG|0644, st_size=1330, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Personeninterlock-Aufbau-Vorg\303\244nge.txt", {st_mode=S_IFREG|0644, st_size=906, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "2", {st_mode=S_IFREG|0644, st_size=90, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "ausfall-mpi-suche.txt", {st_mode=S_IFREG|0644, st_size=7415, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Ts4i", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Betriebsstunden-RelGen1.ods", {st_mode=S_IFREG|0644, st_size=26953, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "ausfall-suche.txt", {st_mode=S_IFREG|0644, st_size=29088, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Zeiterfassung-2024-work.xlsx", {st_mode=S_IFREG|0644, st_size=212500, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Zeiterfassung-2024-orig.xlsx", {st_mode=S_IFREG|0644, st_size=136040, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "lux-pi-beschreibung", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Science City Day 2024 (Tag der offenen T\303\274r) (June 1, 2024) Anmeldung Registration \302\267 DESY-Konferenzverwaltung (Indico).pdf", {st_mode=S_IFREG|0644, st_size=74425, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "plan.txt", {st_mode=S_IFREG|0644, st_size=2330, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Rollen", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "L2D2-Renov", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Zeiterfassung-2024-work-v25.6.xlsx", {st_mode=S_IFREG|0644, st_size=210393, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Zeiterfassung-2024-test.xlsx", {st_mode=S_IFREG|0644, st_size=205924, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Betriebsstunden-RelGen1.pdf", {st_mode=S_IFREG|0644, st_size=17795, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Zeiterfassung-2024-work-2024-06-27.xlsx", {st_mode=S_IFREG|0644, st_size=208329, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Overview-2024-08.txt", {st_mode=S_IFREG|0644, st_size=607, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "sftmods", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "flash-personeninterlock", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Zeiterfassungstabelle-2025-MD-work.xlsx", {st_mode=S_IFREG|0644, st_size=396884, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Zeiterfassungstabelle 2025.xlsx", {st_mode=S_IFREG|0644, st_size=231651, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "cats-personeninterlock", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "temp-test-doocs.xml", {st_mode=S_IFREG|0644, st_size=2149, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "epics.txt", {st_mode=S_IFREG|0644, st_size=120, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "weatherPanel.xml", {st_mode=S_IFREG|0644, st_size=6877, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "DIN 62061_Auszug_Funktionspr\303\274fung.jpg", {st_mode=S_IFREG|0644, st_size=207577, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "IFA-Report 2017_Auszug_Funktionspr\303\274fung.JPG", {st_mode=S_IFREG|0644, st_size=261632, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "DIN 14119_Auszug_Funktionspr\303\274fung.jpg", {st_mode=S_IFREG|0644, st_size=467996, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "SafetyKey_v0.1.0.pdf", {st_mode=S_IFREG|0666, st_size=263881, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "M-Meeting-2025-06-23", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "qm-statement.txt", {st_mode=S_IFREG|0644, st_size=1195, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "106-Interlocks", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "proj-mps-2035.txt", {st_mode=S_IFREG|0644, st_size=607, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "ZZ-v3.pdf", {st_mode=S_IFREG|0644, st_size=537559, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Report-MPS-2025", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Report-MPS-2025-v3", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "rima.txt", {st_mode=S_IFREG|0644, st_size=213, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Report-MPS-2025-v3.zip", {st_mode=S_IFREG|0644, st_size=26643577, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Zeiterfassungstabelle 2026.xlsx", {st_mode=S_IFREG|0644, st_size=231482, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "Zeiterfassungstabelle-2026-MD.xlsx", {st_mode=S_IFREG|0644, st_size=398997, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "process-fs-report", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "p4-WPxxx-rep-nnnn.toc", {st_mode=S_IFREG|0644, st_size=1816, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "SRS_MPS_allgemein.D10000001238457.A001-draft.2026-23-md.pdf", {st_mode=S_IFREG|0644, st_size=893208, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "math-things.pdf", {st_mode=S_IFREG|0644, st_size=318884, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "m-2026-04-29.txt", {st_mode=S_IFREG|0644, st_size=424, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "SOFTEMA_DESY_Interlock-FSPS.D10000001238409.A001.jpg", {st_mode=S_IFREG|0644, st_size=1739665, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "mps-2026-05-07.txt", {st_mode=S_IFREG|0644, st_size=306, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "m-2026-05-06.txt", {st_mode=S_IFREG|0644, st_size=113, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "p4exp-workshop", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, ".", {st_mode=S_IFDIR|0755, st_size=10240, ...}, 0) = 0
close(5)                                = 0
chdir("..")                             = 0
openat(AT_FDCWD, ".", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5
fstat(5, {st_mode=S_IFDIR|0700, st_size=40960, ...}) = 0
getdents64(5, 0x557db77a4360 /* 696 entries */, 32768) = 26424
newfstatat(AT_FDCWD, ".", {st_mode=S_IFDIR|0700, st_size=40960, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "..", {st_mode=S_IFDIR|0755, st_size=22528, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "mpi", {st_mode=S_IFDIR|0755, st_size=10240, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, ".", {st_mode=S_IFDIR|0700, st_size=40960, ...}, 0) = 0
close(5)                                = 0
chdir("..")                             = 0
openat(AT_FDCWD, ".", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5
fstat(5, {st_mode=S_IFDIR|0755, st_size=22528, ...}) = 0
getdents64(5, 0x557db77a4360 /* 639 entries */, 32768) = 20288
newfstatat(AT_FDCWD, ".", {st_mode=S_IFDIR|0755, st_size=22528, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "..", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "d3gast", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dwatko", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dberge", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dimtisch", {st_mode=S_IFDIR|0755, st_size=10240, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "drice", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "desymac", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "delaossa", {st_mode=S_IFDIR|0755, st_size=12288, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "d3pddbt", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "driukovl", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dfreitas", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "diberder", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "davekoch", {st_mode=S_IFDIR|0777, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dannheim", {st_mode=S_IFDIR|0755, st_size=28672, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dbiswas", {st_mode=S_IFDIR|0777, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dramburg", {st_mode=S_IFDIR|0777, st_size=18432, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "darame", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dudylena", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dlwjdals", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "daum", {st_mode=S_IFDIR|0755, st_size=102400, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "denfaina", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dpogunke", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dasdebar", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "domeyy", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dkrebs", {st_mode=S_IFDIR|0777, st_size=10240, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "drahul", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dfellen", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dunger", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dianabz", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "detamoni", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "deffur", {st_mode=S_IFDIR|0755, st_size=10240, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "domkacz", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dlrufp", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "daude", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "deleo", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "domadm", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dohrms", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "delsim", {st_mode=S_IFDIR|0755, st_size=6144, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "diomede", {st_mode=S_IFDIR|0777, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "desykiga", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "denis_v", {st_mode=S_IFDIR|0755, st_size=10240, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dmsd3mn4", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dgorman", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dwivedia", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "duarte", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dsanders", {st_mode=S_IFDIR|0777, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "deyjayji", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "desch", {st_mode=S_IFDIR|0755, st_size=16384, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dssccal", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "desyhs", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "desypr", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "desyze", {st_mode=S_IFDIR|0755, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dachsadm", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "damjanov", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dhw10f", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "desylmsz", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dursun", {st_mode=S_IFDIR|0777, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dherbst", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "djatscha", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dpennica", {st_mode=S_IFDIR|0777, st_size=8192, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dimengqi", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "doerrefe", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dokuyucu", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dhiraj", {st_mode=S_IFDIR|0777, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dich", {st_mode=S_IFDIR|0755, st_size=55296, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dafnitro", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dahl", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "debrown", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dauncey", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dcrook", {st_mode=S_IFDIR|0777, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dass", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "diezo", {st_mode=S_IFDIR|0777, st_size=2048, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dourkiib", {st_mode=S_IFDIR|0777, st_size=10240, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "dwmoreau", 0x7fff1c1bf880, AT_SYMLINK_NOFOLLOW) = -1 ENODEV (No such device)
pdftex: dwmoreau: No such device
exit_group(1)                           = ?
+++ exited with 1 +++