On a Ubuntu system which was updated today to facter (diretly via apt.puppetlabs.com) I also see exactly the same error.

Size: px
Start display at page:

Download "On a Ubuntu system which was updated today to facter (diretly via apt.puppetlabs.com) I also see exactly the same error."

Transcription

1 Facter - Bug #17383 Could not retrieve local facts: undefined method `kernel_fact_value' for Facter::Util::Processor:Module 11/01/ :31 pm - Anand Kumria Status: Re-opened Start date: Priority: Normal Due date: Assignee: % Done: 0% Category: Estimated time: 0.00 hour Target version: Keywords: undefined, method Affected Facter version: Branch: Description With facter installed, I receive the following messages: Nov 2 05:43:09 xxx puppet-agent[4012]: Could not retrieve local facts: undefined method kernel_fact_value' for Facter::Util::Processor:ModuleNov 2 05:43:09 xxx puppet-agent[4012]: Failed to apply catalog: Could not retrieve local facts: undefined methodkernel_fact_value' for Facter::Util::Processor:Module This message does not occur with facter dpkg -l grep puppet ii facter puppetlabs1 Ruby module for collecting simple facts abouii hiera puppetlabs1 A simple pluggable Hierarchical Database.ii puppet puppetlabs1 Centralized configuration management agentii puppet-common puppetlabs1 Centralized configuration management History #1-11/02/ :16 am - Andreas Sieferlinger On a Ubuntu system which was updated today to facter (diretly via apt.puppetlabs.com) I also see exactly the same error. #2-11/02/ :32 am - Adam Bishop Seeing this issue on CentOS 6. Pushed the update out to my testing hosts, they re now all in a failed state on the dashboard. I think the update should be pulled. Nov 02 05:37:11 Updated: hiera el6.noarch Nov 02 05:37:11 Updated: 1:facter el6.x86_64 #3-11/02/ :19 am - Loïc Latreille I had the same issue.i just restarted my puppet daemon on my Debian and now is Ok : /etc/init.d/puppet restart. Maybe the deb packet could include a hook to restart the daemon at the end of the upgrade? #4-11/02/ :10 am - Felix Barbeira 05/01/2016 1/6

2 Same issue in a Ubuntu LTS after upgrade the package facter from: puppetlabs1 everything works fine. to: facter puppetlabs1 Returns this error: err Could not retrieve local facts: undefined method `kernel_fact_value' for Facter::Util::Processor:Module err Failed to apply catalog: Could not retrieve local facts: undefined method `kernel_fact_value' for Facter::Util::Processor:Module If I execute the puppet agent manually in a console of the host that is reporting a failure seems like everything works correctly: root@host:~# puppet agent -t Info: Retrieving plugin Info: Loading facts in /var/lib/puppet/lib/facter/iptables.rb Info: Loading facts in /var/lib/puppet/lib/facter/root_home.rb Info: Loading facts in /var/lib/puppet/lib/facter/facter_dot_d.rb Info: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rb Info: Caching catalog for vls100.dinaserver.com Info: Applying configuration version ' ' Finished catalog run in 2.70 seconds root@host:~# It looks like it only affects executing the manifests through a puppetmaster, not in local. #5-11/02/ :13 am - Loïc Latreille Have you try to restart your puppetmaster puppet daemon after upgrade? #6-11/02/ :34 am - Felix Barbeira Ok, after restarting the daemon everything works fine. #7-11/02/ :09 am - Anonymous - Description updated - Status changed from Unreviewed to Closed Based on the descriptions of the problem and the resolutions, this is most likely an issue with the agent loading new facter code which is not compatible with older facter code that is already loaded into the process. If the program on disk is going to change and we are going to load in code lazily (which is how facter loads facts), then this will occur. What that means is that updating facter necessitates a restart of a running puppet daemon. The package can t do that restart since this is an issue of the facter code changing and that package should restart the puppet daemon. #8-11/02/ :11 pm - Adam Bishop That s fair enough I can t help wondering if there is a better way though. 05/01/2016 2/6

3 How about if puppetd were to monitor critical files (with inotify or similar) for changes, then reload itself after the catalog run is complete if it detects changes? #9-11/02/ :25 pm - Anand Kumria - Status changed from Closed to Re-opened I m re-opening this because restarting the puppetmaster does not work. As soon as I saw this error occurring, I placed a hold on facter. On my puppetmaster, I have facter (which is the working one). On various client machines, I have facter (which is the one that causes this error). No matter how many times I restart the puppetmaster, the error still occurs. It seems that facter now has to be the same version (or better) than clients; which is a new change to me. #10-11/05/ :03 am - Loïc Latreille Have you try to restart your puppet daemon?not the puppetmaster daemon but the puppet deamon on each client. #11-11/05/ :02 am - Taciano Tres Same problem here, using local Puppet (no daemon, nor PuppetMaster), Ubuntu , Puppet 3.0.1, facter puppetlabs1. It was ok on facter puppetlabs1. #12-11/05/ :06 am - Loïc Latreille You have no puppet daemon to check your system every X minutes? You launch by hand the puppet agent? #13-11/05/ :25 am - Taciano Tres Loïc Latreille wrote: You have no puppet daemon to check your system every X minutes? You launch by hand the puppet agent? Yes, that s right. I m using Puppet to config localhost. #14-11/05/ :34 am - Anand Kumria Hmm. OK yes, restarting each of the puppet agent daemon on each client machine does work. 05/01/2016 3/6

