search for: owsiany

Displaying 20 results from an estimated 26 matches for "owsiany".

2005 Dec 15
6
Sharing a partition between dom0 and domU
...ut to take a snapshot of its filesystem. Please note that I have no desire to _completly_ eliminate network usage. Using it for some kind of synchronization between the domains is fine with me. I just want to avoid copying the large data across the network. Any ideas? regards, Marcin -- Marcin Owsiany porridge@expro.pl _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Aug 11
5
Failed to retrieve current state of resource: No child processes
...", ["/sbin/ifconfig", "eth0"], [/* 18 vars */]) = 0 10834 execve("/sbin/ifconfig", ["/sbin/ifconfig"], [/* 18 vars */]) = 0 This is puppet 0.24.8-1gg4 (the differences between this and Debian 0.24.8-1 only seem to touch packaging). regards, -- Marcin Owsiany <marcin@owsiany.pl> http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 "Every program in development at MIT expands until it can read mail." -- Unknown --~-...
2010 Feb 15
3
My first type/provider - does nothing...
Hi list, i tried to write my first type and provider that should create logical volumes. Seems like i''m missing something as i get nothing when i use it: No errors and no logical volume :-( type/logicalvolume.rb: ================= Puppet::Type.newtype(:logicalvolume) do @doc = "Manage logical volumes" ensurable newparam(:lvname) do desc "The logcal
2007 Jun 06
9
"not authorized" when testing mongrel support
...I also tried changing "*" to the client''s IP address, doesn''t help. My guess is that before authorization, puppet somehow wants to authenticate the client using a certificate, but it''s not available, since SSL is being handled by Apache. Help! :-) -- Marcin Owsiany Web Systems Integrator - Guardian Unlimited ------------------------------------------------------------------ The Guardian Public Services Awards 2007, in partnership with Hays Public Services, recognise and reward outstanding performance from public, private and voluntary sector teams. To f...
2007 Sep 07
2
puppetmasterd memory usage
...and then stays almost flat? At first I thought this may be puppetmasterd caching some data about the clients, and it takes time to propagate to all load-balanced puppetmasterd processes. But we have about 15 minute run interval, so this would happen much quicker than 4 days, I think. -- Marcin Owsiany Web Systems Integrator - Guardian Unlimited ------------------------------------------------------------------ Visit Guardian Unlimited - the UK''s most popular newspaper website http://guardian.co.uk http://observer.co.uk ------------------------------------------------------------------...
2007 Aug 13
4
Strangeness with a definition
I''m having problems with a definition not being found. I get the following error when running puppetd -vt: err: Could not find type "manual_apt_get_update" in file /etc/puppet/manifests/definitions/apt_misc.pp at line 22 The definition is present for sure. Can anyone spot a problem with the code below? define manual_apt_get_update { exec { "/usr/bin/apt-get
2007 Sep 13
3
listing the clients
All, Once the puppet clients are installed, is there a option to list the client in the server. mind you I never meant the cert - signing list.. which would be puppetca --list. Thanks for your help -Rajeshwaran -- He also serves Who only stands and waits.... _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com
2007 Jul 25
6
Signing certificates with mongrel+apache puppetmaster
...st through if the certificate verification was successful - drop the connection otherwise ..which I suspect is what puppetmasterd/webrick does. Now, is there something in the request that we could check for relatively easily to determine the output of decision "A"? -- Marcin Owsiany Web Systems Integrator - Guardian Unlimited ------------------------------------------------------------------ Visit Guardian Unlimited - the UK''s most popular newspaper website http://guardian.co.uk http://observer.co.uk ------------------------------------------------------------------...
2006 Sep 11
2
Xen does not load kernel at system boot
Dear All, I''m trying to install Xen on Debian Sarge + testing (halfway updated system). Hardware P-IV, 256M Packages: -------- linux-image-2.6.17-2-xen-686 linux-modules-2.6.17-2-xen-686 xen-docs-3.0 xen-hypervisor-3.0-i386 xen-ioemu-3.0 xen-linux-system-2.6.17-2-xen-686 xen-tools xen-utils-3.0 /boot/grub/menu.lst: -------------------- title Debian Xen 3.0 root
2010 Feb 10
3
Puppet 0.25.4 and Facter 1.5.7 debs available in debian unstable.
packages.debian.org is lagging in terms of what it''s showing, but.... $ rmadison -u debian {puppet,facter} | grep unstable puppet | 0.25.4-1 | unstable | source, all facter | 1.5.7-1 | unstable | source, all they''re both up there now. -- nigel -- You received this message because you are subscribed to the Google Groups "Puppet Users" group.
2007 Sep 12
6
Puppet with Mongrel
Hi, I have just successfully configured Puppet to run with Mongrel, and would like to update the documentation with what I''ve learned. However, since I''m not an expert with these things, I thought I''d share with the list before updating the wiki. So here''s what I''d change: + Remove this picture:
2007 Jun 28
1
Re: [puppet] #446: Require should stack not override
...rameter > to be dropped silently in _some_ cases, which is what happens now. I wonder if you could have a new, fresh, more favourable look at #446 now that I submitted a patch? It does make relational metaparams work differently, but I really do think this way is more intuitive... -- Marcin Owsiany Web Systems Integrator - Guardian Unlimited ------------------------------------------------------------------ The Guardian Public Services Awards 2007, in partnership with Hays Public Services, recognise and reward outstanding performance from public, private and voluntary sector teams. To f...
2007 Oct 12
7
puppetd dies?
Greetings all, My deployment of puppet includes a monitrc to make sure that puppetd stays up and running. It seems like (across all of my hosts) that pupeptd will end up dying and restarted by monit. I''m running puppetd under a screen session now on one particular host with --debug --verbose to see if any thing comes out on console but until it happens again, any anybody else
2007 Oct 29
12
Boolean expressions
I''m trying to write a wrapper definition for the file type to make it a bit smarter. I have a basic version working fairly well: define xfile($owner = root, $group = root, $mode = 644, $source, $backup = main, $recurse = false, $ensure = file) { file { $name: mode => $mode, owner => $owner, group => $group, backup => $backup, recurse
2007 Jun 07
17
Puppet/webrick benchmark
...the same point in time, which would not happen in the real life, where config requests tend to happen irregularily. I will now try to use the testing script which luke wrote to create a more realistic load pattern and see how the acceptable load rises with the number of servers. -- Marcin Owsiany Web Systems Integrator - Guardian Unlimited ------------------------------------------------------------------ The Guardian Public Services Awards 2007, in partnership with Hays Public Services, recognise and reward outstanding performance from public, private and voluntary sector teams. To f...
2007 May 31
9
Switching to mongrel
I made an attempt to switch to mongrel today and I''m running into a strange error message I can''t seem to track down: debug: puppetmaster: Setting servertype to ''mongrel'' Server is not a class Tracing through with the debugger shows: [snip] /foo/lib/gems/puppet-0.22.4/bin/puppetmasterd:248: case Puppet[:servertype] (rdb:1) n
2009 Jan 16
10
Puppet playing badly with Debian etch rubygems
To install the ruby-augeas gem, I installed rubygems on Debian etch, which lead to: Setting up libgems-ruby1.8 (0.9.0-5) ... Setting up ruby1.8-dev (1.8.5-4etch4) ... Setting up rubygems (0.9.0-5) ... Before this (I mean *immediately* before this) puppet worked fine exceept for not being able to find a provider for Augeas. After this, though: ec2-www1:/usr/src# puppetd -t Failed to load
2007 Aug 15
0
Re: [puppet] #761: mount tries to mount an already mounted FS
...; misspiggy I don''t get this. "version" is the version the bug was spotted in, right? And milestone is the release which will have the fix, if all goes as planned? So why are they the same? Or is the stuff on http://reductivelabs.com/trac/puppet/wiki/CodeNames wrong? -- Marcin Owsiany Web Systems Integrator - Guardian Unlimited Please help to save paper - do you really need to print this email? ------------------------------------------------------------------ Visit Guardian Unlimited - the UK''s most popular newspaper website http://guardian.co.uk http://observer.co.u...
2008 Jul 01
6
OpenVZ configuration of networking with puppet - big crash
I am trying to streamline the current distribution specific setup and creation of VE''s within OpenVZ with puppet. My first attempt has gone horribly wrong as you will see below. Here''s the script I wrote to replace the redhat specific setup that OpenVZ used: [jleggett@lxp6d15m3 scripts]$ cat redhat-add_ip.sh #!/bin/bash # # Debug - take out later set -x
2007 Nov 28
13
What to call a class: Manifest? Configuration? ResourceContainer?
Hi all, I''ve got a new class in the current code, which I''ve been calling Configuration but Matt reasonably thinks is horrible. He is recommending the name Manifest, and I figured I''d see what others thought. The point of the class is to function as a resource container -- it keeps a reference to all of the resources we''re managing, and knows how to