vwiley1
May 20 2005, 08:05 AM
Bind failed on my server and it won't restart. Here is the error:
Starting named: named: user 'named' unknown
Have tried:
ran /scripts/fixnamed and also /scripts/rebuild_namedconf but that had no effect either.
Can anyone help?
challii
May 20 2005, 09:15 AM
useradd named
in shell ... then try
vwiley1
May 20 2005, 09:39 AM
Then try what?
challii
May 20 2005, 09:54 AM
then try starting bind.
ZiMM
May 20 2005, 10:01 AM
I had the same problem this morning. Tried searching everywhere (here, cpanel forums & Internet) for a solution, even tried adding a user named. Nothing would work.
Finally gave in and submitted a ticket with sm. Was answered in a manner of minutes and the server was back online.
I think it might have something to do with up2date. You might want to submit a ticket and see if they can fix it for you.
vwiley1
May 20 2005, 04:33 PM
up2date was indeed the culprit. Put in a support ticket with SM and they corrected the problems.
For some reason when named was updated, the username "named" was removed from the server.
I myself tried to adduser named but still had no luck.
The problem was that all the files in /var/named were owned by named, but with a UID of 25. The new user "named" that I created did not have a UID of 25 and therefore caused additional problems.
Vince
Cyan Smoke
May 22 2005, 02:33 AM
If anyone else has this problem:
CODE
groupadd -g 25 named
useradd -u 25 named
-Chris.
theprimehost
May 22 2005, 04:44 PM
QUOTE (Cyan Smoke)
If anyone else has this problem:
CODE
groupadd -g 25 named
useradd -u 25 named
-Chris.
Had the same issue and a tech a TP tried the fix above and just noted the bind will not start.
James Erickson
May 22 2005, 05:37 PM
Can you please PM me a ticket number so I can investigate this issue?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.