4 This problem; where the facter code update needs to also be noticed by the locally running puppet agent is something that DpkgTriggers (there is an RPM equivalent but the name escapes me) is designed for. See for further details. I personally consider this closed; but it really is sub-optimal having to restart each client machine puppet agent daemon when a facter update occurs. #15-11/07/ :33 am - Konstantin Makarov Hello. I have this problem too. uname -a Linux uno generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux I ve installed facter through apt-get like sudo su - echo " # Puppetlabs products deb precise main deb-src precise main " >> sources.list.d/puppetlabs.list apt-key adv --keyserver keyserver.ubuntu.com --recv 4BD6EC30 apt-get update apt-get install puppetmaster puppet dpkg -s facter Package: facter Status: install ok installed Priority: optional Section: ruby Installed-Size: 158 Maintainer: Puppet Labs <info@puppetlabs.com> Architecture: all Version: puppetlabs1 facter --version ## WHAT? O_o which facter /usr/bin/facter /usr/bin/facter --trace /usr/lib/ruby/vendor_ruby/facter/processor.rb:27: undefined method `kernel_fact_value' for Facter::Util::Processor:Module (NoMethodError) from /usr/local/lib/site_ruby/1.8/facter/util/loader.rb:81:in `load' from /usr/local/lib/site_ruby/1.8/facter/util/loader.rb:81:in `load_file' from /usr/local/lib/site_ruby/1.8/facter/util/loader.rb:43:in `load_all' from /usr/local/lib/site_ruby/1.8/facter/util/loader.rb:38:in `each' from /usr/local/lib/site_ruby/1.8/facter/util/loader.rb:38:in `load_all' from /usr/local/lib/site_ruby/1.8/facter/util/loader.rb:35:in `each' from /usr/local/lib/site_ruby/1.8/facter/util/loader.rb:35:in `load_all' from /usr/local/lib/site_ruby/1.8/facter/util/collection.rb:93:in `load_all' 05/01/2016 4/6

5 from /usr/local/lib/site_ruby/1.8/facter.rb:104:in `to_hash' from /usr/local/lib/site_ruby/1.8/facter/application.rb:26:in `run' from /usr/bin/facter:71 And I ve installed facter through gem too: sudo gem install facter Fetching: facter gem (100%) Successfully installed facter gem installed Installing ri documentation for facter Installing RDoc documentation for facter which facter /usr/local/bin/facter /usr/local/bin/facter --version /usr/local/bin/facter --trace /usr/local/lib/site_ruby/1.8/facter/processor.rb:84: undefined method `enum_lsdev' for Facter::Util::Processor:Module (NoMethodError) from /var/lib/gems/1.8/gems/facter /lib/facter/util/loader.rb:81:in `load' from /var/lib/gems/1.8/gems/facter /lib/facter/util/loader.rb:81:in `load_file' from /var/lib/gems/1.8/gems/facter /lib/facter/util/loader.rb:43:in `load_all' from /var/lib/gems/1.8/gems/facter /lib/facter/util/loader.rb:38:in `each' from /var/lib/gems/1.8/gems/facter /lib/facter/util/loader.rb:38:in `load_all' from /var/lib/gems/1.8/gems/facter /lib/facter/util/loader.rb:35:in `each' from /var/lib/gems/1.8/gems/facter /lib/facter/util/loader.rb:35:in `load_all' from /var/lib/gems/1.8/gems/facter /lib/facter/util/collection.rb:93:in `load_all' from /var/lib/gems/1.8/gems/facter /lib/facter.rb:100:in `to_hash' from /var/lib/gems/1.8/gems/facter /lib/facter/application.rb:26:in `run' from /var/lib/gems/1.8/gems/facter /bin/facter:71 from /usr/local/bin/facter:19:in `load' from /usr/local/bin/facter:19 #16-11/07/ :59 pm - Konstantin Makarov I resolved my problem. sudo su - apt-get remove puppetmaster puppet gem uninstall facter apt-get remove rubygem # these files are unnecessary sudo rm -rf /usr/local/lib/site_ruby/1.8/facter* apt-get install puppetmaster puppet which facter /usr/bin/facter facter --version facter --trace 05/01/2016 5/6

6 architecture => amd64 augeasversion => That s OK. 05/01/2016 6/6

7

Puppet - Bug #16315 agents stop by execution-expired after logrotate having reloading them

Puppet - Bug #16315 agents stop by execution-expired after logrotate having reloading them Puppet - Bug #16315 agents stop by execution-expired after logrotate having reloading them 09/10/2012 12:01 am - Andreas Unterkircher Status: Needs More Information Start date: 09/09/2012 Priority: Normal

More information

Puppet Labs Modules - Feature #11050 firewall: RFE that ensure could support ignore.

Puppet Labs Modules - Feature #11050 firewall: RFE that ensure could support ignore. Puppet Labs Modules - Feature #11050 firewall: RFE that ensure could support ignore. 11/28/2011 05:16 am - Steve Traylen Status: Closed Start date: 11/28/2011 Priority: Normal Due date: Assignee: % Done:

More information

Puppet Labs Modules - Bug #16262 mysql module - mysql::db doesnt use root password

Puppet Labs Modules - Bug #16262 mysql module - mysql::db doesnt use root password Puppet Labs Modules - Bug #16262 mysql module - mysql::db doesnt use root password 09/05/2012 05:52 pm - Patrick Hemmer Status: Merged - Ping Release Start date: 09/05/2012 Priority: Normal Due date: Assignee:

More information

Puppet - Bug #11143 Puppet fails to cope with corrupt yaml files in {facts, nodes} and hangs

Puppet - Bug #11143 Puppet fails to cope with corrupt yaml files in {facts, nodes} and hangs Puppet - Bug #11143 Puppet 2.6.12 fails to cope with corrupt yaml files in {facts, nodes} and hangs 12/02/2011 11:18 am - Jo Rhett Status: Accepted Start date: 12/02/2011 Priority: High Due date: Assignee:

