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
{ | |
"cluster_name" : "logstash", | |
"nodes" : { | |
"rSOiXQuVQUaVFCFS7mnT0g" : { | |
"timestamp" : 1375092546223, | |
"name" : "chiana", | |
"transport_address" : "inet[/10.20.30.3:9300]", | |
"hostname" : "chiana", | |
"indices" : { | |
"docs" : { |
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
class tw_django::install { | |
Package { | |
ensure => installed, | |
} | |
package { [ 'python27-mod_wsgi', | |
'python27-mod_wsgi-debuginfo', | |
'libjpeg-turbo', | |
'libjpeg-turbo-devel', |
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
class tw_defaults { | |
class { 'sfrole_defaults': } | |
class { 'tw_users': } | |
include tw_defaults::yum_repos | |
include tw_defaults::sysctl | |
include tw_defaults::packages |
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
class tw_defaults { | |
class { 'sfrole_defaults': } | |
class { 'tw_users': } | |
include tw_defaults::yum_repos | |
include tw_defaults::sysctl | |
include tw_defaults::packages |
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
root@server:~# debconf-get-selections | grep -i "grub\/" > /tmp/grub.preseed | |
root@server:~# less /tmp/grub.preseed | |
# /boot/grub/device.map has been regenerated | |
root@server:~# debconf-get-selections | grep -i grub | |
grub-pc grub-pc/kopt_extracted boolean false | |
grub-pc grub2/kfreebsd_cmdline string | |
# /boot/grub/device.map has been regenerated | |
grub-pc grub2/device_map_regenerated note | |
# GRUB install devices: | |
grub-pc grub-pc/install_devices multiselect /dev/disk/by-id/ata-VBOX_HARDDISK_VB8ca0c0c6-b3b6b95c-part1 |
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
# database | |
DATABASES : { | |
default : { | |
ENGINE : 'django.db.backends.mysql', | |
NAME : heart, | |
USER : heart, | |
PASSWORD : '123456', | |
HOST : stgdb01.lq, | |
OPTIONS : { | |
init_command : 'SET storage_engine=INNODB' |
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
--- | |
deploy_rsa: | | |
-----BEGIN RSA PRIVATE KEY----- | |
MIIEoQIBAAKCAQEAyI4Ms23xf7j6Vmmkpqrr/46pqrpjtTcKNPYyjljvxPUzc+2C | |
z4OSnuuUjgUzSLDcp5RmlFEvqDln2T+ELm1UAi1DRpd4deDo1mD7RBrE3G8qPWpD | |
RUQa5M8HJmmXej9bBiSh13ZzJmQQu3wdOA/zqsT1Az24ivEfnXvoTqRCBD7JtEOm | |
EOpCfdI04T5evZivZegCV34E0sIGpyKP7WQ7GVMe5kEc2gHA/FfcaqxVahPsWzXz | |
+WF1MW7pozktJDPb6ARKk7R9S6RuZ+ClR3PWMIfn1vq1P1Gfcv62PHazy4hliQSX |
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
Delivered-To: [email protected] | |
Received: by 10.194.59.196 with SMTP id b4csp126769wjr; | |
Tue, 13 Aug 2013 01:41:13 -0700 (PDT) | |
X-Received: by 10.182.181.34 with SMTP id dt2mr14433685obc.30.1376383272611; | |
Tue, 13 Aug 2013 01:41:12 -0700 (PDT) | |
Return-Path: <[email protected]> | |
Received: from o1983715131.outbound-mail.sendgrid.net ([198.37.151.31]) | |
by mx.google.com with SMTP id c5si17377352oeu.108.2013.08.13.01.41.11 | |
for <[email protected]>; | |
Tue, 13 Aug 2013 01:41:12 -0700 (PDT) |
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
WARNING: This will irreparably remove EVERYTHING from your search index in connection 'default'. | |
Your choices after this are to restore from backups or rebuild via the `rebuild_index` command. | |
Are you sure you wish to continue? [y/N] y | |
Removing all documents from your index because you said so. | |
All documents removed. | |
Indexing 10 posts | |
ERROR:root:Error updating wall using default | |
Traceback (most recent call last): | |
File "/srv/django/dev_twiglet/lib/python2.7/site-packages/haystack/management/commands/update_index.py", line 221, in handle_label | |
self.update_backend(label, using) |
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
[root@localhost csstidy]# scons | |
scons: Reading SConscript files ... | |
**** Compiling in release mode... | |
scons: warning: The env.Copy() method is deprecated; use the env.Clone() method instead. | |
File "/srv/django/BASELINE/packages/csstidy/csstidy/SConscript", line 7, in <module> | |
scons: warning: BuildDir() and the build_dir keyword have been deprecated; | |
use VariantDir() and the variant_dir keyword instead. | |
File "/srv/django/BASELINE/packages/csstidy/csstidy/SConscript", line 21, in <module> |