Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3560

System and Network configuration • apt problem with dns

$
0
0
Hello Probzx, thank you for the strace file.
What are you looking for in the strace report?
I'm looking for things like just above, or things like below that I missed:

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
The standard permissions are as follows:

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
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!

Statistics: Posted by fabien — 2024-03-01 21:38 — Replies 60 — Views 2347



Viewing all articles
Browse latest Browse all 3560

Trending Articles