Hello Probzx, thank you for the strace file.The standard permissions are as follows:Please fix the permissions and test again.
It looks to me like you changed the permissions in /etc/ a lot. You are in a better position than I am to examine and correct them.
At some point, if it still doesn't work, you could do the previous procedure again, although I still don't know why it worked.
Thanks, have a nice weekend!
I'm looking for things like just above, or things like below that I missed:What are you looking for in the strace report?
Code:
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3newfstatat(3, "", {st_mode=S_IFREG|0770, st_size=24466, ...}, AT_EMPTY_PATH) = 0[...]openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 4newfstatat(4, "", {st_mode=S_IFREG|0770, st_size=2996, ...}, AT_EMPTY_PATH) = 0[...]newfstatat(AT_FDCWD, "/etc/debian_version", {st_mode=S_IFREG|0770, st_size=5, ...}, 0) = 0
Code:
stat -c '%A %a %U %G %n' /etc/ld.so.cache /etc/locale.alias /etc/debian_version-rw-r--r-- 644 root root /etc/ld.so.cache-rw-r--r-- 644 root root /etc/locale.alias-rw-r--r-- 644 root root /etc/debian_version
It looks to me like you changed the permissions in /etc/ a lot. You are in a better position than I am to examine and correct them.
At some point, if it still doesn't work, you could do the previous procedure again, although I still don't know why it worked.
Thanks, have a nice weekend!
Statistics: Posted by fabien — 2024-03-01 21:38 — Replies 60 — Views 2347