View Single Post
  #7 (permalink)  
Old 06-24-2009, 01:33 AM
john99 john99 is offline
Advanced Member
 
Posts: 206
Default

Quote:
Originally Posted by phoenix View Post
When you need to become root you should always use the "su -" format, the hyphen is important and sets the user environment correctly.[/CODE]
Thanks this way it seems to work. At least no bind error message is showed during starting the OS (unlike before) :-)

Quote:
Originally Posted by phoenix View Post
You should be able to see if you have the named group with the following:
Code:
goups named
and see which user named is running with (obviously, start it first):
[/CODE]
Seems the following output to be ok?
named dialout cdrom floppy audio viedeo player


Hopefully the last question:
Should the Split-DNS related files (/etc/resolv.conf, named.conf.options, db.mydomain.com) be edited as user "root" or as user "named" an su - ?

Thank's a lot!

John
Reply With Quote