search for: rlpowell

Displaying 18 results from an estimated 18 matches for "rlpowell".

2015 Jan 26
1
[Bug 11075] New: Shouldn't --inplace fail immediately if it can't make files?
...an't make files? Product: rsync Version: 3.1.0 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: rlpowell at digitalkingdom.org QA Contact: rsync-qa at samba.org 20GiB file transfer with --inplace fails, consistently, *after* the transfer is complete: rlpowell at ip-10-0-1-16> rsync -aPv --inplace ~/scratch/acs_dump_70_immuneatlas.acs 10.0.11.249:/data/cytobank/acs_dump_70_immuneatlas.acs...
2010 Dec 10
4
Very surprising behaviour with --files-from
$ wc -l /tmp/list 1000 /tmp/list $ rsync -i -aPv --ignore-existing --files-from=/tmp/list /backups/ ut00-s00010:/backups/ building file list ... 3937 files to consider I am totally baffled. That's not such a big deal, but the list I'm *actually* using has twenty *million* files in it. At a couple hundred files a second, if it's going to check 4 times the number of files, that's
2008 Dec 29
4
Using an Exec inside a define
I''m working on a definition for activating/deactivating Apache modules on an Ubuntu system. Inside my Apache class I have this definition: define module($ensure) { case $ensure { enabled: { exec { "a2enmod": command => "/usr/sbin/a2enmod $name", logoutput => on_failure,
2012 Jul 02
7
puppetmasterd continuously consuming high CPU, with many interrupts
...8 ksoftirqd/1 10296 qemu 20 0 2470m 1.4g 8888 S 13.1 18.1 4:23.70 qemu-kvm 17334 qemu 20 0 2788m 1.7g 540 S 8.3 22.0 4574:54 qemu-kvm 9904 qemu 20 0 2422m 572m 8820 S 3.6 7.2 3:07.15 qemu-kvm 24980 qemu 20 0 1824m 1.4g 612 S 3.6 18.3 15046:11 qemu-kvm 12209 rlpowell 20 0 15256 1228 908 R 1.2 0.0 0:00.04 top 1 root 20 0 46880 7992 1356 S 0.0 0.1 0:26.97 systemd 2 root 20 0 0 0 0 S 0.0 0.0 0:10.48 kthreadd The high CPU use by puppetmasterd is bad enough, but what makes me be all like "wait, what?" is the...
2004 Apr 16
1
smbfs linux 2.4.24; connection loss causes total machine hang
...ostgres all hang unkillably, as does spamd. No mail delivery occurs, but the exim processes are killable. In short, the system becomes basically unusable. This seems pretty intensely bad. Is this a known bug? If so, is there a workaround? A patch? -Robin -- http://www.csclub.uwaterloo.ca/~rlpowell/ BTW, I'm male, honest. le datni cu djica le nu zifre .iku'i .oi le so'e datni cu to'e te pilno je xlali -- RLP http://www.lojban.org/
2009 Feb 04
3
mailalias ... not doing anything???
G''day my module''s init.pp: class mailaliases { if ($skip_mailaliases != "true") { mailalias { "root": # ensure => absent, ensure => present, target => "/etc/aliases", recipient =>
2011 May 16
3
Uninstalling the puppet source?
I''m installing puppet from git per instructions in another thread. The instructions given at http://docs.puppetlabs.com/guides/installation.html for installing puppet from source lead to it dumping things all over my Ruby, which I really wasn''t expecting and doesn''t work well with our environment. (1) How do I uninstall it? (2) How do I turn the git source into a gem?
2009 Jan 16
10
Puppet playing badly with Debian etch rubygems
...it in Puppet somehow. -Robin -- They say: "The first AIs will be built by the military as weapons." And I''m thinking: "Does it even occur to you to try for something other than the default outcome?" -- http://shorl.com/tydruhedufogre http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/ --~--~---------~--~----~------------~-------~--~----~ 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...
2023 Jun 24
0
copy to destination only new files
You're probably right.? I've spent too much time on this and it's not working so.....I quit. ------------------------------------------------------------------------ *From:* Robin Lee Powell [mailto:rlpowell at digitalkingdom.org] *Subject:* copy to destination only new files *Date:* Saturday, June 24, 2023 at 1:14 AM *To:* . *Cc:* rsync at lists.samba.org > That's how rsync operates normally; you shouldn't have to do > anything to get that behaviour. That's kind of the whole thing...
2010 Dec 11
1
DO NOT REPLY [Bug 7861] New: documentation: files-frombehaves badly on unsorted input
...les-frombehaves badly on unsorted input Product: rsync Version: 3.0.5 Platform: x64 OS/Version: Linux Status: NEW Severity: minor Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: rlpowell at digitalkingdom.org QAContact: rsync-qa at samba.org See http://lists.samba.org/archive/rsync/2010-December/025857.html for full details. Just a note in the man page/--help summary of --files-from saying that the list should be sorted would be great. Thanks. -Robin -- Configure b...
2009 Jan 07
0
Re: Noob - What means "Cannot access mount[plugins]" ? [SOLVED]
2009/1/6 Robin Lee Powell <rlpowell@digitalkingdom.org> > > On Tue, Jan 06, 2009 at 11:23:56AM +0100, Olivier wrote: > > Hi, > > > > I''m new to Puppet. > > I installed Puppet on Debian Lenny (version is 0.24.5). > > > > When I''m trying to use puppet locally (on the machi...
2009 Jan 26
2
A Survey about Puppet and Reductive Labs
Hi all, I''d appreciate your help improving our understanding of what the community is most looking for from Puppet, how Reductive Labs manages it, and how best to provide services around the project. Toward this end, we''ve created a short survey (it should take you less than ten minutes): http://www.surveygizmo.com/s/95175/q1-2008-puppet-user-survey Please take a few
2009 Jan 23
7
Quote, dollar and pipe
Hi All, By working on our bootstrap puppet scripts (executed wih standalone puppet), I found a difference between pipe and file parsing : A simple file with a content : $ cat withdollar.pp file { "/tmp/withdoller.txt": content => ''something like echo $1'' } When puppet parses the file : $ puppet withdollar.pp notice:
2009 Jan 27
6
Stoking a Religious War: Why Did You Go With Puppet Over Other Options?
Hi, Gang.. The Subject: line says it all. My organisation is looking at selecting a configuration management system. Any comments about why you chose Puppet over other options would be very helpful to us. Cheers, Tomcat --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this
2009 Jan 15
8
Pattern matching in case statement
Hi all, I need my servers to decide which network they are in (i.e. dmz), and the only clue is the servers IP-address. I was trying to accomplish it like this, but it doesn''t work: case $ipaddress { "10.1.1.*": { $network = "net1" } "10.2.2.*.*": { $network = "net2" } "10.3.3.*": {
2009 Apr 06
42
Licensing and Copyright
Hi all, I fear this discussion will quickly devolve into a recursive flame- fest, but it needs to be broached, so here we go. Note that I kind of think this is more of dev topic than users, but I want to make sure everyone knows the conversation is happening and can easily participate. This is also likely to be the first of a series of conversations I''ll be starting to try to
2000 Mar 10
2
ssh bug? on Solaris
On Solaris, and presumably other architectures that don't have /dev/random, there's a problem with a portion of OpenSSL that is used by OpenSSH. The cause is line 390 in md_rand.c, which, as far as I can tell, in effect causes everything up the line to kak if not enough entropy has been gathered. Which is fine, except that it only seems to know about /dev/random as a source of entropy.
2011 Sep 26
1
virsh edit problems
I've got a problem where I can't access my console (well, I can', but I can't type in a password), which I don't think is a libvirt issue but any help or commentary is certainly welcome http://thread.gmane.org/gmane.comp.emulators.kvm.devel/79561 , and I'm trying to debug it by trying out different console/serial options in my .xml file, and I can't change them. What I