Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-29 Thread Ryan Vande
Thank you for that information Joshua !

On Monday, March 27, 2017 at 11:45:54 AM UTC-5, Joshua Schaeffer wrote:
>
> I'm not sure of any time specific settings in Puppet itself. You could 
> restore the VM again and then make sure your time settings are correct 
> before connecting anything to it. Also I was looking at the error log you 
> posted earlier. It is reporting a 404 error. Is that port open? Is 
> something listening on that port?
>
> netstat -tupan | grep 4432
>
> Thanks,
> Joshua Schaeffer
>
> On Monday, March 27, 2017 at 5:47:24 AM UTC-6, Ryan Vande wrote:
>>
>> I don't know, my system time is correct... It might had been off at the 
>> beginning but as of now it is correct might have I already did the damage 
>> and now its stuck being broke forever?
>>
>> On Monday, March 27, 2017 at 1:53:36 AM UTC-5, Ryan Vande wrote:
>>>
>>> There is a date time thing I noticed for sure, as of now the date time 
>>> his correct on Linux but I believe puppet does not believe so
>>>
>>> Is there a way I can update ntp just for puppet?
>>>
>>> Thank you for stating this, I do believe this is the issue
>>>
>>> Can we discuss more?
>>>
>>> On Mar 26, 2017 4:16 PM, "Joshua Schaeffer"  
>>> wrote:
>>>
 This is just a guess, but make sure the time on your server is 
 accurate. I do something similar with my agents where I have a base 
 (clean) 
 system, snapshot it, then run a puppet agent on it to test new modules, 
 changes, etc. If I need to make any changes to Puppet and want to start 
 from a clean install I just restore the snapshot and start over. The way I 
 snapshot'ed my system it restores the date and time of the server and 
 system state when the snapshot was taken. I have to specifically tell ntp 
 to update the time. Other system state information like memory and current 
 processes don't seem to affect the Puppet run, but if the date is not 
 accurate the Puppet agent complains.

 Again, just a guess, but make sure that if you are restoring the exact 
 system state that is is not interfering with Puppet operations.

 Thanks,
 Joshua Schaeffer

 On Saturday, March 25, 2017 at 8:20:11 PM UTC-6, Ryan Vande wrote:
>
> I got this from console-services.log
>
> "
>
> 2017-03-25 22:10:48,337 [qtp1717623735-78] INFO  [p.c.class-updater] 
> Synchronized 0 classes from the Puppet Master in 0 seconds
> 2017-03-25 22:10:48,580 [qtp1495082648-137] ERROR [p.p.c.classes] 
> Failed to process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@5371cc29
> 2017-03-25 22:10:48,586 [qtp1495082648-60] ERROR [p.p.c.classes] 
> Failed to process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master::mcollective
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@106e6d
> 2017-03-25 22:10:48,597 [qtp1495082648-129] ERROR [p.p.c.classes] 
> Failed to process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@7dd91e98
> 2017-03-25 22:10:48,606 [qtp1495082648-128] ERROR [p.p.c.classes] 
> Failed to process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::mcollective::peadmin
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@7c9dc4a6
> 2017-03-25 22:10:48,654 [qtp1495082648-136] ERROR [p.p.c.classes] 
> Failed to process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo::platform::el_7_x86_64
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@58e2612b
> 2017-03-25 22:11:55,025 [qtp1495082648-128] ERROR [p.p.c.classes] 
> Failed to process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@5cea3920
> 2017-03-25 22:11:55,078 [qtp1495082648-62] ERROR [p.p.c.classes] 
> Failed to process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@2881f554
> 2017-03-25 22:11:55,186 [qtp1495082648-61] ERROR [p.p.c.classes] 
> Failed to process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::mcollective::peadmin
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@64783995
> 2017-03-25 22:11:55,200 [qtp1495082648-129] ERROR [p.p.c.classes] 
>>

Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-27 Thread Joshua Schaeffer
I'm not sure of any time specific settings in Puppet itself. You could 
restore the VM again and then make sure your time settings are correct 
before connecting anything to it. Also I was looking at the error log you 
posted earlier. It is reporting a 404 error. Is that port open? Is 
something listening on that port?

netstat -tupan | grep 4432

Thanks,
Joshua Schaeffer

