Re: [CentOS] md5sum mismatch between CentOS 6.4 and 6.5 repository

2013-12-09 Thread Johnny Hughes
On 12/07/2013 09:07 AM, Mogens Kjaer wrote: On 12/06/2013 12:49 PM, Lars Hecking wrote: Something got mixed up somewhere. The first one (md5 20bb...) is from the x86_64 branch, both 6.4 and 6.5, and the second one (md5 d37f...) is from the i386 branch, also 6.4 and 6.5.

Re: [CentOS] md5sum mismatch between CentOS 6.4 and 6.5 repository

2013-12-09 Thread Johnny Hughes
On 12/09/2013 06:21 AM, Johnny Hughes wrote: On 12/07/2013 09:07 AM, Mogens Kjaer wrote: On 12/06/2013 12:49 PM, Lars Hecking wrote: Something got mixed up somewhere. The first one (md5 20bb...) is from the x86_64 branch, both 6.4 and 6.5, and the second one (md5 d37f...) is from the

[CentOS] making a script into a service

2013-12-09 Thread Larry Martell
We have a python script that is currently run from cron. We want to make it into a service so it can be controlled with service start/stop/restart. Can anyone point me at site that has instructions on how to do this? I've googled but haven't found anything.

Re: [CentOS] making a script into a service

2013-12-09 Thread Andrew Holway
The keyword your looking for here is daemonize. On 9 December 2013 12:54, Larry Martell larry.mart...@gmail.com wrote: We have a python script that is currently run from cron. We want to make it into a service so it can be controlled with service start/stop/restart. Can anyone point me at

Re: [CentOS] making a script into a service

2013-12-09 Thread Fabrizio Di Carlo
Try to use this http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/ it allows you start/stop/restart the script using the following commands. python myscript.py start python myscript.py stop python myscript.py restart Source:

Re: [CentOS] Build environment for totem-2.16.7-7.el5_6.1.src.rpm

2013-12-09 Thread Johnny Hughes
On 12/07/2013 11:09 AM, Michael Lampe wrote: This package has a build requirement 'gecko-devel' which is fulfilled by 'xulrunner-devel'. But in the process of building the browser plugins two tools named 'xpidl' and 'xpt_link' are necessary. They werde once part of 'gecko-devel' but are now

Re: [CentOS] md5sum mismatch between CentOS 6.4 and 6.5 repository

2013-12-09 Thread Mogens Kjaer
On 12/09/2013 01:43 PM, Johnny Hughes wrote: Therefore the only difference is the signatures, and that difference is the time being 1 second different in the rpm metadata ... A part from the timestamps being different, is it the same key that is used for signing i386 and x86_64 packages? And

Re: [CentOS] making a script into a service

2013-12-09 Thread Larry Martell
On Mon, Dec 9, 2013 at 8:00 AM, Andrew Holway andrew.hol...@gmail.com wrote: The keyword your looking for here is daemonize. I don't just want to make it into a daemon - I want to control it with the service command. On 9 December 2013 12:54, Larry Martell larry.mart...@gmail.com wrote: We

Re: [CentOS] making a script into a service

2013-12-09 Thread Larry Martell
On Mon, Dec 9, 2013 at 8:00 AM, Fabrizio Di Carlo dicarlo.fabri...@gmail.com wrote: Try to use this http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/ it allows you start/stop/restart the script using the following commands. python myscript.py start python

Re: [CentOS] making a script into a service

2013-12-09 Thread Matt Garman
Turn it into a daemon as described, then take a look at the existing scripts in /etc/init.d/. There might even be a template in there iirc. Your script will likely be a simple wrapper around your daemonized python program. After that, just do a chkconfig --add myscript“ where myscript is the name

Re: [CentOS] making a script into a service

2013-12-09 Thread Liam O'Toole
On 2013-12-09, Larry Martell larry.mart...@gmail.com wrote: On Mon, Dec 9, 2013 at 8:00 AM, Fabrizio Di Carlo dicarlo.fabri...@gmail.com wrote: Try to use this http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/ it allows you start/stop/restart the script using the

Re: [CentOS] making a script into a service

