From Matt_Domsch at dell.com Sat Nov 1 05:31:43 2008 From: Matt_Domsch at dell.com (Matt Domsch) Date: Sat, 1 Nov 2008 00:31:43 -0500 Subject: rsync fixups for secondary1 Message-ID: <20081101053143.GA30747@auslistsprd01.us.dell.com> I'd like to do the following to prevent our rsync hosts such as secondary1 from being overloaded. diff --git a/configs/system/rsync.xinetd b/configs/system/rsync.xinetd index 8976dd7..f5b5dbc 100644 --- a/configs/system/rsync.xinetd +++ b/configs/system/rsync.xinetd @@ -10,4 +10,7 @@ service rsync server = /usr/bin/rsync server_args = --daemon log_on_failure += USERID + instances = 10 + per_source = 2 + max_load = 20 } diff --git a/configs/system/rsyncd.conf.secondary b/configs/system/rsyncd.conf.secondary index 6c12db1..9101e05 100644 --- a/configs/system/rsyncd.conf.secondary +++ b/configs/system/rsyncd.conf.secondary @@ -3,6 +3,7 @@ syslog facility = daemon dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.bz2 *.iso use chroot = false transfer logging = false +timeout = 600 [fedora-secondary] path = /srv/pub/fedora-secondary This limits the number of simultaneous rsync clients to 10, at most 2 per IP (I had to kill a client with 10 open connections), establishes a max load above which it stops serving clients, and establishes a 10 minute I/O timeout (no I/O after 10 minutes, close the connection). These numbers are completely arbitrary, but should decrease the load seen on secondary1, which tonight was at 04:57:21 up 15 days, 11:42, 1 user, load average: 95.35, 136.54, 99.04 Acks please. Thanks, Matt -- Matt Domsch Linux Technology Strategist, Dell Office of the CTO linux.dell.com & www.dell.com/linux From jkeating at redhat.com Sat Nov 1 05:37:10 2008 From: jkeating at redhat.com (Jesse Keating) Date: Fri, 31 Oct 2008 22:37:10 -0700 Subject: rsync fixups for secondary1 In-Reply-To: <20081101053143.GA30747@auslistsprd01.us.dell.com> References: <20081101053143.GA30747@auslistsprd01.us.dell.com> Message-ID: <1225517830.31015.36.camel@luminos.localdomain> On Sat, 2008-11-01 at 00:31 -0500, Matt Domsch wrote: > Acks please. +1 -- Jesse Keating Fedora -- Freedom? is a feature! identi.ca: http://identi.ca/jkeating -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: From itamar at ispbrasil.com.br Sat Nov 1 11:54:03 2008 From: itamar at ispbrasil.com.br (Itamar - IspBrasil) Date: Sat, 01 Nov 2008 09:54:03 -0200 Subject: rsync fixups for secondary1 In-Reply-To: <20081101053143.GA30747@auslistsprd01.us.dell.com> References: <20081101053143.GA30747@auslistsprd01.us.dell.com> Message-ID: <490C435B.7000907@ispbrasil.com.br> +1 1On 11/1/2008 3:31 AM, Matt Domsch wrote: > I'd like to do the following to prevent our rsync hosts such as > secondary1 from being overloaded. > > > > > diff --git a/configs/system/rsync.xinetd b/configs/system/rsync.xinetd > index 8976dd7..f5b5dbc 100644 > --- a/configs/system/rsync.xinetd > +++ b/configs/system/rsync.xinetd > @@ -10,4 +10,7 @@ service rsync > server = /usr/bin/rsync > server_args = --daemon > log_on_failure += USERID > + instances = 10 > + per_source = 2 > + max_load = 20 > } > diff --git a/configs/system/rsyncd.conf.secondary b/configs/system/rsyncd.conf.secondary > index 6c12db1..9101e05 100644 > --- a/configs/system/rsyncd.conf.secondary > +++ b/configs/system/rsyncd.conf.secondary > @@ -3,6 +3,7 @@ syslog facility = daemon > dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.bz2 *.iso > use chroot = false > transfer logging = false > +timeout = 600 > > [fedora-secondary] > path = /srv/pub/fedora-secondary > > > > > This limits the number of simultaneous rsync clients to 10, at most 2 > per IP (I had to kill a client with 10 open connections), establishes > a max load above which it stops serving clients, and establishes a 10 > minute I/O timeout (no I/O after 10 minutes, close the connection). > > These numbers are completely arbitrary, but should decrease the load > seen on secondary1, which tonight was at > > 04:57:21 up 15 days, 11:42, 1 user, load average: 95.35, 136.54, 99.04 > > Acks please. > > Thanks, > Matt > > > From mmcgrath at redhat.com Sat Nov 1 15:34:38 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Sat, 1 Nov 2008 10:34:38 -0500 (CDT) Subject: rsync fixups for secondary1 In-Reply-To: <1225517830.31015.36.camel@luminos.localdomain> References: <20081101053143.GA30747@auslistsprd01.us.dell.com> <1225517830.31015.36.camel@luminos.localdomain> Message-ID: On Fri, 31 Oct 2008, Jesse Keating wrote: > On Sat, 2008-11-01 at 00:31 -0500, Matt Domsch wrote: > > Acks please. > > +1 > +1 I need to order more RAM for that host. -Mike From Matt_Domsch at dell.com Sun Nov 2 17:57:27 2008 From: Matt_Domsch at dell.com (Matt Domsch) Date: Sun, 2 Nov 2008 11:57:27 -0600 Subject: Cron /usr/local/bin/syncFiles.sh mirrors /srv/web/mirrors/ In-Reply-To: <20081102081310.GB31770@sphe.res.cmu.edu> References: <20081102080002.0A247217824@proxy3.fedoraproject.org> <20081102081310.GB31770@sphe.res.cmu.edu> Message-ID: <20081102175726.GA29681@mock.linuxdev.us.dell.com> On Sun, Nov 02, 2008 at 03:13:10AM -0500, Ricky Zhou wrote: > On 2008-11-02 08:00:02 AM, Cron Daemon wrote: > > rsync: read error: Connection reset by peer (104) > > rsync error: error in rsync protocol data stream (code 12) at io.c(614) [receiver=2.6.8] > Could these be due to the recent rsync rate limiting changes? Should we > make them only affect secondary1, perhaps? perhaps... though there aren't so many proxy* servers (are there) that they'd be seen as being >10, or >2 from a single IP? in fact, yes, >2 per IP. My guess is it's multiple syncFiles.sh running in parallel cronjobs simultaneously. I'll drop that bit for now. -- Matt Domscht Linux Technology Strategist, Dell Office of the CTO linux.dell.com & www.dell.com/linux From Matt_Domsch at dell.com Sun Nov 2 18:55:50 2008 From: Matt_Domsch at dell.com (Matt Domsch) Date: Sun, 2 Nov 2008 12:55:50 -0600 Subject: Cron /usr/local/bin/syncFiles.sh mirrors /srv/web/mirrors/ In-Reply-To: <20081102175726.GA29681@mock.linuxdev.us.dell.com> References: <20081102080002.0A247217824@proxy3.fedoraproject.org> <20081102081310.GB31770@sphe.res.cmu.edu> <20081102175726.GA29681@mock.linuxdev.us.dell.com> Message-ID: <20081102185550.GA19024@auslistsprd01.us.dell.com> On Sun, Nov 02, 2008 at 11:57:27AM -0600, Matt Domsch wrote: > On Sun, Nov 02, 2008 at 03:13:10AM -0500, Ricky Zhou wrote: > > On 2008-11-02 08:00:02 AM, Cron Daemon wrote: > > > rsync: read error: Connection reset by peer (104) > > > rsync error: error in rsync protocol data stream (code 12) at io.c(614) [receiver=2.6.8] > > Could these be due to the recent rsync rate limiting changes? Should we > > make them only affect secondary1, perhaps? > > perhaps... though there aren't so many proxy* servers (are there) that > they'd be seen as being >10, or >2 from a single IP? > > in fact, yes, >2 per IP. My guess is it's multiple syncFiles.sh > running in parallel cronjobs simultaneously. > > I'll drop that bit for now. I've reverted the rsync.xinetd file used on puppet1 and elsewhere back to its original state which doesn't rate-limit. As suggested, I created rsync.xinetd.secondary which does rate limiting, and enabled such for secondary1. Thanks, Matt -- Matt Domsch Linux Technology Strategist, Dell Office of the CTO linux.dell.com & www.dell.com/linux From Matt_Domsch at dell.com Sun Nov 2 19:34:34 2008 From: Matt_Domsch at dell.com (Matt Domsch) Date: Sun, 2 Nov 2008 13:34:34 -0600 Subject: space for more storage? Message-ID: <20081102193434.GB19024@auslistsprd01.us.dell.com> Given the discussion on FAB: If we had more storage, where (physically) could we put it? Is there space in PHX? If so, how much? There's no particular reason why space for hosting a boatload of remixes would need to be in PHX. For bandwidth purposes, it would be good if it were elsewhere. I can try to drum up more sponsors, but want a coordinated plan for what we're asking for, and where it's going to go... -- Matt Domsch Linux Technology Strategist, Dell Office of the CTO linux.dell.com & www.dell.com/linux From mmcgrath at redhat.com Sun Nov 2 20:09:36 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Sun, 2 Nov 2008 14:09:36 -0600 (CST) Subject: space for more storage? In-Reply-To: <20081102193434.GB19024@auslistsprd01.us.dell.com> References: <20081102193434.GB19024@auslistsprd01.us.dell.com> Message-ID: On Sun, 2 Nov 2008, Matt Domsch wrote: > Given the discussion on FAB: > > If we had more storage, where (physically) could we put it? Is there > space in PHX? If so, how much? > We're actually good on storage and more is coming soon. The reason for the FAB discussion is to prevent abuse and put procedures in place to actually get $IDEA onto $STORAGE in a non-arbitrary way. > There's no particular reason why space for hosting a boatload of > remixes would need to be in PHX. For bandwidth purposes, it would be > good if it were elsewhere. > > I can try to drum up more sponsors, but want a coordinated plan for > what we're asking for, and where it's going to go... > > Thats worth looking into but I suspect by the end of Q4 we'll have a 10T public mirror system. At least thats the plan that is currently in motion. -Mike From mastahnke at gmail.com Mon Nov 3 23:30:25 2008 From: mastahnke at gmail.com (Michael Stahnke) Date: Mon, 3 Nov 2008 17:30:25 -0600 Subject: Patch to fix EPEL dep scripts In-Reply-To: <20081031200702.9e76f6a0.bugs.michael@gmx.net> References: <7874d9dd0810302124o15e8a782x491530c1e3d634c0@mail.gmail.com> <20081031113821.66adb18d.bugs.michael@gmx.net> <7874d9dd0810310633g767888a2sa9552737b07a820d@mail.gmail.com> <20081031200702.9e76f6a0.bugs.michael@gmx.net> Message-ID: <7874d9dd0811031530r2b4c3622u3cd41c6fef8a3d3c@mail.gmail.com> Once more with feeling :) Testing should be fairly simple. Just run it and disable emails. Also, you need a good yum.conf, and rc-report-epel.cfg. The checkEpel.sh script will look in the current directory, since that's how the git directory was setup. stahnma -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Fixing-i386-vs-i686-issue.-Also-single-email-now-i.patch Type: text/x-patch Size: 2615 bytes Desc: not available URL: From mmcgrath at redhat.com Tue Nov 4 16:36:47 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Tue, 4 Nov 2008 10:36:47 -0600 (CST) Subject: Change Freeze Breakage Message-ID: The freeze doesn't technically end until tomorrow but because of the small window between this freeze and the next I'd like to get some bits done. 1) Change the smolt api to point to its new location in /var/www/smolt-wiki/ instead of /usr/share/mediawiki/ 2) fas-server update. This is a yum update with some testing. -Mike From laxathom at fedoraproject.org Tue Nov 4 16:41:17 2008 From: laxathom at fedoraproject.org (Xavier Lamien) Date: Tue, 4 Nov 2008 17:41:17 +0100 Subject: Change Freeze Breakage In-Reply-To: References: Message-ID: <62bc09df0811040841y597b6f0bm2f9d63d1f1609f19@mail.gmail.com> On Tue, Nov 4, 2008 at 5:36 PM, Mike McGrath wrote: > The freeze doesn't technically end until tomorrow but because of the small > window between this freeze and the next I'd like to get some bits done. > > > 1) Change the smolt api to point to its new location in > /var/www/smolt-wiki/ instead of /usr/share/mediawiki/ > > 2) fas-server update. This is a yum update with some testing. > > -Mike +1 -- Xavier.t Lamien -- From ricky at fedoraproject.org Tue Nov 4 16:42:23 2008 From: ricky at fedoraproject.org (Ricky Zhou) Date: Tue, 4 Nov 2008 11:42:23 -0500 Subject: Change Freeze Breakage In-Reply-To: References: Message-ID: <20081104164223.GP10891@sphe.res.cmu.edu> On 2008-11-04 10:36:47 AM, Mike McGrath wrote: > 1) Change the smolt api to point to its new location in > /var/www/smolt-wiki/ instead of /usr/share/mediawiki/ +1 > 2) fas-server update. This is a yum update with some testing. +1 (test in staging first, as you mentioned on IRC) Thanks, Ricky -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From dennis at ausil.us Tue Nov 4 16:48:11 2008 From: dennis at ausil.us (Dennis Gilmore) Date: Tue, 4 Nov 2008 10:48:11 -0600 Subject: Change Freeze Breakage In-Reply-To: References: Message-ID: <200811041048.11659.dennis@ausil.us> On Tuesday 04 November 2008 10:36:47 am Mike McGrath wrote: > The freeze doesn't technically end until tomorrow but because of the small > window between this freeze and the next I'd like to get some bits done. > > > 1) Change the smolt api to point to its new location in > /var/www/smolt-wiki/ instead of /usr/share/mediawiki/ > > 2) fas-server update. This is a yum update with some testing. > > -Mike Id like to get started on load balancing koji. First step will be a soc request to have koji's IP put on the load balancer. and pointed at koji1 and koji2 second step will be to rebuild koji1 as a 32 bit guest. this should be transparent to users since the existing koji2 will be up and serving builders/users. Dennis From dennis at ausil.us Tue Nov 4 16:48:33 2008 From: dennis at ausil.us (Dennis Gilmore) Date: Tue, 4 Nov 2008 10:48:33 -0600 Subject: Change Freeze Breakage In-Reply-To: References: Message-ID: <200811041048.34115.dennis@ausil.us> On Tuesday 04 November 2008 10:36:47 am Mike McGrath wrote: > The freeze doesn't technically end until tomorrow but because of the small > window between this freeze and the next I'd like to get some bits done. > > > 1) Change the smolt api to point to its new location in > /var/www/smolt-wiki/ instead of /usr/share/mediawiki/ > > 2) fas-server update. This is a yum update with some testing. > > -Mike oh and +1 Dennis From a.badger at gmail.com Tue Nov 4 18:37:27 2008 From: a.badger at gmail.com (Toshio Kuratomi) Date: Tue, 04 Nov 2008 10:37:27 -0800 Subject: Change Freeze Breakage In-Reply-To: References: Message-ID: <49109667.9080609@gmail.com> Mike McGrath wrote: > The freeze doesn't technically end until tomorrow but because of the small > window between this freeze and the next I'd like to get some bits done. > > > 1) Change the smolt api to point to its new location in > /var/www/smolt-wiki/ instead of /usr/share/mediawiki/ > +1 > 2) fas-server update. This is a yum update with some testing. > +1 -Toshio -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: OpenPGP digital signature URL: From a.badger at gmail.com Tue Nov 4 18:41:44 2008 From: a.badger at gmail.com (Toshio Kuratomi) Date: Tue, 04 Nov 2008 10:41:44 -0800 Subject: Change Freeze Breakage In-Reply-To: <200811041048.11659.dennis@ausil.us> References: <200811041048.11659.dennis@ausil.us> Message-ID: <49109768.5010802@gmail.com> Dennis Gilmore wrote: > Id like to get started on load balancing koji. First step will be a soc > request to have koji's IP put on the load balancer. and pointed at koji1 and > koji2 > How will this affect people doing last minute rebuilds (I'm guessing it should be transparent if koji2 works fine)? Is it easy to revert/work around if something goes wrong? Since koji won't affect the distribution of the pre-release, I'm inclined to say the sooner we do this the less disruptive it will be. > second step will be to rebuild koji1 as a 32 bit guest. this should be > transparent to users since the existing koji2 will be up and serving > builders/users. > If we do the first part, this part gets my +1 -Toshio -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: OpenPGP digital signature URL: From katzj at redhat.com Tue Nov 4 18:52:16 2008 From: katzj at redhat.com (Jeremy Katz) Date: Tue, 04 Nov 2008 13:52:16 -0500 Subject: Change Freeze Breakage In-Reply-To: <49109768.5010802@gmail.com> References: <200811041048.11659.dennis@ausil.us> <49109768.5010802@gmail.com> Message-ID: <1225824736.13158.22.camel@aglarond.local> On Tue, 2008-11-04 at 10:41 -0800, Toshio Kuratomi wrote: > Dennis Gilmore wrote: > > Id like to get started on load balancing koji. First step will be a soc > > request to have koji's IP put on the load balancer. and pointed at koji1 and > > koji2 > > > How will this affect people doing last minute rebuilds (I'm guessing it > should be transparent if koji2 works fine)? Is it easy to revert/work > around if something goes wrong? > > Since koji won't affect the distribution of the pre-release, I'm > inclined to say the sooner we do this the less disruptive it will be. Timing-wise, maybe it makes sense to do this when CVS is down for mass branching? Jeremy From mmcgrath at redhat.com Tue Nov 4 18:54:41 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Tue, 4 Nov 2008 12:54:41 -0600 (CST) Subject: Change Freeze Breakage In-Reply-To: <49109768.5010802@gmail.com> References: <200811041048.11659.dennis@ausil.us> <49109768.5010802@gmail.com> Message-ID: On Tue, 4 Nov 2008, Toshio Kuratomi wrote: > Dennis Gilmore wrote: > > > Id like to get started on load balancing koji. First step will be a soc > > request to have koji's IP put on the load balancer. and pointed at koji1 and > > koji2 > > > How will this affect people doing last minute rebuilds (I'm guessing it > should be transparent if koji2 works fine)? Is it easy to revert/work > around if something goes wrong? > > Since koji won't affect the distribution of the pre-release, I'm > inclined to say the sooner we do this the less disruptive it will be. > I think thats what dennis had in mind, get it in before the next change freeze starts. I've submitted a ticket to get the network portion of this ready. It gets a +1 from me. The only thing to note is we won't be able to point the builders at the load balanced IP until we get the builders / build system on its own network. The route back through the same interface as source issue in our balancer. -Mike From mmcgrath at redhat.com Tue Nov 4 18:57:32 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Tue, 4 Nov 2008 12:57:32 -0600 (CST) Subject: Change Freeze Breakage In-Reply-To: <1225824736.13158.22.camel@aglarond.local> References: <200811041048.11659.dennis@ausil.us> <49109768.5010802@gmail.com> <1225824736.13158.22.camel@aglarond.local> Message-ID: On Tue, 4 Nov 2008, Jeremy Katz wrote: > On Tue, 2008-11-04 at 10:41 -0800, Toshio Kuratomi wrote: > > Dennis Gilmore wrote: > > > Id like to get started on load balancing koji. First step will be a soc > > > request to have koji's IP put on the load balancer. and pointed at koji1 and > > > koji2 > > > > > How will this affect people doing last minute rebuilds (I'm guessing it > > should be transparent if koji2 works fine)? Is it easy to revert/work > > around if something goes wrong? > > > > Since koji won't affect the distribution of the pre-release, I'm > > inclined to say the sooner we do this the less disruptive it will be. > > Timing-wise, maybe it makes sense to do this when CVS is down for mass > branching? > In theory the koji switch might not involve any downtime at all. if it does we can time it. The mass branch is currently scheduled for Thursday. -Mike From dennis at ausil.us Tue Nov 4 19:11:40 2008 From: dennis at ausil.us (Dennis Gilmore) Date: Tue, 4 Nov 2008 13:11:40 -0600 Subject: Change Freeze Breakage In-Reply-To: <49109768.5010802@gmail.com> References: <200811041048.11659.dennis@ausil.us> <49109768.5010802@gmail.com> Message-ID: <200811041311.40463.dennis@ausil.us> On Tuesday 04 November 2008 12:41:44 pm Toshio Kuratomi wrote: > Dennis Gilmore wrote: > > Id like to get started on load balancing koji. First step will be a soc > > request to have koji's IP put on the load balancer. and pointed at koji1 > > and koji2 > > How will this affect people doing last minute rebuilds (I'm guessing it > should be transparent if koji2 works fine)? Is it easy to revert/work > around if something goes wrong? ill shut down koji1 and make sure things work off of koji2, if koji2 doesnt work right ill bring back koji1 and shut down koji2 > Since koji won't affect the distribution of the pre-release, I'm > inclined to say the sooner we do this the less disruptive it will be. > > > second step will be to rebuild koji1 as a 32 bit guest. this should be > > transparent to users since the existing koji2 will be up and serving > > builders/users. > > If we do the first part, this part gets my +1 We wont rebuild koji1 until we are sure koji2 is working correctly. Dennis From a.badger at gmail.com Tue Nov 4 19:14:23 2008 From: a.badger at gmail.com (Toshio Kuratomi) Date: Tue, 04 Nov 2008 11:14:23 -0800 Subject: Change Freeze Breakage In-Reply-To: <200811041311.40463.dennis@ausil.us> References: <200811041048.11659.dennis@ausil.us> <49109768.5010802@gmail.com> <200811041311.40463.dennis@ausil.us> Message-ID: <49109F0F.5080208@gmail.com> Dennis Gilmore wrote: > On Tuesday 04 November 2008 12:41:44 pm Toshio Kuratomi wrote: >> Dennis Gilmore wrote: >>> Id like to get started on load balancing koji. First step will be a soc >>> request to have koji's IP put on the load balancer. and pointed at koji1 >>> and koji2 >> How will this affect people doing last minute rebuilds (I'm guessing it >> should be transparent if koji2 works fine)? Is it easy to revert/work >> around if something goes wrong? > ill shut down koji1 and make sure things work off of koji2, if koji2 doesnt > work right ill bring back koji1 and shut down koji2 > Sounds good. +1 -Toshio -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: OpenPGP digital signature URL: From ricky at fedoraproject.org Tue Nov 4 20:26:59 2008 From: ricky at fedoraproject.org (Ricky Zhou) Date: Tue, 4 Nov 2008 15:26:59 -0500 Subject: Change Freeze Breakage In-Reply-To: <200811041048.11659.dennis@ausil.us> References: <200811041048.11659.dennis@ausil.us> Message-ID: <20081104202659.GA24207@sphe.res.cmu.edu> On 2008-11-04 10:48:11 AM, Dennis Gilmore wrote: > Id like to get started on load balancing koji. First step will be a soc > request to have koji's IP put on the load balancer. and pointed at koji1 and > koji2 > > second step will be to rebuild koji1 as a 32 bit guest. this should be > transparent to users since the existing koji2 will be up and serving > builders/users. +1 Thanks, Ricky -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From mmcgrath at redhat.com Wed Nov 5 14:58:09 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Wed, 5 Nov 2008 08:58:09 -0600 (CST) Subject: Freeze reminder Message-ID: Just a reminder the final "full freeze" starts on November 11th. That means we've got a week to get any changes we want in and ready. -Mike From a.badger at gmail.com Thu Nov 6 01:42:10 2008 From: a.badger at gmail.com (Toshio Kuratomi) Date: Wed, 05 Nov 2008 17:42:10 -0800 Subject: [Fwd: [tx-devel] Roadmap thoughts] Message-ID: <49124B72.7090507@gmail.com> FYI: Roadmap for Transifex's port to DJango and how long we have with the TurboGears version before we have to start thinking about making the new version work. -Toshio -------- Original Message -------- Subject: [tx-devel] Roadmap thoughts Date: Thu, 6 Nov 2008 01:26:06 +0200 From: Dimitris Glezos Reply-To: transifex-devel at googlegroups.com To: Transifex devel list References: <6d4237680811051433n55ef48d7x668f19b0a9dfd9b4 at mail.gmail.com> <6d4237680811051519g7d149ba3x616957ff1ea10f55 at mail.gmail.com> I'd like to share some thoughts on having a roadmap for the upcoming releases and next months. Get everyone is on the same page and make sure we have a consensus on our actions. Development on mainline is more or less frozen since we've been hammering the Django branch to shape, together with Diego. I'd like us to release a 0.4 major release from the TurboGears branch, based on the current tip of the mainline branch. This release can be maintained for bugfixes in the form of 0.4.x for a few months, in case there are deployments of it. I've documented the current features: http://docs.transifex.org/releases/0.4.html The Django branch, once it's mature enough release can become 0.5. This release will include at least everything the TG branch has and many more: http://docs.transifex.org/releases/0.5.html What does this mean to projects like Fedora and GNOME? I believe Fedora can install 0.4 right away, and take its time to deploy 0.5, since it's the first Django app on its Infrastructure. With GNOME we have enough time until the feature freeze to include the features we need (collections, releases, etc). With Django's pluggable architecture, it's much easier to start experimenting with these, without affecting the core functionality. One open issue is Christos' work on the submissions branch. I've ported this work on the VCS layer almost without any changes in the Django branch. It's our solid base for VCS support for all future releases. The Q is whether it's worth merging it into 0.4 as well, or if it's more efficient if we cherry-picked any bugfixes from that branch into mainline. I'm wondering whether we're better off keeping 0.4 stable and simple, given the fact that it will only exist for a few months. Roadmap to 0.5 -------------- Since we have a lot of work until reaching stability and the feature set of 0.4, we're splitting up the work in minor 0.5 releases or milestones, in the form of 0.5m1, etc. Aiming for a few of them: - 0.5-m1 (Finished): Bare minimum Code refactoring, Units, Project registration, Basic i18n, VCS layer complete, initial data there - 0.5-m2 (Finished): Announcment of the Django branch to the developers and core testers OpenID, Notifications, Deployment, non-master branches work, statistics, languages - 0.5-m3 (Half-finished): Announcement of Django branch to the general public OK: login_required for editing , use dynamic site_name, download POs Working on them: Catch most exceptions, all VCS work on tx.net - 0.5-m4: Ready for testing from projects Project Collections, User profiles, Better docs in the UI, Logging - 0.5-m5: File Submissions - 0.5-pre: Everything needing completion before 0.5 Gold Everything from TG branch works, documentation completion, wsgi deployment, admin panel refinements - 0.5 Gold Development from here will continue as usual: The goal is to have minor releases which will not break the ABI. In any way, we'll use django-evolution to allow schema evolution for model changes. A few draft ideas for minor releases: - 0.5.1: Comments, Sitemap, Invitations. Maybe: Msgmerged i18n support. - 0.5.2: More admin features, Basic CLI, AJAX. Work for better support for GNOME and Fedora. - 0.5.3: Full CLI+auth, fine-grained permissions, complex notifications, workflow, svn+https support - ... - 0.6: First release with major backwards-incompatible changes, like File monitoring, Project owners, etc. Important dates --------------- Given the fact that there are some big gaps in development time for a few of us, it's not easy to put some close hard dates on the above. But we're aiming in something like the following: - 2008-11-06: 0.4 released, branch off. - 2008-11-08: Finalize 0.5 feature set - 2008-11-15: 0.5-alpha (0.5-m3) - 2008-12-13: 0.5-beta (0.5-m5) - 2008-12-16: Feature Freeze (0.5-pre) - 2008-12-23: 0.5-rc1 - 2008-12-29: 0.5-rc2 - 2008-01-04: 0.5 final Thoughts, ideas, flames? -? -- Dimitris Glezos Jabber ID: glezos at jabber.org, GPG: 0xA5A04C3B http://dimitris.glezos.com/ "He who gives up functionality for ease of use loses both and deserves neither." (Anonymous) -- -- Dimitris Glezos Jabber ID: glezos at jabber.org, GPG: 0xA5A04C3B http://dimitris.glezos.com/ "He who gives up functionality for ease of use loses both and deserves neither." (Anonymous) -- -- Dimitris Glezos Jabber ID: glezos at jabber.org, GPG: 0xA5A04C3B http://dimitris.glezos.com/ "He who gives up functionality for ease of use loses both and deserves neither." (Anonymous) -- -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: OpenPGP digital signature URL: From ivazqueznet at gmail.com Thu Nov 6 12:08:54 2008 From: ivazqueznet at gmail.com (Ignacio Vazquez-Abrams) Date: Thu, 06 Nov 2008 07:08:54 -0500 Subject: [Fwd: Account Problem] Message-ID: <1225973334.4625.25.camel@ignacio.lan> For your consideration. -------- Forwarded Message -------- From: Stefa Nos To: webmaster at fedoraproject.org Subject: Account Problem Date: Thu, 06 Nov 2008 13:48:59 +0200 Hello, I don't know if you are in charge for this type of problems but I want to inform you for a situation I have been into.While I was completing the registration form to get a Fedora account I accidentally mistype my e-mail address. These are the information I did complete to registration form: Username: stefanos4555 Full Name: Stefanos Mpourtzoudis Email: stefanos4555 at gmai.com I am 13 years of age or older: Yes So I wonder if the wrong email address can change to the correct stefanos4555 at gmail.com so I can proceed with my registration. Thank you in advance for your time. -- Ignacio Vazquez-Abrams -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: From thinklinux.ssh at gmail.com Thu Nov 6 14:51:03 2008 From: thinklinux.ssh at gmail.com (susmit shannigrahi) Date: Thu, 6 Nov 2008 20:21:03 +0530 Subject: [Fwd: Account Problem] In-Reply-To: <1225973334.4625.25.camel@ignacio.lan> References: <1225973334.4625.25.camel@ignacio.lan> Message-ID: > Username: stefanos4555 You are registered to the system as I can see. > So I wonder if the wrong email address can change to the correct > stefanos4555 at gmail.com > so I can proceed with my registration. Of course yes. 1. https://admin.fedoraproject.org/accounts/login Do Log In. 2. Go to "My Account" 3. You will see something like "Account Details (edit)" 4. Edit as required. Thanks -- Regards, Susmit. ============================================= ssh 0x86DD170A http://www.fedoraproject.org/wiki/user:susmit ============================================= From ricky at fedoraproject.org Thu Nov 6 21:22:38 2008 From: ricky at fedoraproject.org (Ricky Zhou) Date: Thu, 6 Nov 2008 16:22:38 -0500 Subject: Meeting Log - 2008-11-06 Message-ID: <20081106212238.GA14142@sphe.res.cmu.edu> 21:02 * ValHolla walks in 21:02 -!- sonar_logger3 [n=Who at adsl-074-171-066-196.sip.aby.bellsouth.net] has joined #fedora-meeting 21:03 < dgilmore> Everyone Ready ? 21:03 * ricky is half-here 21:03 -!- Sonar_Gal [n=Andrea at fedora/SonarGal] has joined #fedora-meeting 21:03 -!- dgilmore changed the topic of #fedora-meeting to: Fedora Infrastructure Meeting 21:04 -!- Evil_Sonar_Chick [n=Andrea at fedora/SonarGal] has quit Read error: 60 (Operation timed out) 21:04 < abadger1999> hey 21:05 -!- inode0 [n=inode0 at fedora/inode0] has left #fedora-meeting [] 21:05 < dgilmore> .tiny https://fedorahosted.org/fedora-infrastructure/query?status=new&status=assigned&status=reopened&group=milestone&keywords=%7EMeeting&order=priority 21:05 < zodbot> dgilmore: http://tinyurl.com/2hyyz6 21:05 < dgilmore> lets start with tickets 21:06 < dgilmore> we have one .ticket 740 21:06 < dgilmore> .ticket 740 21:06 < zodbot> dgilmore: #740 (Loaning out system time to OLPC participants) - Fedora Infrastructure - Trac - https://fedorahosted.org/fedora-infrastructure/ticket/740 21:06 < dgilmore> and there really is not much to say on that right now 21:06 < dgilmore> well really nothing more to add right now 21:06 < dgilmore> I have one thing i want to go over 21:07 < dgilmore> Ive been working on koji2 21:07 < dgilmore> we have a request to have koji1 and koji2 load balanced 21:07 -!- ianweller_afk is now known as ianweller 21:07 < dgilmore> in the mean time koji2 is up 21:07 < dgilmore> and the builders are using it 21:07 < dgilmore> I created some classes in puppet 21:08 < dgilmore> kojira and some cron jobs should only be run on a single box 21:09 < ricky> So will those be run on koji2 so that koji1 can be rebuilt i686? 21:09 * ianweller rolls in 21:09 < dgilmore> ricky: right now they are on koji1 21:10 < dgilmore> there is 2 new classes kojipassivehub and kojiactivehub 21:10 < dgilmore> so its a matter of adjusting nodes to move where it gets run 21:10 < dgilmore> koji1 has 8gb ram and koji2 has 2gb 21:11 < dgilmore> I think ill swap everything to koji1 and increate the ram on koji2 to 4gb 21:11 < dgilmore> i need to check we have enough for it 21:11 < dgilmore> ricky: but ill switch them to koji2 before rebuilding koji1 21:11 < G_work> anything interesting? 21:12 < ricky> Ah, OK 21:12 < G_work> oh wait, it's just starting? 21:12 -!- cyberpear_ [n=cyberpea at machamp-37.dynamic.rpi.edu] has joined #fedora-meeting 21:13 < dgilmore> I need to add koiji2 to nagiso also 21:13 < abadger1999> yep 21:13 < dgilmore> but right now koji2 is up and running and serving the builders 21:14 < dgilmore> ill update the buildsys sop with info on changing the classes in puppet 21:14 < G_work> dgilmore: poke me in an hour and I'll sort out monitoring 21:14 < dgilmore> if anyone can think of a way to automate the cronjobs and kojira running moving to different hosts im all ears 21:15 < dgilmore> i guess its concievable that we could have 3 or 4 hubs/ web frontends 21:15 < dgilmore> and they just need to run on one 21:16 < dgilmore> so open floor? 21:16 < ValHolla> dgilmore: are they in active passive mode or are they "load balanced" *am confused* if they are in active/passive mode, have the cron/scripts check for node being active and exit gracefully if it is the passive one 21:16 -!- dgilmore changed the topic of #fedora-meeting to: Fedora Infrastructure Meeting - Open Floor 21:17 < dgilmore> ValHolla: they are load balanced 21:17 < dgilmore> not active passive 21:17 < ValHolla> bummer ;) 21:18 < dgilmore> anyone have anything they want to talk about? 21:18 -!- sonar_logger2 [n=Who at adsl-074-171-066-196.sip.aby.bellsouth.net] has quit Connection timed out 21:18 < dgilmore> price of tea in China? 21:19 < G_work> dgilmore: not really 21:19 < dgilmore> alrighty then 21:19 < G_work> except I'm now in Australia & working for Red Hat 21:19 < dgilmore> ill wrap up in 30 21:19 < abadger1999> G_work: Congratulations! 21:19 < dgilmore> G_work: :) 21:19 < dgilmore> abadger1999: he is in my old home town 21:19 < G_work> abadger1999: :) 21:19 < abadger1999> Cool 21:20 < ricky> Congrats again 21:20 < dgilmore> 20 21:20 < G_work> abadger1999: I'm actually on internal VPN because I left my USB stick behind 21:20 < dgilmore> 10 21:20 -!- rdieter is now known as rdieter_away 21:20 < dgilmore> ---Meeting ENd--- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From ghosler at redhat.com Fri Nov 7 02:35:35 2008 From: ghosler at redhat.com (Gregory Hosler) Date: Fri, 07 Nov 2008 10:35:35 +0800 Subject: Freeze reminder In-Reply-To: References: Message-ID: <4913A977.3010602@redhat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mike McGrath wrote: > Just a reminder the final "full freeze" starts on November 11th. That > means we've got a week to get any changes we want in and ready. I thought that we're already "frozen" ? (aside from critical/stopper fixes which are filed as per https://fedoraproject.org/wiki/ReleaseEngineering/FinalFreezePolicy yes? > -Mike > > _______________________________________________ > Fedora-infrastructure-list mailing list > Fedora-infrastructure-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list - -- +---------------------------------------------------------------------+ Please also check the log file at "/dev/null" for additional information. (from /var/log/Xorg.setup.log) | Greg Hosler ghosler at redhat.com | +---------------------------------------------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iEYEARECAAYFAkkTqXQACgkQ404fl/0CV/Q4pACdGDDCwpFFpx2zCiTIaCx1IixL OXQAoK49mpmHs+0cPDR78vs9xLdtO+eE =FzFU -----END PGP SIGNATURE----- From a.badger at gmail.com Fri Nov 7 03:06:29 2008 From: a.badger at gmail.com (Toshio Kuratomi) Date: Thu, 06 Nov 2008 19:06:29 -0800 Subject: Freeze reminder In-Reply-To: <4913A977.3010602@redhat.com> References: <4913A977.3010602@redhat.com> Message-ID: <4913B0B5.8090308@gmail.com> Gregory Hosler wrote: > Mike McGrath wrote: >> Just a reminder the final "full freeze" starts on November 11th. That >> means we've got a week to get any changes we want in and ready. > > I thought that we're already "frozen" ? > (aside from critical/stopper fixes which are filed as per > > https://fedoraproject.org/wiki/ReleaseEngineering/FinalFreezePolicy > > yes? > Different freeze. Mike's talking about the Infrastructure freeze. (We don't make changes to infrastructure near to release time so that we don't destabilize building and delivering packages right around release.) -Toshio -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: OpenPGP digital signature URL: From ricky at fedoraproject.org Fri Nov 7 03:10:54 2008 From: ricky at fedoraproject.org (Ricky Zhou) Date: Thu, 6 Nov 2008 22:10:54 -0500 Subject: Freeze reminder In-Reply-To: <4913A977.3010602@redhat.com> References: <4913A977.3010602@redhat.com> Message-ID: <20081107031054.GD14142@sphe.res.cmu.edu> On 2008-11-07 10:35:35 AM, Gregory Hosler wrote: > Mike McGrath wrote: > > Just a reminder the final "full freeze" starts on November 11th. That > > means we've got a week to get any changes we want in and ready. > > I thought that we're already "frozen" ? > (aside from critical/stopper fixes which are filed as per I think that freeze is for packages - Mike was referring to the infrastructure freeze (changes to our systems). Thanks, Ricky -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From admin at arcnetworks.biz Fri Nov 7 03:16:08 2008 From: admin at arcnetworks.biz (Anand Capur) Date: Thu, 6 Nov 2008 22:16:08 -0500 Subject: Freeze reminder In-Reply-To: <20081107031054.GD14142@sphe.res.cmu.edu> References: <4913A977.3010602@redhat.com> <20081107031054.GD14142@sphe.res.cmu.edu> Message-ID: <5d66540b0811061916y79b4c4d7me6da3ab74cf06bba@mail.gmail.com> > Mike McGrath wrote: > > > Just a reminder the final "full freeze" starts on November 11th. That > > > means we've got a week to get any changes we want in and ready. > > > > I thought that we're already "frozen" ? > > (aside from critical/stopper fixes which are filed as per > I think that freeze is for packages - Mike was referring to the > infrastructure freeze (changes to our systems). > > Thanks, > Ricky Yep, as per the link Mike posted ( https://fedoraproject.org/wiki/ReleaseEngineering/FinalFreezePolicy), it says "no new builds are allowed for packages already in the Fedora collection" which is a package freeze :D -Anand -------------- next part -------------- An HTML attachment was scrubbed... URL: From ghosler at redhat.com Fri Nov 7 03:24:43 2008 From: ghosler at redhat.com (Gregory Hosler) Date: Fri, 07 Nov 2008 11:24:43 +0800 Subject: Freeze reminder In-Reply-To: <4913B0B5.8090308@gmail.com> References: <4913A977.3010602@redhat.com> <4913B0B5.8090308@gmail.com> Message-ID: <4913B4FB.60607@redhat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Toshio Kuratomi wrote: > Gregory Hosler wrote: >> Mike McGrath wrote: >>> Just a reminder the final "full freeze" starts on November 11th. That >>> means we've got a week to get any changes we want in and ready. >> I thought that we're already "frozen" ? >> (aside from critical/stopper fixes which are filed as per >> >> https://fedoraproject.org/wiki/ReleaseEngineering/FinalFreezePolicy >> >> yes? >> > Different freeze. Mike's talking about the Infrastructure freeze. (We > don't make changes to infrastructure near to release time so that we > don't destabilize building and delivering packages right around release.) So, can packages (already in F10) be updated ? I tried to do a "make build" in my package "devel" branch last night, and I got the following error message: koji: error: Destination tag dist-f10 is locked I took this to mean that packages cannot be updated until after the release ? - -Greg > -Toshio > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Fedora-infrastructure-list mailing list > Fedora-infrastructure-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list - -- +---------------------------------------------------------------------+ Please also check the log file at "/dev/null" for additional information. (from /var/log/Xorg.setup.log) | Greg Hosler ghosler at redhat.com | +---------------------------------------------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iEYEARECAAYFAkkTtPkACgkQ404fl/0CV/R33wCgh7Ru/yKzOGgJDUkcjMUeJD34 fisAoOGLeSiUWP7VBvZmXpLZmp+1zwAA =t+8J -----END PGP SIGNATURE----- From ghosler at redhat.com Fri Nov 7 03:27:13 2008 From: ghosler at redhat.com (Gregory Hosler) Date: Fri, 07 Nov 2008 11:27:13 +0800 Subject: Freeze reminder In-Reply-To: <5d66540b0811061916y79b4c4d7me6da3ab74cf06bba@mail.gmail.com> References: <4913A977.3010602@redhat.com> <20081107031054.GD14142@sphe.res.cmu.edu> <5d66540b0811061916y79b4c4d7me6da3ab74cf06bba@mail.gmail.com> Message-ID: <4913B591.6060806@redhat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Anand Capur wrote: >> Mike McGrath wrote: > >>>> Just a reminder the final "full freeze" starts on November 11th. That >>>> means we've got a week to get any changes we want in and ready. >>> I thought that we're already "frozen" ? >>> (aside from critical/stopper fixes which are filed as per >> I think that freeze is for packages - Mike was referring to the >> infrastructure freeze (changes to our systems). >> >> Thanks, >> Ricky > > Yep, as per the link Mike posted ( > https://fedoraproject.org/wiki/ReleaseEngineering/FinalFreezePolicy), it > says "no new builds are allowed for packages already in the Fedora > collection" which is a package freeze :D ah. ok. now I understand. Thank you, all, for the clarification. (and sorry for the confusion). Might I know, please, how do we prepare a "0 day" update ? (an update that is ready on the day of the release, but not part of the release). Thank you, and all the best, - -Greg > -Anand > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Fedora-infrastructure-list mailing list > Fedora-infrastructure-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list - -- +---------------------------------------------------------------------+ Please also check the log file at "/dev/null" for additional information. (from /var/log/Xorg.setup.log) | Greg Hosler ghosler at redhat.com | +---------------------------------------------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iEYEARECAAYFAkkTtY4ACgkQ404fl/0CV/Qw4ACeNKRha2qHRE9Mo02IdekGUOlR KBgAn3n0k5DH80e/1NZHAbm2OQB9RXLO =HAZF -----END PGP SIGNATURE----- From jonstanley at gmail.com Fri Nov 7 03:36:05 2008 From: jonstanley at gmail.com (Jon Stanley) Date: Thu, 6 Nov 2008 22:36:05 -0500 Subject: ** PROBLEM alert - cvs1.fedora.phx.redhat.com/Puppet is CRITICAL ** In-Reply-To: <20081107032545.71D3212069E@noc1.fedora.phx.redhat.com> References: <20081107032545.71D3212069E@noc1.fedora.phx.redhat.com> Message-ID: I silenced this in nagios, it's expected as part of the mass branching. Actually I silenced all services on cvs1. I'll re-enable when the branching is complete. On Thu, Nov 6, 2008 at 10:25 PM, Nagios Monitoring User wrote: > ***** Nagios ***** > > Notification Type: PROBLEM > > Service: Puppet > Host: cvs1.fedora.phx.redhat.com > Address: cvs1.fedora.phx.redhat.com > State: CRITICAL > > Date/Time: Fri Nov 7 03:25:45 UTC 2008 > > Additional Info: > > PROCS CRITICAL: 0 processes with args /usr/bin/ruby /usr/sbin/puppetd, UID = 0 (root) > -- Jon Stanley Fedora Bug Wrangler jstanley at fedoraproject.org From jkeating at redhat.com Fri Nov 7 03:47:32 2008 From: jkeating at redhat.com (Jesse Keating) Date: Thu, 06 Nov 2008 19:47:32 -0800 Subject: Freeze reminder In-Reply-To: <4913B4FB.60607@redhat.com> References: <4913A977.3010602@redhat.com> <4913B0B5.8090308@gmail.com> <4913B4FB.60607@redhat.com> Message-ID: <1226029652.5146.31.camel@luminos.localdomain> On Fri, 2008-11-07 at 11:24 +0800, Gregory Hosler wrote: > I tried to do a "make build" in my package "devel" branch last night, and I got > the following error message: > > koji: error: Destination tag dist-f10 is locked > > > I took this to mean that packages cannot be updated until after the release ? Do a cvs up -d from your module/ directory so that it updates your common/ folder. It'll set up your build target correctly. -- Jesse Keating Fedora -- Freedom? is a feature! identi.ca: http://identi.ca/jkeating -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: From ghosler at redhat.com Fri Nov 7 04:02:35 2008 From: ghosler at redhat.com (Gregory Hosler) Date: Fri, 07 Nov 2008 12:02:35 +0800 Subject: Freeze reminder In-Reply-To: <1226029652.5146.31.camel@luminos.localdomain> References: <4913A977.3010602@redhat.com> <4913B0B5.8090308@gmail.com> <4913B4FB.60607@redhat.com> <1226029652.5146.31.camel@luminos.localdomain> Message-ID: <4913BDDB.90908@redhat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jesse Keating wrote: > On Fri, 2008-11-07 at 11:24 +0800, Gregory Hosler wrote: >> I tried to do a "make build" in my package "devel" branch last night, and I got >> the following error message: >> >> koji: error: Destination tag dist-f10 is locked >> >> >> I took this to mean that packages cannot be updated until after the release ? > > Do a cvs up -d from your module/ directory so that it updates your > common/ folder. It'll set up your build target correctly. > ah ha. Will building in the newly created F-10 directory become a "0 day" update ? Thank you, and all the best, - -Greg > > ------------------------------------------------------------------------ > > _______________________________________________ > Fedora-infrastructure-list mailing list > Fedora-infrastructure-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list - -- +---------------------------------------------------------------------+ Please also check the log file at "/dev/null" for additional information. (from /var/log/Xorg.setup.log) | Greg Hosler ghosler at redhat.com | +---------------------------------------------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iEYEARECAAYFAkkTvdkACgkQ404fl/0CV/Ro2gCgsSy7I/MIHieUYhUedKIyLiJt 2iYAoM8LI5Dijh87AHak0ataUp61tDOh =tPNm -----END PGP SIGNATURE----- From jkeating at redhat.com Fri Nov 7 04:14:21 2008 From: jkeating at redhat.com (Jesse Keating) Date: Thu, 06 Nov 2008 20:14:21 -0800 Subject: Freeze reminder In-Reply-To: <4913BDDB.90908@redhat.com> References: <4913A977.3010602@redhat.com> <4913B0B5.8090308@gmail.com> <4913B4FB.60607@redhat.com> <1226029652.5146.31.camel@luminos.localdomain> <4913BDDB.90908@redhat.com> Message-ID: <1226031262.5146.35.camel@luminos.localdomain> On Fri, 2008-11-07 at 12:02 +0800, Gregory Hosler wrote: > Will building in the newly created F-10 directory become a "0 day" > update ? If you use bodhi and request it as an update, yes. -- Jesse Keating Fedora -- Freedom? is a feature! identi.ca: http://identi.ca/jkeating -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: From jonstanley at gmail.com Fri Nov 7 04:10:48 2008 From: jonstanley at gmail.com (Jon Stanley) Date: Thu, 6 Nov 2008 23:10:48 -0500 Subject: Freeze reminder In-Reply-To: <4913BDDB.90908@redhat.com> References: <4913A977.3010602@redhat.com> <4913B0B5.8090308@gmail.com> <4913B4FB.60607@redhat.com> <1226029652.5146.31.camel@luminos.localdomain> <4913BDDB.90908@redhat.com> Message-ID: On Thu, Nov 6, 2008 at 11:02 PM, Gregory Hosler wrote: > Will building in the newly created F-10 directory become a "0 day" update ? Not automatically, you still have to submit the update via bodhi (make update). However, CVS is down right at the moment for the F-10 mass branching :) From a.badger at gmail.com Fri Nov 7 07:21:15 2008 From: a.badger at gmail.com (Toshio Kuratomi) Date: Thu, 06 Nov 2008 23:21:15 -0800 Subject: Failed fas upgrade Message-ID: <4913EC6B.4030800@gmail.com> I tried to upgrade our fas instance tonight and failed. There's something wrong with fasClient in 0.8.4.6+ and groups. I've downgraded the fas-Client package to 0.8.4.5 on the servers and removed the fas-client-0.8.4.6 and 0.8.4.7 packages from the infrastructure repo (they're in my home directory in case someone wants to run diff and figure out where the problem lies). The I left the fas servers running 0.8.4.6 for the moment. -Toshio -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: OpenPGP digital signature URL: From jonstanley at gmail.com Sun Nov 9 02:43:28 2008 From: jonstanley at gmail.com (Jon Stanley) Date: Sat, 8 Nov 2008 21:43:28 -0500 Subject: log1 and nagios cron alerts Message-ID: This should prevent us from executing the same awstats analysis at the same time, thereby eliminating the nagios alerts for crond on log1. Since I'm not in sysadmin-web, I don't feel real comfortable deploying this without someone telling me it's OK and that it looks sane :) diff --git a/modules/awstats/templates/awstats.cron.erb b/modules/awstats/templates/awstats.cron.erb index 7e41be0..7ea507b 100755 --- a/modules/awstats/templates/awstats.cron.erb +++ b/modules/awstats/templates/awstats.cron.erb @@ -1,6 +1,12 @@ #!/bin/bash # <%= name %> + +if [ -e /var/run/<%=name>.awstats.lock ] ; do + exit 1 +fi + +touch /var/run/<%= name%>.awstats.lock mkdir -p /srv/web/awstats/<%= name %> /usr/share/awstats/tools/awstats_buildstaticpages.pl \ From ricky at fedoraproject.org Sun Nov 9 02:52:47 2008 From: ricky at fedoraproject.org (Ricky Zhou) Date: Sat, 8 Nov 2008 21:52:47 -0500 Subject: log1 and nagios cron alerts In-Reply-To: References: Message-ID: <20081109025247.GA351@sphe.res.cmu.edu> On 2008-11-08 09:43:28 PM, Jon Stanley wrote: > This should prevent us from executing the same awstats analysis at the > same time, thereby eliminating the nagios alerts for crond on log1. > Since I'm not in sysadmin-web, I don't feel real comfortable deploying > this without someone telling me it's OK and that it looks sane :) I think you forgot to rm the lock file when it finishes :-) Otherwise, it looks good. If you want to take it a step further and account for stale lockfiles, take a look at what Mike did in configs/system/syncStatic.sh. Thanks, Ricky -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From jonstanley at gmail.com Sun Nov 9 03:29:15 2008 From: jonstanley at gmail.com (Jon Stanley) Date: Sat, 8 Nov 2008 22:29:15 -0500 Subject: log1 and nagios cron alerts In-Reply-To: <20081109025247.GA351@sphe.res.cmu.edu> References: <20081109025247.GA351@sphe.res.cmu.edu> Message-ID: 2008/11/8 Ricky Zhou : > I think you forgot to rm the lock file when it finishes :-) Otherwise, > it looks good. If you want to take it a step further and account for > stale lockfiles, take a look at what Mike did in > configs/system/syncStatic.sh. Grr, here's another try: diff --git a/modules/awstats/templates/awstats.cron.erb b/modules/awstats/templates/awstats.cron.erb index 7e41be0..825d4e9 100755 --- a/modules/awstats/templates/awstats.cron.erb +++ b/modules/awstats/templates/awstats.cron.erb @@ -1,6 +1,14 @@ #!/bin/bash # <%= name %> + +if [ -e /var/lock/subsys/<%= name %>.awstats.lock ] ; then + if `ps $(cat /var/lock/subsys/<%= name %>.awstats.lock) > /dev/null` ; then + exit 1 + fi +fi + +echo $$ > /var/lock/subsys/<%= name %>.awstats.lock mkdir -p /srv/web/awstats/<%= name %> /usr/share/awstats/tools/awstats_buildstaticpages.pl \ @@ -10,3 +18,5 @@ mkdir -p /srv/web/awstats/<%= name %> ln -sf \ /srv/web/awstats/<%= name %>/awstats.<%= name %>.html \ /srv/web/awstats/<%= name %>/index.html + +rm /var/lock/subsys/<%= name %>.awstats.lock From rakesh.pandit at gmail.com Mon Nov 10 09:43:03 2008 From: rakesh.pandit at gmail.com (Rakesh Pandit) Date: Mon, 10 Nov 2008 15:13:03 +0530 Subject: introduction - looking for contributing to Infra team Message-ID: 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 From a.badger at gmail.com Mon Nov 10 18:44:15 2008 From: a.badger at gmail.com (Toshio Kuratomi) Date: Mon, 10 Nov 2008 10:44:15 -0800 Subject: introduction - looking for contributing to Infra team In-Reply-To: References: Message-ID: <491880FF.806@gmail.com> Rakesh Pandit wrote: > 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. > Hi Rakesh! If you're mostly interested in Development of our apps, feel free to talk to me. We have many web applications written in-house: koji, bodhi, packagedb, mirrormanager, fas, smolt, etc. Some of these have command line clients as well. If there's a particular application or area that you're interested in, let me know and I'll work with you to get you started or put you in touch with that project's maintainer. We're always happy to get new developers helping out. I'm abadger1999 on irc.freenode.net, #fedora-admin. Also, if you can make the infrastructure meetings, we hold them on Thursdays at 20:00 UTC in #fedora-meeting (also on irc.freenode.net) -Toshio -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: OpenPGP digital signature URL: From mmcgrath at redhat.com Tue Nov 11 16:28:23 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Tue, 11 Nov 2008 10:28:23 -0600 (CST) Subject: Change freeze request Message-ID: 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 From a.badger at gmail.com Tue Nov 11 16:31:58 2008 From: a.badger at gmail.com (Toshio Kuratomi) Date: Tue, 11 Nov 2008 08:31:58 -0800 Subject: Change freeze request In-Reply-To: References: Message-ID: <4919B37E.5070208@gmail.com> Mike McGrath wrote: > 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? > +1 -Toshio -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: OpenPGP digital signature URL: From dennis at ausil.us Tue Nov 11 17:00:40 2008 From: dennis at ausil.us (Dennis Gilmore) Date: Tue, 11 Nov 2008 11:00:40 -0600 Subject: Change freeze request In-Reply-To: References: Message-ID: <200811111100.49875.dennis@ausil.us> On Tuesday 11 November 2008 10:28:23 am Mike McGrath wrote: > 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? +1 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part. URL: From mmcgrath at redhat.com Tue Nov 11 17:24:16 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Tue, 11 Nov 2008 11:24:16 -0600 (CST) Subject: another rsync change Message-ID: Another borked host from the rsync changes yesterday. secondary1 just needs to have rsync enabled in its xinetd.d/rsync file. +1? -Mike From Matt_Domsch at dell.com Tue Nov 11 17:25:10 2008 From: Matt_Domsch at dell.com (Matt Domsch) Date: Tue, 11 Nov 2008 11:25:10 -0600 Subject: another rsync change In-Reply-To: References: Message-ID: <20081111172510.GA12676@auslistsprd01.us.dell.com> On Tue, Nov 11, 2008 at 11:24:16AM -0600, Mike McGrath wrote: > Another borked host from the rsync changes yesterday. secondary1 just > needs to have rsync enabled in its xinetd.d/rsync file. > > +1? +1 -- Matt Domsch Linux Technology Strategist, Dell Office of the CTO linux.dell.com & www.dell.com/linux From dennis at ausil.us Tue Nov 11 17:28:48 2008 From: dennis at ausil.us (Dennis Gilmore) Date: Tue, 11 Nov 2008 11:28:48 -0600 Subject: another rsync change In-Reply-To: References: Message-ID: <200811111128.48550.dennis@ausil.us> On Tuesday 11 November 2008 11:24:16 am Mike McGrath wrote: > Another borked host from the rsync changes yesterday. secondary1 just > needs to have rsync enabled in its xinetd.d/rsync file. > > +1? +1 since i use it Dennis From dennis at ausil.us Tue Nov 11 18:30:23 2008 From: dennis at ausil.us (Dennis Gilmore) Date: Tue, 11 Nov 2008 12:30:23 -0600 Subject: Change Request Message-ID: <200811111230.24439.dennis@ausil.us> 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' From mmcgrath at redhat.com Tue Nov 11 18:36:09 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Tue, 11 Nov 2008 12:36:09 -0600 (CST) Subject: Change Request In-Reply-To: <200811111230.24439.dennis@ausil.us> References: <200811111230.24439.dennis@ausil.us> Message-ID: On Tue, 11 Nov 2008, Dennis Gilmore wrote: > 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' > > Low risk, +1. -Mike From mmcgrath at redhat.com Tue Nov 11 18:57:46 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Tue, 11 Nov 2008 12:57:46 -0600 (CST) Subject: Change freeze request Message-ID: 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 From dennis at ausil.us Tue Nov 11 19:00:20 2008 From: dennis at ausil.us (Dennis Gilmore) Date: Tue, 11 Nov 2008 13:00:20 -0600 Subject: Change freeze request In-Reply-To: References: Message-ID: <200811111300.21462.dennis@ausil.us> On Tuesday 11 November 2008 12:57:46 pm Mike McGrath wrote: > 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. > +1 From a.badger at gmail.com Tue Nov 11 19:20:30 2008 From: a.badger at gmail.com (Toshio Kuratomi) Date: Tue, 11 Nov 2008 11:20:30 -0800 Subject: Change freeze request In-Reply-To: <200811111300.21462.dennis@ausil.us> References: <200811111300.21462.dennis@ausil.us> Message-ID: <4919DAFE.1070908@gmail.com> Dennis Gilmore wrote: > On Tuesday 11 November 2008 12:57:46 pm Mike McGrath wrote: >> 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. >> > +1 > +1 -Toshio -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: OpenPGP digital signature URL: From a.badger at gmail.com Tue Nov 11 19:21:47 2008 From: a.badger at gmail.com (Toshio Kuratomi) Date: Tue, 11 Nov 2008 11:21:47 -0800 Subject: Change Request In-Reply-To: <200811111230.24439.dennis@ausil.us> References: <200811111230.24439.dennis@ausil.us> Message-ID: <4919DB4B.6070508@gmail.com> Dennis Gilmore wrote: > 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' > +1 -Toshio -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: OpenPGP digital signature URL: From mmcgrath at redhat.com Tue Nov 11 19:59:36 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Tue, 11 Nov 2008 13:59:36 -0600 (CST) Subject: Infrastructure Change freeze announcement Message-ID: I guess I never actually sent this out. We are now in a full freeze until November 26th. http://fedoraproject.org/wiki/Infrastructure/SOP/Release#Change_Freeze For more info on exactly what is frozen -Mike From ricky at fedoraproject.org Tue Nov 11 20:51:01 2008 From: ricky at fedoraproject.org (Ricky Zhou) Date: Tue, 11 Nov 2008 15:51:01 -0500 Subject: Change Request: AWStats on log1 Message-ID: <20081111205101.GC9638@sphe.res.cmu.edu> 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From mmcgrath at redhat.com Tue Nov 11 21:17:47 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Tue, 11 Nov 2008 15:17:47 -0600 (CST) Subject: Change Request: AWStats on log1 In-Reply-To: <20081111205101.GC9638@sphe.res.cmu.edu> References: <20081111205101.GC9638@sphe.res.cmu.edu> Message-ID: On Tue, 11 Nov 2008, Ricky Zhou wrote: > 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? > +1 from me, this is activly causing problems. -Mike From dennis at ausil.us Tue Nov 11 21:32:57 2008 From: dennis at ausil.us (Dennis Gilmore) Date: Tue, 11 Nov 2008 15:32:57 -0600 Subject: Change Request: AWStats on log1 In-Reply-To: References: <20081111205101.GC9638@sphe.res.cmu.edu> Message-ID: <200811111533.02859.dennis@ausil.us> On Tuesday 11 November 2008 03:17:47 pm Mike McGrath wrote: > On Tue, 11 Nov 2008, Ricky Zhou wrote: > > 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? > > +1 from me, this is activly causing problems. +1 for everyones sanity :) Dennis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part. URL: From a.badger at gmail.com Tue Nov 11 21:53:47 2008 From: a.badger at gmail.com (Toshio Kuratomi) Date: Tue, 11 Nov 2008 13:53:47 -0800 Subject: Change Request: AWStats on log1 In-Reply-To: References: <20081111205101.GC9638@sphe.res.cmu.edu> Message-ID: <4919FEEB.1080504@gmail.com> Mike McGrath wrote: > On Tue, 11 Nov 2008, Ricky Zhou wrote: > >> 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? >> > > +1 from me, this is activly causing problems. > +1. Active problems should be taken care of. -Toshio -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: OpenPGP digital signature URL: From mmcgrath at redhat.com Wed Nov 12 14:42:29 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Wed, 12 Nov 2008 08:42:29 -0600 (CST) Subject: change request (zabbix) Message-ID: 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 From ricky at fedoraproject.org Wed Nov 12 14:43:48 2008 From: ricky at fedoraproject.org (Ricky Zhou) Date: Wed, 12 Nov 2008 09:43:48 -0500 Subject: change request (zabbix) In-Reply-To: References: Message-ID: <20081112144348.GE9638@sphe.res.cmu.edu> On 2008-11-12 08:42:29 AM, Mike McGrath wrote: > 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. +1 Thanks, Ricky -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From jeff at ocjtech.us Wed Nov 12 14:44:29 2008 From: jeff at ocjtech.us (Jeffrey Ollie) Date: Wed, 12 Nov 2008 09:44:29 -0500 Subject: change request (zabbix) In-Reply-To: References: Message-ID: <935ead450811120644pa3fc64w27bd0ac739044840@mail.gmail.com> On Wed, Nov 12, 2008 at 9:42 AM, Mike McGrath wrote: > > 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? +1 -- Jeff Ollie "You know, I used to think it was awful that life was so unfair. Then I thought, wouldn't it be much worse if life were fair, and all the terrible things that happen to us come because we actually deserve them? So, now I take great comfort in the general hostility and unfairness of the universe." -- Marcus to Franklin in Babylon 5: "A Late Delivery from Avalon" From skvidal at fedoraproject.org Wed Nov 12 14:44:44 2008 From: skvidal at fedoraproject.org (Seth Vidal) Date: Wed, 12 Nov 2008 09:44:44 -0500 (EST) Subject: change request (zabbix) In-Reply-To: References: Message-ID: On Wed, 12 Nov 2008, Mike McGrath wrote: > 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? +Cos(0) -sv From smooge at gmail.com Wed Nov 12 15:14:43 2008 From: smooge at gmail.com (Stephen John Smoogen) Date: Wed, 12 Nov 2008 08:14:43 -0700 Subject: change request (zabbix) In-Reply-To: References: Message-ID: <80d7e4090811120714m196d9537gfaf0ecbc21e0d35d@mail.gmail.com> On Wed, Nov 12, 2008 at 7:44 AM, Seth Vidal wrote: > > > On Wed, 12 Nov 2008, Mike McGrath wrote: > >> 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? > > +Cos(0) > + e^0 + sin(0) -- Stephen J Smoogen. -- BSD/GNU/Linux How far that little candle throws his beams! So shines a good deed in a naughty world. = Shakespeare. "The Merchant of Venice" From smooge at gmail.com Wed Nov 12 15:14:43 2008 From: smooge at gmail.com (Stephen John Smoogen) Date: Wed, 12 Nov 2008 08:14:43 -0700 Subject: change request (zabbix) In-Reply-To: References: Message-ID: <80d7e4090811120714m196d9537gfaf0ecbc21e0d35d@mail.gmail.com> On Wed, Nov 12, 2008 at 7:44 AM, Seth Vidal wrote: > > > On Wed, 12 Nov 2008, Mike McGrath wrote: > >> 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? > > +Cos(0) > + e^0 + sin(0) -- Stephen J Smoogen. -- BSD/GNU/Linux How far that little candle throws his beams! So shines a good deed in a naughty world. = Shakespeare. "The Merchant of Venice" From skvidal at fedoraproject.org Wed Nov 12 15:19:15 2008 From: skvidal at fedoraproject.org (Seth Vidal) Date: Wed, 12 Nov 2008 10:19:15 -0500 (EST) Subject: change request (zabbix) In-Reply-To: <80d7e4090811120714m196d9537gfaf0ecbc21e0d35d@mail.gmail.com> References: <80d7e4090811120714m196d9537gfaf0ecbc21e0d35d@mail.gmail.com> Message-ID: >>> issues with our other applications and backups. This is a low risk change >>> to fix an issue. >>> >>> 2+1's? >> >> +Cos(0) >> > > + e^0 + sin(0) > Show off. :) -sv From jeff at ocjtech.us Wed Nov 12 15:27:50 2008 From: jeff at ocjtech.us (Jeffrey Ollie) Date: Wed, 12 Nov 2008 10:27:50 -0500 Subject: change request (zabbix) In-Reply-To: <80d7e4090811120714m196d9537gfaf0ecbc21e0d35d@mail.gmail.com> References: <80d7e4090811120714m196d9537gfaf0ecbc21e0d35d@mail.gmail.com> Message-ID: <935ead450811120727j339bb264k334b4d3e18543879@mail.gmail.com> On Wed, Nov 12, 2008 at 10:14 AM, Stephen John Smoogen wrote: > On Wed, Nov 12, 2008 at 7:44 AM, Seth Vidal wrote: >> >> >> On Wed, 12 Nov 2008, Mike McGrath wrote: >> >>> 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? >> >> +Cos(0) >> > > + e^0 + sin(0) e^(i?)+2 -- Jeff Ollie "You know, I used to think it was awful that life was so unfair. Then I thought, wouldn't it be much worse if life were fair, and all the terrible things that happen to us come because we actually deserve them? So, now I take great comfort in the general hostility and unfairness of the universe." -- Marcus to Franklin in Babylon 5: "A Late Delivery from Avalon" From smooge at gmail.com Wed Nov 12 16:35:46 2008 From: smooge at gmail.com (Stephen John Smoogen) Date: Wed, 12 Nov 2008 09:35:46 -0700 Subject: change request (zabbix) In-Reply-To: <935ead450811120727j339bb264k334b4d3e18543879@mail.gmail.com> References: <80d7e4090811120714m196d9537gfaf0ecbc21e0d35d@mail.gmail.com> <935ead450811120727j339bb264k334b4d3e18543879@mail.gmail.com> Message-ID: <80d7e4090811120835h7219f36ftd3129825015af2e2@mail.gmail.com> On Wed, Nov 12, 2008 at 8:27 AM, Jeffrey Ollie wrote: > On Wed, Nov 12, 2008 at 10:14 AM, Stephen John Smoogen wrote: >> On Wed, Nov 12, 2008 at 7:44 AM, Seth Vidal wrote: >>> >>> >>> On Wed, 12 Nov 2008, Mike McGrath wrote: >>> >>>> 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? >>> >>> +Cos(0) >>> >> >> + e^0 + sin(0) > > e^(i?)+2 > Ah man, I thought I had a winning hand with e and sin, but you had to beat me with a full Euler. -- Stephen J Smoogen. -- BSD/GNU/Linux How far that little candle throws his beams! So shines a good deed in a naughty world. = Shakespeare. "The Merchant of Venice" From dennis at ausil.us Wed Nov 12 17:59:54 2008 From: dennis at ausil.us (Dennis Gilmore) Date: Wed, 12 Nov 2008 11:59:54 -0600 Subject: Change Request Koji Message-ID: <200811121200.00257.dennis@ausil.us> 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part. URL: From mmcgrath at redhat.com Wed Nov 12 18:39:38 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Wed, 12 Nov 2008 12:39:38 -0600 (CST) Subject: Change Request Koji In-Reply-To: <200811121200.00257.dennis@ausil.us> References: <200811121200.00257.dennis@ausil.us> Message-ID: On Wed, 12 Nov 2008, Dennis Gilmore wrote: > 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. > This one's tricky, whats the harm if we don't do it? Also whats the worst impact this could have on the release? -Mike From dennis at ausil.us Wed Nov 12 19:26:51 2008 From: dennis at ausil.us (Dennis Gilmore) Date: Wed, 12 Nov 2008 13:26:51 -0600 Subject: Change Request Koji In-Reply-To: References: <200811121200.00257.dennis@ausil.us> Message-ID: <200811121326.51888.dennis@ausil.us> On Wednesday 12 November 2008 12:39:38 pm Mike McGrath wrote: > On Wed, 12 Nov 2008, Dennis Gilmore wrote: > > 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. > > This one's tricky, whats the harm if we don't do it? Also whats the worst > impact this could have on the release? Right now koji is sluggish, if we do nothing it continues to remain sluggish and may hold up composes waiting for a build to finish. It could potentially use more ram than is available on xen2 and cause it to oom and bring down xen2 and its guests. xen2 has 3gb available so we should be ok. The first part of the change request will put things back to how they always were. everything on koji1. the second part will help koji2 perform better, i had meant to make the change before feature freeze and it crept up on me. when koji1 is rebuilt I plan to give it 4gb ram also. Dennis From mmcgrath at redhat.com Wed Nov 12 21:02:17 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Wed, 12 Nov 2008 15:02:17 -0600 (CST) Subject: change request (docs) Message-ID: Karsten noticed this. Its a minor cange and minor problem but: http://docs.fedoraproject.org/selinux-guide Isn't redirecting properly, I need a proxypassreverse section in the docs config. 2+1's? -Mike From mmcgrath at redhat.com Wed Nov 12 21:03:17 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Wed, 12 Nov 2008 15:03:17 -0600 (CST) Subject: Change Request Koji In-Reply-To: <200811121326.51888.dennis@ausil.us> References: <200811121200.00257.dennis@ausil.us> <200811121326.51888.dennis@ausil.us> Message-ID: On Wed, 12 Nov 2008, Dennis Gilmore wrote: > On Wednesday 12 November 2008 12:39:38 pm Mike McGrath wrote: > > On Wed, 12 Nov 2008, Dennis Gilmore wrote: > > > 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. > > > > This one's tricky, whats the harm if we don't do it? Also whats the worst > > impact this could have on the release? > Right now koji is sluggish, if we do nothing it continues to remain sluggish > and may hold up composes waiting for a build to finish. It could potentially > use more ram than is available on xen2 and cause it to oom and bring down xen2 > and its guests. xen2 has 3gb available so we should be ok. > > The first part of the change request will put things back to how they always > were. everything on koji1. the second part will help koji2 perform better, > i had meant to make the change before feature freeze and it crept up on me. > when koji1 is rebuilt I plan to give it 4gb ram also. > > Lets try to add more ram, if that doesn't work let us know and I'll +1 this. We should at least make sure to get jesse's input on it, its the release that would be most affected. -Mike From dennis at ausil.us Wed Nov 12 21:10:23 2008 From: dennis at ausil.us (Dennis Gilmore) Date: Wed, 12 Nov 2008 15:10:23 -0600 Subject: change request (docs) In-Reply-To: References: Message-ID: <200811121510.23964.dennis@ausil.us> On Wednesday 12 November 2008 03:02:17 pm Mike McGrath wrote: > Karsten noticed this. Its a minor cange and minor problem but: > > http://docs.fedoraproject.org/selinux-guide > > Isn't redirecting properly, I need a proxypassreverse section in the docs > config. 2+1's? +1 From ricky at fedoraproject.org Wed Nov 12 21:12:31 2008 From: ricky at fedoraproject.org (Ricky Zhou) Date: Wed, 12 Nov 2008 16:12:31 -0500 Subject: change request (docs) In-Reply-To: <200811121510.23964.dennis@ausil.us> References: <200811121510.23964.dennis@ausil.us> Message-ID: <20081112211231.GF9638@sphe.res.cmu.edu> On 2008-11-12 03:10:23 PM, Dennis Gilmore wrote: > On Wednesday 12 November 2008 03:02:17 pm Mike McGrath wrote: > > Karsten noticed this. Its a minor cange and minor problem but: > > > > http://docs.fedoraproject.org/selinux-guide > > > > Isn't redirecting properly, I need a proxypassreverse section in the docs > > config. 2+1's? > +1 +1 Thanks, Ricky -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From jkeating at redhat.com Wed Nov 12 21:23:38 2008 From: jkeating at redhat.com (Jesse Keating) Date: Wed, 12 Nov 2008 13:23:38 -0800 Subject: Change Request Koji In-Reply-To: References: <200811121200.00257.dennis@ausil.us> <200811121326.51888.dennis@ausil.us> Message-ID: <1226525018.5295.32.camel@luminos.localdomain> On Wed, 2008-11-12 at 15:03 -0600, Mike McGrath wrote: > Lets try to add more ram, if that doesn't work let us know and I'll +1 > this. We should at least make sure to get jesse's input on it, its the > release that would be most affected. +1. -- Jesse Keating Fedora -- Freedom? is a feature! identi.ca: http://identi.ca/jkeating -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: From limb at jcomserv.net Thu Nov 13 14:27:14 2008 From: limb at jcomserv.net (Jon Ciesla) Date: Thu, 13 Nov 2008 08:27:14 -0600 (CST) Subject: Introduction Message-ID: <2f1352362199065ce0481b1ae591a54b.squirrel@mail.jcomserv.net> Hi all; I've been a Fedora maintainer for nearly two years, and have been running Fedora as my primary OS since RH7.1. I've also been running servers for a small business on it since RH9, as well as a local yum mirror. In my professional life, I maintain internal workstations and the associated repos and mirrors for my employer, using a mix of RHEL and CentOS. Why am I telling you this? I've had a few tickets for infrastructure in the past, mostly revolving around packages missing from mirrors, and while these have invariably been resolved with high competence and professionalism by Mr. Macken and Mr. Keating, I would love to see them closed more quickly. Since I'm acutely aware of the extreme fullness of the collective Infrastructure plate (especially of late), and I initially became a Fedora maintainer so I could stop bitching and start helping, I'd like to offer my services on this sort of thing. I'm not sure which FIGs to apply to, other than sysadmin, obviously. If this goes well, not only will I stop bitching and start helping on mirror issues, but I'd be eager to take a crack at anything else in Trac that I might be able to assist with. Thanks, Jon Ciesla -- in your fear, speak only peace in your fear, speak only love -d. bowie From mmcgrath at redhat.com Thu Nov 13 14:45:27 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Thu, 13 Nov 2008 08:45:27 -0600 (CST) Subject: Introduction In-Reply-To: <2f1352362199065ce0481b1ae591a54b.squirrel@mail.jcomserv.net> References: <2f1352362199065ce0481b1ae591a54b.squirrel@mail.jcomserv.net> Message-ID: On Thu, 13 Nov 2008, Jon Ciesla wrote: > Hi all; > > I've been a Fedora maintainer for nearly two years, and have been running > Fedora as my primary OS since RH7.1. I've also been running servers for a > small business on it since RH9, as well as a local yum mirror. In my > professional life, I maintain internal workstations and the associated > repos and mirrors for my employer, using a mix of RHEL and CentOS. > > Why am I telling you this? I've had a few tickets for infrastructure in > the past, mostly revolving around packages missing from mirrors, and while > these have invariably been resolved with high competence and > professionalism by Mr. Macken and Mr. Keating, I would love to see them > closed more quickly. > > Since I'm acutely aware of the extreme fullness of the collective > Infrastructure plate (especially of late), and I initially became a Fedora > maintainer so I could stop bitching and start helping, I'd like to offer > my services on this sort of thing. > > I'm not sure which FIGs to apply to, other than sysadmin, obviously. If > this goes well, not only will I stop bitching and start helping on mirror > issues, but I'd be eager to take a crack at anything else in Trac that I > might be able to assist with. > > Thanks, > Sure, have you applied for the sysadmin group already? What is your fedora username? -Mike From limb at jcomserv.net Thu Nov 13 15:18:47 2008 From: limb at jcomserv.net (Jon Ciesla) Date: Thu, 13 Nov 2008 09:18:47 -0600 (CST) Subject: Introduction In-Reply-To: References: <2f1352362199065ce0481b1ae591a54b.squirrel@mail.jcomserv.net> Message-ID: <03da54407db690a5cf1e06c8473bb163.squirrel@mail.jcomserv.net> > On Thu, 13 Nov 2008, Jon Ciesla wrote: > >> Hi all; >> >> I've been a Fedora maintainer for nearly two years, and have been >> running >> Fedora as my primary OS since RH7.1. I've also been running servers for >> a >> small business on it since RH9, as well as a local yum mirror. In my >> professional life, I maintain internal workstations and the associated >> repos and mirrors for my employer, using a mix of RHEL and CentOS. >> >> Why am I telling you this? I've had a few tickets for infrastructure in >> the past, mostly revolving around packages missing from mirrors, and >> while >> these have invariably been resolved with high competence and >> professionalism by Mr. Macken and Mr. Keating, I would love to see them >> closed more quickly. >> >> Since I'm acutely aware of the extreme fullness of the collective >> Infrastructure plate (especially of late), and I initially became a >> Fedora >> maintainer so I could stop bitching and start helping, I'd like to offer >> my services on this sort of thing. >> >> I'm not sure which FIGs to apply to, other than sysadmin, obviously. If >> this goes well, not only will I stop bitching and start helping on >> mirror >> issues, but I'd be eager to take a crack at anything else in Trac that I >> might be able to assist with. >> >> Thanks, >> > > Sure, have you applied for the sysadmin group already? What is your > fedora username? Yes, immediately after sending this. Username is limb. > -Mike > -- in your fear, speak only peace in your fear, speak only love -d. bowie From limb at jcomserv.net Thu Nov 13 17:26:53 2008 From: limb at jcomserv.net (Jon Ciesla) Date: Thu, 13 Nov 2008 11:26:53 -0600 (CST) Subject: Introduction In-Reply-To: <03da54407db690a5cf1e06c8473bb163.squirrel@mail.jcomserv.net> References: <2f1352362199065ce0481b1ae591a54b.squirrel@mail.jcomserv.net> <03da54407db690a5cf1e06c8473bb163.squirrel@mail.jcomserv.net> Message-ID: <2e555a9acd685358ed82a6673b1f79b2.squirrel@mail.jcomserv.net> > >> On Thu, 13 Nov 2008, Jon Ciesla wrote: >> >>> Hi all; >>> >>> I've been a Fedora maintainer for nearly two years, and have been >>> running >>> Fedora as my primary OS since RH7.1. I've also been running servers >>> for >>> a >>> small business on it since RH9, as well as a local yum mirror. In my >>> professional life, I maintain internal workstations and the associated >>> repos and mirrors for my employer, using a mix of RHEL and CentOS. >>> >>> Why am I telling you this? I've had a few tickets for infrastructure >>> in >>> the past, mostly revolving around packages missing from mirrors, and >>> while >>> these have invariably been resolved with high competence and >>> professionalism by Mr. Macken and Mr. Keating, I would love to see them >>> closed more quickly. >>> >>> Since I'm acutely aware of the extreme fullness of the collective >>> Infrastructure plate (especially of late), and I initially became a >>> Fedora >>> maintainer so I could stop bitching and start helping, I'd like to >>> offer >>> my services on this sort of thing. >>> >>> I'm not sure which FIGs to apply to, other than sysadmin, obviously. >>> If >>> this goes well, not only will I stop bitching and start helping on >>> mirror >>> issues, but I'd be eager to take a crack at anything else in Trac that >>> I >>> might be able to assist with. >>> >>> Thanks, >>> >> >> Sure, have you applied for the sysadmin group already? What is your >> fedora username? > > Yes, immediately after sending this. Username is limb. Thanks. So, after poking around, I'm still not sure which FIG I should be looking at. My best guesses are -cvs and -build, as I seem to recall this being possibly a tagging problem. Then again, Mr. Macken doesn't appear to be in that group, but is in -releng. Not sure if there's any inheritance at play, and I'd like to avoid having access I don't need. :) >> -Mike >> > > > -- > in your fear, speak only peace > in your fear, speak only love > > -d. bowie > -- in your fear, speak only peace in your fear, speak only love -d. bowie From mmcgrath at redhat.com Thu Nov 13 19:48:37 2008 From: mmcgrath at redhat.com (Mike McGrath) Date: Thu, 13 Nov 2008 13:48:37 -0600 (CST) Subject: Meeting reminder Message-ID: We always have our meetings at 20:00UTC on Thursday. We're still doing that today but I'm sending a reminder because it focuses on the F10 release so be there! http://fedoraproject.org/wiki/Infrastructure/Meetings -Mike From ricky at fedoraproject.org Thu Nov 13 19:54:43 2008 From: ricky at fedoraproject.org (Ricky Zhou) Date: Thu, 13 Nov 2008 14:54:43 -0500 Subject: Change Request - fingerprints.html Message-ID: <20081113194827.GA15716@sphe.res.cmu.edu> This is just a content change, so it should have no risk at all: It fixes ticket 814 (https://fedorahosted.org/fedora-infrastructure/ticket/814) diff --git a/configs/system/fingerprints.html b/configs/system/fingerprints.html index f8d9cc7..01d4e43 100644 --- a/configs/system/fingerprints.html +++ b/configs/system/fingerprints.html @@ -25,26 +25,9 @@

Package Signing Keys

- - - - - - - - - - - - - - - - - - - -
Key PurposeIdentified AsFingerprintLast Updated (UTC)
Fedora Project ReleasesFedora Project <fedora at redhat.com>CAB4 4B99 6F27 744E 8612 7CDF B442 69D0 4F2A 6FD22008-08-19 00:00:00
Fedora RawhideFedora Project (Test Software) <rawhide at redhat.com>3166 C14A AE72 30D9 3B7A B2F6 DA84 CBD4 30C9 ECF82008-08-19 00:00:00
+

+ Please refer to the keys page for updated information about package signing keys. +

SSH Host Fingerprints

@@ -109,9 +92,8 @@
>
>

Package Signing Keys

> -
> - > - > - > - > - > - > - > - > - > - > - > - > - > - > - > - > - > - > -
Key PurposeIdentified AsFingerprintLast Updated (UTC)
Fedora Project ReleasesFedora Project <fedora at redhat.com>CAB4 4B99 6F27 744E 8612 7CDF B442 69D0 4F2A 6FD22008-08-19 00:00:00
Fedora RawhideFedora Project (Test Software) <rawhide at redhat.com>3166 C14A AE72 30D9 3B7A B2F6 DA84 CBD4 30C9 ECF82008-08-19 00:00:00
> +

> + Please refer to the keys page for updated information about package signing keys. > +

>

SSH Host Fingerprints

> > > @@ -109,9 +92,8 @@ >
> >>
>>

Package Signing Keys

>> -
>> - >> - >> - >> - >> - >> - >> - >> - >> - >> - >> - >> - >> - >> - >> - >> - >> - >> - >> -
Key PurposeIdentified AsFingerprintLast Updated (UTC)
Fedora Project ReleasesFedora Project <fedora at redhat.com>CAB4 4B99 6F27 744E 8612 7CDF B442 69D0 4F2A 6FD22008-08-19 00:00:00
Fedora RawhideFedora Project (Test Software) <rawhide at redhat.com>3166 C14A AE72 30D9 3B7A B2F6 DA84 CBD4 30C9 ECF82008-08-19 00:00:00
>> +

>> + Please refer to the keys page for updated information about package signing keys. >> +

>>

SSH Host Fingerprints

>> >> >> @@ -109,9 +92,8 @@ >>
>> >
>

Package Signing Keys

> -
> - > - > - > - > - > - > - > - > - > - > - > - > - > - > - > - > - > - > -
Key PurposeIdentified AsFingerprintLast Updated (UTC)
Fedora Project ReleasesFedora Project <fedora at redhat.com>CAB4 4B99 6F27 744E 8612 7CDF B442 69D0 4F2A 6FD22008-08-19 00:00:00
Fedora RawhideFedora Project (Test Software) <rawhide at redhat.com>3166 C14A AE72 30D9 3B7A B2F6 DA84 CBD4 30C9 ECF82008-08-19 00:00:00
> +

> + Please refer to the keys page for updated information about package signing keys. > +

>

SSH Host Fingerprints

> > > @@ -109,9 +92,8 @@ >
>