More information

Puppet - Bug #11339 Class ordering bug?

Puppet - Bug #11339 Class ordering bug? Puppet - Bug #11339 Class ordering bug? 12/12/2011 08:56 am - Justin Honold Status: Closed Start date: 12/12/2011 Priority: Normal Due date: Assignee: % Done: 0% Category: language Estimated time: 0.00

More information

Advantech General FAQ. How to change ubuntu specific kernel for quick cross test

Advantech General FAQ. How to change ubuntu specific kernel for quick cross test Advantech General FAQ How to change ubuntu specific kernel for quick cross test Applicable model list Model name version BIOS Version Description: All N/A N/A Products sometimes behave different with different

More information

fpm-cookery Documentation

fpm-cookery Documentation fpm-cookery Documentation Release 0.33.0 Bernd Ahlers Jun 10, 2018 Contents 1 Features 3 2 Documentation Contents 5 2.1 Getting Started.............................................. 5 2.2 Using Hiera................................................

More information

Puppet 101 Basic installation for master and agent machines on Ubuntu with VMware Workstation

Puppet 101 Basic installation for master and agent machines on Ubuntu with VMware Workstation Puppet 101 Basic installation for master and agent machines on Ubuntu 12.04 with VMware Workstation You don t have to go far to hear the word Puppet these days. Configuration management isn t just a new

More information

Being a puppet master

Being a puppet master Being a puppet master More money, more time, more happiness, less work Thomas Merkel http://www.flickr.com/photos/serenaseblu/5062987760/ Agenda Overview Organize the master Modules Resources

More information

ChiliProject - Bug # 529: builder is not part of the bundle. Add it to Gemfile

ChiliProject - Bug # 529: builder is not part of the bundle. Add it to Gemfile ChiliProject - Bug # 529: builder is not part of the bundle. Add it to Gemfile Status: Closed Priority: Normal Author: Enno Grà per Category: Created: 2011-07-17 Assignee: Updated: 2012-06-23 Due date:

More information

PULLING STRINGS. Learn how to save time and streamline your system administration with the help of Puppet, a centralized

PULLING STRINGS. Learn how to save time and streamline your system administration with the help of Puppet, a centralized Manipulating your machines with PULLING STRINGS Learn how to save time and streamline your system administration with the help of, a centralized configuration management tool. BY JULIET KEMP is a centralized

More information

QGIS Application - Bug report #18988 QGIS Server rendering different from Desktop rendering

QGIS Application - Bug report #18988 QGIS Server rendering different from Desktop rendering QGIS Application - Bug report #18988 QGIS Server rendering different from Desktop rendering 04:13 PM - Status: Closed Priority: rmal Assignee: Paul Blottiere Category: QGIS Server Affected QGIS version:3.1(master)

More information

How to install Java Virtual Machine on Debian 7 GNU / Linux

How to install Java Virtual Machine on Debian 7 GNU / Linux How to install Java Virtual Machine on Debian 7 GNU / Linux Author : admin Debian 7 stable as most stable Debian releases includes custom Open Source Oracle Java Virtual Machine version called IcedTea

More information

Step by step to getting R installed on your computer

Step by step to getting R installed on your computer Step by step to getting R installed on your computer 1. Go to the R-Project webpage (www.r-project.org) 2. Select the CRAN option under Download on the left hand side of the page: 3. On the CRAN Mirrors

More information

Connecting to a Tactical Subject Using The F-Response Accelerator on Linux

Connecting to a Tactical Subject Using The F-Response Accelerator on Linux Mission Guide: TACTICAL v7 Connecting to a Tactical Subject Using The F-Response Accelerator on Linux Overview Step 1: Start the Tactical Subject... 1 Step 2: Mount the Tactical Examiner USB... 2 Step

More information

Scalix - Bug #60295 Dependencies error scalix-server.xxx_amd64.deb8.deb package

Scalix - Bug #60295 Dependencies error scalix-server.xxx_amd64.deb8.deb package Scalix - Bug #60295 Dependencies error scalix-server.xxx_amd64.deb8.deb package 03/11/2016 05:23 AM - Alexey Bobyr Status: Resolved Start date: 03/11/2016 Priority: Normal Due date: Assignee: Danny T %

More information

Configuration Management with Puppet. LinuxFest Northwest. Garrett Honeycutt April 25th, 2010

Configuration Management with Puppet. LinuxFest Northwest. Garrett Honeycutt April 25th, 2010 Configuration Management with Puppet LinuxFest Northwest Garrett Honeycutt April 25th, 2010 What? Puppet is open source and released under GPL Backed by Puppet Labs - great training and audits available

More information

James Turnbull

James Turnbull State of the Nation James Turnbull james@puppetlabs.com Where we were Puppet user mailing list membership was 3000 With about 600 messages a month The #puppet IRC channel averaged 400 people Puppet on

More information

Puppet - Bug #13669 Puppet run with fail function generates 'unchanged' report status

Puppet - Bug #13669 Puppet run with fail function generates 'unchanged' report status Puppet - Bug #13669 Puppet run with fail function generates 'unchanged' report status 04/06/2012 02:20 am - James Turnbull Status: Accepted Start date: 04/06/2012 Priority: High Due date: Assignee: % Done:

More information

INSTALLATION ecodms Version (eleanor)

INSTALLATION ecodms Version (eleanor) INSTALLATION Imprint ecodms Version: 16.09 (eleanor) Manual Date: 5th December 2018 Language: EN Author / Originator: ecodms GmbH 2018 Salierallee 18a 52066 Aachen Germany Website: www.ecodms.de Email:

More information

Best Practices for a Mission- Critical Jenkins

