Provided that FUSE is installed and loaded on your kernel, which is easily checked running:
~ $ sudo modprobe --first-time fuse
modprobe: ERROR: could not insert 'fuse': Module already in kernel
+ case $ARCHITECTURE in | |
+ cmake /home/concas/alice/sw/SOURCES/Configuration/v1.2.0/v1.2.0 -DCMAKE_INSTALL_PREFIX=/home/concas/alice/sw/INSTALLROOT/8c3464c0c318b13c97636e9296872b25e7ac21e5/slc7_x86-64/Configuration/v1.2.0-1 -DCommon_ROOT=/home/concas/alice/sw/slc7_x86-64/Common-O2/v1.2.0-1 -DPROTOBUF_INCLUDE_DIR=/include -DPROTOBUF_LIBRARY=/lib/libprotobuf.so -DRAPIDJSON_INCLUDEDIR=/home/concas/alice/sw/slc7_x86-64/RapidJSON/1.1.0-1/include -DPPCONSUL_INCLUDE_DIRS=/include -DPPCONSUL_LIBRARY_DIRS=/lib -DCMAKE_EXPORT_COMPILE_COMMANDS=ON | |
-- The C compiler identification is GNU 6.3.1 | |
-- The CXX compiler identification is GNU 6.3.1 | |
-- Check for working C compiler: /opt/rh/devtoolset-6/root/usr/bin/cc | |
-- Check for working C compiler: /opt/rh/devtoolset-6/root/usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done |
# Telegraf Configuration | |
# | |
# Telegraf is entirely plugin driven. All metrics are gathered from the | |
# declared inputs, and sent to the declared outputs. | |
# | |
# Plugins must be declared in here to be active. | |
# To deactivate a plugin, comment out the name and any variables. | |
# | |
# Use 'telegraf -config telegraf.conf -test' to see what metrics a config | |
# file would generate. |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import time, sys, signal, os | |
def signal_handler(signal, frame): | |
print("\nEh no, ora te li leggi tutti!\n") | |
# main-agioia | |
try: |
Provided that FUSE is installed and loaded on your kernel, which is easily checked running:
~ $ sudo modprobe --first-time fuse
modprobe: ERROR: could not insert 'fuse': Module already in kernel
#!/bin/env python | |
import json | |
import time | |
from datetime import datetime | |
from elasticsearch import Elasticsearch | |
ncpus = 8 | |
dummy_string = {'host': { 'ip': '193.205.66.55', | |
'hostname': 'ali55xl.to.infn.it', |
Turin, Wed 30 Sep - 2015
Turin, Wed 5 Aug - 2015
### Goals prefixed:
MASTER_DEBUG = D_FULLDEBUG | |
SHARED_PORT_DEBUG = D_FULLDEBUG |
COLLECTOR_MAX_FILE_DESCRIPTORS = 1000000 | |
HISTORY = | |
NEGOTIATOR_CONSIDER_PREEMPTION = FALSE | |
JOB_START_COUNT = 50 | |
JOB_START_DELAY = 5 | |
NEGOTIATOR_INTERVAL = 21 |
CONDOR_ADMIN = root@$(CONDOR_HOST) | |
UID_DOMAIN = * | |
TRUST_UID_DOMAIN = TRUE | |
SOFT_UID_DOMAIN = TRUE | |
QUEUE_SUPER_USERS = root, condor | |
LOWPORT = 40000 | |
HIGHPORT = 60000 | |
SHARED_PORT_ARGS = -p 9618 | |
DAEMON_LIST = $(DAEMON_LIST), SHARED_PORT | |
USE_SHARED_PORT = TRUE |