similar to: centos x11

Displaying 20 results from an estimated 10000 matches similar to: "centos x11"

2012 Dec 14
3
Building a C5 chroot on a C6 machine
I'm trying to do something slightly silly; rather than having a C5 machine and a C6 machine around for compiling and testing, I want to create a C5 chroot area. Something similar to "mock" but using lvm snapshots and some local config specific stuff. (Potentially even using Linux Containers to enter the chroot environment). So I thought I'd build out the chroot... % cat
2008 Sep 09
1
creating table of averages
Dear Colleagues, I have a dataframe with variables: [1] "ID" "category" "a11" "a12" "a13" "a21" [7] "a22" "a23" "a31" "a32" "b11" "b12" [13] "b13" "b21"
2016 Apr 29
3
C5: The Firefox ESR 45.1.0 Nighmare
On 29 April 2016 at 09:55, isdtor <isdtor at gmail.com> wrote: > Always Learning writes: > > However the time-wasting problem remains, so too do the down-loaded > > extensions in /tmp, example tmp-xxx.xpi > > The reason behind this is the missing patch referenced by Johnny's posting > that you referenced in a follow-up. > > What I would really like to see,
2007 Nov 22
1
Summary: Process multiple columns of data.frame
Thank you Jim Holtman and Mark Leeds for your help. Original question: >How do I do the following more concisely? > Bout[is.na(Bout$bd.n), 'bd.n'] <- 0 > Bout[is.na(Bout$ht.n), 'ht.n'] <- 0 > Bout[is.na(Bout$dbh.n), 'dbh.n'] <- 0 >. . . Solution: for (i in c('bd.n', 'ht.n', 'dbh.n')) Bout[is.na(Bout[[i]]), i] <- 0 Toy
2016 Sep 07
5
DNF update
I was searching tonight how to update OLD systems. I have C5 and C6 systems that need updating and they are remote systems. I followed the paths and ended up at DNF. Is this a valid option for updating C5 and C6 to take them to C7? Thanks, Jerry
2008 Aug 15
1
RODBC-sqlSave questions
Hello, I have 4 data frames, say A, B, C, D. Each A, B, C has different columns set, and D has all of what A, B, and C have. So, here is the example: A has c1, c2, and c3 B has c4 and c5 C has c1, c5, and c6 D has c1, c2, c3, c4, c5, and c6. I want to load these data frames into an Oracle SQL server. I am using RODBC with sqlSave, and managed to load D. But when I tried to load the other data
2011 Jul 15
2
question on compatibility and ldd
I have a number of programs I wrote on Centos 5 (x86_64) and for one of the programs I do ldd programX linux-vdso.so.1 => (0x00007fff2cb86000) libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003528600000) libm.so.6 => /lib64/libm.so.6 (0x0000003527e00000) libxml2.so.2 => /usr/lib64/libxml2.so.2 (0x0000003531400000) libz.so.1 =>
2012 Oct 18
4
CENTOS 6 3rd party repos compared to Centos 5?
Is there any differences between the repos used by Centos 5.8 and those used by Centos 6.x please - ie does C6 use the same 3rd party repos as C5 does? Is there a Centos wiki article for C6 repos? Kind Regards, Keith ----------------------------------------------------------- Websites: http://www.karsites.net http://www.php-debuggers.net http://www.raised-from-the-dead.org.uk All email
2015 Apr 29
1
nfs (or tcp or scheduler) changes between centos 5 and 6?
--On Wednesday, April 29, 2015 08:35:29 AM -0500 Matt Garman <matthew.garman at gmail.com> wrote: > All indications are that CentOS 6 seems to be much more "aggressive" > in how it does NFS reads. And likewise, CentOS 5 was very "polite", > to the point that it basically got starved out by the introduction of > the 6.5 boxes. Some things come to mind as
2011 Dec 29
1
unable to initialize epel6 chroot in centos 5.7
Greetings, I have a centos 5.7 (2.6.18-274.12.1.el5) server with mock (mock-1.0.25-1.el5) installed. When initialize epel-6 chroot in centos 5.7 it failed, below are the snippet of error in the terminal output, ... ... rpmlib(PayloadIsXz) is needed by mingetty-1.08-5.el6.x86_64 rpmlib(FileDigests) is needed by popt-1.13-7.el6.i686 rpmlib(PayloadIsXz) is needed by popt-1.13-7.el6.i686
2015 Jan 27
4
CVE-2015-0235 - glibc gethostbyname
On Tue, January 27, 2015 1:58 pm, Peter Lawler wrote: > On 28/01/15 04:47, Always Learning wrote: >> >> Saw this on the Exim List:- >> > <SNIP> >> >> I use Exim on C5 and C6 - should I be worried about Exim on C6 ? >> > > upstream references: > https://rhn.redhat.com/errata/RHSA-2015-0092.html When I read this I read that it is fixed in
2015 Jan 27
3
CVE-2015-0235 - glibc gethostbyname
Saw this on the Exim List:- From: Tony Finch <dot--at-- at dotat.at> Subject: [exim] CVE-2015-0235 - glibc gethostbyname remotely exploitable via exim Date: Tue, 27 Jan 2015 17:33:45 +0000 "The Exim mail server is exploitable remotely if configured to perform extra security checks on the HELO and EHLO commands ("helo_verify_hosts" or "helo_try_verify_hosts"
2012 Mar 30
2
Centos6 iptables startup vs. restart?
What is different about the initial startup of iptables than 'service iptables restart' (and different from C5)? I want to use iptables port redirection to send port 80 to 8080 so a java web service doesn't have to start as root. On C5 it worked to give the iptables commmands, then 'iptables save', and from then on it would automatically work when iptables started after a
2016 Mar 24
2
C5 MySQL injection attack ("Union Select")
On Thu, 2016-03-24 at 04:08 -0700, Alice Wonder wrote: > Always use parameterized statements (aka prepared statements) for SQL > that involves untrusted input. > > I like to use them even for input that involves trusted input because it > is easy to make a change in my code and not think about how it impacts > the parameters. > > -=- > > This is an attack on
2011 Sep 27
3
Odd issue with C6 and NIS
I seem to have this very odd issue with CentOS 6 WRT NIS. I have taken the package selection that I used with CentOS 5 and basically plopped it into my C6 kickstart file (see below). On C5 this works just fine and I'm able to log in with NIS credentials just fine. However, it looks like on C6 if you use a package selection like this, you also need to specify the yp-tools package as part of
2008 May 24
2
Importing data in text file into R
Dear all, I am quite new to R; facing certain problems: Say, I have a text file( named as "try"): Year C1 C2 C3 C4 C5 C6 Y1 3.5 13.8 9.5 6.8 0.4 24.2 Y2 3.8 13.9 9.9 7.6 0.7 12.8 Y3 4.5 14.5 14.2 9.2 0.6 14.5 Y4 5.9 16.2 24.6 12.7 0.2 24.3 Y5 7.2 20.4 40.6 18.2 0.8 28.2 Y6 5.9 18.6 37.4 14.5 0.3 36.9 Y7 8.0 16.1 88.6 24.1 0.1 34.6 Y8 13.6 21.1 56.3 19.0 0.7 33.3 I wish to import the
2010 Aug 25
1
SEM : Warning : Could not compute QR decomposition of Hessian
Hi useRs, I'm trying for the first time to use a sem. The model finally runs, but gives a warning saying : "In sem.default(ram = ram, S = S, N = N, param.names = pars, var.names = vars, : Could not compute QR decomposition of Hessian. Optimization probably did not converge. " I found in R-help some posts on this warning, but my attemps to modify the code didn't change
2013 Jan 10
4
Minimum requirements for CentOS 4,5,6
Hey everyone, I'm trying to compile a document to send out to our customers that outlines the minimum and recommended requirements to run C4, C5, and C6. Does anyone know the particulars? When we order systems, it's usually Pentium Dual Core CPU, 120GB+ Hard drive, 2GB Ram. I need the ABSOLUTE MINIMUM requirements to install and run any of the aforementioned flavors as a
2015 Jun 11
2
Bridges, VLANs, Bonding on CentOS 7
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, some months ago I ran into a hassle with following, quite simple config that works on CentOS 6 and CentOS 5 extremeley well, for years. However, I have problems getting it running on CentOS 7. ,-- bond0.100 -- brbond0.100 -> (VMs) eth0 (eno1 on C7) --. | |--- bond0 ----|--
2007 Sep 27
2
create data frame(s) from a list with different numbers of rows
# Hello, # I have a list with 6 categories and with different numbers of rows. # I would like to change each of them into a unique data frame in order to match # values with other data frames and perform some calculations. # Or I could make each category or list element have the same number of rows and create one large data.frame. # below is a creation of a sample list # I apologize for the