On Monday, March 27, 2017 at 5:47:24 AM UTC-6, Ryan Vande wrote:
>
> I don't know, my system time is correct... It might had been off at the 
> beginning but as of now it is correct might have I already did the damage 
> and now its stuck being broke forever?
>
> On Monday, March 27, 2017 at 1:53:36 AM UTC-5, Ryan Vande wrote:
>>
>> There is a date time thing I noticed for sure, as of now the date time 
>> his correct on Linux but I believe puppet does not believe so
>>
>> Is there a way I can update ntp just for puppet?
>>
>> Thank you for stating this, I do believe this is the issue
>>
>> Can we discuss more?
>>
>> On Mar 26, 2017 4:16 PM, "Joshua Schaeffer" > > wrote:
>>
>>> This is just a guess, but make sure the time on your server is accurate. 
>>> I do something similar with my agents where I have a base (clean) system, 
>>> snapshot it, then run a puppet agent on it to test new modules, changes, 
>>> etc. If I need to make any changes to Puppet and want to start from a clean 
>>> install I just restore the snapshot and start over. The way I snapshot'ed 
>>> my system it restores the date and time of the server and system state when 
>>> the snapshot was taken. I have to specifically tell ntp to update the time. 
>>> Other system state information like memory and current processes don't seem 
>>> to affect the Puppet run, but if the date is not accurate the Puppet agent 
>>> complains.
>>>
>>> Again, just a guess, but make sure that if you are restoring the exact 
>>> system state that is is not interfering with Puppet operations.
>>>
>>> Thanks,
>>> Joshua Schaeffer
>>>
>>> On Saturday, March 25, 2017 at 8:20:11 PM UTC-6, Ryan Vande wrote:

 I got this from console-services.log

 "

 2017-03-25 22:10:48,337 [qtp1717623735-78] INFO  [p.c.class-updater] 
 Synchronized 0 classes from the Puppet Master in 0 seconds
 2017-03-25 22:10:48,580 [qtp1495082648-137] ERROR [p.p.c.classes] 
 Failed to process classes request to 
 http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master
  
 with code 404 org.apache.http.nio.entity.ContentInputStream@5371cc29
 2017-03-25 22:10:48,586 [qtp1495082648-60] ERROR [p.p.c.classes] Failed 
 to process classes request to 
 http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master::mcollective
  
 with code 404 org.apache.http.nio.entity.ContentInputStream@106e6d
 2017-03-25 22:10:48,597 [qtp1495082648-129] ERROR [p.p.c.classes] 
 Failed to process classes request to 
 http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo
  
 with code 404 org.apache.http.nio.entity.ContentInputStream@7dd91e98
 2017-03-25 22:10:48,606 [qtp1495082648-128] ERROR [p.p.c.classes] 
 Failed to process classes request to 
 http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::mcollective::peadmin
  
 with code 404 org.apache.http.nio.entity.ContentInputStream@7c9dc4a6
 2017-03-25 22:10:48,654 [qtp1495082648-136] ERROR [p.p.c.classes] 
 Failed to process classes request to 
 http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo::platform::el_7_x86_64
  
 with code 404 org.apache.http.nio.entity.ContentInputStream@58e2612b
 2017-03-25 22:11:55,025 [qtp1495082648-128] ERROR [p.p.c.classes] 
 Failed to process classes request to 
 http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo
  
 with code 404 org.apache.http.nio.entity.ContentInputStream@5cea3920
 2017-03-25 22:11:55,078 [qtp1495082648-62] ERROR [p.p.c.classes] Failed 
 to process classes request to 
 http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master
  
 with code 404 org.apache.http.nio.entity.ContentInputStream@2881f554
 2017-03-25 22:11:55,186 [qtp1495082648-61] ERROR [p.p.c.classes] Failed 
 to process classes request to 
 http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::mcollective::peadmin
  
 with code 404 org.apache.http.nio.entity.ContentInputStream@64783995
 2017-03-25 22:11:55,200 [qtp1495082648-129] ERROR [p.p.c.classes] 
 Failed to process classes request to 
 http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo::platform::el_7_x86_64
  
 with code 404 org.apache.http.nio.entity.ContentInputStream@3d032f8

Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-27 Thread Ryan Vande
I don't know, my system time is correct... It might had been off at the 
beginning but as of now it is correct might have I already did the damage 
and now its stuck being broke forever?