Best Practices for a Mission- Critical Jenkins Best Practices for a Mission- Critical Jenkins Mike Rooney Jenkins Connoisseur http://linkedin.com/in/mcrooney Jenkins Uses! Genius.com staging deployment, code reviews, automated branching and merging,

More information

manifold Documentation

manifold Documentation manifold Documentation Release 0.0.1 Open Source Robotics Foundation Mar 04, 2017 Contents 1 What is Manifold? 3 2 Installation 5 2.1 Ubuntu Linux............................................... 5 2.2

More information

VIRTUAL GPU SOFTWARE R384 FOR HUAWEI UVP

VIRTUAL GPU SOFTWARE R384 FOR HUAWEI UVP VIRTUAL GPU SOFTWARE R384 FOR HUAWEI UVP RN-07939-001 _v5.0 through 5.2 January 2018 Release Notes TABLE OF CONTENTS Chapter 1. Release Notes... 1 Chapter 2. Validated Platforms...3 2.1. Supported NVIDIA

More information

Puppet Documentation. (Generated on July 01, 2013, from git revision 46784ac1656bd7b57fcfb51d0865ec7ff65533d9)

Puppet Documentation. (Generated on July 01, 2013, from git revision 46784ac1656bd7b57fcfb51d0865ec7ff65533d9) Puppet Documentation (Generated on July 01, 2013, from git revision 46784ac1656bd7b57fcfb51d0865ec7ff65533d9) This is the documentation for Puppet, the industry-leading configuration management toolkit.

More information

Manual Of Virtualbox Additions Ubuntu Server 12.04

Manual Of Virtualbox Additions Ubuntu Server 12.04 Manual Of Virtualbox Additions Ubuntu Server 12.04 On the server I have Ubuntu 12.04.2. LTS I have Found on How do I install Guest Additions in a VirtualBox VM? now I repeat doing so. In both situation

More information

Introduction. What is Linux? What is the difference between a client and a server?

Introduction. What is Linux? What is the difference between a client and a server? Linux Kung Fu Introduction What is Linux? What is the difference between a client and a server? What is Linux? Linux generally refers to a group of Unix-like free and open-source operating system distributions

More information

Relarium (RLM) Masternode Guide for VPS

Relarium (RLM) Masternode Guide for VPS Relarium (RLM) Masternode Guide for VPS Table of Contents Requirements 2 VPS Set-up 2 Create a MasterNode Address (ALIAS) & send collateral 4 MasterNode private key & Index ID 5 Edit Configuration files

More information

Percona Monitoring and Management Documentation

Percona Monitoring and Management Documentation Percona Monitoring and Management Documentation Release 1.1.4 Percona LLC and/or its affiliates 2009-2017 May 29, 2017 CONTENTS I Basics 3 II Advanced 27 III Reference 57 i ii Percona Monitoring and Management

More information

Zenoss Resource Manager Upgrade Guide

Zenoss Resource Manager Upgrade Guide Zenoss Resource Manager Upgrade Guide Release 5.0.10 Zenoss, Inc. www.zenoss.com Zenoss Resource Manager Upgrade Guide Copyright 2016 Zenoss, Inc. All rights reserved. Zenoss and the Zenoss logo are trademarks

More information

Apache Manually Install Ubuntu Alongside Windows 7 Step By Step

Apache Manually Install Ubuntu Alongside Windows 7 Step By Step Apache Manually Install Ubuntu 12.10 Alongside Windows 7 Step By Step How do I install Ubuntu alongside Windows 8.1? Apache Tomcat If I install Ubuntu 12.04 on an SSD, are there any steps I should take

More information

How To Manually Install Software In Linux Mint 13 From Usb

How To Manually Install Software In Linux Mint 13 From Usb How To Manually Install Software In Linux Mint 13 From Usb Hi there, I am a newbie and am having a bit of trouble installing.rpm packages. The system says Alien is installed but I can't find it and do

More information

Network softwarization Lab session 2: OS Virtualization Networking

Network softwarization Lab session 2: OS Virtualization Networking Network softwarization Lab session 2: OS Virtualization Networking Nicolas Herbaut David Bourasseau Daniel Negru December 16, 2015 1 Introduction 1.1 Discovering docker 1.1.1 Installation Please launch

More information

Manual Install Ubuntu Server Webmin Ppa

Manual Install Ubuntu Server Webmin Ppa Manual Install Ubuntu Server 12.04 Webmin Ppa Guide covering how to install Logitech MediaServer (formerly called Squeezebox Server, SqueezeCenter and before that Slimserver) on Ubuntu Trusty Tahr. It's

More information

Acronis Backup Version 11.5 Update 6 INSTALLATION GUIDE. For Linux Server APPLIES TO THE FOLLOWING PRODUCTS

Acronis Backup Version 11.5 Update 6 INSTALLATION GUIDE. For Linux Server APPLIES TO THE FOLLOWING PRODUCTS Acronis Backup Version 11.5 Update 6 APPLIES TO THE FOLLOWING PRODUCTS For Linux Server INSTALLATION GUIDE Copyright Statement Copyright Acronis International GmbH, 2002-2015. All rights reserved. Acronis

More information

Installing and Using Docker Toolbox for Mac OSX and Windows

Installing and Using Docker Toolbox for Mac OSX and Windows Installing and Using Docker Toolbox for Mac OSX and Windows One of the most compelling reasons to run Docker on your local machine is the speed at which you can deploy and build lab environments. As a

More information

VIRTUAL GPU SOFTWARE R384 FOR HUAWEI UVP

