similar to: Gracefully recovering from state.yaml corruption.

Displaying 20 results from an estimated 4000 matches similar to: "Gracefully recovering from state.yaml corruption."

2007 Feb 13
10
Is there a limit on the size of a template?
Hello, I have recently run across the following error: /usr/lib/ruby/1.8/yaml/rubytypes.rb:315: [BUG] Segmentation fault This has happened after adding a particularly large template file with ruby 1.8.1. Thank you, -- Rob -- ____________________________________________________________________________________ Be a PS3 game guru. Get your game face on with the latest PS3 news and previews
2007 Feb 22
4
Assistance Requested
Hello, I am currently experiencing a bit of a quandry with how to specify default configuration applications to generic nodes. Here is an example setup: Classes: Class A Class B inherits Class A Class C inherits Class B Problem: I have unique hosts (nodes) X and Y and a bunch of other standard hosts. I would like X and Y to be able to override attributes in Class C (thus inherit class C) but
2007 Mar 11
0
mounting using "xm block-attach" does not work; "special device /dev/xvda1 does not exist." error
Hello, I read the blktap readme; there is a section there titled: Mounting images in Dom0 using the blktap driver. It says there that you can mount an image by: xm block-attach 0 tap:aio:<FILENAME> /dev/xvda1 w 0 mount /dev/xvda1 /mnt/disk <--- don''t use loop driver This option also appears in: http://wiki.rpath.com/wiki/Xen_DomU_Guide I assume that this option is not
2007 Jan 20
1
Connect a Skype adapter to TDM400P
Hi, I was wondering if it is possible to connect a skype phone adapter, for example: http://zonetusa.com/DispProduct.asp?ProductID=191 http://www.actiontec.com/products/communications/ipw_usb/index.php http://www.eradian.com/ERadianUS/staticpages/SkytoneRST301Details.htm http://www.dlink.com/products/?pid=466 http://www.usr.com/products/voip/voip-product.asp?sku=USR9620 to a TDM400P, so that
2007 Jul 13
1
Can Asterisk hear on two IP addresses? And can I do routing for calls from private to public or public to private IP addresses
Hi List; Can asterisk hear (receive) calls on two IP addresses? How? If yes, then: If I have a VPN router, and my Asterisk server connected to two network cards, one has a private IP address (192.168.0.2) connected to the VPN router (192.168.0.1) and another network card has a private IP address (193.111.196.249) connected directly to the outside default gateway (193.111.196.240), where the VPN
2007 Mar 06
0
Re: asterisk-users Digest, Vol 32, Issue 21
---------------------------------------------------------------------- Message: 1 Date: Tue, 6 Mar 2007 20:02:07 +0100 From: Olle E Johansson <oej@edvina.net> Subject: [asterisk-users] Building a new voicemail system... Testers needed! To: Asterisk Non-Commercial Discussion Users Mailing List - <asterisk-users@lists.digium.com> Message-ID:
2007 Feb 27
3
Problem enforcing permissions on remote file copy
Hello, I have been attempting to do the following: file { "/home/test/test.txt": owner => test, group => test, checksum => md5, source => "puppet://puppet/files/test.txt" } At first, this appeared to work, but now I realize that when the file is copied from the server, the permissions are not applied until the next puppet run. Does puppet not apply the
2007 Feb 02
1
Re: Subscribe to multiple files - Modification
Hello, I apologize for the duplicate post, but I made a typo last time. I am trying to notify the service, not subscribe to it. Also, I found that notifying a service, in this case nfs, appears to cause the service to load even if the service is configured to be disabled. Is this supposed to happen, or should the ensure => stopped state be enforced even during a notify? Thank you, -- Rob
2007 Jan 27
2
Response on dialin - no extension
On a SIP phone is it possible to enter the dialplan when the user picks up the phone without having to wait for the user to press an extension? Is is possible to do something like [sip-test] s,1,Answer s,2,Playback(welcome) s,3,WaitExten(30) 1,1,Noop(exten 1) ... t,1,Goto[s,2] --------------------------------- Be a PS3 game guru. Get your game face on with the latest PS3 news and
2007 Jan 22
1
Some trouble with file and source
Is it possible to have two files that source the same puppet-hosted file in the same File description? Example: [ "/etc/issue", "/etc/issue.net" ]: owner => root, group => root, mode => 644, source => "puppet://puppet/files/issue" Should this work, or am I doing something wrong? Thank you, -- Rob --
2007 Mar 19
4
Changing the SSL Ciphers used between Puppet client and server.
Hello, Is it possible to specify which of the OpenSSL ciphers to utilize during client/server communication? Thank you, -- Rob -- ____________________________________________________________________________________ 8:00? 8:25? 8:40? Find a flick in no time with the Yahoo! Search movie showtime shortcut. http://tools.search.yahoo.com/shortcuts/#news
2007 Jan 17
16
Cron jobs not removed when deleted from Manifest
I''m not sure if this has been posted previously, but I couldn''t find any information on it. I added a cron job via the cron type and it installed properly. Next, I removed the cron type from the manifest. The result was that, while the entry was no longer in the yaml file, the cron entry was not removed! Is this a bug, or the way that it is supposed to function? Thank you,
2007 Jan 17
3
SSL Questions
Hi, I''ve just started using puppet and I have a couple of questions about the SSL capabilities. 1) Can I use my own certs or do I have to use the ones provided by puppetmaster? 2) How can I set the "Not Before" time to be now instead of a few hours from now? Thanks! ____________________________________________________________________________________ It''s here!
2007 Jan 23
2
Default variable reference
Hello, I have been perusing the documentation looking for the default list of variables that puppet defines such as $operatingsystem. For instance, how is $host translated; <host>.<domain>, or just <host> and where can I find this information. Thank you, -- Rob -- ____________________________________________________________________________________ Never miss an email
2007 Feb 02
2
Subscribe to multiple files
Hello, I am attempting to reload both nfs and nfslock when changing my exports configuration file. Unfortunately, I am unable to discern the correct syntax for making a single object subscribe to multiple objects. I have tried: => [nfs nfslock] => [nfs, nfslock] => [[nfs],[nfslock]] => [[nfs] [nfslock]] and none of them seem to work. Any assistance would be appreciated. Thank
2007 Mar 15
1
Re: zapata with Tiger3XX compilation error
Ok so I read the Linux 2.6 related README and finally compiled propperly, I thought but at the end I notice that lscpi does report the cards, but I cant modprobe wcfxo nor zaptel and I do have wcfxo.ko in the /lib/modules/2.6.8/extra/ directory, so what gives? This is a Debian Sarge, thanks! # # make clean starts here # make[1]: Entering directory `/usr/src/zaptel-1.4.0/menuselect' rm
2007 Jan 19
2
A pre/post execution question
If I have an operation, such as an RPM install, and I have certain mounts that are read-only, how should I go about making sure that they are read write prior to an update? For example: 1. Re-mount file systems as read write. 2. Perform RPM updates 3. Re-re-mount file systems as read only. I got to thinking about this when I saw the post about automatic remounting after changing mount options.
2007 Jan 18
5
Docs moved to Trac
Hi all, Peter Abrahamsen has duplicated all of the documentation and cookbook pages in Puppet''s Trac page: https://reductivelabs.com/trac/puppet/wiki/DocumentationStart Please let me or Peter know if there are any problems. -- A motion to adjourn is always in order. --Robert Heinlein --------------------------------------------------------------------- Luke
2007 Feb 02
1
Re: Subscribe to multiple files - Modification
Mr. Kanies, If you would not mind filing the bug, it would be appreciated. Puppet Version: 0.22.0 Platform: Fedora Core 6 Thank you, -- Rob -- ----- Original Message ---- From: Luke Kanies <luke@madstop.com> To: Puppet User Discussion <puppet-users@madstop.com> Sent: Friday, February 2, 2007 1:34:13 PM Subject: Re: [Puppet-users] Subscribe to multiple files - Modification On Feb
2007 Feb 20
8
overriding included classes
I believe this has already been discussed[1], but I''d like to add a bit more to that original discussion and see if anyone has any suggestions. Here''s what I''m trying to do: we have a set of very thorough "wipe" scripts that run every night on our workstations. I''d like to stash these into a class so that I can include them as a group: class wiped