Re: Hello to everybody
by cyberworm
I am looking forward to introduce myself in the weekly meeting :)
Ivan Garcia
On Mon, 2012-05-21 at 17:29 +0000,
infrastructure-request(a)lists.fedoraproject.org wrote:
> Send infrastructure mailing list submissions to
> infrastructure(a)lists.fedoraproject.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://admin.fedoraproject.org/mailman/listinfo/infrastructure
> or, via email, send a message with subject or body 'help' to
> infrastructure-request(a)lists.fedoraproject.org
>
> You can reach the person managing the list at
> infrastructure-owner(a)lists.fedoraproject.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of infrastructure digest..."
>
>
> Today's Topics:
>
> 1. Freeze break request: Update python-bugzilla on fas*, bapp01,
> app* (Kevin Fenzi)
> 2. Re: Introduction (Kevin Fenzi)
> 3. Re: Freeze break request: Update python-bugzilla on fas*,
> bapp01, app* (seth vidal)
> 4. Re: hello to everybody (Kevin Fenzi)
> 5. Re: Freeze break request: Update python-bugzilla on fas*,
> bapp01, app* (Toshio Kuratomi)
> 6. Re: Freeze break request: Update python-bugzilla on fas*,
> bapp01, app* (Pierre-Yves Chibon)
> 7. Re: Freeze break request: Update python-bugzilla on fas*,
> bapp01, app* (Toshio Kuratomi)
> 8. Re: Freeze break request: Update python-bugzilla on fas*,
> bapp01, app* (Kevin Fenzi)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 21 May 2012 10:38:14 -0600
> From: Kevin Fenzi <kevin(a)scrye.com>
> To: infrastructure(a)lists.fedoraproject.org
> Subject: Freeze break request: Update python-bugzilla on fas*, bapp01,
> app*
> Message-ID: <20120521103814.5372029c(a)jelerak.scrye.com>
> Content-Type: text/plain; charset="utf-8"
>
> After the bugzilla upgrade this weekend a few things we run related to
> bugzilla are having issues:
>
> 1) on fas01, the script that sets fedorabugs and fedora_contrib on users
> in those fedora groups isn't working.
>
> 2) on bapp01, the cron job that gathers easyfix bugzilla bugs is not
> working.
>
> 3) pkgdb, which runs on app servers isnt' able to handle adding new
> packages. (we aren't sure what the error here is, but is likely bz
> related).
>
> I have taken a snapshot of python-bugzilla and built a package of it.
> Changes:
> http://git.fedorahosted.org/git/?p=python-bugzilla.git
> Scratch build:
> http://koji.fedoraproject.org/koji/taskinfo?taskID=4091680
> (This is just a git head checkout build)
>
> 1) I have tested on fas01.stg the script that sets permissions
> against partner-bugzilla.redhat.com and the updated python-bugzilla. It
> no longer errors and completes normally.
>
> 2) gather easyfix needs more changes and is not fixed by
> python-bugzilla update. Look for fix after this email from pingou.
>
> 3) We aren't sure the new python-bugzilla will fix the pkgdb adding
> packages issue, but should get us closer to a fix.
>
> I would like to add the new python-bugzilla to our infrastructure repo
> (for now until there's an official one in epel) and update fas*,
> bapp01, and app*. In the event of failure, we can downgrade back to the
> previous version with a yum downgrade.
>
> +1s?
>
> kevin
>
10 years, 10 months
[Freeze break Request] Disable bugzilla integration
by Toshio Kuratomi
The bugzilla admins at redhat notified us that they were having load issues
since the bugzilla upgrade caused by infrastructure's hosts. It seems that
at least one of our scripts is exercising bugs in the new bugzilla codebase.
They've asked us to turn off all of our cron jobs for now so that they can
stabilise the platform and then we'll go through and see if we can identify
the problem query(-ies) and fix it either on our side or in bugzilla.
Since this is an emergency, we've disabled the cron jobs first -- sending
the patch here for +1's to break freeze and so we know what to revert when
the time comes.
While these are disabled, the following things will not work:
* changes in user status in fas (users joining and leaving packager or
fedorabugs) will not be reflected to bugzilla
* The cached review status pages will not update
* The easyfix.fedoraproject.org bugs list will not update
* Changes in package ownership will not propogate from the packagedb to
bugzilla
* New packages won't be added to bugzilla (although they should be able to
be added to the packagedb and git).
-Toshio
10 years, 10 months
[PATCH] No cookie for easyfix
by Pierre-Yves Chibon
From: Pierre-Yves Chibon <pingou(a)pingoured.fr>
---
modules/gather-easyfix/files/gather_easyfix.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/gather-easyfix/files/gather_easyfix.py b/modules/gather-easyfix/files/gather_easyfix.py
index 9a42777..4a6cd3e 100755
--- a/modules/gather-easyfix/files/gather_easyfix.py
+++ b/modules/gather-easyfix/files/gather_easyfix.py
@@ -38,7 +38,8 @@ from kitchen.text.converters import to_bytes
from jinja2 import Template
__version__ = '0.1.1'
-bzclient = RHBugzilla(url='https://bugzilla.redhat.com/xmlrpc.cgi')
+bzclient = RHBugzilla(url='https://bugzilla.redhat.com/xmlrpc.cgi',
+ cookiefile=None)
# So the bugzilla module has some way to complain
logging.basicConfig()
--
1.7.2.1
10 years, 10 months
[PATCH] Typos...
by Pierre-Yves Chibon
From: Pierre-Yves Chibon <pingou(a)pingoured.fr>
---
modules/review-stats/files/review-stats.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/review-stats/files/review-stats.py b/modules/review-stats/files/review-stats.py
index 0afe64b..ea5b89a 100755
--- a/modules/review-stats/files/review-stats.py
+++ b/modules/review-stats/files/review-stats.py
@@ -180,7 +180,7 @@ def run_query(bz):
querydata['v1'] = 'fedora-review' + i
b1 = bz.query(querydata)
for bug in b1:
- b1.last_change_time = datetime.datetime.strptime(b1.last_change_time.value, "%Y%m%dT%H:%M:%S")
+ bug.last_change_time = datetime.datetime.strptime(bug.last_change_time.value, "%Y%m%dT%H:%M:%S")
bugdata[bug.bug_id] = {}
bugdata[bug.bug_id]['hidden'] = 0
bugdata[bug.bug_id]['blocks'] = []
--
1.7.2.1
10 years, 10 months
Freeze break request: Update python-bugzilla on fas*, bapp01, app*
by Kevin Fenzi
After the bugzilla upgrade this weekend a few things we run related to
bugzilla are having issues:
1) on fas01, the script that sets fedorabugs and fedora_contrib on users
in those fedora groups isn't working.
2) on bapp01, the cron job that gathers easyfix bugzilla bugs is not
working.
3) pkgdb, which runs on app servers isnt' able to handle adding new
packages. (we aren't sure what the error here is, but is likely bz
related).
I have taken a snapshot of python-bugzilla and built a package of it.
Changes:
http://git.fedorahosted.org/git/?p=python-bugzilla.git
Scratch build:
http://koji.fedoraproject.org/koji/taskinfo?taskID=4091680
(This is just a git head checkout build)
1) I have tested on fas01.stg the script that sets permissions
against partner-bugzilla.redhat.com and the updated python-bugzilla. It
no longer errors and completes normally.
2) gather easyfix needs more changes and is not fixed by
python-bugzilla update. Look for fix after this email from pingou.
3) We aren't sure the new python-bugzilla will fix the pkgdb adding
packages issue, but should get us closer to a fix.
I would like to add the new python-bugzilla to our infrastructure repo
(for now until there's an official one in epel) and update fas*,
bapp01, and app*. In the event of failure, we can downgrade back to the
previous version with a yum downgrade.
+1s?
kevin
10 years, 10 months
hello to everybody
by cyberworm
My name is I G
I live in the US /Eastern time. I've been working as a Linux/KVM/Windows
Administrator for 4 years now
I've been working mainly with redhat servers and I also have some
scripting skills,(python,bash).
I want to contribute to the fedora project, specially in the
infrastructure side because I feel if we all work
together towards the same side, we will make the fedora project one of
the greatest ever. I am looking to do more in the infrastructure side
since I am an infrastructure guy and I can bring a excellent attitude,
responsibility, desire to work hard and a good amount of technical
knowledge to the team. I am also bilingual.
I can contribute between 7 to 10 hours a week.
I am also looking for a sponsor or a mentor hopefully somebody out there
will help me out with this request
Thank you for reading and I am looking forward to contribute to this
wonderful community.
Thank you
Cyberworm
cyberworm54(a)dc317.org
10 years, 10 months
tagger inodes and beaker
by Brennan Ashton
So today my email was flooded by tracebacks from tagger via fedora community.
Suggesting that no disk space was left on packages01.phx2.fedoraproject.org
OSError: [Errno 28] No space left on device:
'/var/cache/fedoratagger/cache/sessions/container_file_lock/d/d9/d9132d5318c4be5a878b6a1bd31b77c320649f82.lock'
nirik did a little looking and found that there was space, but no
inodes were left. Tagger has created an enormous amount of files in
/var/cache/fedoratagger/cache/sessions/
I looked at the tagger code quickly and it seems that for anonymous
voting sessions are saved. [1]
However as far as I am aware unless you use session.delete() the
session stays around forever on the backend. [2]
nirik purged the cache so there should be enough inodes, but we need
to figure out some way to clean the cache as that filled up quite
quickly.
We might also want to look and see if any other apps using beaker are
not cleaning up their cache.
[1] https://github.com/ralphbean/fedora-tagger/commit/78f48fe97da5bcfadea54e5...
[2] http://beaker.readthedocs.org/en/latest/sessions.html#removing-expired-ol...
Thanks,
Brennan Ashton
10 years, 10 months
Plan for tomorrow's Fedora Infrastructure meeting (2012-05-17 at 18UTC)
by Kevin Fenzi
The infrastructure team will be having it's weekly meeting tomorrow,
2012-05-17 at 18:00 UTC in #fedora-meeting on the freenode network.
Suggested topics:
#topic New folks introductions and Apprentice tasks.
If any new folks want to give a quick one line bio or any apprentices
would like to ask general questions, they can do so here.
#topic two factor auth status
#topic Applications status / discussion
Check in on status of our applications: pkgdb, fas, bodhi, koji,
community, voting, tagger, packager, dpsearch, etc.
If there's new releases, bugs we need to work around or things to note.
#topic Upcoming Tasks/Items
#info 2012-05-08 to 2012-05-22 FINAL FREEZE
#info 2012-05-22 - F17 release
#info 2012-06-01 - nag fi-apprentices.
#info 2011-06-03 - gitweb-cache removal day.
#info 2012-06-08 OOW: osuosl01.fedoraproject.org
#info 2012-06-17 OOW: sign-vault02.phx2.fedoraproject.org
#info 2012-06-21 to 2012-07-04 Kevin is off on trains and boats.
#topic Meeting tagged tickets:
https://fedorahosted.org/fedora-infrastructure/report/10
#topic Open Floor
Submit your agenda items, as tickets in the trac instance and send a
note replying to this thread.
More info here:
https://fedoraproject.org/wiki/Infrastructure/Meetings#Meetings
Thanks
kevin
10 years, 10 months
FYI, pkgs git process cleanup
by Kevin Fenzi
We started getting some failed builds today due to koji not being able
to get git checkouts from pkgs01.
$ git clone -n
git://pkgs.fedoraproject.org/gnome-shell /var/lib/mock/f17-build-1342530-216385/root/tmp/scmroot/gnome-shell
fatal: read error: Connection reset by peer Cloning
into /var/lib/mock/f17-build-1342530-216385/root/tmp/scmroot/gnome-shell...
and
$ git clone -n
git://pkgs.fedoraproject.org/digikam /var/lib/mock/f17-build-1342529-216385/root/tmp/scmroot/digikam
fatal: read error: Connection reset by peer Cloning
into /var/lib/mock/f17-build-1342529-216385/root/tmp/scmroot/digikam...
There were some IP's hitting pkgs01 pretty hard on checkouts, but that
turns out to not be the real issue. There were a number of old stale
connections laying around, making it so it hit xinetd limits much
faster than normal.
I killed 46 old git upload-pack processes and 51 old stale ssh
connections that were all from Feb, then restarted xinetd. This seemed
to clear things up.
We may want to look at a automated script to clean up these processes?
kevin
10 years, 10 months
Meeting Agenda Item: Introduction Luciano Facchinelli
by Luciano Facchinelli
Hi Everyone !
This is kind a re-introduction, i did a intro a few months ago but due some
family issue i went offline a little bit.
Now I'm back and ready to help Fedora :-)
So.. a little FAQ about myself :-)
- Name : Luciano Facchinelli
- Age : 22 years old
- Country : Uruguay, South America
- UTC : -3
- Irc Handle : virusuy <http://fedoraproject.org/wiki/Communicate/IRCHowTo>
- What skills you have to offer and which you would like to learn: I'm a
Unix/Linux Sysadmin, so, i can help wherever you want. I would like to
learn more about Puppets, for example.
So, that's all
I'm reading infrastructure's wiki page to know how can i contribute and how
should i do
See you around
Regards
Luciano
10 years, 10 months