search for: scl

Displaying 20 results from an estimated 501 matches for "scl".

Did you mean: cl
2015 Feb 06
2
SCL MirrorList error
Hi, In the past my mirrorlist for SCL, http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=SCL has worked without any issues. Recently http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=SCL redirects to http://mirror.centos.org/centos/6/scl/x86_64/ which leads to 404, instead it should be http://mirror.cento...
2014 Apr 03
2
ruby193 SCL and mod_passenger
? I'm interested in ruby and I try the ruby193 SCL and I want to run Ruby on Rails with Apache, so I'm searching mod_passenger for this ruby SCL version, but I found, that this package is not in this SCL. Are any other possibilities to run Ruby on Rails with Apache or why is mod_passenger not in this SCL? ? Thanks, Filip Bartmann
2016 May 22
5
Fwd: EPEL-ANNOUNCE Re: Upcoming OwnCloud changes in EPEL
On 5/21/2016 6:03 PM, John R Pierce wrote: > i started to look at SCL and got lost pretty quickly. I'm not > running OwnCloud but I've got some other php stuff thats getting > increasingly unhappy about the stock c6 php... ok, I've installed php54-1.1-5.el6.centos.alt.x86_64 ... if I run `scl enable php54`, will that connect it up to my ex...
2016 Jul 19
2
Announcing release of MariaDB 10.1 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of MariaDB in version 10.1 on CentOS Linux 6 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: $ sudo yum install centos-release-scl $ sudo yum install rh-mariadb101 $ scl enable rh-mariadb101 bash At this point you...
2016 Jul 19
2
Announcing release of MariaDB 10.1 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of MariaDB in version 10.1 on CentOS Linux 6 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: $ sudo yum install centos-release-scl $ sudo yum install rh-mariadb101 $ scl enable rh-mariadb101 bash At this point you...
2010 Dec 07
3
More elegant magnitude method
I have a need to find the order of number to get a scaling parameter as a power of 10. I have a function that works *so far*, but it is ugly and probably buggy. In the interest of avoiding code-based outliers in my data, I thought I would ask if anyone here has a better way. > scl <- function(x){ + length(charToRaw(format(trunc(x), scientific = F)))-1} > a <- 123456789 > b <- 1E15 > c <- 12.345 > scl(a) [1] 8 > scl(b) [1] 15 > scl(c) [1] 1 Thanks -------------------------------------- Jonathan P. Daily Technician - USGS Leetown Science Center...
2015 Dec 22
0
CentOS-announce Digest, Vol 130, Issue 10
...n reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. Announcing release for NodeJS 0.10 on CentOS Linux 7 x86_64 SCL (Honza Horak) 2. Announcing release for NodeJS 0.10 on CentOS Linux 6 x86_64 SCL (Honza Horak) 3. Announcing release for PostgreSQL 9.2 and 9.4 on CentOS Linux 6 x86_64 SCL (Honza Horak) 4. Announcing release for PostgreSQL 9.2 and 9.4 on CentOS Linux 7 x86_64 SCL (Honza...
2014 May 30
3
nodejs, epel, SCL
Hello, ?With SCL and epel repositories enabled, some dependencies for the package name 'nodejs' get satisfied with libs from SCL which are placed in paths that are not part of my user's environment. Is there a method to make sure that nodeJS from epel dependencies are only satisfied from epel? For ex...
2016 Jul 20
1
[CentOS-announce] Announcing release of MariaDB 10.1 on CentOS Linux 6 x86_64 SCL
On Tue, 2016-07-19 at 10:41 +0200, Honza Horak wrote: > QuickStart > ---------- > You can get started in three easy steps: > $ sudo yum install centos-release-scl > $ sudo yum install rh-mariadb101 > $ scl enable rh-mariadb101 bash yum install centos-release-scl No package centos-release-scl available. How does one get started with SCL ? -- Regards, Paul. England, EU. England's place is in the European Union.
2012 Sep 26
2
specifying arguments in functions and calling functions, within functions
Esteemed R UseRs, Regarding specifying arguments in functions and calling functions within functions: ## beginning ## ## some data ex <- rnorm(10) ex[5] <- NA ## example function Scale <- function(x, method=c("mean", "median")) { scl <- method scl(x) } ## both return NA Scale(ex, method=median) median(ex, na.rm=FALSE) ## both return the median Scale(ex, method="median") median(ex, na.rm=TRUE) ## 1. Why does the use of apostrophes have this effect when calling ## a fucntion within a function? ## 2. What's...
2015 Dec 23
0
CentOS-announce Digest, Vol 130, Issue 11
...person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. Announcing release for Apache HTTP Server 2.4 on CentOS Linux 6 x86_64 SCL (Honza Horak) 2. Announcing release for Apache HTTP Server 2.4 on CentOS Linux 7 x86_64 SCL (Honza Horak) 3. Announcing release for Varnish Cache 4 on CentOS Linux 7 x86_64 SCL (Honza Horak) 4. Announcing release for Varnish Cache 4 on CentOS Linux 6 x86_64 SCL (Honza Hor...
2014 Feb 26
1
How to build scl python-setuptools from src.rpm?
Hi all. sorry for my english, I'm from Ukraine. so, i build http://dev.centos.org/centos/6/SCL/SRPMS/python27-1-10.el6.centos.alt.src.rpm]python27, then http://dev.centos.org/centos/6/SCL/SRPMS/python27-python-2.7.5-7.el6.centos.alt.src.rpm<http://dev.centos.org/centos/6/SCL/SRPMS/python27-python-2.7.5-7.el6.centos.alt.src.rpm%5Dpython27-python>and when try to build http://dev.centos.o...
2015 Dec 24
0
CentOS-announce Digest, Vol 130, Issue 12
...the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. Announcing release for Developer Toolset 3 on CentOS Linux 6 x86_64 SCL (Honza Horak) 2. Announcing release for Developer Toolset 3 on CentOS Linux 7 x86_64 SCL (Honza Horak) 3. Announcing release for Git 1.9 on CentOS Linux 6 x86_64 SCL (Honza Horak) 4. Announcing release for Git 1.9 on CentOS Linux 7 x86_64 SCL (Honza Horak) 5. Announcin...
2016 Jul 19
0
CentOS-announce Digest, Vol 137, Issue 6
...6:1421 Important CentOS 5 httpd Security Update (Johnny Hughes) 2. CESA-2016:1422 Important CentOS 7 httpd Security Update (Johnny Hughes) 3. CESA-2016:1421 Important CentOS 6 httpd Security Update (Johnny Hughes) 4. Announcing release of NodeJS 4 on CentOS Linux 7 x86_64 SCL (Honza Horak) 5. Announcing release of Maven 3.3 on CentOS Linux 7 x86_64 SCL (Honza Horak) 6. Announcing release of Maven 3.3 on CentOS Linux 7 x86_64 SCL (Honza Horak) 7. Announcing release of Ruby 2.3 on CentOS Linux 7 x86_64 SCL (Honza Horak) 8. Announcing re...
2014 Apr 03
1
Difference between ruby193 CentOS SCL and ruby193 softwarecollections.org SCL
? I've found that in https://softwarecollections.org/repos/rhscl/ruby193/epel-6-x86_64/ is passenger included but in http://dev.centos.org/centos/6/SCL/x86_64/ruby193/ is not. What is the differences between this two repos? ? Thanks, Filip Bartmann
2013 Dec 12
1
New SCL updates pushed
We have Software Collections for CentOS currently in our testing repo: http://dev.centos.org/centos/6/SCL/ To date I don't think I have gotten any feedback, positive or negative, for these SCL RPMs though I know there are hundreds of people using them (or at least downloading them). I have added the following SCL updates to the repo: Critical: ruby193-ruby security update: http://rhn.redhat.com/...
2015 Dec 21
0
Announcing release for PostgreSQL 9.2 and 9.4 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of versions 9.2 and 9.4 of the PostgreSQL server on CentOS Linux 6 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps (example of PostgreSQL 9.4): $ sudo yum install centos-release-scl $ sudo yum install rh-postgresql94 $ scl enable rh-postgresql94...
2015 Dec 21
0
Announcing release for PostgreSQL 9.2 and 9.4 on CentOS Linux 7 x86_64 SCL
I am pleased to announce the immediate availability of versions 9.2 and 9.4 of the PostgreSQL server on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps (example of PostgreSQL 9.4): $ sudo yum install centos-release-scl $ sudo yum install rh-postgresql94 $ scl enable rh-postgresql94 bash At...
2016 May 22
0
Fwd: EPEL-ANNOUNCE Re: Upcoming OwnCloud changes in EPEL
On 22 May 2016 07:01, "John R Pierce" <pierce at hogranch.com> wrote: > > On 5/21/2016 6:03 PM, John R Pierce wrote: >> >> i started to look at SCL and got lost pretty quickly. I'm not running OwnCloud but I've got some other php stuff thats getting increasingly unhappy about the stock c6 php... > > > ok, I've installed php54-1.1-5.el6.centos.alt.x86_64 ... if I run `scl enable php54`, will that connect it up to my ex...
2016 May 30
1
C6.8 YUM reference to Red Hat
...| 5.8 MB 00:00 > extras | 3.4 kB 00:00 > extras/primary_db | 36 kB 00:00 > mariadb | 2.9 kB 00:00 > http://mirror.centos.org/centos/6/SCL/x86_64/repodata/repomd.xml: [Errno > 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" > Trying other mirror. > To address this issue please refer to the below knowledge base article > > https://access.redhat.com/articles/1320623 > > If above...