[MirrorManager PATCH] Fix killall path, add requires on psmisc for killall.

2009-04-20 Thread Ricky Zhou
We recently got some cron mail about a wrong killall path, so here's a
patch to mirrormanager to fix it.
---
 mirrormanager.spec.in |2 +-
 server/logrotate.conf |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mirrormanager.spec.in b/mirrormanager.spec.in
index cc154b9..8c3d08f 100644
--- a/mirrormanager.spec.in
+++ b/mirrormanager.spec.in
@@ -10,7 +10,7 @@ URL:http://fedorahosted.org/mirrormanager
 Source0:
https://fedorahosted.org/releases/m/i/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
 BuildRequires:  python
-Requires:   TurboGears, python-IPy, python-GeoIP, wget, yum
+Requires:   TurboGears, python-IPy, python-GeoIP, wget, yum, psmisc
 
 %define py_ver %(echo `python -c import sys; print sys.version[:3]`)
 %if %{py_ver}  2.5
diff --git a/server/logrotate.conf b/server/logrotate.conf
index ec473e7..733de26 100644
--- a/server/logrotate.conf
+++ b/server/logrotate.conf
@@ -13,6 +13,6 @@
 dateext
 rotate 15
 postrotate
-   /sbin/killall -HUP crawler_perhost
+   /usr/bin/killall -HUP crawler_perhost
 endscript
 }
-- 
1.6.0.6

Thanks,
Ricky


pgpzNUvWwlGFO.pgp
Description: PGP signature
___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: [MirrorManager PATCH] Fix killall path, add requires on psmisc for killall.

2009-04-20 Thread Toshio Kuratomi
Ricky Zhou wrote:
 We recently got some cron mail about a wrong killall path, so here's a
 patch to mirrormanager to fix it.
 ---
  mirrormanager.spec.in |2 +-
  server/logrotate.conf |2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/mirrormanager.spec.in b/mirrormanager.spec.in
 index cc154b9..8c3d08f 100644
 --- a/mirrormanager.spec.in
 +++ b/mirrormanager.spec.in
 @@ -10,7 +10,7 @@ URL:http://fedorahosted.org/mirrormanager
  Source0:
 https://fedorahosted.org/releases/m/i/%{name}/%{name}-%{version}.tar.bz2
  BuildRoot:  %(mktemp -ud 
 %{_tmppath}/%{name}-%{version}-%{release}-XX)
  BuildRequires:  python
 -Requires:   TurboGears, python-IPy, python-GeoIP, wget, yum
 +Requires:   TurboGears, python-IPy, python-GeoIP, wget, yum, psmisc
  
  %define py_ver %(echo `python -c import sys; print 
 sys.version[:3]`)
  %if %{py_ver}  2.5
 diff --git a/server/logrotate.conf b/server/logrotate.conf
 index ec473e7..733de26 100644
 --- a/server/logrotate.conf
 +++ b/server/logrotate.conf
 @@ -13,6 +13,6 @@
  dateext
  rotate 15
  postrotate
 - /sbin/killall -HUP crawler_perhost
 + /usr/bin/killall -HUP crawler_perhost
  endscript
  }
 
+1
Thanks, ricky

-Toshio



signature.asc
Description: OpenPGP digital signature
___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: [MirrorManager PATCH] Fix killall path, add requires on psmisc for killall.

2009-04-20 Thread Mike McGrath


On Mon, 20 Apr 2009, Toshio Kuratomi wrote:

 Ricky Zhou wrote:
  We recently got some cron mail about a wrong killall path, so here's a
  patch to mirrormanager to fix it.
  ---
   mirrormanager.spec.in |2 +-
   server/logrotate.conf |2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)
 
  diff --git a/mirrormanager.spec.in b/mirrormanager.spec.in
  index cc154b9..8c3d08f 100644
  --- a/mirrormanager.spec.in
  +++ b/mirrormanager.spec.in
  @@ -10,7 +10,7 @@ URL:http://fedorahosted.org/mirrormanager
   Source0:
  https://fedorahosted.org/releases/m/i/%{name}/%{name}-%{version}.tar.bz2
   BuildRoot:  %(mktemp -ud 
  %{_tmppath}/%{name}-%{version}-%{release}-XX)
   BuildRequires:  python
  -Requires:   TurboGears, python-IPy, python-GeoIP, wget, yum
  +Requires:   TurboGears, python-IPy, python-GeoIP, wget, yum, psmisc
 
   %define py_ver %(echo `python -c import sys; print 
  sys.version[:3]`)
   %if %{py_ver}  2.5
  diff --git a/server/logrotate.conf b/server/logrotate.conf
  index ec473e7..733de26 100644
  --- a/server/logrotate.conf
  +++ b/server/logrotate.conf
  @@ -13,6 +13,6 @@
   dateext
   rotate 15
   postrotate
  -   /sbin/killall -HUP crawler_perhost
  +   /usr/bin/killall -HUP crawler_perhost
   endscript
   }
 
 +1
 Thanks, ricky


+1

-Mike

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: [MirrorManager PATCH] Fix killall path, add requires on psmisc for killall.

2009-04-20 Thread Ricky Zhou
On 2009-04-20 08:07:30 AM, Mike McGrath wrote:
 +1
I've applied this to all of the app servers now.  When Matt gets a
chance, he can probably apply this to mirrormanager git.

Thanks,
Ricky


pgpmr5THQiqXH.pgp
Description: PGP signature
___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: [MirrorManager PATCH] Fix killall path, add requires on psmisc for killall.

2009-04-20 Thread Mike McGrath
On Mon, 20 Apr 2009, Ricky Zhou wrote:

 On 2009-04-20 08:07:30 AM, Mike McGrath wrote:
  +1
 I've applied this to all of the app servers now.  When Matt gets a
 chance, he can probably apply this to mirrormanager git.


Just pushed these upstream, I'm in the gitmirroradmin group so I assume
that means it's ok for me to commit :)

-Mike

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: metalink doesn't match

2009-04-20 Thread James Antill
On Sun, 2009-04-19 at 21:12 -0500, Mike McGrath wrote:
 Did you 'yum clean all' before testing this?

 This will never help. The error very likely means that MM hasn't picked
up that a new repomd.xml has arrived ... but that repomd.xml has hit all
the mirrors. Thus. the only available repodata is invalid.
 If you have older cached repodata, then instead of:

  Error: Cannot retrieve repository metadata (repomd.xml) for
  repository: rawhide. Please verify its path and try again

 It should revert to the old version and continue to work (so clean is
actively harmful here).

-- 
James Antill - ja...@fedoraproject.org
I'd just like to see a realistic approach to updates via
 packages. -- Les Mikesell

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


wiki i18n

2009-04-20 Thread Ian Weller
What is the status of wiki i18n? Last I knew Nigel was working on some
of that stuff, and that was four months ago, and I haven't heard a
single thing since.

-- 
Ian Weller ianwel...@gmail.com
GnuPG fingerprint:  E51E 0517 7A92 70A2 4226  B050 87ED 7C97 EFA8 4A36


pgpgLogfdk37M.pgp
Description: PGP signature
___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list