-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error on installation of agent on #42
Comments
Getting the same error with a non-similar setup(vmware fusion provide on Mac). When ssh'ing in to the agent it can ping, but can't telnet to the port of the master, because it can't route. My issues therefore seems inter-vm routing related... I know that doesn't help, but it may point in a direction. |
@arubdesu I had the exact same issue, I can't figure out why this is happening either. |
is your master still running. /etc/init.d/pe-puppetserver |
@cdenneen [vagrant@master ~]$ netstat | grep 8140 /etc/init.d/pe-puppet status @arubdesu after removing '127.0.1.1 master' from hostfile on master it works. |
@dec-pupop |
ok ya I meant to take status of server. on master I see : pe-httpd.worker (pid 18424) is running... pe-puppetserver I don't think is in the version I am using, that comes in newer version right? |
any updates on this? |
@dec-pupop the original issue report indicated that you were having DNS resolution issues during installation, but the second latest comment indicates you have a PE agent installed but it can't ping the master. So to be clear, the issue you're working on is getting the agent to be able to resolve the master hostname, correct? |
@adrienthebo I've had similar issue as described above where the puppetserver dies with no error logged. |
I am still using the same configuration, each time I run vagrant up I get the following error : ?? Install puppet master? [y/N] n Stderr from the command: !! ERROR: Puppet Master at 'master:8140' could not be reached. master doesn't have any entry in /etc/hosts for first (agent). so can't ping to first but can by ip. on master I can see : and but when i execute : so not sure what the issue is here. |
I just moved over to puppet-debugging-kit and all is well. Only wished I'd heard about it sooner, it layers on top of Oscar and there was even an intro vid last puppetconf |
Maybe the firewall on the master node is blocking the connections. |
Ran into the same issue with the following parameters:
Manual fix:
The following change to the master definition in vms.yaml worked also for me (moved firewall change to top): |
FYI, this (like several other issues) is most likely that the puppet master has a firewall blocking port 8140 (as it says to check for in the output), but that scrolls by. It should probably manage a firewall rule or disable firewall. |
When I have the following setup :
vms.yaml :
roles.yaml :
and using vagrant version Vagrant 1.7.2 with virtual box 4.3.24 I get the following error :
Stderr from the command:
I haven't been able to use oscar sucessfully from windows. Am i missing something in my config?
The text was updated successfully, but these errors were encountered: