search for: gazeley

Displaying 16 results from an estimated 16 matches for "gazeley".

2007 Jul 30
17
tc n00b
...ads but it didn''t work and I can''t figure out why - I find the syntax confusing. Can anyone suggest the easiest way to implement the above goals? As an aside, is anyone aware if there is a web interface for tc available? Many thanks, Jonathan ------------------------ Jonathan Gazeley Wireless & VPN Team Information Systems & Computing University of Bristol ------------------------
2011 Apr 04
4
Puppet nagios integration problem
Hi all, I''m working on setting up Puppet to write out my Nagios configs. A few weeks back I inserted a few dummy Nagios checks into my Puppet config, and the Nagios configs were written out properly. I''ve now added loads of Nagios host and service checks like this: @@nagios_service { "check_smtp_${hostname}": check_command =>
2007 Sep 14
3
make tc stop!
...op shaping from running on my box, without rebooting it. What''s the best way to get rid of any tc rules? I have tried "tc qdisc del dev eth0 root" which appeared to be successful but traffic through my box is still very slow. Cheers, Jonathan ------------------------ Jonathan Gazeley ResNet | Wireless & VPN Team Information Systems & Computing University of Bristol ------------------------
2007 Aug 29
11
tc not matching
...UPLINK}kbit burst 10k drop flowid :1 tc filter add dev $LAN parent 1: protocol ip prio 11 u32 match ip protocol 1 0xff flowid 1:$total match ip protocol 6 0xff match u8 0x05 0x0f at 0 match u16 0x0000 0xffc0 at 2 match u8 0x10 0xff at 33 flowid 1:$total done ------------------------ Jonathan Gazeley ResNet | Wireless & VPN Team Information Systems & Computing University of Bristol ------------------------
2012 Jul 10
1
Array mapping
Hi all, I''m aware that using a "define" can be used to create multiple resources from a list of items, like this: define print { notify{"the message is: ${name}": } } print{["one", "two", "three"]: } This would be the same as making these resources by hand: notify{"the message is: one": } notify{"the message is:
2013 May 24
6
Puppet/Nagios/PuppetDB slow performance
Hi all, For months now I''ve been using Puppet with PuppetDB backend to manage my Nagios configs. We now have 1200+ services being checked and including servicedependency, host, hostdependency, command and other Nagios resources being managed, that''s about 3000 resources in total. Unfortunately this means the monitoring server takes about 8 minutes to perform a Puppet run.
2007 Aug 23
2
Classful queuing solution
...ain a log which tells me that a certain user was connected to a certain remote host on a certain port at a certain time and date, for legal reasons. I realise this is a bit of a mammoth request, but I hope someone can help me. Many thanks in advance, Jonathan ------------------------ Jonathan Gazeley ResNet | Wireless & VPN Team Information Systems & Computing University of Bristol ------------------------
2011 Sep 23
21
Official puppetlabs position on cron vs puppet as a service?
Over the years many shops have come to start running puppet via cron to address memory leaks in earlier versions of Ruby, but the official position was that puppet was meant to be run as a continually running service. I am wondering if the official position has changed. On one hand many if not all of the early Ruby issues have been fixed, on the other, the addition of mcollective into the mix as
2007 Aug 07
0
Classful queues
...maintain a log which tells me that a certain user was connected to a certain remote host on port 1234 at a certain time and date, for legal reasons. I realise this is a bit of a mammoth request, but I hope someone can help me. Many thanks in advance, Jonathan ------------------------ Jonathan Gazeley ResNet | Wireless & VPN Team Information Systems & Computing University of Bristol ------------------------
2014 Oct 01
1
Winbind is "sticky" on one DC
Hi chaps, I've been using Winbind for several years to authenticate 802.1x wireless users against Active Directory via FreeRADIUS. The solution we've been using until now has been adequate but I've noticed some problematic behaviour. We're running all stock packages from CentOS 6 repos. Current version of winbind is 3.6.9. Unfortunately the Windows DCs are managed by a
2012 Jan 09
1
puppet-selinux
Hi all, I''m having some problems working with puppet-selinux[1] I''ve successfully deployed the module in nodes.pp and got it to set various SELinux modes, by using class { selinux: mode => ''permissive'' } or class { selinux: mode => ''enforcing'' } Now I want to load a custom SELinux policy file. According to the docs, the correct
2013 Jun 27
2
Segmentation fault in methodhelper.rb
Hi chaps, Since overnight, my puppetmaster has been crashing every now and then (it has crashed about 5 times this morning). We upgraded to puppet 3.2.2 about a week ago but the problems only started this morning. There was nothing in the logs so I ran it in debug mode and captured this: /usr/lib/ruby/site_ruby/1.8/puppet/util/methodhelper.rb:14: [BUG] Segmentation fault ruby 1.8.7
2011 Aug 18
10
Circular RPM dependencies...
Hi. I encountered a following problem, if I state for example: package{"aspell-en": ensure => absent, } package{"aspell": ensure => absent, } I get error in logs because of dependencies. It seems that puppet uses ''yum'' for installation on CentOS and ''rpm -e'' for removal of packages, so it cannot handle this kind of dependencies:
2011 Jan 23
61
Do we need a new name for "--test"?
https://projects.puppetlabs.com/issues/2476 This does seem to confuse a fair few new users. What would be a better name for "--test"? -- 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
2011 Mar 30
0
Disable masterhttp.log
I''ve got sufficient logging for my needs being written to /var/log/puppet/puppet.log On top of this, there''s also /var/log/puppet/masterhttp.log which contains loads of stuff, and is getting large. Is there an easy way to disable this log file? I''ve had a quick search around but I can''t see any settings that look likely. Cheers, Jonathan -- You received
2014 May 08
0
"locking" puppet runs
We run our puppet agents as daemons with runinterval set to 30m. This works fine for the mostpart, but recently we took on three MariaDB Galera cluster nodes. In order for the cluster to survive, at least one node must be running at all times, i.e. you must not restart the MariaDB service on all three nodes at the same time, e.g. by pushing a change to the config file with puppet. With the