Re: [CentOS] recent ruby packages?

2013-02-05 Thread Phil Dobbin
On 02/05/2013 07:55 AM, pnorton3...@gmail.com wrote: > Maybe we should think about writing the kernel in java/python/ruby/php etc? > Wonder why this hasn't happened before? Linus is on Google +. I'm sure he'd be more than happy to answer that one for you :-) Cheers, Phil... -- currently

[CentOS] CentOS-announce Digest, Vol 96, Issue 2

2013-02-05 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ..

Re: [CentOS] recent ruby packages?

2013-02-05 Thread mark
On 02/04/13 22:27, Craig White wrote: > On Mon, 2013-02-04 at 18:01 -0600, Les Mikesell wrote: >> On Mon, Feb 4, 2013 at 5:36 PM, Craig White >> wrote: >>> > Gems however are another matter altogether and a typical ruby > application (Rails or otherwise) is likely to require many ruby gems > (thin

Re: [CentOS] recent ruby packages?

2013-02-05 Thread mark
On 02/05/13 02:30, Phil Dobbin wrote: > On 02/04/2013 11:36 PM, Craig White wrote: >> On Feb 4, 2013, at 3:54 PM, Les Mikesell wrote: >>> On Mon, Feb 4, 2013 at 4:41 PM, Craig >>> White wrote: >> there may very well be ruby versions in EPEL, I don't know >> and never looked. > > Fedora'

Re: [CentOS] recent ruby packages?

2013-02-05 Thread Les Mikesell
On Tue, Feb 5, 2013 at 7:10 AM, mark wrote: > >> >> Fedora's Ruby is 'ruby 1.9.3p362 (2012-12-25 revision 38607) >> [x86_64-linux]' which is the latest stable version& can be installed >> via yum. > > Dunno if it'll work on CentOS, but thanks, Phil - this the first > actually useful response to

Re: [CentOS] recent ruby packages?

2013-02-05 Thread James B. Byrne
On Mon, February 4, 2013 10:21, m.r...@5-cent.us wrote: > Does anyone know of a repository that's *trustworthy* (gotta worry > 'bout malware) with newer ruby rpm's than RHEL has? I have not found one yet. > > OT: the more I deal with ruby, the less I like it. Someone here was > ready to move to

Re: [CentOS] recent ruby packages?

2013-02-05 Thread James B. Byrne
On Mon, February 4, 2013 19:01, Les Mikesell wrote: > On Mon, Feb 4, 2013 at 5:36 PM, Craig White > wrote: >> >> >> And lastly, Ruby is an ecosystem far beyond the base language. It >> has a 'gem' package management system which again is cross platform >> and even when you try to package ruby in

Re: [CentOS] recent ruby packages?

2013-02-05 Thread m . roth
Les Mikesell wrote: > On Tue, Feb 5, 2013 at 7:10 AM, mark wrote: >>> Fedora's Ruby is 'ruby 1.9.3p362 (2012-12-25 revision 38607) >>> [x86_64-linux]' which is the latest stable version& can be installed >>> via yum. >> >> Dunno if it'll work on CentOS, but thanks, Phil - this the first >> actua

Re: [CentOS] recent ruby packages?

2013-02-05 Thread m . roth
James B. Byrne wrote: > On Mon, February 4, 2013 19:01, Les Mikesell wrote: >> On Mon, Feb 4, 2013 at 5:36 PM, Craig White >> wrote: > It is a good thing in the sense that the cost of entry for developers > who provide Ruby extensions is very, very, low as all platforms Ruby > runs on are essenti

[CentOS] Java app not observing ACLs

2013-02-05 Thread Nikolaos Milas
Hello, I have inherited a Java app, available as a jar, which has been moved from an HPUX server as is. [This app simply downloads a data file from an ftp server, processes its data and creates graph files.] It works fine on a CentOS 5 x86_64 machine with: jre-7u9-linux-x64.rpm but I've notice

Re: [CentOS] recent ruby packages?

2013-02-05 Thread Les Mikesell
On Tue, Feb 5, 2013 at 8:40 AM, James B. Byrne wrote: > > One must think in terms of plugins when considering RubyGems. Firefox > 10 ESR is packaged for CentOS as an rpm but most of the addons that > make FF valuable to me are plugins obtained directly by FF from the > Mozilla repository or from

Re: [CentOS] recent ruby packages?

2013-02-05 Thread James Szinger
On Tue, Feb 5, 2013 at 7:55 AM, wrote: > As I keep noting, many perl CPAN packages are available as rpms - I know, > since my manager prefers we not build any from CPAN unless it's a) not > available from a trusted repository as an rpm, and b) actually required by > a developer. As an rpm, of co

Re: [CentOS] recent ruby packages?

2013-02-05 Thread Karanbir Singh
On 02/04/2013 03:21 PM, m.r...@5-cent.us wrote: > Does anyone know of a repository that's *trustworthy* (gotta worry 'bout > malware) with newer ruby rpm's than RHEL has? This thread is so full of fail and FUD. Long story short, http://people.redhat.com/bkabrda/ruby193-rhel-6/ a longer story, go

Re: [CentOS] recent ruby packages?

