similar to: looking for 4.2 minimal kickstart

Displaying 20 results from an estimated 4000 matches similar to: "looking for 4.2 minimal kickstart"

2019 Sep 06
2
configure: error: fd passing is required for Dovecot to work
Hello I changed our old gcc compiler from the version: gcc-4.1.2-13.fc6 to the newer one: gcc version 8.3.0 (GCC). Then I wanted to compile: Dovecot 2.3.7 and I get the following error with ./configure CPPFLAGS="-I/usr/local/openssl/include" \ LDFLAGS="-L/usr/local/openssl/lib" \ ./configure --prefix=/usr/local/dovecot \ ????? --disable-static \ ????? --with-ssl=openssl
2014 Apr 17
2
cannot kickstart centos 6 on Dell Blade error cannot find c0t0
I have an intermittent problem with my Dell blades, out of 80 blades 69 of them kickstarted Centos 6 fine using PXE The other 11, I get a c0t0 not found error (indicating it is not finding the local disk on the blade). I can remote mount the iso image and do a basic install of centos on these blades, but when I go to do a pxe boot it gives me that error again. I have googled the issue and
2016 Aug 20
2
Kickstart issue with UEFi
Hi, I have a test system that booted fine using "Legacy Bios? mode and using the following Kickstart snippet configured the disks correctly:- # Clear the Master Boot Record zerombr # Partition clearing information clearpart --all --initlabel # Disk partitioning information part raid.01 --fstype="raid" --ondisk=sda --size=500 part raid.02 --fstype="raid" --grow
2019 Jun 19
1
Cannot connect to DOVECOT from Roundcube using SSL on Port 993
Hello I try to connect to dovecot from roundcube using this setup: $config['default_host'] = 'ssl://chogolisa.akadia.com'; $config['default_port'] = 993; and I get the following error message from dovecot: Jun 19 11:30:21 chogolisa dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=84.253.50.195, lip=84.253.50.195, TLS handshaking:
2007 Jun 03
2
zaptel on CENTOS servercd
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Khaled Chehab > Sent: Sunday, June 03, 2007 6:58 AM > To: 'Asterisk Users Mailing List - Non-Commercial Discussion' > Cc: asterisk-users-bounces@lists.digium.com > Subject: [asterisk-users] zaptel on CENTOS servercd > >
2008 May 29
2
servercd i386 5.1
I am looking for the servercd for i386 centos 5.1 on the mirrors. Not finding it though. Can someone point me to it. Thanks, Jerry
2010 Jan 25
1
reshape package cast() function
Hi all, I think I'm cracking up. Please help me understand why I'm getting different results with m.test and m.test2 in the example below. > library(reshape) Loading required package: plyr > > m.test <- data.frame(id = factor(rep(1:10, 2)), variable=rep(c("var1","var2"),10), value=rnorm(20)) > cast(m.test, ...~variable, value="value") ## cast
2007 Dec 06
3
Minimal install for CentOS 5?
Hello, I'm new to the linux world (long time FreeBSD user), and I'm wondering if there's an easy way to install CentOS 5 without the GUI and unnecessary services? I see there's a server cd for CentOS 4, but I didnt see anything like that for CentOS 5. Am I looking in the wrong places, or is it just necessary to manually select the minimal set of packages? Thanks, Aaron
2007 Mar 22
1
4.4 i386 Server CD actually 64-bit?
Just downloaded the CentOS 4.4 i386 Server CD. The md5sum on the file matches: My file: 8ccb89265b16ca551bd04a15b3cf59a1 (CentOS-4.4.ServerCD-i386.iso) md5sum.servercd: 8ccb89265b16ca551bd04a15b3cf59a1 (CentOS-4.4.ServerCD-i386.iso) However, when I boot up with the CD on a Compaq Armada E500 laptop (Pentium III), the following message pops up: "Your CPU does not support long
2009 Oct 25
1
A naive question about permutation tests in the coin package
Dear R helpers, I am trying to understand how to use the independence_test function in the coin package. I think I suffer from a misunderstanding about what the package does. Either that or I do not understand how to use it properly. Specifically, I cannot understand if I can test independence of arbitrary statistics. Take the following example: set.seed(10) d <- data.frame(y = c(rnorm(10,
2007 Oct 25
2
Novice programing question
Hi all, I apologize for the ignorance implicit in this question, but I'm having a hard time figuring out how R functions work. For example, if I wanted to write a function to compute a variance, I would do something like >my.var <- function(x) (sum(((x-mean(x)))^2))/(length(((x-mean(x))) ^2)-1) And this seems to work, e.g., > my.var(V1) [1] 116.1 > var(V1) [1] 116.1
2006 Jan 20
2
HP NetServer LC2000r and LH6000r install woes
hello folks! i've got four HP NetServers, two LC2000r and two LH6000r. the CentOS 4.2 ServerCD can't see hard drives on any of them. each machine has a HP NetRAID controller; the LC2000rs have a NetRAID-1Si and the LH6000rs have an Integrated NetRAID. each controller has three 9GB drives, two mirrored and one hotspare. each machine boots ok (the LC2000rs need "linux
2010 Feb 17
1
Package or function for selecting matched pairs?
Hi all, I am designing a study in which I am selecting a subset of college courses to be randomly assigned to one of two conditions. I would like to create matched pairs of courses, and then randomly assign them to condition within each pair. I would like to identify, for each course, the one that best matches it, and quantify how well it matches. Here is a much simpler data set for purposes of
2006 May 12
1
4.3 ServerCD
I'm building some new servers next week, and I'm wondering if I should wait for the 4.3 ServerCD or just use the 4.2 ServerCD. Is there an ETA on 4.3? Thanks for the great work, Michael Grinnell
2017 Aug 23
2
Getting all possible combinations
> On 23 Aug 2017, at 20:51 , Ista Zahn <istazahn at gmail.com> wrote: > > On Wed, Aug 23, 2017 at 12:35 PM, Bert Gunter <bgunter.4567 at gmail.com> wrote: >> ummm, Ista, it's 2^n. > > ummm yes ughhhh. > You didn't really say otherwise: sum(choose(n,0:n)) == 2^n by the binomial expansion of (1+1)^n (but you knew that) This points to a different
2011 Mar 11
4
Any existing functions for reading and extracting data from path names?
Hi helpeRs, I have inherited a set of data files that use the file system as a sort of poor man's database, i.e., the data files are nested in directories that indicate which city they come from. For example: dir.create("deleteme") for(i in paste("deleteme", c("New York", "Los Angeles"), sep="/")) { dir.create(i) for(j in
2005 Nov 16
2
Downloading v4
Hi List; I see in the 4.2 downloads area the following: [ ] CentOS-4.2-i386-bin1of4.iso 11-Oct-2005 13:07 618M [ ] CentOS-4.2-i386-bin2of4.iso 11-Oct-2005 13:13 635M [ ] CentOS-4.2-i386-bin3of4.iso 11-Oct-2005 13:20 639M [ ] CentOS-4.2-i386-bin4of4.iso 11-Oct-2005 13:22 217M [ ] CentOS-4.2.ServerCD-i386.iso 07-Nov-2005 04:36 558M What is the
2009 Aug 25
2
how to pass user input to a function?
Hi everyone, I'm building a website (http://yourpsyche.org) using Jeffrey Horner's awesome Rapache module. I want to take user input, and pass it to an R script. At first I was simply using if else statements, but after a while I had so many nested if else's in my code that my head was spinning. So then I started using cat() and source() to write temporary files and read them back in
2007 Feb 05
2
CentOS 4.4 ServerCD
Hi Friends.. My name is Alexander... I installed CentOS 4.4 x86_64 Server from ServerCD. My questios is: If I can install develop tools from CD's CentOS 4.4 x86_64.. Help me please... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070205/a60ef43e/attachment.html>
2017 Aug 23
3
Getting all possible combinations
ummm, Ista, it's 2^n. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Wed, Aug 23, 2017 at 8:52 AM, Ista Zahn <istazahn at gmail.com> wrote: > On Wed, Aug 23, 2017 at 11:33 AM, Christofer Bogaso >