This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
avli_puppet_elasticsearch/ | |
avli_puppet_elasticsearch/README.md | |
avli_puppet_elasticsearch/Modulefile | |
avli_puppet_elasticsearch/templates/ | |
avli_puppet_elasticsearch/templates/etc/ | |
avli_puppet_elasticsearch/templates/etc/default/ | |
avli_puppet_elasticsearch/templates/etc/default/elasticsearch.erb | |
avli_puppet_elasticsearch/templates/etc/elasticsearch/ | |
avli_puppet_elasticsearch/templates/etc/elasticsearch/elasticsearch.yml.erb | |
avli_puppet_elasticsearch/.gemfile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pulp-admin puppet consumer install run --consumer-id=cw.frog -u leonardothibes/wget/1.0.2 | |
This command may be exited via ctrl+c without affecting the request. | |
[-] | |
Waiting to begin... | |
An unexpected error has occurred. More information can be found in the client | |
log file ~/.pulp/admin.log. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python.exe : Traceback (most recent call last): | |
At line:1 char:7 | |
+ CategoryInfo : NotSpecified: (Traceback (most recent call last)::String) [], RemoteException | |
+ FullyQualifiedErrorId : NativeCommandError | |
File ".\tcollector.py", line 1107, in <module> | |
sys.exit(main(sys.argv)) | |
File ".\tcollector.py", line 705, in main | |
sender = SenderThread(reader, options.dryrun, not options.no_tcollector_stats, tagstr) | |
File ".\tcollector.py", line 424, in __init__ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python.exe : Traceback (most recent call last): | |
At line:1 char:7 | |
File ".\tcollector.py", line 1106, in <module> | |
sys.exit(main(sys.argv)) | |
File ".\tcollector.py", line 704, in main | |
sender = SenderThread(reader, options.dryrun, not options.no_tcollector_stats, tagstr) | |
File ".\tcollector.py", line 424, in __init__ | |
self.kafka_sender = KafkaPython(LOG, "metrics", 300, 30) | |
File "Z:\collectors\lib\kafka_collector.py", line 52, in __init__ | |
batch_send_every_t=batch_time) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2013-09-17 13:20:28,853][INFO ][monitor.jvm ] [es001] [gc][ParNew][3599899][1034497] duration [965ms], collections [1]/[1s], total [965ms]/[9.6h], memory [11.2gb]-> | |
[11.1gb]/[14.9gb], all_pools {[Code Cache] [17mb]->[17mb]/[48mb]}{[Par Eden Space] [335.2mb]->[10.6mb]/[382.7mb]}{[Par Survivor Space] [33.8mb]->[47.8mb]/[47.8mb]}{[CMS Old Gen] | |
[10.8gb]->[11.1gb]/[14.5gb]}{[CMS Perm Gen] [45.3mb]->[45.3mb]/[82mb]} | |
[2013-09-17 13:20:33,076][INFO ][monitor.jvm ] [es001] [gc][ParNew][3599903][1034500] duration [753ms], collections [1]/[1.1s], total [753ms]/[9.6h], memory [11gb]-> | |
[11.1gb]/[14.9gb], all_pools {[Code Cache] [17mb]->[17mb]/[48mb]}{[Par Eden Space] [102.9mb]->[1.3mb]/[382.7mb]}{[Par Survivor Space] [47.8mb]->[47.8mb]/[47.8mb]}{[CMS Old Gen] [ | |
10.9gb]->[11.1gb]/[14.5gb]}{[CMS Perm Gen] [45.3mb]->[45.3mb]/[82mb]} | |
[2013-09-17 13:21:06,324][INFO ][monitor.jvm ] [es001] [gc][ParNew][3599936][1034535] duration [869ms], collections [1]/[1s], total [869ms]/[9.6h], memory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Local file permissions on the directory: | |
stat -f "%OLp" files/test2/ | |
775 | |
stat -f "%OLp" files/test2/Programs | |
775 | |
Puppet config: | |
file { "C:/test2": | |
ensure => directory, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir –p ~/src | |
cd ~/src | |
git clone git://git.gnupg.org/gnupg.git | |
cd gnupg | |
git status | |
git checkout STABLE-BRANCH-1-4 | |
cp /tmp/idea.c cipher/ | |
./autogen.sh --force | |
./configure --enable-maintainer-mode --enable-idea && make | |
make check |