On Sat, Apr 03, 2004 at 07:26:53AM +0200, Anders Johansson wrote:
On Saturday 03 April 2004 07.19, David Rankin wrote:
Can't open /etc/named.keys: No such file or directory
Here is proof the named.keys is there
skyline:/usr/share/doc/packages/dhcp-server # ls -al /etc/named.keys -rw-r----- 1 root named 214 Apr 2 22:22 /etc/named.keys skyline:/usr/share/doc/packages/dhcp-server # cat /etc/named.keys
What does "grep DHCPD_RUN_CHROOTED /etc/sysconfig/dhcpd" say? I think you need to put named.keys in /var/lib/dhcpd/etc/
Even better, add it to DHCPD_CONF_INCLUDE_FILES in /etc/sysconfig/dhcpd.
P.S. If anyone can tell me how to get rid of the "blue" tty1 and just get the normal black screen back I would be greatful. I've searched .profile and .bashrc and .initrc but I haven't found it yet (no doubt I'm looking in the wrong place)
edit /etc/sysconfig/bootsplash and set SPLASH to "no"
To disable it immediately without rebooting, do
echo "0" > /proc/splash
or edit /boot/grub/menu.lst Peter