Installing fmDNS failing? #98
Comments
Does debug mode provide any additional information? sudo php /usr/local/facileManager/fmDNS/dns.php install debug |
Yeah, that's quite possible. I haven't done much testing on 5.5. Downgrade if you can or wait until I can get a fix out next week. |
I built a 14.04 test server and I'm not able to reproduce this:
Would you mind manually editing /usr/local/facileManager/fmDNS/dns.php with the following and then run the installer in debug mode again?
I'd like to work towards a resolution for you on this. |
Ah! You need to install the core client scripts as fmDNS relies on some functions provided by it. Line 52 would have outputted a message to tell you, but it's using a function found in the client scripts. :( So, that is a bug for error catching, but all you need to do to get running is install the client scripts from facilemanager-core (or complete). |
Excellent. Installing functions.php in my root folder with fmDNS solved my issue. The way I am setup is I have a WEB1 with fm running and NS1 & NS2 with fmdns pointing to web1. However my cron jobs are not updating files correctly. I can see NS1 and NS2 run cron jobs correctly, but I dont think they are getting the info from WEB1. How does the web send that information? |
Glad to hear the install works for you now. The cron job initiates a http connection to WEB1 which will process the request and return an array of files to write or an error message. You can run the cron job manually in debug mode to see what its output is which should give more information as to why your NS1 and NS2 servers are not getting updated.
|
WillyXJ, I just ran into this same problem. Nowhere in the documentation does it referring to needing to put he functions.php file from the core in the same facilemanager folder with fmDNS for the client. Regardless, got it up and running thanks to this post. |
@lordmuffin It looks like the issue is found (#101) and I've merged it with a slight change in c40fd0f. This should resolve your issue. @wispr Thank you for pointing out the documentation flaw. I'll work on updating the docs. |
This has been resolved in 1.2.4. |
I am in process of running install the fmDNS-1.2.3 client. Ubuntu 14.04 w/Lamp Server and php cli. When I run
php dns.php install
I get no output. I feel like im missing something very obvious here.I have my webserver setup successfully for managing these clients, but im not getting the setup portion.
The text was updated successfully, but these errors were encountered: