similar to: package versions and external checks

Displaying 20 results from an estimated 700 matches similar to: "package versions and external checks"

2009 Aug 04
6
question on managing multiple boxes
How do admins handle a situation with many boxes like 50 for example. If I wish to tell 50 boxes to run a handful of commands - how is that done? (I mean without actually logging into 1,2,3,4...X and executing the commands) Thanks, Jerry
2011 Jun 23
12
Turn off client autoupdate
Hello! By default puppet node connects to server periodically and looks if there is something execute. I''m wondering is it possible to make puppet clients not connect to server themselves? So that it would be possible to update a node only with puppetrun nodename. --- WBR, Sergey -- You received this message because you are subscribed to the Google Groups "Puppet Users"
2013 Jun 19
3
Multiple windows shell multiplexer...
Hi, I am currently using keyboardcast but I had to modify the sources to make it behave "properly" (light, auto-placed, auto-tiled windows, etc) and... I lost my modifications and do not want to recode it once more... :/ I wanted to use mssh (not the python one, the one from Bradley Smith) but I cannot find an rpm and cannot compile it on CentOS 5 due to a too old vte-devel library
2023 Feb 26
1
ssh host keys on cloned virtual machines
On Fri, 24 Feb 2023, Keine Eile wrote: > does any one of you have a best practice on renewing ssh host keys on cloned > machines? Yes: not cloning machines. There?s too many things to take care of for these. The VM UUID in libvirt. The systemd machine ID. SSH hostkey and SSL private key. The RNG seed. The various places where the hostname is written to during software installation. The
2023 Feb 24
3
ssh host keys on cloned virtual machines
Hi list members, does any one of you have a best practice on renewing ssh host keys on cloned machines? I have a customer who never thought about that, while cloning all VMs from one template. Now all machines have the exact same host key. My approach would be to store a machines MAC address(es). Then when starting the sshd.service, check if this MAC has changed. If so, remove all host keys, let
2009 Oct 20
4
any plans to support pkgutil?
Seems that blastwave is all about pkgutil now. Are there any plans to support this? Best, Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to
2010 Mar 07
6
some love for migrations
I have a semi-grand plan for some changes to migrations. Mostly this is motivated by the upcoming 3.0 release and wanting to get migrations in engines working. 1. Don''t skip migrations with version numbers lower than "current". I only recently tripped over this, but apparently it''s been this way since 2.1 when we got timestamps masquerading as large/sparse
2007 Sep 04
1
Solaris ingores server variable
Hi everyone, I got a basic puppetmaster setup, which works well for Linux. I''ve setup a basic function: define remotefile($owner = root, $group = root, $mode, $source, $backup = false, $recurse = false) { file { $name: mode => $mode, owner => $owner, group => $group, backup => $backup,
2007 Oct 25
1
Dovecot crashing with "Status userdb: Empty key (=)"
Hi, Dovecot is crashing at startup on my system: mantrid:/etc/apt# tail /var/log/mail.err Oct 25 17:10:50 mantrid dovecot: Auth process died too early - shutting down Oct 25 17:10:50 mantrid dovecot: auth(default): Status userdb: Empty key (=) Oct 25 17:10:50 mantrid dovecot: child 21810 (auth) returned error 89 Oct 25 17:10:51 mantrid dovecot: Temporary failure in creating login processes, I
2011 May 24
6
installing puppet client
Hi, how to install puppet client thru puppet master . My requirement is to install puppet client nearly 400 client servers. its difficult to install puppet client in all the servers by apt- get . share u r suggestions . Regards chebrian -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2007 May 20
3
ruby-shadow problems for 0.22.4 on Debian/Ubuntu AMD64
I thought I''d put this out there for anyone to save anyone who''s running 0.22.4 on AMD64 hosts a whole world of hurt. Basically, the libshadow-ruby1.8 package that Puppet (as of 0.22.4) relies on is broken for AMD64 in both Debian (Sarge+) and Ubuntu (all releases). The problem is basically just some non-portable code. I''ve reported the bug into Debian with a patch, so
2007 May 11
3
Exception handling in custom facts
Hi. I''d like to use exception handling in my custom facts. For example, in plain Ruby: begin buildno = '''' bcrelease = open("/etc/BCrelease") while (line = bcrelease.gets) line = line.chomp buildno = $1 if line =~ /^Build:\s+(\d+)/ end bcrelease.close print "#{buildno}\n" rescue print "No
2007 Nov 23
3
dovecot with ldap and allow_nets
Hi, I'm using dovecot on debian etch: ||/ Name Version ii dovecot-common 1.0.rc15-2etch1 ii dovecot-imapd 1.0.rc15-2etch1 ii dovecot-pop3d 1.0.rc15-2etch1 # dovecot --version 1.0.rc15 Now here is my question. Some of the mail users may only login from the LAN, while others can login from the LAN and the internet. I've read about
2007 Oct 31
1
Dovecot, Mail.app @ Leopard
Hi There, I'm using dovecot-imapd 1.0.rc15-2etch1 under Debain Etch AMD64 platform, recently, once of our user reported that there have "Unknown Namespace" problem with the new mail.app under leopard. So, is there a workaround at dovecot or I need to upgrade to a latest version of dovecot? Regards, Dino.
2007 Feb 14
15
Recursive home-dir does more than only files in repository
Hi all, Today I came across something that I consider a bug. Would like to hear your opinions. Facts: - Using 0.22.1 from Debian Unstable on a Debian Testing machine - Recipes work on other machines The recipe in question is: # Keep home-dirs in sync file { "/home/tim": recurse => true, source =>
2017 Jun 08
3
C7, systemd, say what?!
Mark Haney wrote: > On 06/08/2017 09:12 AM, Andrew Holway wrote: >> I think we had enough of Systemd flaming last month. Please stop >> polluting my inbox and find an operating system compatible with your >> worldview. It is really tiresome to keep on hearing about it. >> > Huh. Okay, though I'm not sure when you became arbiter of this list. If > you don't
2003 Oct 20
1
bug in fisher test---p-value cannot be Inf (PR#4688)
I just found a bug in fisher.test(). This is rw1080, on windows XP. A p-value can certainly not be Inf, but: > religion Costumbres rel orig Religion Si Algunas veces Nunca católica 2121 4700 6234 prot/evan 100 216 2461 otra C 27 67 502 otra 0 0 14 > fisher.test(religion, workspace=2000000)
2020 Feb 13
3
setOperands(int, Value*)
Hello, I am trying to reset the operands of instructions. What I am doing is, I am finding all Uses of a specific operand in an Instruction and resetting it with a new value using "setOperands(int, Value*)". I am doing as: for (auto vmitr=vm.begin(), vsitr=vs.begin(); vmitr!=vm.end() && vsitr!=vs.end(); vmitr++, vsitr++){ // I have two *Value ( operands) for ( auto myitr
2008 Jul 28
12
Segfault with GridCellChoiceEditor
I have a problem. In my application I have a few Grid objects in a Notebook. The Grid objects are populated via GridTableBase. Certain Grid cells need to have a choice interface (I''m artificially enforcing foreign key constraints). All this works to the point where you try to edit the value for that cell. The choice box renders (i.e. the drop down arrow appears) then the application
2008 Jan 21
2
Problem with quota support on debian etch
Hi, sorry but I'm new to dovecot and this list and don't know how to proceed with my dovecot installation. I was trying to set up an Mailserver with Postfix, Dovecot and PostgreSQL. Everything was working fine till I wanted to integrate quota support. When I activate it by adding quota to the the imap plugin section (like described in the wiki) I get the following error every time I try