Change Request Koji
by Dennis Gilmore
inside of phx all machines are using koji2 for koji.fp.o koji2 is the new 32
bit guest. which is working fine except that it has 2gb ram. currently it is
seeing a higher load than id like.
17:54:50 up 5 days, 22:11, 3 users, load average: 8.69, 6.68, 5.06
total used free shared buffers cached
Mem: 2097328 2042660 54668 0 3868 704116
-/+ buffers/cache: 1334676 762652
Swap: 2096472 255224 1841248
its not heavily swapping but swapping enough. id like to change phx to point
at koji1 when they are all back over to koji1 ill then take koji2 down
allocate it 4gb ram koji1 has 8gb ram (and is 64 bit) then point everything
inside phx back at koji2
koji1 has not been rebuilt yet as we are still waiting on load balancing to be
setup. kojihub on koji1 is used only by people submitting builds. kojiweb
and the builders are using koji2 as its hub.
this change should have no visible user impact, but will lower the load on
koji2.
Dennis
14 years, 10 months
change request (zabbix)
by Mike McGrath
I'd like to disable our balancer from checking zabbix on all but two of
our servers. Its been filling mysql connections (currently 210) causing
issues with our other applications and backups. This is a low risk change
to fix an issue.
2+1's?
-Mike
14 years, 10 months
Change Request: AWStats on log1
by Ricky Zhou
AWStats has been going crazy on log1, so I'd like to make the cronjob
run less often, and on far fewer log files:
diff --git a/modules/awstats/manifests/site.pp b/modules/awstats/manifests/site.pp
index 4df7974..6cb2944 100644
--- a/modules/awstats/manifests/site.pp
+++ b/modules/awstats/manifests/site.pp
@@ -1,5 +1,5 @@
define awstats::site($log_dir="proxy*", $record_redirects=false, $record_query_string=false) {
- file { "/etc/cron.hourly/awstats.$name":
+ file { "/etc/cron.daily/awstats.$name":
mode => 0755,
content => template('awstats/awstats.cron.erb'),
}
diff --git a/modules/awstats/templates/awstats.conf.erb b/modules/awstats/templates/awstats.conf.erb
index 66d2a66..931cbeb 100644
--- a/modules/awstats/templates/awstats.conf.erb
+++ b/modules/awstats/templates/awstats.conf.erb
@@ -1,4 +1,4 @@
-LogFile="/usr/share/awstats/tools/logresolvemerge.pl /var/log/hosts/<%= log_dir %>/*/*/*/http/<%= name %>-access.log |"
+LogFile="/usr/share/awstats/tools/logresolvemerge.pl /var/log/hosts/<%= log_dir %>/%YYYY-24/%MM-24/%DD-24/http/<%= name %>-access.log |"
LogType=W
LogFormat=1
LogSeparator=" "
Can I get two +1s for this?
Thanks,
Ricky
14 years, 10 months
Change Request
by Dennis Gilmore
Id like to enable creating static repos for dist-olpc4-build the patch bellow
is the change to the cronjob needed. Can I get a +1
diff --git a/configs/build/update-static-repos.py b/configs/build/update-static-
repos.py
index a6cd334..16ee6ac 100755
--- a/configs/build/update-static-repos.py
+++ b/configs/build/update-static-repos.py
@@ -4,7 +4,7 @@ import os
import sys
import koji
-TAGS = ('dist-olpc2-build', 'dist-olpc3-build', 'dist-f8-build', 'dist-f9-
build', 'dist-f10-build', 'dist-f11-build', 'dist-rawhide', 'olpc2-update1',
'olpc2-ship2')
+TAGS = ('dist-olpc2-build', 'dist-olpc3-build', 'dist-olpc4-build', 'dist-f8-
build', 'dist-f9-build', 'dist-f10-build', 'dist-f11-build', 'dist-rawhide',
'olpc2-update1', 'olpc2-ship2')
STATICPATH = '/mnt/koji/static-repos'
SUFFIX = '-current'
14 years, 10 months
Change freeze request
by Mike McGrath
We need to update httpd on our servers. I'm not totally ready for this
change yet but I'd like to get the approval for when its time.
-Mike
14 years, 10 months
another rsync change
by Mike McGrath
Another borked host from the rsync changes yesterday. secondary1 just
needs to have rsync enabled in its xinetd.d/rsync file.
+1?
-Mike
14 years, 10 months
Change freeze request
by Mike McGrath
One of my changes yesterday had a typo in it. on cvs1 I'd like to change
line 14-15 from:
[cvs]
path = /srv/cache/lookaside
to
[pkgs]
path = /cvs/pkgs/
2+1's?
-Mike
14 years, 10 months
introduction - looking for contributing to Infra team
by Rakesh Pandit
Hello list,
I am Rakesh Pandit, fedora package maintainer and would like to join
infrastructure team and contribute. Still looking at *GetStarted*
pages. :)
A bit about myself, I maintain some packages for fedora, and
contribute to few GNU Projects and Openoffice.
I can write python, perl, bash scripts + can program in C/C++. But am
not good at system administration.
Thanks,
--
rakesh
14 years, 10 months