Advertisement
Guest User

configtest

a guest
Jul 24th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. smbind configtest
  2.  
  3. This script will try to check some aspects of your smbind configuration and point you to errors where ever it can find them. You need to edit config.php and read the INSTALL file first before you run this script.
  4. Testing config.php...OK
  5. Testing PEAR DB...OK
  6. Testing Smarty...OK
  7. Testing templates_c...OK
  8. Testing path...OK
  9. Testing conf directory...OK
  10. Testing conf file...OK
  11. Testing named-checkconf...OK
  12. Testing named-checkzone...OK
  13. Testing rndc...OK
  14. Testing (guess) /etc/rndc.conf...not found.
  15. Testing (guess) /etc/rndc.key...OK
  16. Testing (guess) connection to localhost:953...OK
  17. Testing rndc execution...OK
  18. server is up and running
  19. Testing database connection...OK
  20. Testing database SELECT from zones table...OK Testing database SELECT from users table...OK Testing database SELECT from records table...OK
  21. Testing database INSERT into zones table...OK Testing database INSERT into users table...OK Testing database INSERT into records table...OK
  22. Testing database UPDATE zones table...OK Testing database UPDATE users table...OK Testing database UPDATE records table...OK
  23. Testing database DELETE FROM zones table...OK Testing database DELETE FROM users table...OK Testing database DELETE FROM records table...OK
  24.  
  25. Congratulations, your setup looks good. Please remember to add the following line to your named.conf:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement