hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : cPane / named is not running
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

cPane / named is not running

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 02-17-2007, 10:16 AM
KamilPRO KamilPRO is offline
WHT Addict
 
Join Date: Sep 2006
Posts: 107

cPane / named is not running


NAMED NOT STARTING

Attempting to restart named
Waiting for named to restart.... . . . . . . . . . . finished.

named status named has failed, please contact the sysadmin (result was "named is not running"). Feb 17 15:01:40 bunny named: failed Feb 17 15:01:40 bunny named[10682]: starting BIND 9.2.4 -u named Feb 17 15:01:40 bunny named[10682]: using 2 CPUs Feb 17 15:01:40 bunny named[10682]: loading configuration from '/etc/named.conf' Feb 17 15:01:40 bunny named[10682]: listening on IPv4 interface lo, 127.0.0.1#53 Feb 17 15:01:40 bunny named[10682]: listening on IPv4 interface eth0, XX.XXX.XX.XXX#53 Feb 17 15:01:40 bunny named[10682]: listening on IPv4 interface eth0:0, XX.XXX.XX.XXX#53 Feb 17 15:01:40 bunny named[10682]: listening on IPv4 interface eth0:1, XX.XXX.XX.XXX#53 Feb 17 15:01:40 bunny named[10682]: listening on IPv4 interface eth0:2, XX.XXX.XX.XXX#53 Feb 17 15:01:40 bunny named[10682]: listening on IPv4 interface eth0:3, XX.XXX.XX.XXX#53 Feb 17 15:01:40 bunny named[10682]: /etc/rndc.key:1: configuring key 'rndc-key': bad base64 encoding Feb 17 15:01:40 bunny named[10682]: loading configuration: bad base64 encoding Feb 17 15:01:40 bunny named[10682]: exiting (due to fatal error) Feb 17 15:01:42 bunny named: uruchomienie named failed

Reply With Quote


Sponsored Links
  #2  
Old 02-17-2007, 11:03 AM
Patrick Patrick is offline
Stairway To Hosting
 
Join Date: Mar 2003
Location: Canada
Posts: 7,916
Have you tried running /scripts/fixrndc ?

__________________

SYN Hosting - Affordable, Reliable & Secure Web Hosting - Proudly In Business Since 2006!

Host Unlimited Websites -/- cPanel -/- Softaculous -/- CloudFlare -/- SSH Access -/- 24/7 Tech Support
http://www.synhosting.com - Need a Canadian budget managed dedicated server? Click here for details.

Reply With Quote
  #3  
Old 02-17-2007, 11:05 AM
KamilPRO KamilPRO is offline
WHT Addict
 
Join Date: Sep 2006
Posts: 107
yes,

root@bunny [/]# /scripts/fixrndc
Uruchamianie (Running) named: [FAILED]
root@bunny [/]#

Reply With Quote
Sponsored Links
  #4  
Old 02-17-2007, 11:09 AM
VINAX VINAX is offline
Web Hosting Master
 
Join Date: Oct 2005
Location: United States
Posts: 1,401
Try to upgrade named!

__________________
Tommy Tran - tommy @ vinax.net ::: VINAX, LLC ::: http://vinax.net ::: Since 2004
Premium Dedicated Servers and Colocation in downtown Chicago (350 E. Cermak Rd)
Premium Bandwidth, 100% Network & Power Uptime SLA, 24/7 Prompt Tech Support

Reply With Quote
  #5  
Old 02-17-2007, 11:11 AM
KamilPRO KamilPRO is offline
WHT Addict
 
Join Date: Sep 2006
Posts: 107
I'm upgraded cPanel force: /scripts/upcp --force

named - failed

Reply With Quote
  #6  
Old 02-17-2007, 11:13 AM
TLott TLott is offline
Junior Guru
 
Join Date: Aug 2003
Location: Florida
Posts: 181
Try /scripts/fixndc two or three times (not Rndc)

this may work as well:

Code:
cp /etc/rndc.key /etc/rndc.key.old
rndc-confgen -a -b 128 -c /etc/rndc.key -k rndc-key chown named:named
/etc/rndc.key service named restart

__________________
Tyler
www.AdminZoom.com
"Server Administration Done Right"

Server setup, hardening, migrations and more

Reply With Quote
  #7  
Old 02-17-2007, 11:14 AM
VINAX VINAX is offline
Web Hosting Master
 
Join Date: Oct 2005
Location: United States
Posts: 1,401
I meant upgrade it by manually. There are some threads talked about this issue, so just search on " named ".

__________________
Tommy Tran - tommy @ vinax.net ::: VINAX, LLC ::: http://vinax.net ::: Since 2004
Premium Dedicated Servers and Colocation in downtown Chicago (350 E. Cermak Rd)
Premium Bandwidth, 100% Network & Power Uptime SLA, 24/7 Prompt Tech Support

Reply With Quote
  #8  
Old 02-17-2007, 11:20 AM
KamilPRO KamilPRO is offline
WHT Addict
 
Join Date: Sep 2006
Posts: 107
[/]# rndc-confgen -a -b 128 -c /etc/rndc.key -k rndc-key chown named:n
Usage:
rndc-confgen [-a] [-b bits] [-c keyfile] [-k keyname] [-p port] [-r randomfile] [-s addr] [-t chrootdir] [-u user]
-a: generate just the key clause and write it to keyfile (/etc/rndc.key)
-b bits: from 1 through 512, default 128; total length of the secret
-c keyfile: specify an alternate key file (requires -a)
-k keyname: the name as it will be used in named.conf and rndc.conf
-p port: the port named will listen on and rndc will connect to
-r randomfile: a file containing random data
-s addr: the address to which rndc should connect
-t chrootdir: write a keyfile in chrootdir as well (requires -a)
-u user: set the keyfile owner to "user" (requires -a)
root@bunny [/]#

??

Reply With Quote
  #9  
Old 02-17-2007, 11:22 AM
TLott TLott is offline
Junior Guru
 
Join Date: Aug 2003
Location: Florida
Posts: 181
er, I meant rndc-confgen -a -b 128 -c /etc/rndc.key -k rndc-key

followed by the chown command - they should not be on the same line

__________________
Tyler
www.AdminZoom.com
"Server Administration Done Right"

Server setup, hardening, migrations and more

Reply With Quote
  #10  
Old 02-17-2007, 11:26 AM
KamilPRO KamilPRO is offline
WHT Addict
 
Join Date: Sep 2006
Posts: 107
very thanks Close thread

Reply With Quote
  #11  
Old 02-17-2007, 11:32 AM
TLott TLott is offline
Junior Guru
 
Join Date: Aug 2003
Location: Florida
Posts: 181
no problem

__________________
Tyler
www.AdminZoom.com
"Server Administration Done Right"

Server setup, hardening, migrations and more

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Data Center Firm Infinity Names Operations Director Web Hosting News 2011-11-07 20:42:43
Data Center Firm Infinity Appoints Operations Director Web Hosting News 2011-11-03 14:43:19
HP Names Former eBay CEO its New President and CEO Web Hosting News 2011-09-23 14:56:17
Colocation Firm Colo4 Names Channel Sales Manager Web Hosting News 2011-08-02 21:02:27
Datapipe Named Netcraft's Most Reliable Hosting Site in June Web Hosting News 2011-07-08 18:38:09


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?