VIRTUAL GPU SOFTWARE R384 FOR HUAWEI UVP VIRTUAL GPU SOFTWARE R384 FOR HUAWEI UVP RN-07939-001 _v5.0 through 5.2 Revision 04 March 2018 Release Notes TABLE OF CONTENTS Chapter 1. Release Notes... 1 1.1. Updates in Release 5.0... 1 1.2. Updates

More information

A Quick Guide to Using the MySQL APT Repository

A Quick Guide to Using the MySQL APT Repository A Quick Guide to Using the MySQL APT Repository Abstract This is a quick guide to using the MySQL APT repository, which provides deb packages for installing and managing the MySQL server, client, and other

More information

Puppet - Bug #1131 puppetmaster memory leak

Puppet - Bug #1131 puppetmaster memory leak Puppet - Bug #1131 puppetmaster memory leak 03/12/2008 05:53 pm - Redmine Admin Status: Closed Start date: Priority: Normal Due date: Assignee: Redmine Admin % Done: 0% Category: Estimated time: 0.00 hour

More information

SCaLE Puppet Introduction. Puppet Assigns and Maintains a Machine s Desired Role

SCaLE Puppet Introduction. Puppet Assigns and Maintains a Machine s Desired Role SCaLE Puppet Introduction Puppet Assigns and Maintains a Machine s Desired Role Managing Configuration Drift 1 of 24 2/23/10 7:41 PM Puppet Executables that we will employ: ralsh The Resource Abstraction

More information

Manually Java 7 Update Bit Windows

Manually Java 7 Update Bit Windows Manually Java 7 Update 21 64 Bit Windows Oracle strongly recommends that all Java SE 7 users upgrade to one of these releases. created with javadoc versions included with JDK 5u45, 6u45, 7u21 and earlier.

More information

QGIS Application - Bug report #17043 Browser keeps scanning directory with gpkg file

QGIS Application - Bug report #17043 Browser keeps scanning directory with gpkg file QGIS Application - Bug report #17043 Browser keeps scanning directory with gpkg file 2017-08-21 12:50 PM - Richard Duivenvoorde Status: Closed Priority: High Assignee: Alessandro Pasotti Category: Browser

More information

Downloading and installing Db2 Developer Community Edition on Ubuntu Linux Roger E. Sanders Yujing Ke Published on October 24, 2018

Downloading and installing Db2 Developer Community Edition on Ubuntu Linux Roger E. Sanders Yujing Ke Published on October 24, 2018 Downloading and installing Db2 Developer Community Edition on Ubuntu Linux Roger E. Sanders Yujing Ke Published on October 24, 2018 This guide will help you download and install IBM Db2 software, Data

More information

Purpose. Target Audience. Install SNMP On The Remote Linux Machine. Nagios XI. Monitoring Linux Using SNMP

Purpose. Target Audience. Install SNMP On The Remote Linux Machine. Nagios XI. Monitoring Linux Using SNMP Purpose This document describes how to monitor Linux machines with using SNMP. SNMP is an agentless method of monitoring network devices and servers, and is often preferable to installing dedicated agents

More information

The Python Mini-Degree Development Environment Guide

The Python Mini-Degree Development Environment Guide The Python Mini-Degree Development Environment Guide By Zenva Welcome! We are happy to welcome you to the premiere Python development program available on the web The Python Mini-Degree by Zenva. This

More information

Exercises. Cacti Installation and Configuration

Exercises. Cacti Installation and Configuration Exercises Cacti Installation and Configuration Exercises Your Mission... Install Cacti Create device entry for your local router Create device entries for your local servers Create entries for class router

More information

Exercises. Cacti Installation and Configuration

Exercises. Cacti Installation and Configuration Exercises Cacti Installation and Configuration Exercises Your Mission... Install Cacti Create device entry for your local router Create device entries for your local servers Create entries for class router

More information

Com.X. IP PBX / Gateway. ComX Software upgrade procedure. (1.3 to 1.4)

Com.X. IP PBX / Gateway. ComX Software upgrade procedure. (1.3 to 1.4) Com.X IP PBX / Gateway ComX Software upgrade procedure (1.3 to 1.4) Version 1.5, 24 May 2017 Document History Version Date Description of Changes 1.0 18/02/2016 Draft M. Knight 1.1 23/02/2016 M.Knight,

More information

Manual Update Ubuntu To Command Line

Manual Update Ubuntu To Command Line Manual Update Ubuntu 12.04 To 13.10 Command Line The Ubuntu Security Team does not update packages in Backports. configured for manual install, you must use the apt-get command-line tool and append. This

More information

Manually Java 7 Update Bit Windows 8

Manually Java 7 Update Bit Windows 8 Manually Java 7 Update 21 64 Bit Windows 8 Oracle strongly recommends that all Java SE 8 users upgrade to this release. Learn more arrow more arrow, Download JDK 7 Update 40 with NetBeans 7.3.1. Platform(s):

More information

CS197U: A Hands on Introduction to Unix

CS197U: A Hands on Introduction to Unix CS197U: A Hands on Introduction to Unix Lecture 4: My First Linux System Tian Guo University of Massachusetts Amherst CICS 1 Reminders Assignment 2 was due before class Assignment 3 will be posted soon

More information

I'm Andy Glover and this is the Java Technical Series of. the developerworks podcasts. My guest is Brian Jakovich. He is the

I'm Andy Glover and this is the Java Technical Series of. the developerworks podcasts. My guest is Brian Jakovich. He is the I'm Andy Glover and this is the Java Technical Series of the developerworks podcasts. My guest is Brian Jakovich. He is the director of Elastic Operations for Stelligent. He and I are going to talk about

More information

Ubuntu Apt-get List Installed Packages >>>CLICK HERE<<<

