Re: [CentOS] The CentOS "contrib" repository

2012-03-10 Thread Johnny Hughes
On 03/09/2012 09:32 PM, Yves Bellefeuille wrote: > According to the Wiki, the CentOS contrib repository "contains packages > contributed by CentOS users which do not overlap with any of the core > distribution packages". > > The repository seems to be empty. Are contributions actually welcome? >

Re: [CentOS] HT (Hyper Threading) on CentOS 5.5

2012-03-10 Thread Lamar Owen
On Friday, March 09, 2012 04:33:30 AM John R Pierce wrote: > gaming uses the graphics card for rendering, yes. by 'rendering', I > was thinking more of production rendering, like Pixar does when making a > movie, using clusters of 100s of multicore nodes to render frames. The same engine that

[CentOS] Dependency issues when running yum update

2012-03-10 Thread Phil Savoie
Hi All, Am getting this: ---> Package xulrunner.i686 0:1.9.2.26-2.el6.centos will be updated --> Processing Dependency: libmozjs.so for package: gxine-0.5.905-1.el6.rf.i686 --> Finished Dependency Resolution Error: Package: gxine-0.5.905-1.el6.rf.i686 (@rpmforge) Requires: libmozjs.so

Re: [CentOS] Dependency issues when running yum update

2012-03-10 Thread Lamar Owen
On Saturday, March 10, 2012 10:49:46 AM Phil Savoie wrote: > ---> Package xulrunner.i686 0:1.9.2.26-2.el6.centos will be updated > --> Processing Dependency: libmozjs.so for package: > gxine-0.5.905-1.el6.rf.i686 > --> Finished Dependency Resolution > Error: Package: gxine-0.5.905-1.el6.rf.i686 (@r

Re: [CentOS] Dependency issues when running yum update

2012-03-10 Thread Phil Savoie
On 03/10/2012 11:49 AM, Lamar Owen wrote: > On Saturday, March 10, 2012 10:49:46 AM Phil Savoie wrote: >> ---> Package xulrunner.i686 0:1.9.2.26-2.el6.centos will be >> updated --> Processing Dependency: libmozjs.so for package: >> gxine-0.5.905-1.el6.rf.i686 --> Finished Dependency Resolution >>

[CentOS] File permissions

2012-03-10 Thread Robert Spangler
Hello, I need to know if there is something I am missing about file permission as I believe I am seeing some strange stuff on my system. I have a directory as follows: drwxrwxrwx 7 root root 4096 Mar 10 13:35 temp In this directory I have a file: -rw-r--r-- 1 root root 137 Oct 30 0

Re: [CentOS] File permissions

2012-03-10 Thread Lamar Owen
On Saturday, March 10, 2012 01:45:19 PM Robert Spangler wrote: > drwxrwxrwx 7 root root 4096 Mar 10 13:35 temp ... > temp $ lt 208* > -rw-r--r-- 1 root root 137 Oct 30 02:16 208-109-248-33-mv > > How is this possible? If it is possible what am I missing or not > understanding? Thnx. You hav

Re: [CentOS] File permissions

2012-03-10 Thread Woodchuck
On Sat, Mar 10, 2012 at 01:45:19PM -0500, Robert Spangler wrote: > Hello, > > I need to know if there is something I am missing about file permission as I > believe I am seeing some strange stuff on my system. I have a directory as > follows: > > drwxrwxrwx 7 root root 4096 Mar 10 13:35 tem

Re: [CentOS] File permissions

2012-03-10 Thread Les Bell
Robert Spangler wrote: >> How is this possible? If it is possible what am I missing or not understanding? Thnx. << Lamar Owen nailed it in his post: renaming a file means updating its directory entry and hence requires write permission on the directory, not the file - which you have as a resu

Re: [CentOS] Dependency issues when running yum update

2012-03-10 Thread Keith
On 11/03/12 02:49, Phil Savoie wrote: > Hi All, > > Am getting this: > > ---> Package xulrunner.i686 0:1.9.2.26-2.el6.centos will be updated > --> Processing Dependency: libmozjs.so for package: > gxine-0.5.905-1.el6.rf.i686 > --> Finished Dependency Resolution > Error: Package: gxine-0.5.905-1.

[CentOS] install cpan module in /usr/lib/perl5

2012-03-10 Thread fakessh @
hello centos guru I encounter a problem with centos 6 perl -MCPAN -e shell install MyModule well I installed the module but in the standard repertoire of the user but not in the directory of the perl distribution how to remedy this problem cpan modules installed in /usr/lib/perl/ please help

Re: [CentOS] Dependency issues when running yum update

2012-03-10 Thread Lamar Owen
On Mar 10, 2012, at 7:14 PM, Keith wrote: > On 11/03/12 02:49, Phil Savoie wrote: >> ---> Package xulrunner.i686 0:1.9.2.26-2.el6.centos will be updated >> --> Processing Dependency: libmozjs.so for package: >> gxine-0.5.905-1.el6.rf.i686 >> --> Finished Dependency Resolution >> Error: Package:

Re: [CentOS] install cpan module in /usr/lib/perl5

2012-03-10 Thread Keith Keller
On 2012-03-11, fakessh @ wrote: > I encounter a problem with centos 6 > perl -MCPAN -e shell > install MyModule > > well I installed the module > but in the standard repertoire of the user but not in the directory of > the perl distribution First, you should check the various RPM repos to see if

Re: [CentOS] CentOS 5.8 update

2012-03-10 Thread Markus Falb
On 9.3.2012 09:43, Rainer Traut wrote: > Am 08.03.2012 15:37, schrieb Markus Falb: > >> I read your original message regarding this >> https://www.redhat.com/archives/rhelv5-list/2012-February/msg00060.html >> >> according to your experiences only upgrading kvm hosts are problematic? >> so upgradi

Re: [CentOS] CentOS 5.8 update

2012-03-10 Thread Johnny Hughes
On 03/10/2012 08:12 PM, Markus Falb wrote: > On 9.3.2012 09:43, Rainer Traut wrote: >> Am 08.03.2012 15:37, schrieb Markus Falb: >> >>> I read your original message regarding this >>> https://www.redhat.com/archives/rhelv5-list/2012-February/msg00060.html >>> >>> according to your experiences only

Re: [CentOS] Dependency issues when running yum update

2012-03-10 Thread Johnny Hughes
On 03/10/2012 06:48 PM, Lamar Owen wrote: > On Mar 10, 2012, at 7:14 PM, Keith wrote: > >> On 11/03/12 02:49, Phil Savoie wrote: >>> ---> Package xulrunner.i686 0:1.9.2.26-2.el6.centos will be updated >>> --> Processing Dependency: libmozjs.so for package: >>> gxine-0.5.905-1.el6.rf.i686 >>> -->