Displaying 20 results from an estimated 300 matches similar to: "Fwd: Guestfish Ansible Modules using Python Bindings"
2013 Feb 22
0
Custom utils lib
Hi all,
Is it possible to have a custom utils lib in puppet ?
By exemple I want to have a custom class used in many custom facts and many
custom function :
module_utils/lib/puppet/my_class.rb
And in my custom fact I can call this class :
> require ''module_utils''
Facter.add("custom_fact") do
> setcode do
> var = Puppet::Utils::my_class.getVariable()
2018 Oct 10
2
I need SERIOUS help on GRUB in CentOS 7.5 1804
Good afternoon from Singapore,
I need SERIOUS help on GRUB in CentOS 7.5 1804.
Please refer to my installation notes at?http://lists.linuxfromscratch.org/pipermail/lfs-chat/2018-October/028964.html
According to Petros' instructions, I need GRUB Legacy 0.97 for my Extremely Simple Linux. But GRUB Legacy 0.97 has been deprecated in CentOS 7.5. GRUB2 is installed by default on CentOS 7.5.
So
2012 Nov 21
1
Libguest Problem
Hi Richard,
I am a user of LibguestFS.
I have a problem in using LibguestFS to get the OS type of the virtual machine with Xenserver virtual environment.
But when I use the command in Linux likes the figure1. I know that this disk file could add in libguestfish.
My code is in the figure2. I can't get the OS info from GuestFs.
Could you give me some suggests?
James
2018 Oct 11
0
[SOLVED] I need SERIOUS help on GRUB in CentOS 7.5 1804
Good morning from Singapore,
I have solved the problem in implementing GRUB Legacy 0.97 for my Extremely Simple Linux. My solution is posted at
http://lists.linuxfromscratch.org/pipermail/lfs-chat/2018-October/028968.html
Now I will need to learn how to implement GRUB2 for my Extremely Simple Linux.
Thank you.
________________________________
From: Turritopsis Dohrnii Teo En Ming
Sent:
2002 Jan 28
1
Cluster package broken in 1.4.0?
Greetings,
I am reasonably experienced with R but I recently tried to
do some clustering using the "cluster" package, in order
to see if it would help.
I only tried this once with the 1.3.1 version and it worked
(I don't quite remember which method I used).
Now, I tried with the 1.4.0 version and no clustering function
seems to work with matrices that contain NAs, even
though
2008 Feb 23
1
Fixed effects
Hello everyone!
I would really appreciate it if someone knew where could I find the command
in R in order to run a fixed effects regression.
What format should my data have?
I have looked through the manual and I could not find anything
Thank you in advance,
Petros
[[alternative HTML version deleted]]
2013 Aug 15
1
Announce: Puppet 3.2.4 Available [ Security Release ]
Puppet 3.2.4 is now available. 3.2.4 addresses two security
vulnerabilties discovered in the 3.x series of Puppet. These
vulnerabilities have been assigned Mitre CVE numbers CVE-2013-4956 and
CVE-2013-4761.
All users of Puppet 3.2.3 and earlier are strongly encouraged to upgrade
to 3.2.4.
For more information on these vulnerabilities, please visit
http://puppetlabs.com/security/cve/cve-2013-4761
2018 Oct 08
1
Are these instructions meant to be executed on CentOS 1804?
Good afternoon from Singapore, I came across this Linux Journal article titled "DIY: Build a Custom Minimal Linux Distribution from Source", written by Petros Koutoupis. Link: <https://www.linuxjournal.com/content/diy-build-custom-minimal-linux-distribution-source> https://www.linuxjournal.com/content/diy-build-custom-minimal-linux-distribution-source Are the instructions in this
2015 Apr 20
0
Batch file larger than it should/could be?
Hi,
I'm trying to understand the behaviour of rsync when used with the
--write-batch or --only-write-batch options. I did some tests where I had
two fairly big file trees, think a rootfs, where their only difference was
an extra file containing only one character. I noticed the batch file was
~100kB and after inspecting it with hexdump it looks like it contains the
whole list of files
2016 Jun 23
1
rsync Digest, Vol 162, Issue 18
Folks,
Am 20.06.2016 um 22:01 schrieb Larry Irwin (gmail):
> The scripts I use analyze the rsync log after it completes and then
sftp's a summary to the root of the just completed rsync.
> If no summary is found or the summary is that it failed, the folder
rotation for that set is skipped and that folder is re-used on the
subsequent rsync.
> The key here is that the folder
2016 Nov 06
0
Dovecot 2 LDAP "unknown user"
I finally managed to get this going but I have noticed in my case that:
1. I need to make sure the user logon name in AD and the samAccountname are
exactly the same, case and all. It seems postfix
uses the samAccountname and Dovecot the User logon name.
2. I also noticed that if the Display name for a user in AD is blank, that
user cannot log in using telnet <server ip> 110.
I am quite
2019 Nov 18
1
ansible in ovirt repo
Just saw this:
================================================================================
Package Arch Version Repository Size
================================================================================
Updating:
ansible noarch 2.9.1-2.el7 ovirt-4.3-centos-ovirt43 17 M
which seems new. No longer pulling ansible from
2017 Jun 05
0
C7 ansible 2.3 become_method: su not working
On 06/05/2017 10:40 AM, Mark Haney wrote:
> [root at ansible ~]# ansible-playbook playbooks/radtest.yml
> --ask-become-pass
> SUDO password:
ansible-playbook --become-method su --ask-become-pass playbooks/radtest.yml
2017 Nov 09
0
Possibly [OT] ansible vmware inventory plugin
On 11/08/2017 12:37 PM, Mark Haney wrote:
> This might be OT, but it is CentOS related.? I've been running Ansible
> on C7 for a handful of months now, and updated to 2.4 as soon as it was
> available. I've been building inventories by hand in that time (mostly
> due to the fact we had no actual documentation on the managed external
> customer servers). However, as we have a
2018 Apr 11
0
Ansible repository shenanigans in EL7
On 11/04/18 13:58, James Hogarth wrote:
> For those not aware ansible has been deprecated in RHEL7 from the extras
> repository.
>
> In the RHEL specific world it's now in an optional "product" (basically an
> optional subscription) that is part of any RHEL subscription, but it's opt
> in.
>
> As a result ansible is back in the EPEL7 repository for
2018 Apr 11
1
Ansible repository shenanigans in EL7
> Am 11.04.2018 um 15:48 schrieb Fabian Arrotin <arrfab at centos.org>:
> ...
> - or we try to build those and continue to provide ansible
+1
--
LF
2019 Mar 21
2
How to install ansible in centos
Hi
I want to know how to configure yum repo for Ansible.
--
Thanks and regards
Sanjay Walke
9881091624
2019 Jun 17
2
ansible tutorials for beginners?
Hallo,
has anyone here good links abut ansible tutorials for beginners?
Thanks
Ralf
2020 Sep 06
0
ansible: which repo?
On 03/09/2020 20:51, Leon Fauster via CentOS wrote:
>
> What would you recommend: ansible is in EPEL8 and ConfigSIG.
> For the latter I do not see any sources in git.centos.org.
> Where they come from?
>
> I wonder with which repository I should use (long term)?
>
> dnf not checking gpg signature sounds scary:
>
>
2022 Feb 21
2
ansible upgrade
Hey all, back from vacation and seeing ansible 2.12 in the repos now.
Anything to be aware of when upgrading from 2.9 to 2.12 in CS8?
--
Thanks,
Leon