On Monday, March 27, 2017 at 1:53:36 AM UTC-5, Ryan Vande wrote:
>
> There is a date time thing I noticed for sure, as of now the date time his 
> correct on Linux but I believe puppet does not believe so
>
> Is there a way I can update ntp just for puppet?
>
> Thank you for stating this, I do believe this is the issue
>
> Can we discuss more?
>
> On Mar 26, 2017 4:16 PM, "Joshua Schaeffer"  
> wrote:
>
>> This is just a guess, but make sure the time on your server is accurate. 
>> I do something similar with my agents where I have a base (clean) system, 
>> snapshot it, then run a puppet agent on it to test new modules, changes, 
>> etc. If I need to make any changes to Puppet and want to start from a clean 
>> install I just restore the snapshot and start over. The way I snapshot'ed 
>> my system it restores the date and time of the server and system state when 
>> the snapshot was taken. I have to specifically tell ntp to update the time. 
>> Other system state information like memory and current processes don't seem 
>> to affect the Puppet run, but if the date is not accurate the Puppet agent 
>> complains.
>>
>> Again, just a guess, but make sure that if you are restoring the exact 
>> system state that is is not interfering with Puppet operations.
>>
>> Thanks,
>> Joshua Schaeffer
>>
>> On Saturday, March 25, 2017 at 8:20:11 PM UTC-6, Ryan Vande wrote:
>>>
>>> I got this from console-services.log
>>>
>>> "
>>>
>>> 2017-03-25 22:10:48,337 [qtp1717623735-78] INFO  [p.c.class-updater] 
>>> Synchronized 0 classes from the Puppet Master in 0 seconds
>>> 2017-03-25 22:10:48,580 [qtp1495082648-137] ERROR [p.p.c.classes] Failed 
>>> to process classes request to 
>>> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master
>>>  
>>> with code 404 org.apache.http.nio.entity.ContentInputStream@5371cc29
>>> 2017-03-25 22:10:48,586 [qtp1495082648-60] ERROR [p.p.c.classes] Failed 
>>> to process classes request to 
>>> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master::mcollective
>>>  
>>> with code 404 org.apache.http.nio.entity.ContentInputStream@106e6d
>>> 2017-03-25 22:10:48,597 [qtp1495082648-129] ERROR [p.p.c.classes] Failed 
>>> to process classes request to 
>>> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo
>>>  
>>> with code 404 org.apache.http.nio.entity.ContentInputStream@7dd91e98
>>> 2017-03-25 22:10:48,606 [qtp1495082648-128] ERROR [p.p.c.classes] Failed 
>>> to process classes request to 
>>> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::mcollective::peadmin
>>>  
>>> with code 404 org.apache.http.nio.entity.ContentInputStream@7c9dc4a6
>>> 2017-03-25 22:10:48,654 [qtp1495082648-136] ERROR [p.p.c.classes] Failed 
>>> to process classes request to 
>>> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo::platform::el_7_x86_64
>>>  
>>> with code 404 org.apache.http.nio.entity.ContentInputStream@58e2612b
>>> 2017-03-25 22:11:55,025 [qtp1495082648-128] ERROR [p.p.c.classes] Failed 
>>> to process classes request to 
>>> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo
>>>  
>>> with code 404 org.apache.http.nio.entity.ContentInputStream@5cea3920
>>> 2017-03-25 22:11:55,078 [qtp1495082648-62] ERROR [p.p.c.classes] Failed 
>>> to process classes request to 
>>> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master
>>>  
>>> with code 404 org.apache.http.nio.entity.ContentInputStream@2881f554
>>> 2017-03-25 22:11:55,186 [qtp1495082648-61] ERROR [p.p.c.classes] Failed 
>>> to process classes request to 
>>> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::mcollective::peadmin
>>>  
>>> with code 404 org.apache.http.nio.entity.ContentInputStream@64783995
>>> 2017-03-25 22:11:55,200 [qtp1495082648-129] ERROR [p.p.c.classes] Failed 
>>> to process classes request to 
>>> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo::platform::el_7_x86_64
>>>  
>>> with code 404 org.apache.http.nio.entity.ContentInputStream@3d032f89
>>> 2017-03-25 22:11:55,206 [qtp1495082648-136] ERROR [p.p.c.classes] Failed 
>>> to process classes request to 
>>> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master::mcollective
>>>  
>>> with code 404 org.apache.http.nio.entity.ContentInputStream@398a621c
>>> 2017-03-25 22:11:56,772 [qtp1495082648-128] INFO  [p.p.a.routes] Request 
>>> activity for classifier node_groups 6640b438-d6e1-4ac5-ac9d-fc6ef2390a69
>>> 2017-03-25 22:11:57,039 [qtp1495082648-60] ERROR [p.p.c.c

Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-26 Thread Ryan Vande
There is a date time thing I noticed for sure, as of now the date time his
correct on Linux but I believe puppet does not believe so

Is there a way I can update ntp just for puppet?

Thank you for stating this, I do believe this is the issue

Can we discuss more?

On Mar 26, 2017 4:16 PM, "Joshua Schaeffer" 
wrote:

> This is just a guess, but make sure the time on your server is accurate. I
> do something similar with my agents where I have a base (clean) system,
> snapshot it, then run a puppet agent on it to test new modules, changes,
> etc. If I need to make any changes to Puppet and want to start from a clean
> install I just restore the snapshot and start over. The way I snapshot'ed
> my system it restores the date and time of the server and system state when
> the snapshot was taken. I have to specifically tell ntp to update the time.
> Other system state information like memory and current processes don't seem
> to affect the Puppet run, but if the date is not accurate the Puppet agent
> complains.
>
> Again, just a guess, but make sure that if you are restoring the exact
> system state that is is not interfering with Puppet operations.
>
> Thanks,
> Joshua Schaeffer
>
> On Saturday, March 25, 2017 at 8:20:11 PM UTC-6, Ryan Vande wrote:
>>
>> I got this from console-services.log
>>
>> "
>>
>> 2017-03-25 22:10:48,337 [qtp1717623735-78] INFO  [p.c.class-updater]
>> Synchronized 0 classes from the Puppet Master in 0 seconds
>> 2017-03-25 22:10:48,580 [qtp1495082648-137] ERROR [p.p.c.classes] Failed
>> to process classes request to http://127.0.0.1:4432/classifi
>> er-api/v1/environments/production/classes/puppet_
>> enterprise::profile::master with code 404 org.apache.http.nio.entity.Con
>> tentInputStream@5371cc29
>> 2017-03-25 22:10:48,586 [qtp1495082648-60] ERROR [p.p.c.classes] Failed
>> to process classes request to http://127.0.0.1:4432/classifi
>> er-api/v1/environments/production/classes/puppet_
>> enterprise::profile::master::mcollective with code 404
>> org.apache.http.nio.entity.ContentInputStream@106e6d
>> 2017-03-25 22:10:48,597 [qtp1495082648-129] ERROR [p.p.c.classes] Failed
>> to process classes request to http://127.0.0.1:4432/classifi
>> er-api/v1/environments/production/classes/pe_repo with code 404
>> org.apache.http.nio.entity.ContentInputStream@7dd91e98
>> 2017-03-25 22:10:48,606 [qtp1495082648-128] ERROR [p.p.c.classes] Failed
>> to process classes request to http://127.0.0.1:4432/classifi
>> er-api/v1/environments/production/classes/puppet_enterprise::profile::
>> mcollective::peadmin with code 404 org.apache.http.nio.entity.Con
>> tentInputStream@7c9dc4a6
>> 2017-03-25 22:10:48,654 [qtp1495082648-136] ERROR [p.p.c.classes] Failed
>> to process classes request to http://127.0.0.1:4432/classifi
>> er-api/v1/environments/production/classes/pe_repo::platform::el_7_x86_64
>> with code 404 org.apache.http.nio.entity.ContentInputStream@58e2612b
>> 2017-03-25 22:11:55,025 [qtp1495082648-128] ERROR [p.p.c.classes] Failed
>> to process classes request to http://127.0.0.1:4432/classifi
>> er-api/v1/environments/production/classes/pe_repo with code 404
>> org.apache.http.nio.entity.ContentInputStream@5cea3920
>> 2017-03-25 22:11:55,078 [qtp1495082648-62] ERROR [p.p.c.classes] Failed
>> to process classes request to http://127.0.0.1:4432/classifi
>> er-api/v1/environments/production/classes/puppet_
>> enterprise::profile::master with code 404 org.apache.http.nio.entity.Con
>> tentInputStream@2881f554
>> 2017-03-25 22:11:55,186 [qtp1495082648-61] ERROR [p.p.c.classes] Failed
>> to process classes request to http://127.0.0.1:4432/classifi
>> er-api/v1/environments/production/classes/puppet_enterprise::profile::
>> mcollective::peadmin with code 404 org.apache.http.nio.entity.Con
>> tentInputStream@64783995
>> 2017-03-25 22:11:55,200 [qtp1495082648-129] ERROR [p.p.c.classes] Failed
>> to process classes request to http://127.0.0.1:4432/classifi
>> er-api/v1/environments/production/classes/pe_repo::platform::el_7_x86_64
>> with code 404 org.apache.http.nio.entity.ContentInputStream@3d032f89
>> 2017-03-25 22:11:55,206 [qtp1495082648-136] ERROR [p.p.c.classes] Failed
>> to process classes request to http://127.0.0.1:4432/classifi
>> er-api/v1/environments/production/classes/puppet_
>> enterprise::profile::master::mcollective with code 404
>> org.apache.http.nio.entity.ContentInputStream@398a621c
>> 2017-03-25 22:11:56,772 [qtp1495082648-128] INFO  [p.p.a.routes] Request
>> activity for classifier node_groups 6640b438-d6e1-4ac5-ac9d-fc6ef2390a69
>> 2017-03-25 22:11:57,039 [qtp1495082648-60] ERROR [p.p.c.classes] Failed
>> to process classes request to http://127.0.0.1:4432/classifi
>> er-api/v1/environments/production/classes/pe_repo::platform::el_7_x86_64
>> with code 404 org.apache.http.nio.entity.ContentInputStream@e047ee8
>> 2017-03-25 22:11:57,040 [qtp1495082648-62] ERROR [p.p.c.classes] Failed
>> to process classes request to http://127.0.0.1:4432/classifi
>> er-api/v1/environments/product

[Puppet Users] Re: Restore of puppet server vm

2017-03-26 Thread Joshua Schaeffer
This is just a guess, but make sure the time on your server is accurate. I 
do something similar with my agents where I have a base (clean) system, 
snapshot it, then run a puppet agent on it to test new modules, changes, 
etc. If I need to make any changes to Puppet and want to start from a clean 
install I just restore the snapshot and start over. The way I snapshot'ed 
my system it restores the date and time of the server and system state when 
the snapshot was taken. I have to specifically tell ntp to update the time. 
Other system state information like memory and current processes don't seem 
to affect the Puppet run, but if the date is not accurate the Puppet agent 
complains.

Again, just a guess, but make sure that if you are restoring the exact 
system state that is is not interfering with Puppet operations.

Thanks,
Joshua Schaeffer

On Saturday, March 25, 2017 at 8:20:11 PM UTC-6, Ryan Vande wrote:
>
> I got this from console-services.log
>
> "
>
> 2017-03-25 22:10:48,337 [qtp1717623735-78] INFO  [p.c.class-updater] 
> Synchronized 0 classes from the Puppet Master in 0 seconds
> 2017-03-25 22:10:48,580 [qtp1495082648-137] ERROR [p.p.c.classes] Failed 
> to process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@5371cc29
> 2017-03-25 22:10:48,586 [qtp1495082648-60] ERROR [p.p.c.classes] Failed to 
> process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master::mcollective
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@106e6d
> 2017-03-25 22:10:48,597 [qtp1495082648-129] ERROR [p.p.c.classes] Failed 
> to process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@7dd91e98
> 2017-03-25 22:10:48,606 [qtp1495082648-128] ERROR [p.p.c.classes] Failed 
> to process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::mcollective::peadmin
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@7c9dc4a6
> 2017-03-25 22:10:48,654 [qtp1495082648-136] ERROR [p.p.c.classes] Failed 
> to process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo::platform::el_7_x86_64
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@58e2612b
> 2017-03-25 22:11:55,025 [qtp1495082648-128] ERROR [p.p.c.classes] Failed 
> to process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@5cea3920
> 2017-03-25 22:11:55,078 [qtp1495082648-62] ERROR [p.p.c.classes] Failed to 
> process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@2881f554
> 2017-03-25 22:11:55,186 [qtp1495082648-61] ERROR [p.p.c.classes] Failed to 
> process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::mcollective::peadmin
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@64783995
> 2017-03-25 22:11:55,200 [qtp1495082648-129] ERROR [p.p.c.classes] Failed 
> to process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo::platform::el_7_x86_64
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@3d032f89
> 2017-03-25 22:11:55,206 [qtp1495082648-136] ERROR [p.p.c.classes] Failed 
> to process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master::mcollective
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@398a621c
> 2017-03-25 22:11:56,772 [qtp1495082648-128] INFO  [p.p.a.routes] Request 
> activity for classifier node_groups 6640b438-d6e1-4ac5-ac9d-fc6ef2390a69
> 2017-03-25 22:11:57,039 [qtp1495082648-60] ERROR [p.p.c.classes] Failed to 
> process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo::platform::el_7_x86_64
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@e047ee8
> 2017-03-25 22:11:57,040 [qtp1495082648-62] ERROR [p.p.c.classes] Failed to 
> process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo
>  
> with code 404 org.apache.http.nio.entity.ContentInputStream@4c9444e7
> 2017-03-25 22:11:57,047 [qtp1495082648-128] ERROR [p.p.c.classes] Failed 
> to process classes request to 
> http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master::mcollective
>  
> with code 404 org.apache.http.nio.en

[Puppet Users] Re: Restore of puppet server vm

2017-03-25 Thread Ryan Vande
I got this from console-services.log

"

2017-03-25 22:10:48,337 [qtp1717623735-78] INFO  [p.c.class-updater] 
Synchronized 0 classes from the Puppet Master in 0 seconds
2017-03-25 22:10:48,580 [qtp1495082648-137] ERROR [p.p.c.classes] Failed to 
process classes request to 
http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master
 
with code 404 org.apache.http.nio.entity.ContentInputStream@5371cc29
2017-03-25 22:10:48,586 [qtp1495082648-60] ERROR [p.p.c.classes] Failed to 
process classes request to 
http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master::mcollective
 
with code 404 org.apache.http.nio.entity.ContentInputStream@106e6d
2017-03-25 22:10:48,597 [qtp1495082648-129] ERROR [p.p.c.classes] Failed to 
process classes request to 
http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo 
with code 404 org.apache.http.nio.entity.ContentInputStream@7dd91e98
2017-03-25 22:10:48,606 [qtp1495082648-128] ERROR [p.p.c.classes] Failed to 
process classes request to 
http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::mcollective::peadmin
 
with code 404 org.apache.http.nio.entity.ContentInputStream@7c9dc4a6
2017-03-25 22:10:48,654 [qtp1495082648-136] ERROR [p.p.c.classes] Failed to 
process classes request to 
http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo::platform::el_7_x86_64
 
with code 404 org.apache.http.nio.entity.ContentInputStream@58e2612b
2017-03-25 22:11:55,025 [qtp1495082648-128] ERROR [p.p.c.classes] Failed to 
process classes request to 
http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo 
with code 404 org.apache.http.nio.entity.ContentInputStream@5cea3920
2017-03-25 22:11:55,078 [qtp1495082648-62] ERROR [p.p.c.classes] Failed to 
process classes request to 
http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master
 
with code 404 org.apache.http.nio.entity.ContentInputStream@2881f554
2017-03-25 22:11:55,186 [qtp1495082648-61] ERROR [p.p.c.classes] Failed to 
process classes request to 
http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::mcollective::peadmin
 
with code 404 org.apache.http.nio.entity.ContentInputStream@64783995
2017-03-25 22:11:55,200 [qtp1495082648-129] ERROR [p.p.c.classes] Failed to 
process classes request to 
http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo::platform::el_7_x86_64
 
with code 404 org.apache.http.nio.entity.ContentInputStream@3d032f89
2017-03-25 22:11:55,206 [qtp1495082648-136] ERROR [p.p.c.classes] Failed to 
process classes request to 
http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master::mcollective
 
with code 404 org.apache.http.nio.entity.ContentInputStream@398a621c
2017-03-25 22:11:56,772 [qtp1495082648-128] INFO  [p.p.a.routes] Request 
activity for classifier node_groups 6640b438-d6e1-4ac5-ac9d-fc6ef2390a69
2017-03-25 22:11:57,039 [qtp1495082648-60] ERROR [p.p.c.classes] Failed to 
process classes request to 
http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo::platform::el_7_x86_64
 
with code 404 org.apache.http.nio.entity.ContentInputStream@e047ee8
2017-03-25 22:11:57,040 [qtp1495082648-62] ERROR [p.p.c.classes] Failed to 
process classes request to 
http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo 
with code 404 org.apache.http.nio.entity.ContentInputStream@4c9444e7
2017-03-25 22:11:57,047 [qtp1495082648-128] ERROR [p.p.c.classes] Failed to 
process classes request to 
http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master::mcollective
 
with code 404 org.apache.http.nio.entity.ContentInputStream@6ecd5855
2017-03-25 22:11:57,170 [qtp1495082648-59] ERROR [p.p.c.classes] Failed to 
process classes request to 
http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::mcollective::peadmin
 
with code 404 org.apache.http.nio.entity.ContentInputStream@1bf41e99
2017-03-25 22:11:57,176 [qtp1495082648-61] ERROR [p.p.c.classes] Failed to 
process classes request to 
http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::master
 
with code 404 org.apache.http.nio.entity.ContentInputStream@4e671731
2017-03-25 22:15:21,938 [qtp1495082648-129] ERROR [p.p.c.classes] Failed to 
process classes request to 
http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/pe_repo 
with code 404 org.apache.http.nio.entity.ContentInputStream@7041b75a
2017-03-25 22:15:22,049 [qtp1495082648-129] ERROR [p.p.c.classes] Failed to 
process classes request to 
http://127.0.0.1:4432/classifier-api/v1/environments/production/classes/puppet_enterprise::profile::ma

Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-25 Thread Ryan Vande
Yeah, I mis read at first , I cleared both code and code-staging and re 
sync'ed with mt git repo, still no luck

Any other ideas?

Just console does not think any classes are there 

On Saturday, March 25, 2017 at 8:42:53 PM UTC-5, Lindsey Smith wrote:
>
>
>
> On Sat, Mar 25, 2017 at 5:32 PM, Ryan Vande  > wrote:
>
>> Hi lyndsey,
>>
>> Yes it is on disc , I searched my basemodule path and my modulepath  and 
>> I see the classes that the console is X'ing out.. They are on Disc/server.. 
>> for some reason the console does not believe so 
>>
>> When you say they may be in the staging area , what do you propose I do 
>> if they are? 
>>
>
> Staging would be /etc/puppetlabs/code-staging/environments/production
>  
>
>>
>>
>> Thank you for your response 
>>
>> On Saturday, March 25, 2017 at 7:11:28 PM UTC-5, Lindsey Smith wrote:
>>>
>>>
>>>
>>> On Sat, Mar 25, 2017 at 4:24 PM, Ryan Vande  wrote:
>>>
 Every single class is missing , I cannot load any classes 

>>>
>>> Is the code for your Puppet environment(s) on disk? E.g. 
>>> /etc/puppetlabs/code/environments/production
>>>
>>> If not it may be in the staging directory. See 
>>> https://docs.puppet.com/pe/latest/code_mgr.html for more information.
>>>  
>>>

 SMH

 :(

 On Saturday, March 25, 2017 at 6:15:08 PM UTC-5, Ryan Vande wrote:
>
> I got my puppetserver to a point where I liked it, I did a clone of 
> the VM in case anything ever went wrong
>
> Something went wrong so I spun up the backup copy / clone
>
> Now all my classes are crossed out , I cant add any classes , it does 
> not show any as available or any at all for that matter
>
> My base module path is the same as before , everything should be the 
> same as before 
>
>
>
> Some reason all my classes just disappeared, I'm at a loss 
>
> Anyone know some troubleshooting ? if I confirm these changes , my 
> puppet server can no longer talk with my git repo 
>
>
> 
>
>
> -- 
 You received this message because you are subscribed to the Google 
 Groups "Puppet Users" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to puppet-users...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/puppet-users/6506086f-9d33-4a9d-a4b3-32eb92078eff%40googlegroups.com
  
 
 .

 For more options, visit https://groups.google.com/d/optout.

>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Puppet Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to puppet-users...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/puppet-users/99f6e5fc-6824-43cb-9cb5-61719a2a1886%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/f01412a0-35f0-41e3-93a1-97eabf98a821%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-25 Thread Lindsey Smith
On Sat, Mar 25, 2017 at 5:32 PM, Ryan Vande  wrote:

> Hi lyndsey,
>
> Yes it is on disc , I searched my basemodule path and my modulepath  and I
> see the classes that the console is X'ing out.. They are on Disc/server..
> for some reason the console does not believe so
>
> When you say they may be in the staging area , what do you propose I do if
> they are?
>

Staging would be /etc/puppetlabs/code-staging/environments/production


>
>
> Thank you for your response
>
> On Saturday, March 25, 2017 at 7:11:28 PM UTC-5, Lindsey Smith wrote:
>>
>>
>>
>> On Sat, Mar 25, 2017 at 4:24 PM, Ryan Vande  wrote:
>>
>>> Every single class is missing , I cannot load any classes
>>>
>>
>> Is the code for your Puppet environment(s) on disk? E.g.
>> /etc/puppetlabs/code/environments/production
>>
>> If not it may be in the staging directory. See https://docs.puppet.com/pe
>> /latest/code_mgr.html for more information.
>>
>>
>>>
>>> SMH
>>>
>>> :(
>>>
>>> On Saturday, March 25, 2017 at 6:15:08 PM UTC-5, Ryan Vande wrote:

 I got my puppetserver to a point where I liked it, I did a clone of the
 VM in case anything ever went wrong

 Something went wrong so I spun up the backup copy / clone

 Now all my classes are crossed out , I cant add any classes , it does
 not show any as available or any at all for that matter

 My base module path is the same as before , everything should be the
 same as before



 Some reason all my classes just disappeared, I'm at a loss

 Anyone know some troubleshooting ? if I confirm these changes , my
 puppet server can no longer talk with my git repo


 


 --
>>> You received this message because you are subscribed to the Google
>>> Groups "Puppet Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to puppet-users...@googlegroups.com.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/puppet-users/6506086f-9d33-4a9d-a4b3-32eb92078eff%40googlegroups.com
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to puppet-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/puppet-users/99f6e5fc-6824-43cb-9cb5-61719a2a1886%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAPyei8U7NzjESN5fnDMc39Q4ug3Ss8gryFR70jpQsAwpc-MRNg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-25 Thread Ryan Vande
What if I clean out the code directory, shouldn't they sync from staging 
back to code?

On Saturday, March 25, 2017 at 7:32:54 PM UTC-5, Ryan Vande wrote:
>
> Hi lyndsey,
>
> Yes it is on disc , I searched my basemodule path and my modulepath  and I 
> see the classes that the console is X'ing out.. They are on Disc/server.. 
> for some reason the console does not believe so 
>
> When you say they may be in the staging area , what do you propose I do if 
> they are? 
>
>
> Thank you for your response 
>
> On Saturday, March 25, 2017 at 7:11:28 PM UTC-5, Lindsey Smith wrote:
>>
>>
>>
>> On Sat, Mar 25, 2017 at 4:24 PM, Ryan Vande  wrote:
>>
>>> Every single class is missing , I cannot load any classes 
>>>
>>
>> Is the code for your Puppet environment(s) on disk? E.g. 
>> /etc/puppetlabs/code/environments/production
>>
>> If not it may be in the staging directory. See 
>> https://docs.puppet.com/pe/latest/code_mgr.html for more information.
>>  
>>
>>>
>>> SMH
>>>
>>> :(
>>>
>>> On Saturday, March 25, 2017 at 6:15:08 PM UTC-5, Ryan Vande wrote:

 I got my puppetserver to a point where I liked it, I did a clone of the 
 VM in case anything ever went wrong

 Something went wrong so I spun up the backup copy / clone

 Now all my classes are crossed out , I cant add any classes , it does 
 not show any as available or any at all for that matter

 My base module path is the same as before , everything should be the 
 same as before 



 Some reason all my classes just disappeared, I'm at a loss 

 Anyone know some troubleshooting ? if I confirm these changes , my 
 puppet server can no longer talk with my git repo 


 


 -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Puppet Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to puppet-users...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/puppet-users/6506086f-9d33-4a9d-a4b3-32eb92078eff%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/7969033d-adcc-4bb9-8ede-29fe4d309491%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-25 Thread Ryan Vande
Hi lyndsey,

Yes it is on disc , I searched my basemodule path and my modulepath  and I 
see the classes that the console is X'ing out.. They are on Disc/server.. 
for some reason the console does not believe so 

When you say they may be in the staging area , what do you propose I do if 
they are? 


Thank you for your response 

On Saturday, March 25, 2017 at 7:11:28 PM UTC-5, Lindsey Smith wrote:
>
>
>
> On Sat, Mar 25, 2017 at 4:24 PM, Ryan Vande  > wrote:
>
>> Every single class is missing , I cannot load any classes 
>>
>
> Is the code for your Puppet environment(s) on disk? E.g. 
> /etc/puppetlabs/code/environments/production
>
> If not it may be in the staging directory. See 
> https://docs.puppet.com/pe/latest/code_mgr.html for more information.
>  
>
>>
>> SMH
>>
>> :(
>>
>> On Saturday, March 25, 2017 at 6:15:08 PM UTC-5, Ryan Vande wrote:
>>>
>>> I got my puppetserver to a point where I liked it, I did a clone of the 
>>> VM in case anything ever went wrong
>>>
>>> Something went wrong so I spun up the backup copy / clone
>>>
>>> Now all my classes are crossed out , I cant add any classes , it does 
>>> not show any as available or any at all for that matter
>>>
>>> My base module path is the same as before , everything should be the 
>>> same as before 
>>>
>>>
>>>
>>> Some reason all my classes just disappeared, I'm at a loss 
>>>
>>> Anyone know some troubleshooting ? if I confirm these changes , my 
>>> puppet server can no longer talk with my git repo 
>>>
>>>
>>> 
>>>
>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Puppet Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to puppet-users...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/puppet-users/6506086f-9d33-4a9d-a4b3-32eb92078eff%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/99f6e5fc-6824-43cb-9cb5-61719a2a1886%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-25 Thread Lindsey Smith
On Sat, Mar 25, 2017 at 4:24 PM, Ryan Vande  wrote:

> Every single class is missing , I cannot load any classes
>

Is the code for your Puppet environment(s) on disk? E.g.
/etc/puppetlabs/code/environments/production

If not it may be in the staging directory. See
https://docs.puppet.com/pe/latest/code_mgr.html for more information.


>
> SMH
>
> :(
>
> On Saturday, March 25, 2017 at 6:15:08 PM UTC-5, Ryan Vande wrote:
>>
>> I got my puppetserver to a point where I liked it, I did a clone of the
>> VM in case anything ever went wrong
>>
>> Something went wrong so I spun up the backup copy / clone
>>
>> Now all my classes are crossed out , I cant add any classes , it does not
>> show any as available or any at all for that matter
>>
>> My base module path is the same as before , everything should be the same
>> as before
>>
>>
>>
>> Some reason all my classes just disappeared, I'm at a loss
>>
>> Anyone know some troubleshooting ? if I confirm these changes , my puppet
>> server can no longer talk with my git repo
>>
>>
>> 
>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to puppet-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/puppet-users/6506086f-9d33-4a9d-a4b3-32eb92078eff%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAPyei8WH753LBavdpiPjk557zqS%2B5Mp%2B7iPzsvcOH1%3DMDX8gmg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[Puppet Users] Re: Restore of puppet server vm

2017-03-25 Thread Ryan Vande
Every single class is missing , I cannot load any classes 

SMH

:(

On Saturday, March 25, 2017 at 6:15:08 PM UTC-5, Ryan Vande wrote:
>
> I got my puppetserver to a point where I liked it, I did a clone of the VM 
> in case anything ever went wrong
>
> Something went wrong so I spun up the backup copy / clone
>
> Now all my classes are crossed out , I cant add any classes , it does not 
> show any as available or any at all for that matter
>
> My base module path is the same as before , everything should be the same 
> as before 
>
>
>
> Some reason all my classes just disappeared, I'm at a loss 
>
> Anyone know some troubleshooting ? if I confirm these changes , my puppet 
> server can no longer talk with my git repo 
>
>
> 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/6506086f-9d33-4a9d-a4b3-32eb92078eff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.