#2409 closed defect (invalid)
Bind-DNS instructions wrong
Reported by: | Moody | Owned by: | DJ Lucas |
---|---|---|---|
Priority: | normal | Milestone: | 6.3 |
Component: | BOOK | Version: | SVN |
Severity: | blocker | Keywords: | |
Cc: |
Description ¶
Hi, i just tried to install Bind (DNS-Server). Everything works fine up to the chmod command (right after the make install). It results in
chmod: Zugriff auf »/usr/lib/{libbind9.so.*.?.?}« nicht möglich: Datei oder Verzeichnis nicht gefunden chmod: Zugriff auf »/usr/lib/{libisc.so.*.?.?}« nicht möglich: Datei oder Verzeichnis nicht gefunden chmod: Zugriff auf »/usr/lib/{libisccc.so.*.?.?}« nicht möglich: Datei oder Verzeichnis nicht gefunden chmod: Zugriff auf »/usr/lib/{libisccfg.so.*.?.?}« nicht möglich: Datei oder Verzeichnis nicht gefunden chmod: Zugriff auf »/usr/lib/{liblwres.so.*.?.?}« nicht möglich: Datei oder Verzeichnis nicht gefunden chmod: Zugriff auf »/usr/lib/{libdns.so.*.?.?}« nicht möglich: Datei oder Verzeichnis nicht gefunden
This means something like "chmod: Access to <filename> denied: File or directory not found".
Change History (6)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Owner: | changed from | to
---|
comment:3 by , 17 years ago
Status: | new → assigned |
---|
comment:4 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Existing instructions work as expected.
follow-up: 6 comment:5 by , 17 years ago
I should correct that. The chmod instructions (for which the bug was opened) work as expected. I'm not sure what happened in your installation. I did add the '-r /dev/urandom' switch to the rdnc-confgen command. Thanks.
-- DJ Lucas
comment:6 by , 17 years ago
Replying to dj@linuxfromscratch.org:
I should correct that. The chmod instructions (for which the bug was opened) work as expected. I'm not sure what happened in your installation. I did add the '-r /dev/urandom' switch to the rdnc-confgen command. Thanks.
-- DJ Lucas
Seems so that the chmod instructions have been modified in the meanwhile. The ones in the book do work perfectly now. Other thing is the capabilities issue with 2.6.24... but for that I think I'll open another ticket. -- Thomas
btw, i would suggest to add the option "-r /dev/urandom" to the rndc-confgen statement. This would make the command work even the /dev/random ran out of entrophy.