[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Trubles after update



> I use update from Cobalt site "RaQ3-en-OSUpdate Release 3.0"
> After this I have some trubles:

> - my DNS server fail when it try start and bind all interfaces.
> It stopped by kernel with error and after this udp sockets on port 53 are
> still busy - I can't start named again.

You can do three things to fix this:
1. Comment out the bandwidth module in /etc/conf.modules
alias bandwidth_mgr bwmgmt
to
#alias bandwidth_mgr bwmgmt

reboot

2. Added a listen-on directive to your /etc/named.conf
options {
    directory "/etc/named";
	listen-on { 5.6.7.8; };
};

Where 5.6.7.8 is the IP address you NEED named to listen on. 
reboot (once named comes up in this state you need to reboot)

3. Back rev the kernel and bandwidth module
ftp://ftp.cobaltnet.com/pub/products/raq3/RPMS/kernel-2.2.12C3-4.i386.rpm
ftp://ftp.cobaltnet.com/pub/products/raq3/RPMS/kernel-headers-2.2.12C3-4.i386.rpm
ftp://ftp.cobaltnet.com/pub/products/raq3/RPMS/bwmgmt-1.0-5.i386.rpm

reboot


Jeff-