similar to: "Would have triggered 'refresh' from 2 events" in /var/log/messages

Displaying 20 results from an estimated 500 matches similar to: ""Would have triggered 'refresh' from 2 events" in /var/log/messages"

2012 Jul 30
7
puppet enterprise
No problem installing open puppet and using it. patterns run aok. when trying to use the installer for pe, on the puppetmaster, installs ok. when trying to use the installer for pe, on the puppet agent, installs ok but no cert sent as shown by puppet cert list on puppetmaster. also puppet agent --test on puppet agent shows err: could not retrieve catalog from remote server: error 400 on
2013 May 31
22
ruby issue
Hi, I am having problems installing Puppet Server. My gem list follows and then the attempt to install puppet-server. The specific errors are: Error: Package: puppet-3.2.1-1.el6.noarch (puppetlabs) Requires: ruby-augeas Error: Package: hiera-1.2.1-1.el6.noarch (puppetlabs) Requires: rubygem-json Error: Package: puppet-3.2.1-1.el6.noarch (puppetlabs)
2013 Nov 25
4
question about file {} type
My class reads like: class name1::name2 ($gidvariable) { file { "somepath-to-file": ensure => file, mode => ''0640'', gid => $gidvariable, } } The problem is that the file isn''t getting set to the $gidvariable''s value which is a string "abc". The other things work (presence as file, mode). Stuart -- You
2013 Nov 27
8
noop = true and what for test?
Hi, When I put noop = true in /etc/puppet/puppet.conf on the node in question, I observe no changes. Great. Good But also, I see because of report = true absolutely zero information in the yaml regarding what would have been changed. Is there an equivalent to the above for "test = true" or must I alter the rc file to include --test ? Thanks ahead Puppet wizards!!! -- You
2005 Jun 15
1
CellPhone BlueTooth adapater with Wireless Profile ??
All Any body know of a generic bluetooth adpater for the universal 2.5mm headset jack on a cell phone that supports the wireless profile *NOT* the headset profile I know jabra has the A210 http://www.jabra.com/JabraCMS/NA/EN/MainMenu/Products/Accessories/JabraA210/ JabraA210 but it only support the headset profile .. I am trying to shoe horn my current braindead cell into DocknTalk
2007 Mar 10
3
long character string problem
Hi All I am having 2 very long character strings (550chars) and I want to put them as expressions together with c(). The problem is that I also get these double-quotes, as seen below in 'fct'. How can I remove these double-quotes? I tried as.name() but it did not work (because of size?). These are creating trouble with subsequent programs, which I tested with strings that for some
2013 Nov 14
3
What is wrong with this class?
somefile.pp class mumble { } class mumble::testcontents inherits mumble { file { "/tmp/testfile": path => "/tmp/testfile, ensure => present, mode => 0640, content => "I am a test file.", puppet parser validate passed it. puppet apply says it is run yet no /tmp/testfile appears the puppet master is running and this is being
2013 Nov 26
37
get a *structured* version of the puppet agent output
puppet agent --verbose shows a verbose output of the changes done by puppet, such as: notice: /Stage[main]/Logstash::Config/Logstash::Configdir[agent]/File[/etc/logstash/agent/config]/owner: owner changed ''root'' to ''logstash'' notice: /Stage[main]/Varnish/Service[varnish]/ensure: ensure changed ''stopped'' to ''running''
2013 Sep 05
1
best practice
Hi everybody! So for non-automated physical/manual application of single specific patterns or sets of puppet patterns on an entirely manual basis, what is best practice and/or where is it described? Meaning what is the way to stop the puppet agent from running automatically and instead require a manual command for puppet to exercise on that node. If it is as simple as puppet apply
2012 Aug 17
4
Default node
Seems like nodes are matching the default node before they are matching the more specific nodes. My site.pp has: include "nodes/*.pp" In the nodes directory are two files, default.pp and nagios_server.pp. default.pp: node default { include role::common } nagios_server.pp: node ''mon01.us1.xxx.com'' { $node_env = "production" include
2010 Jun 19
0
Unable to complete guest installation
Hi, After I solved the networking problem, I have another problem with guest creation. I get the following error: Unable to complete install: ''''ce9c74d4-0410-47ef-dc26-72044748ca4a'''' and the details are: Unable to complete install ''<type ''exceptions.KeyError''> ''ce9c74d4-0410-47ef-dc26-72044748ca4a'' Traceback
2006 May 19
0
domain name vs ip address causes refresh problem and lowercase vs capitol folder names - how to fix refresh issue?
I have Samba 3.022 and have run into a curious problem - when I access my shared folders over the internet using Windows XP, I get different behavior whether I put the domain name (e.g. \\mydomain.com) versus if I put my direct ip address in (e.g. \\12.34.56.78) when accessing my shares. First, the first screen listing all the shares is in all caps when using the domain name but in lowercase when
2006 Jun 13
1
Can I refresh a remotely updated section once?
My object has_many Link objects. So I''ve set up a form on my edit page that uses form_remote to accept a text field and then dynamically create and add a new Link object and remain on the same page. I have a div id="links" region that gets updated to show the current list of links. This works fine. But when I first load the page, if the object already had links, how do I
2006 Jun 15
1
how can I use Ajax auto refresh after I save a file ??
I have open lots of windows one of which is the views files... When I edit the code and save to see what is happening on teh html page I have to hop back and hit refresh and hop back to see what went wrong in code... Can i have the page just auto refresh every say second ?? just for development purposes ??? -- Posted via http://www.ruby-forum.com/.
2006 Apr 13
0
Making @headers[''Refresh''] and send_file work together?
I''ve got a Rails 1.1 app where people can click a link to download a custom-generated file. The link to "Download Zip" goes to / controller/get_zip. That action looks like this: def get_zip @cart = find_cart ids = Array.new @cart.songs.each do |song| ids.push song.id end args = ids.join(" ") zipfile =
2007 Dec 05
0
CentOS-5.1 x86_64 cd isos refresh
Earlier today we found an issue with the CentOS-5.1 x86_64 CD iso set, distributed via direct download, wherein CD-2 was not passing tests, to rectify the issue we have refreshed the images on all mirrors. The changes have now propagated through the mirror network. md5sum and sha1sum's published have also been updated to reflect this change. x86_64 CD isos distributed via bittorrent are not
2006 May 01
1
Can I send a redirect_to() call to a periodically_call_remote() refresh?
Hi, I''m using Rails 1.1 and the periodically_call_remote() helper to query the server for the progress of a long running action. I''m using the excellent new RJS partials to send a page.replace_html() to update the status information on the page--which works very well. When the action completes I''m also trying to send a redirect_to() by the same approach--which
2008 Mar 08
0
wine don't handle hard coded resolutions & refresh rates?
I'm trying to play Silent Hunter 3 using 0.9.57. I get my wine from the wine Ubuntu repository and I use Ubuntu 7.10. Silent Hunter 3 uses a hard coded resolution and refresh rate of 1024x768x32bit at 50Hz. But I have an 1680x1050x24bit at 60Hz monitor. I use the nvidia-glx-new version 100.14.19+2.6.22.4-14.10. There is a patch available from the Silent Hunter 3 page, but it is for source
2008 Mar 08
1
Re: wine don't handle hard coded resolutions & refresh rates
Nate Homier wrote: > Silent Hunter 3 uses a > hard coded resolution and refresh rate of 1024x768x32bit at 50Hz. But I > have an 1680x1050x24bit at 60Hz monitor. I once had a similar problem with Need For Speed Hot Pursuit 2. The game's menu screen is hard coded for 800x600. As I understand it, Wine uses the xrandr extension to change resolutions. Playing around with the xrandr
2008 Mar 09
1
Re: wine don't handle hard coded resolutions & refresh rates
Nate Homier wrote: > I think I get it. So I added the modeline: > Modeline "1024x768 at 50" 51.85 1024 1056 1248 1280 768 784 791 807 > > But it still don't work. Running winedebug gives: > trace:x11settings:X11DRV_ChangeDisplaySettingsEx width=1024 height=768 > bpp=32 freq=50 (XRandR) > err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found