Ubuntu Apt-get List Installed Packages >>>CLICK HERE<<< Ubuntu 10.04 Apt-get List Installed Packages Since Ubuntu 10.04 (Lucid Lynx), Skype is part of the Canonical partner sudo apt-get update && sudo apt-get install skype pulseaudio:i386. It is highly recommended

More information

Learn Linux in a Month of Lunches by Steven Ovadia

Learn Linux in a Month of Lunches by Steven Ovadia Learn Linux in a Month of Lunches by Steven Ovadia Sample Chapter 17 Copyright 2017 Manning Publications brief contents PART 1 GETTING LINUX UP AND RUNNING... 1 1 Before you begin 3 2 Getting to know Linux

More information

Installing SmartSense on HDP

Installing SmartSense on HDP 1 Installing SmartSense on HDP Date of Publish: 2018-07-12 http://docs.hortonworks.com Contents SmartSense installation... 3 SmartSense system requirements... 3 Operating system, JDK, and browser requirements...3

More information

Configuration Management - Using Puppet. lctseng / Liang-Chi Tseng

Configuration Management - Using Puppet. lctseng / Liang-Chi Tseng Configuration Management - Using Puppet lctseng / Liang-Chi Tseng Our Target Share several files Configuration files (httpd.conf) Regular data files (wallpapaer.jpg) System-wide configuration Add/Modify

More information

BRINGING HOST LIFE CYCLE AND CONTENT MANAGEMENT INTO RED HAT ENTERPRISE VIRTUALIZATION. Yaniv Kaul Director, SW engineering June 2016

BRINGING HOST LIFE CYCLE AND CONTENT MANAGEMENT INTO RED HAT ENTERPRISE VIRTUALIZATION. Yaniv Kaul Director, SW engineering June 2016 BRINGING HOST LIFE CYCLE AND CONTENT MANAGEMENT INTO RED HAT ENTERPRISE VIRTUALIZATION Yaniv Kaul Director, SW engineering June 2016 HOSTS IN A RHEV SYSTEM Host functionality Hosts run the KVM hypervisor

More information

Puppet on the AWS Cloud

Puppet on the AWS Cloud Puppet on the AWS Cloud Quick Start Reference Deployment AWS Quick Start Reference Team March 2016 This guide is also available in HTML format at http://docs.aws.amazon.com/quickstart/latest/puppet/. Contents

More information

news Puppet Theatre Server Management for Dummies... the smarter way of information

news Puppet Theatre Server Management for Dummies... the smarter way of information Puppet Theatre Server Management for Dummies... the smarter way of information page 2/7 In the area of systems for the automatic setup and operation of large-scale landscapes, one tool in particular has

More information

UI cases Documentation

UI cases Documentation UI cases Documentation Release 0.0.1a Sergei Chipiga Nov 03, 2016 Contents 1 Task to resolve 1 2 Solution 3 2.1 Autotests for top 250 IMDB movies................................... 5 Python Module Index

More information

Upgrade Tool Guide. July

Upgrade Tool Guide. July Upgrade Tool Guide July 2015 http://www.liveaction.com 4.X to 5.0 The Upgrade Guide from 4.X to 5.0 consists of three parts: Upgrading the LiveAction Server Upgrading the LiveAction Node Upgrading the

More information

Solved How To Manually Remove Old Kernels From Ubuntu 12.04

Solved How To Manually Remove Old Kernels From Ubuntu 12.04 Solved How To Manually Remove Old Kernels From Ubuntu 12.04 Over time, the start up list (GRUB) will become longer as new kernels are added. Never remove your current kernel, else your computer will not

More information

Ubuntu LTS Install Guide

Ubuntu LTS Install Guide Ubuntu 16.04.5 LTS Install Guide Sirenia September 17, 2018 Contents 1 Content 2 2 Login to server 2 3 Ensure access to repositories 3 4 Install Docker 3 5 Install Docker Compose 4 6 Pull software 4 7

More information

Testing your puppet code

Testing your puppet code Libre Software Meeting 2013 July 10, 2013 1 2 Style and linting Catalogs 3 4 Homework sysadmin @ inuits open-source defender for 7+ years devops believer @roidelapluie on twitter/github Infrastructure

More information

Linux Kung Fu. Stephen James UBNetDef, Spring 2017

Linux Kung Fu. Stephen James UBNetDef, Spring 2017 Linux Kung Fu Stephen James UBNetDef, Spring 2017 Introduction What is Linux? What is the difference between a client and a server? What is Linux? Linux generally refers to a group of Unix-like free and

More information

MidVision Cloud - Image Support #3021 DataPower DNS Issue

MidVision Cloud - Image Support #3021 DataPower DNS Issue MidVision Cloud - Image Support #3021 DataPower DNS Issue 15/11/2017 12:32 am - Jeff Status: Closed Due date: Priority: Normal % Done: 0% Assignee: Category: Jeff Image: IBM DataPower - 7.5 Your Marketplace

More information

Database Backup Restore

Database Backup Restore The following describes how to restore the controller database after a failed upgrade, and reinstall the upgrade., page 1 If a controller upgrade fails, you can uninstall the upgrade, restore the controller

More information

Dixicoin (DXC) Masternode Guide for VPS

Dixicoin (DXC) Masternode Guide for VPS Dixicoin (DXC) Masternode Guide for VPS Table of Contents Requirements 2 VPS Set-up 2 Create a MasterNode Address (ALIAS) & send collateral 4 MasterNode private key & Index ID 5 Edit Configuration files

More information

Kaji Documentation. Release 0.2. Thibault Cohen

Kaji Documentation. Release 0.2. Thibault Cohen Kaji Documentation Release 0.2 Thibault Cohen May 19, 2016 Contents 1 What is Kaji? 1 1.1 Kaji components............................................. 1 2 Releases and Roadmap 3 2.1 Done...................................................

