Skip to content
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

Puppet hangs during applying configuration #23543

Closed
kotoko opened this issue Jul 13, 2020 · 1 comment
Closed

Puppet hangs during applying configuration #23543

kotoko opened this issue Jul 13, 2020 · 1 comment

Comments

@kotoko
Copy link

kotoko commented Jul 13, 2020

System

  • xuname:
    Void 5.4.51_1 x86_64 GenuineIntel/KVM uptodate rFF
  • package:
    puppet-6.16.0_1

Expected behavior

Puppet applies configuration.

Actual behavior

Puppet hangs during gathering info about system.

I'm 80% sure that puppet hangs during getting info about network related stuff. Puppet itself looks like it hangs (waiting for something that does not end). On another tty when I run command top there is one process dhcpcd that endlessly uses 100% of cpu. I tried to kill it and then process came back and also there was new warning in puppet log.

Top command:
puppet_top

Also there are warnings:
puppet_warnings

Steps to reproduce the behavior

What I do:

  1. Install up-to-date minimal void linux in virtualbox.
  2. Download https://github.com/kotoko/configs/tree/master/puppet/void-linux-desktop and run script bash run.sh. (Inside script: puppet apply --modulepath ./modules manifests/init.pp)

I'm guessing that if you create dummy puppet manifest (for example create directory anywhere) puppet will also hang.

@kotoko
Copy link
Author

kotoko commented Jul 13, 2020

There is bug in official puppet about supporting ruby 2.7.0:
https://tickets.puppetlabs.com/browse/PUP-10247
https://tickets.puppetlabs.com/browse/IAC-857

It looks like the issue is open and we will have to just wait for an official update.

@kotoko kotoko closed this as completed Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant