Displaying 20 results from an estimated 1000 matches similar to: "Guide to stripping Centos 3"
2020 Feb 17
1
R-3.6.2 make check fails
You're definitely missing bits of texlive. Lots of "missing file: mf" in
your debug logs.
I think you need to start with installing texlive-metafont.
Alternately, there are pre-built R 3.6.2 packages for EL-7 here:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1421894
I cannot push them as official updates to EPEL because of the catch-22
created by R's dependency on
2008 Aug 22
1
A couple of minutes on GnuPG and signing files
There has been a notice of a breach (see: CVE-2007-4752) as to
some binary content upstream of CentOS. I do not address that
matter here beyond stating that the CentOS team have responded
to the matter, and will continue this review process:
updated 22 Aug 2008 CentOS acknowledge CVE-2007-4752 and are
reviewing our build and signing processes and hosts for signs
of tampering subsequent
2009 Jul 30
5
Open Letter to Lance Davis
I seem to be having network and email issues tonight; please
excuse any duplication
-- Russ herrold
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
HTML dump on Thu Jul 30 00:30:33 EDT 2009
http://www.centos.org/
Open Letter to Lance Davis
July 30, 2009 04:39 UTC
This is an Open Letter to Lance Davis from fellow CentOS Developers It is
regrettable that we are forced
2010 Aug 27
2
doco bug as to http://wiki.centos.org/HowTos/Custom_Kernel
and AJB kernel-2.6.35-3.bcat.src.rpm
[I see AlanBartlett as the last editor on that page]
I have installed the given ajb source rpm
kernel-2.6.35-3.bcat.src.rpm, and verified that it is intact:
[herrold at kernel-bleeder linux-2.6.35.i686]$ rpm -Vp ~/build/ajb/sources/kernel-2.6.35-3.bcat.src.rpm
warning: /home/herrold/build/ajb/sources/kernel-2.6.35-3.bcat.src.rpm:
Header V3 DSA signature:
2007 Jun 07
2
procmail, and the care and feeding of mailing list content received
Some threads just go on too long. Personally I think a troll
has hijacked the main centos list again and is inducing food
fight behaviours while that troll perfectly 'innocently'
asserting that it is just respoding to all email.
see:
http://video.google.com/videoplay?docid=-4216011961522818645
for a discussion of the problem of 'capture' in FOSS projects.
But if one loses
2011 Mar 23
1
how can we help? was: Re: The delays on CentOS 5.6 are causing EPEL incompatibilities
2011/3/23 R P Herrold <herrold at owlriver.com>
> This comes and goes, and really there is no substitute for actually
> 'doing' rather than
> talking in the cloister
>
> as i see it, the problem is while the users expectation has grown, the work
became harder. so i believe the real question is: how can we help the CentOS
project? how can we unload the developers so
2007 Apr 13
2
Anaconda can't squeeze out the repomd.xml
Greetings.
There must be some minor changes to anaconda. I'm getting the error:
"Cannot open repomd.xml file...."
the file seems to be located in the repodata directory...
I'm using the following .cf taken directly from the CentOS 4.4 install :
install
url --url ftp://centos.westmancom.com/5.0/os/i386/
#cdrom
lang en_US.UTF-8
langsupport --default=en_US.UTF-8 en_US.UTF-8
2010 Nov 18
1
kickstart raid disk partitioning
Hello.
A couple of years ago I installed two file-servers
using kickstart. The server has two 1TB sata disks
with two software raid1 partitions as follows:
# cat /proc/mdstat
Personalities : [raid1]
md1 : active raid1 sdb4[1] sda4[0]
933448704 blocks [2/2] [UU]
md0 : active raid1 sdb1[1] sda2[2](F)
40957568 blocks [2/1] [_U]
Now the drives are starting to be failing and next week
2005 Jun 17
1
kickstart software raid on sata drives
This is what I have for configuring software raid on sata drives in my
kickstart config
<snip kickstart.cfg>
clearpart --initlabel --all
part swap --size=2048 --ondisk=sdb
part swap --size=2048 --ondisk=sda
part raid.01 --size=101 --ondisk=sda
part raid.02 --size=101 --ondisk=sdb
part raid.04 --size=1 --grow --ondisk=sdb
part raid.03 --size=1 --grow --ondisk=sda
raid / --fstype ext3
2020 Feb 17
1
R-3.6.2 make check fails
Thanks. Here are my results for the commands you list:
> which pdflatex
/bin/pdflatex
> rpm -qf /usr/bin/pdflatex
texlive-latex-bin-bin-svn14050.0-43.20130427_r30134.el7.noarch
> cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
> rpm -qi texlive-latex-bin-bin-svn14050.0-43.20130427_r30134.el7.noarch
Name : texlive-latex-bin-bin
Epoch : 2
Version :
2008 Apr 30
4
kickstart question
I have a couple lines like:
part / --ondisk=sda --fstype ext3 --size=20000 --asprimary
part swap --ondisk=sda --size=4000 --asprimary
part /home --ondisk=sda --fstype ext3 --size=1 --asprimary --grow
in my kickstart file.
Is there a way to have 1 kickstart file that works for hda and sda both???
So I would like to have 1 kickstart file that works for either a hda
2006 Apr 22
2
kickstart
Hello,
I've been trying to kickstart a install centos from a USB memory stick.
Everything with that is working fine, but I seem to be having a problem with
the ks.cfg file.
When I boot the install media from the usb drive, the the boot prompt I type
linux ks=hd:/dev/uba1/ks.cfg
Then I peek at the logs and it even says
* getting kickstart file
* getting kickstart file from harddrive
*
2019 Jul 09
2
adding uefi to kickstart CentOS 7
I am trying to add an efi partition to my working kickstart file.
bootloader --driveorder=sda --append="rhgb quiet biosdevname=0
net.ifnames=0"
clearpart --all --initlabel
part / --ondisk=sda --fstype xfs --size=20000 --asprimary
part swap --ondisk=sda --size=4000 --asprimary
part /boot/efi --ondisk=sda --fstype efi --size=1000 --asprimary
part /home --ondisk=sda
2006 Mar 14
8
PXE boot, Kickstart NFS install and %include...
I was just wondering how (or indeed if) people use the %include
directive in Kickstart configuration files when building systems via
NFS. I've been trying to modularise our Kickstart files a little to
make things more readable, having generic defaults and role specific
stuff split out into separate configs.
I've tried this configuration...
[root at archive kickstart]# cat
2006 Sep 28
4
Trimming the fat out of a Centos 4.4 Installation
Hi, just to avoid re-inventing the wheel, is there any document that
can help me reduce even further a "minimum" installation of Centos 4.4
(BTW can you say 600mb is minimum)?
I am in the process of creating a small Centos-4.4-based Asterisk box
and I need to boot it from a CF card. Deleting useless packages will
help me do what i want.
Example: even a minimum install of Centos 4.4 (or
2006 Sep 28
4
Trimming the fat out of a Centos 4.4 Installation
Hi, just to avoid re-inventing the wheel, is there any document that
can help me reduce even further a "minimum" installation of Centos 4.4
(BTW can you say 600mb is minimum)?
I am in the process of creating a small Centos-4.4-based Asterisk box
and I need to boot it from a CF card. Deleting useless packages will
help me do what i want.
Example: even a minimum install of Centos 4.4 (or
2007 Jun 07
2
error in kickstart file for raid1 setup
Hello,
I'm trying to do a kickstart install of centos5. I'm pulling it off a
network server and i'm getting an error, in the parsing of the file. It
refers to line 31, i'm not going to show the complete file, but here is the
indicated line:
raid swap --fstype swap --level=RAID1 raid.4 raid.7
and the raid lines:
part raid.7 --size=512 --ondisk=hdb
part raid.4 --size=512
2019 May 08
5
kickstart compat C7 -> C8
Hi all,
I still use the following kickstart partition scheme for C7 installations (via virt-install):
Briefly, fixed size for /root and /boot, and the rest is filled up for /srv.
The same kickstart (despite that c7 uses vda, f29 uses sda) doesn't work with Fedora29 (EL8).
I get a "device is too small for new format" error. Any hints?
part /RESCUE --fstype="ext4"
2012 Mar 06
1
kickstart partitioning and cylinder boundary
As I understand anaconda uses parted to partition (starting from
centos 6), using this as example (kickstart configuration file):
clearpart --all --drives=sda --initlabel
part /boot --asprimary --size=200 --fstype=ext2 --ondisk=sda
part swap --asprimary --size=16384 --fstype=swap --ondisk=sda
part / --asprimary --size=512000 --fstype=ext4 --ondisk=sda
part /scratch --asprimary --size=1 --grow
2012 Mar 02
1
rename of EOL page needed
I've updated:
http://wiki.centos.org/HowTos/EOLC3
which, of course no longer applies to just one major release
I am unfamiliar with the process of pushing through a rename
of a page, but I see copies of change notices with Ralph doing
it from time to tome. May I request an assist here please?
-- Russ herrold