2013-12-09 Thread John Doe
From: Larry Martell larry.mart...@gmail.com We have a python script that is currently run from cron. We want to make it into a service so it can be controlled with service start/stop/restart. Can anyone point me at site that has instructions on how to do this? I've googled but haven't found

Re: [CentOS] md5sum mismatch between CentOS 6.4 and 6.5 repository

2013-12-09 Thread Johnny Hughes
On 12/09/2013 07:03 AM, Mogens Kjaer wrote: On 12/09/2013 01:43 PM, Johnny Hughes wrote: Therefore the only difference is the signatures, and that difference is the time being 1 second different in the rpm metadata ... A part from the timestamps being different, is it the same key that is

[CentOS] compat-openmpi issues after upgrade to CentOS 6.5

2013-12-09 Thread Tor Halsan
Just wondering if anyone can shed some light into an issue we are having with compat-openmpi after upgrading CentOS to version 6.5 Some of our cluster applications are dependent on an older version of OpenMPI, so we are using compat-openmpi. Up to CentOS 6.4 this was version 1.4.3: %

Re: [CentOS] compat-openmpi issues after upgrade to CentOS 6.5

2013-12-09 Thread Johnny Hughes
On 12/09/2013 08:21 AM, Tor Halsan wrote: Just wondering if anyone can shed some light into an issue we are having with compat-openmpi after upgrading CentOS to version 6.5 Some of our cluster applications are dependent on an older version of OpenMPI, so we are using compat-openmpi. Up to

Re: [CentOS] compat-openmpi issues after upgrade to CentOS 6.5

2013-12-09 Thread Tor Halsan
On 09/12/13 16:11, Johnny Hughes wrote: [...] The changelog contains this: compat-openmpi-1.4.3-1.1.el6.x86_64 [2.6 MiB] Changelog by Jay Fenlason (2013-08-14): * Also include 1.5.3 libraries so users of RHEL-6.5+ can run programs compiled on RHEL-6.2- Resolves: rhbz876315 So,

Re: [CentOS] compat-openmpi issues after upgrade to CentOS 6.5

2013-12-09 Thread Tru Huynh
On Mon, Dec 09, 2013 at 03:21:23PM +0100, Tor Halsan wrote: Just wondering if anyone can shed some light into an issue we are having with compat-openmpi after upgrading CentOS to version 6.5 Some of our cluster applications are dependent on an older version of OpenMPI, so we are using

Re: [CentOS] making a script into a service

2013-12-09 Thread Larry Martell
On Mon, Dec 9, 2013 at 8:40 AM, Liam O'Toole liam.p.oto...@gmail.com wrote: On 2013-12-09, Larry Martell larry.mart...@gmail.com wrote: On Mon, Dec 9, 2013 at 8:00 AM, Fabrizio Di Carlo dicarlo.fabri...@gmail.com wrote: Try to use this

Re: [CentOS] making a script into a service

2013-12-09 Thread Larry Martell
On Mon, Dec 9, 2013 at 9:05 AM, John Doe jd...@yahoo.com wrote: From: Larry Martell larry.mart...@gmail.com We have a python script that is currently run from cron. We want to make it into a service so it can be controlled with service start/stop/restart. Can anyone point me at site that has

Re: [CentOS] compat-openmpi issues after upgrade to CentOS 6.5

2013-12-09 Thread Tru Huynh
On Mon, Dec 09, 2013 at 04:23:47PM +0100, Tru Huynh wrote: ... so the support for 1.5.3 is on purpose, no idea if both 1.4.3 and 1.5.3 should be both available at the same time, or if the support for 1.5.3 is also backward compatible with 1.4.3. I would need to search ;) I was too slow ;)

[CentOS] Centos6.5 Intel Corporation Centrino Advanced-N 6235 not working

2013-12-09 Thread Johan Vermeulen
Dear All, i'm working on this Centos6.5 laptop, fully updated *# uname -a** **Linux jvermeulen.ict 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux* It's an Acer Aspire E1-571. I can't get the Intel Centrino N 6235 to work. I've used this card on

Re: [CentOS] Centos6.5 Intel Corporation Centrino Advanced-N 6235 not working