More information

============================================================================

============================================================================ Add Ubuntu Unity support, Panel Applet (Tray Icon) Posted by ezkomomo - 2013/07/20 09:50 On Ubuntu 13.04 with Unity it would be very useful to add a tray icon (panel applet) like the icon in the window

More information

The Rockefeller University I NFORMATION T ECHNOLOGY E DUCATION & T RAINING. VPN Configuration Guide for Unix/Linux

The Rockefeller University I NFORMATION T ECHNOLOGY E DUCATION & T RAINING. VPN Configuration Guide for Unix/Linux The Rockefeller University I NFORMATION T ECHNOLOGY E DUCATION & T RAINING VPN Configuration Guide for Unix/Linux Table of Contents VPN Configuration Guide for Unix/Linux... 1 Pulse Secure Client for Ubuntu

More information

Bacula BackUp Server Einrichten eines Bacula BackUp Servers. Version: 1.2

Bacula BackUp Server Einrichten eines Bacula BackUp Servers. Version: 1.2 Bacula BackUp Server Einrichten eines Bacula BackUp Servers Version: 1.2 2 Bacula BackUp Server Datum: 02.05.2016 Inhaltsverzeichnis Inhaltsverzeichnis... ii 1 Introduction... 3 2 Create and start your

More information

Exiv2 - Support #1151 Small raw images size

Exiv2 - Support #1151 Small raw images size Exiv2 - Support #1151 Small raw images size 10 Jan 2016 16:17 - Wil Hermes Status: Closed Start date: 10 Jan 2016 Priority: Normal Due date: Assignee: Robin Mills % Done: 100% Category: basicio Estimated

More information

Quick Start Guide for Integrating Ziften Zenith and Microsoft Windows Defender ATP

Quick Start Guide for Integrating Ziften Zenith and Microsoft Windows Defender ATP Quick Start Guide for Integrating Ziften Zenith and Microsoft Windows Defender ATP Ziften and Microsoft have agreed to a technical partnership in which Ziften s Zenith platform is able to integrate in

More information

CAELinux 2013: development and testing Posted by jcugnoni - 06 Apr :45

CAELinux 2013: development and testing Posted by jcugnoni - 06 Apr :45 CAELinux 2013: development and testing Posted by jcugnoni - 06 Apr 2013 13:45 Hi everyone, after a long break in 2012 without much development of CAELinux, I am restarting the development of a new release,

More information

McAfee Endpoint Security Threat Prevention Installation Guide - Linux

McAfee Endpoint Security Threat Prevention Installation Guide - Linux McAfee Endpoint Security 10.5.1 - Threat Prevention Installation Guide - Linux COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy

More information

LiveCD Customization. Creating your own Linux distribution

LiveCD Customization. Creating your own Linux distribution LiveCD Customization Creating your own Linux distribution Background. Do you think that the Ubuntu/Arch/Debian/Fedora default programs and settings are wrong? You can take a base system and customize it

More information

Setting up Docker Datacenter on VMware Fusion

Setting up Docker Datacenter on VMware Fusion Setting up Docker Datacenter on VMware Fusion With the release of Docker Datacenter, it seemed like a good idea to kick the tires on this new system to get a handle on what the experience is like installing,

More information

percona-agent Documentation

percona-agent Documentation percona-agent Documentation Release 1.0.10 Percona June 30, 2015 Contents 1 Getting Started with Percona Cloud Tools 3 1.1 How PCT Works............................................. 3 1.2 Tools...................................................

More information

Software Installation Guide 2.4

Software Installation Guide 2.4 Software Installation Guide 2.4 Software Installation Guide μtca Edition i Revision history Revision Date Comments 0.8 February 2013 New layout ready for revision 0.9 February 2013 Screenshots updated

More information

OpenStack Havana All-in-One lab on VMware Workstation

OpenStack Havana All-in-One lab on VMware Workstation OpenStack Havana All-in-One lab on VMware Workstation With all of the popularity of OpenStack in general, and specifically with my other posts on deploying the Rackspace Private Cloud lab on VMware Workstation,

More information

Tableau Server on Linux 2018 Update

Tableau Server on Linux 2018 Update # T C 1 8 Tableau Server on Linux 2018 Update Robert S. Brewer Manager, Engineering Tableau Software, Inc. About Me At Tableau Why Linux? Because you wanted it! Orgs already using Linux for servers Reduce

More information

Git Guide. Meher Krishna Patel. Created on : Octorber, 2017 Last updated : October, More documents are freely available at PythonDSP

Git Guide. Meher Krishna Patel. Created on : Octorber, 2017 Last updated : October, More documents are freely available at PythonDSP Git Guide Meher Krishna Patel Created on : Octorber, 2017 Last updated : October, 2018 More documents are freely available at PythonDSP Table of contents Table of contents i 1 Commands Summary 1 2 Git

More information

PREPARING TO USE CONTAINERS

PREPARING TO USE CONTAINERS PREPARING TO USE CONTAINERS DU-08786-001_v001 May 2018 Getting Started Guide TABLE OF CONTENTS Chapter Introduction To Docker And Containers...1 Chapter 2. Preparing Your DGX System For Use With nvidia-docker...

More information

Orchid Core VMS Installation Guide

Orchid Core VMS Installation Guide Orchid Core VMS Installation Guide Version 2.2.2 Orchid Core VMS Installation Guide v2.2.2 1 C O N T E N T S About the Orchid Core VMS Installation Guide 2 Installation 3 Working in Windows 3 Working in

More information

Setting Up U P D AT E D 1 / 3 / 1 6

Setting Up U P D AT E D 1 / 3 / 1 6 Setting Up A GUIDE TO SETTING UP YOUR VIRTUAL MACHINE FOR PYTHON U P D AT E D 1 / 3 / 1 6 Why use a virtual machine? Before we begin, some motivation. Python can be installed on your host OS and many of

More information

How To Manually Install Driver Ubuntu Server On Virtualbox

How To Manually Install Driver Ubuntu Server On Virtualbox How To Manually Install Driver Ubuntu 12.04 Server On Virtualbox I'm using virtual box in order to configure Ubuntu 12.04 Server. Video tutorials on youtube most people use ubuntu desktop and after odoo

More information

Apache Manually Install Ubuntu Alongside Windows 8 After

Apache Manually Install Ubuntu Alongside Windows 8 After Apache Manually Install Ubuntu 12.10 Alongside Windows 8 After For instance, if you're dual-booting with a pre-installed Windows 8 but have problems The following sections describe how to install Ubuntu

More information

Post Ubuntu Install Exercises

Post Ubuntu Install Exercises Post Ubuntu Install Exercises PacNOG 3 June 18 Rarotonga, Cook Islands 1. Get used to using sudo 2. Create an ainst account 3. Learn how to install software 4. Install gcc and make 5. Learn how to control

More information

Installing Altiris Agent on Ubuntu

Installing Altiris Agent on Ubuntu Installing Altiris Agent on Ubuntu DISCLAIMER: Altiris does not warrant that their software will run on Ubuntu using the Unix Agent version 6.2, which as of publication of this article, is the latest release.

More information

Dockerfile Best Practices

Dockerfile Best Practices Dockerfile Best Practices OpenRheinRuhr 2015 November 07th, 2015 1 Dockerfile Best Practices Outline About Dockerfile Best Practices Building Images This work is licensed under the Creative Commons Attribution-ShareAlike

More information

Git. all meaningful operations can be expressed in terms of the rebase command. -Linus Torvalds, 2015

Git. all meaningful operations can be expressed in terms of the rebase command. -Linus Torvalds, 2015 Git all meaningful operations can be expressed in terms of the rebase command -Linus Torvalds, 2015 a talk by alum Ross Schlaikjer for the GNU/Linux Users Group Sound familiar? add commit diff init clone

More information

ET: Legacy Development - Bug #56 Brightness setting: r_gamma has no effect on some systems

ET: Legacy Development - Bug #56 Brightness setting: r_gamma has no effect on some systems ET: Legacy Development - Bug #56 Brightness setting: r_gamma has no effect on some systems 26.05.2012 01:33 - Radegast Status: Invalid % Done: 100% Priority: Normal Assignee: Category: Client Target version:

More information

Working with Ubuntu Linux. Track 2 Workshop June 2010 Pago Pago, American Samoa

Working with Ubuntu Linux. Track 2 Workshop June 2010 Pago Pago, American Samoa Working with Ubuntu Linux Track 2 Workshop June 2010 Pago Pago, American Samoa Assumptions You are comfortable with the following: Core Linux concepts - Shells - Permissions - Graphical user interface

More information

Zend Server Community Edition 5.1. Installation Guide. By Zend Technologies.

Zend Server Community Edition 5.1. Installation Guide. By Zend Technologies. Zend Server Community Edition 5.1 Installation Guide By Zend Technologies www.zend.com Abstract This is the Install Guide for Zend Server Community Edition Version 5.1. The information in this document

More information

Linux Kung Fu. Ross Ventresca UBNetDef, Fall 2017

Linux Kung Fu. Ross Ventresca UBNetDef, Fall 2017 Linux Kung Fu Ross Ventresca UBNetDef, Fall 2017 GOTO: https://apps.ubnetdef.org/ What is Linux? Linux generally refers to a group of Unix-like free and open source operating system distributions built

More information

CounterACT Macintosh/Linux Property Scanner Plugin

CounterACT Macintosh/Linux Property Scanner Plugin CounterACT Macintosh/Linux Property Scanner Plugin Version 7.0.1 and Above Table of Contents About the Macintosh/Linux Property Scanner Plugin... 4 Requirements... 4 Supported Operating Systems... 4 Accessing

More information

VIRTUAL GPU SOFTWARE R384 FOR MICROSOFT WINDOWS SERVER

VIRTUAL GPU SOFTWARE R384 FOR MICROSOFT WINDOWS SERVER VIRTUAL GPU SOFTWARE R384 FOR MICROSOFT WINDOWS SERVER RN-08686-001 _v5.0 through 5.1 Revision 02 November 2017 Release Notes TABLE OF CONTENTS Chapter 1. Release Notes... 1 Chapter 2. Validated Platforms...2

More information

Applies to: SECURE WEB Version 1.3 and above

Applies to: SECURE WEB Version 1.3 and above Apr. 4, 2008 Applies to: SECURE WEB Version 1.3 and above This document provides step by step instructions on how to install, activate and configure anti virus scanning in CYAN SECURE WEB using the ClamAV

More information

Alongside Windows 8.1

Alongside Windows 8.1 Apache Manually Installing Ubuntu 12.10 Alongside Windows 8.1 The Install alongside option should have been the 2nd option. I don't want to erase Can not install ubuntu 12.04 alongside windows 8.1 2 Installing

More information

VIRTUAL GPU SOFTWARE R384 FOR MICROSOFT WINDOWS SERVER

VIRTUAL GPU SOFTWARE R384 FOR MICROSOFT WINDOWS SERVER VIRTUAL GPU SOFTWARE R384 FOR MICROSOFT WINDOWS SERVER RN-08686-001 _v5.0 through 5.2 January 2018 Release Notes TABLE OF CONTENTS Chapter 1. Release Notes... 1 Chapter 2. Validated Platforms...2 2.1.

More information