Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
aclient:etc root# rm -rf /etc/puppet/

aclient:etc root# puppetd --server puppetmaster.zedat.fu-berlin.de --test
info: Creating a new SSL key for aclient.campus.fu-berlin.de
err: Could not request certificate: Could not write /etc/puppet/ssl/private_keys/aclient.campus.fu-berlin.de.pem to privatekeydir: Invalid argument
Exiting; failed to retrieve certificate and watiforcert is disabled

aclient:etc root# puppetd --server puppetmaster.zedat.fu-berlin.de --test
warning: peer certificate won't be verified in this SSL session
info: Caching certificate for ca
err: Could not request certificate: Invalid argument
Exiting; failed to retrieve certificate and watiforcert is disabled

aclient:etc root# puppetd --server puppetmaster.zedat.fu-berlin.de --test
warning: peer certificate won't be verified in this SSL session
warning: peer certificate won't be verified in this SSL session
info: Creating a new SSL certificate request for aclient.campus.fu-berlin.de
warning: peer certificate won't be verified in this SSL session
err: Could not request certificate: Could not write /etc/puppet/ssl/certificate_requests/aclient.campus.fu-berlin.de.pem to requestdir: Invalid argument
Exiting; failed to retrieve certificate and watiforcert is disabled

-> now I can sign on puppetmaster

aclient:etc root# puppetd --server puppetmaster.zedat.fu-berlin.de --test
warning: peer certificate won't be verified in this SSL session
info: Caching certificate for aclient.campus.fu-berlin.de
err: Could not request certificate: Could not write /etc/puppet/ssl/certs/aclient.campus.fu-berlin.de.pem to certdir: Invalid argument
Exiting; failed to retrieve certificate and watiforcert is disabled

aclient:etc root# puppetd --server puppetmaster.zedat.fu-berlin.de --test
info: Caching certificate_revocation_list for ca
err: Could not retrieve catalog from remote server: Invalid argument
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping runaclient:etc root# puppetd --server puppetmaster.zedat.fu-berlin.de --test
info: Caching catalog for aclient.campus.fu-berlin.de
info: Applying configuration version '1277131822'
notice: //pkg_management::test/Pkg_deploy[AppleJack-1.5.dmg]/Package[AppleJack-1.5.dmg]/ensure: created
...