Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#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 Moody, 16 years ago

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.

comment:2 by DJ Lucas, 16 years ago

Owner: changed from blfs-book@… to DJ Lucas

comment:3 by DJ Lucas, 16 years ago

Status: newassigned

comment:4 by DJ Lucas, 16 years ago

Resolution: invalid
Status: assignedclosed

Existing instructions work as expected.

comment:5 by DJ Lucas, 16 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

in reply to:  5 comment:6 by Moody, 16 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

Note: See TracTickets for help on using tickets.