Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Puppet hangs during applying configuration
@ 2020-07-13 10:53 kotoko
  2020-07-13 13:38 ` kotoko
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: kotoko @ 2020-07-13 10:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1600 bytes --]

New issue by kotoko on void-packages repository

https://github.com/void-linux/void-packages/issues/23543

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### 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](https://user-images.githubusercontent.com/26855920/87296647-60efe980-c507-11ea-9122-1050c755fb40.png)

Also there are warnings:
![puppet_warnings](https://user-images.githubusercontent.com/26855920/87296472-18d0c700-c507-11ea-85fd-fee818d65deb.png)

### 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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Puppet hangs during applying configuration
  2020-07-13 10:53 [ISSUE] Puppet hangs during applying configuration kotoko
@ 2020-07-13 13:38 ` kotoko
  2020-07-13 13:40 ` kotoko
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: kotoko @ 2020-07-13 13:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 408 bytes --]

New comment by kotoko on void-packages repository

https://github.com/void-linux/void-packages/issues/23543#issuecomment-657566046

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

It's fixed in puppet v6.17.0. I'm not sure that will fix everything. Now I'll wait for puppet v6.17.0 in void repo and will see again if it works or not.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Puppet hangs during applying configuration
  2020-07-13 10:53 [ISSUE] Puppet hangs during applying configuration kotoko
  2020-07-13 13:38 ` kotoko
@ 2020-07-13 13:40 ` kotoko
  2020-07-13 13:43 ` kotoko
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: kotoko @ 2020-07-13 13:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 337 bytes --]

New comment by kotoko on void-packages repository

https://github.com/void-linux/void-packages/issues/23543#issuecomment-657566046

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

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Puppet hangs during applying configuration
  2020-07-13 10:53 [ISSUE] Puppet hangs during applying configuration kotoko
  2020-07-13 13:38 ` kotoko
  2020-07-13 13:40 ` kotoko
@ 2020-07-13 13:43 ` kotoko
  2020-07-13 13:46 ` [ISSUE] [CLOSED] " kotoko
  2020-07-13 13:48 ` kotoko
  4 siblings, 0 replies; 6+ messages in thread
From: kotoko @ 2020-07-13 13:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

New comment by kotoko on void-packages repository

https://github.com/void-linux/void-packages/issues/23543#issuecomment-657566046

Comment:
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 will have to just wait for an official update.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ISSUE] [CLOSED] Puppet hangs during applying configuration
  2020-07-13 10:53 [ISSUE] Puppet hangs during applying configuration kotoko
                   ` (2 preceding siblings ...)
  2020-07-13 13:43 ` kotoko
@ 2020-07-13 13:46 ` kotoko
  2020-07-13 13:48 ` kotoko
  4 siblings, 0 replies; 6+ messages in thread
From: kotoko @ 2020-07-13 13:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1603 bytes --]

Closed issue by kotoko on void-packages repository

https://github.com/void-linux/void-packages/issues/23543

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### 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](https://user-images.githubusercontent.com/26855920/87296647-60efe980-c507-11ea-9122-1050c755fb40.png)

Also there are warnings:
![puppet_warnings](https://user-images.githubusercontent.com/26855920/87296472-18d0c700-c507-11ea-85fd-fee818d65deb.png)

### 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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Puppet hangs during applying configuration
  2020-07-13 10:53 [ISSUE] Puppet hangs during applying configuration kotoko
                   ` (3 preceding siblings ...)
  2020-07-13 13:46 ` [ISSUE] [CLOSED] " kotoko
@ 2020-07-13 13:48 ` kotoko
  4 siblings, 0 replies; 6+ messages in thread
From: kotoko @ 2020-07-13 13:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 387 bytes --]

New comment by kotoko on void-packages repository

https://github.com/void-linux/void-packages/issues/23543#issuecomment-657566046

Comment:
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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-07-13 13:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-13 10:53 [ISSUE] Puppet hangs during applying configuration kotoko
2020-07-13 13:38 ` kotoko
2020-07-13 13:40 ` kotoko
2020-07-13 13:43 ` kotoko
2020-07-13 13:46 ` [ISSUE] [CLOSED] " kotoko
2020-07-13 13:48 ` kotoko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).