2013-02-05 Thread Karanbir Singh
On 02/04/2013 03:37 PM, Phil Dobbin wrote: > I've used the Ruby Version Manager for all things Ruby > for a few years now & can highly recommend it. Rvm is good for developer instances, but dont ever put rvm into a production or testing node. Many reasons for that, the biggest an

Re: [CentOS] recent ruby packages?

2013-02-05 Thread Les Mikesell
On Tue, Feb 5, 2013 at 10:22 AM, James Szinger wrote: > >> As I keep noting, many perl CPAN packages are available as rpms - I know, >> since my manager prefers we not build any from CPAN unless it's a) not >> available from a trusted repository as an rpm, and b) actually required by >> a develope

Re: [CentOS] recent ruby packages?

2013-02-05 Thread m . roth
James Szinger wrote: > On Tue, Feb 5, 2013 at 7:55 AM, wrote: > >> As I keep noting, many perl CPAN packages are available as rpms - I >> know, since my manager prefers we not build any from CPAN unless it's a) not >> available from a trusted repository as an rpm, and b) actually required >> by a

Re: [CentOS] recent ruby packages?

2013-02-05 Thread m . roth
Karanbir Singh wrote: > On 02/04/2013 03:37 PM, Phil Dobbin wrote: >> I've used the Ruby Version Manager for all things Ruby >> for a few years now & can highly recommend it. > > Rvm is good for developer instances, but dont ever put rvm into a > production or testing node. Many r

Re: [CentOS] recent ruby packages?

2013-02-05 Thread Phil Dobbin
On 02/05/2013 04:26 PM, Karanbir Singh wrote: > On 02/04/2013 03:37 PM, Phil Dobbin wrote: >> I've used the Ruby Version Manager for all things Ruby >> for a few years now & can highly recommend it. > > Rvm is good for developer instances, but dont ever put rvm into a > producti

Re: [CentOS] recent ruby packages?

2013-02-05 Thread Karanbir Singh
On 02/05/2013 05:38 PM, Phil Dobbin wrote: > Would you mind if I passed on this information to Michal Papis who's one > of the lead developers of RVM? He's always on the lookout for feedback & absolutely. Its not rvm thats at fault, its the build-from-source in changing environs that breaks down

Re: [CentOS] recent ruby packages?

2013-02-05 Thread Phil Dobbin
On 02/05/2013 05:49 PM, Karanbir Singh wrote: > On 02/05/2013 05:38 PM, Phil Dobbin wrote: >> Would you mind if I passed on this information to Michal Papis who's one >> of the lead developers of RVM? He's always on the lookout for feedback & > > absolutely. > > Its not rvm thats at fault, its t

Re: [CentOS] recent ruby packages?

2013-02-05 Thread m . roth
Phil Dobbin wrote: > On 02/05/2013 05:49 PM, Karanbir Singh wrote: >> On 02/05/2013 05:38 PM, Phil Dobbin wrote: >>> Would you mind if I passed on this information to Michal Papis who's >>> one of the lead developers of RVM? He's always on the lookout for feedback >>> & >> >> absolutely. >> >> Its

[CentOS] pymol

2013-02-05 Thread m . roth
Anyone familiar with pymol? We're getting an error I find references to from a few years ago when we try to run remotely on a headless server. I can run it fine on my machine (CentOS 6.3, NVidia video), and on another person's workstation remotely, with other make video, but the server's got a Mat

Re: [CentOS] pymol

2013-02-05 Thread James A. Peltier
- Original Message - | Anyone familiar with pymol? | | We're getting an error I find references to from a few years ago when | we | try to run remotely on a headless server. I can run it fine on my | machine | (CentOS 6.3, NVidia video), and on another person's workstation | remotely, | wi

[CentOS] CentOS on IBM Z Series.

2013-02-05 Thread RafaƂ Radecki
Hi All. I manage some IBM Z Series servers. But currently there are no system tools (like OMSA tools for Dell servers) installed. Is there a repository with tools/firmware updates for IBM servers for Linux/RHEL/CentOS? I've googled around but with no luck. I have found only this for power servers:

Re: [CentOS] pymol

2013-02-05 Thread m . roth
James A. Peltier wrote: > mark wrote: > | Anyone familiar with pymol? > | > | We're getting an error I find references to from a few years ago when > | we try to run remotely on a headless server. I can run it fine on my > | machine (CentOS 6.3, NVidia video), and on another person's workstation >

Re: [CentOS] 2way authentication for SSH?

2013-02-05 Thread Joe Pruett
On 01/30/2013 09:44 AM, SilverTip257 wrote: > On Wed, Jan 30, 2013 at 8:40 AM, Nux! wrote: > >> On 28.01.2013 13:07, SilverTip257 wrote: >>> Google Auth >>> http://www.noktec.be/archives/1351 >>> >> http://zonereseau.com/en/post/two-factor-ssh-authentication-via-google-secures-linux-logins-392 >>

Re: [CentOS] recent ruby packages?

2013-02-05 Thread James Szinger
On Tue, 5 Feb 2013 10:47:11 -0600 Les Mikesell wrote: > On Tue, Feb 5, 2013 at 10:22 AM, James Szinger > wrote: > > You should check out cpanspec, available from EPEL, which makes it > > easy to package CPAN modules into RPMs. Well-behaved modules are > > nearly trivial and the Fedora Packing G