2013-12-09 Thread Andrew Holway
lspci -k pls. On 9 December 2013 21:20, Johan Vermeulen jvermeu...@cawdekempen.be wrote: Dear All, i'm working on this Centos6.5 laptop, fully updated *# uname -a** **Linux jvermeulen.ict 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux* It's an

Re: [CentOS] Centos6.5 Intel Corporation Centrino Advanced-N 6235 not working

2013-12-09 Thread Andrew Holway
Sorry :) not paying attention. modinfo iwlwifi and dmesg /var/log/messages iwlwifi (I think this is how it appears in dmesg) I have a feeling you will need the more recent drivers from elrepo. On 9 December 2013 21:20, Andrew Holway andrew.hol...@gmail.com wrote: lspci -k pls. On 9 December

Re: [CentOS] Centos6.5 Intel Corporation Centrino Advanced-N 6235 not working

2013-12-09 Thread Johan Vermeulen
Op 09-12-13 22:28, Andrew Holway schreef: Sorry :) not paying attention. modinfo iwlwifi and dmesg /var/log/messages iwlwifi (I think this is how it appears in dmesg) I have a feeling you will need the more recent drivers from elrepo. On 9 December 2013 21:20, Andrew Holway

Re: [CentOS] Centos6.5 Intel Corporation Centrino Advanced-N 6235 not working

2013-12-09 Thread Tom G. Christensen
On 10/12/13 07:02, Johan Vermeulen wrote: [root@jvermeulen ~]# dmesg | grep iwlwifi iwlwifi :03:00.0: PCI INT A - GSI 17 (level, low) - IRQ 17 iwlwifi :03:00.0: setting latency timer to 64 iwlwifi :03:00.0: irq 32 for MSI/MSI-X iwlwifi :03:00.0: firmware: requesting

Re: [CentOS] md5sum mismatch between CentOS 6.4 and 6.5 repository

2013-12-09 Thread Ralf Aumüller
Hello, On 12/09/2013 03:16 PM, Johnny Hughes wrote: Yes, it is signed by the same key ... but the rpm is not identical. (The difference being a different md5sum because rpm metadata (signature time) is different). He does not say HOW the installation fails ... one would have to look at the

[CentOS-announce] CEBA-2013:1797 CentOS 6 libcgroup Update

2013-12-09 Thread Johnny Hughes
CentOS Errata and Bugfix Advisory 2013:1797 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1797.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386:

[CentOS-announce] CEBA-2013:1795 CentOS 6 freeipmi Update

2013-12-09 Thread Johnny Hughes
CentOS Errata and Bugfix Advisory 2013:1795 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1795.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386:

[CentOS-announce] CEBA-2013:1798 CentOS 6 cluster Update

2013-12-09 Thread Johnny Hughes
CentOS Errata and Bugfix Advisory 2013:1798 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1798.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386:

[CentOS-announce] CEBA-2013:1800 CentOS 5 ntp Update

2013-12-09 Thread Johnny Hughes
CentOS Errata and Bugfix Advisory 2013:1800 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1800.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386:

[CentOS-announce] CESA-2013:1804 Moderate CentOS 5 libjpeg Update

2013-12-09 Thread Johnny Hughes
CentOS Errata and Security Advisory 2013:1804 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-1804.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386:

[CentOS-announce] CESA-2013:1803 Moderate CentOS 6 libjpeg-turbo Update

2013-12-09 Thread Johnny Hughes
CentOS Errata and Security Advisory 2013:1803 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-1803.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386:

[CentOS-announce] CESA-2013:1805 Important CentOS 6 samba4 Update

2013-12-09 Thread Johnny Hughes
CentOS Errata and Security Advisory 2013:1805 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-1805.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386:

[CentOS-announce] CESA-2013:1806 Important CentOS 6 samba Update

2013-12-09 Thread Johnny Hughes
CentOS Errata and Security Advisory 2013:1806 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-1806.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386:

[CentOS-announce] CESA-2013:1806 Important CentOS 5 samba3x Update

2013-12-09 Thread Johnny Hughes
CentOS Errata and Security Advisory 2013:1806 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-1806.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: