CentOS 5 :: How To Install Custom Packages
Apr 10, 2009
I'd like to install a package named "pppoeconf" on my CentOS system. I try with "yum install pppoeconf" but the result is "nothing to do" (see below):
It seems that I have missing repositories and I don't know which repositories are good for CentOS. How to fix my repos?
[trixbox1.localdomain yum.repos.d]# yum install pppoeconf
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
epel 100% |=========================| 2.1 kB 00:00
kbs-CentOS-Misc 100% |=========================| 951 B 00:00
atrpms-testing 100% |=========================| 2.2 kB 00:00
trixbox 100% |=========================| 1.1 kB 00:00
base 100% |=========================| 1.1 kB 00:00
trixboxaddons 100% |=========================| 951 B 00:00
updates 100% |=========================| 951 B 00:00
kbs-CentOS-Extras 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
atrpms-stable 100% |=========================| 2.2 kB 00:00
addons 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 98 kB 00:03 148/148
Reducing RHEL 4 5 - i386 - ATrpms to included packages only
Finished
Reducing RHEL 4 5 - i386 - ATrpms to included packages only
Finished
Parsing package install arguments
Nothing to do
[trixbox1.localdomain yum.repos.d]#
View 1 Replies
ADVERTISEMENT
Jan 14, 2010
What i want to be able to do is create a custom kickstart for my centOS 5 server. I want to create a bootable cd that I can pop in my server and basically walk away for 45 minutes and I come back and its fully installed. All the directions I have read so far tell me that I have to create a seperate ks.cfg and then I need my original centos cd to get it booted. Then the cd will ask for where the ks.cfg file is and I have to type the location. I just want to pop the CD in and type in linux_clean or something and have it perform a custom install based on the information and specification in my ks.cfg. How can I go about doing this?
View 1 Replies
View Related
Jan 15, 2010
I need to make a custom ks.cfg DVD for my centOS 5 install. I figured I would download the 5.4.iso. My question is will packages from previous version of centOS 5.0-5-3 work with my 5.4 centOS image?
View 3 Replies
View Related
Mar 3, 2010
I have compiled and created a kernel rpm kernel-2.6.18165.11.1.el5-3.i386.rpm
then created initrd image
I have installed the above via kickstart installation
%post
mount xxx.xxx.x.xx:/var/www/html/os/i386 /mnt/tmp
cd /mnt/tmp
rpm -uvh kernel-2.6.18165.11.1.el5-3.i386.rpm
cp initrd-2.6.18-165.11.1.el5.img /boot
[Code]....
View 2 Replies
View Related
Jun 15, 2011
We have an appliance with image being installed from CD/DVD installation
This appliance image is based on CentOS 4.7 kernel/installer/etc. Everything works fine, we ship this product for about 2 years. Recently I had to move it (port everything) to CentOS 5.5 Everything went fine and it works fine except one minor thing )) We can't install it from CD/DVD image yet. Actually it start fine, finds kickstart file, creates partitions correctly, copies install image to harddrive, but fails the next step when it tries to install RPM's
The message we get:
Quote:
the file termcap-5.5-1.20060701.1.noarch.rpm cannot be opened. This is due to a missing file, a corrupt package or corrupt media. Please verify your installation source. If you exit your system will be left in an inconsistent state that will likely require re-installation"
View 2 Replies
View Related
Oct 30, 2009
I'd like to install centos from a USB stick on to a hard drive and also include a custom kickstart on the USB stick to run post-build scripts or install additional packages, which the additional packages would also be on the USB stick..Are there any howto's already written?
View 2 Replies
View Related
Dec 28, 2009
Just spent three whole days barking up the wrong tree, solving Fedora 11 and Fedora 12 boot failures because the correct hypothesis was illogical: installation did not update/modify the initrd.
The first couple of times I installed Fedora 11 on the HighPoint Technologies RocketRaid 2640x4, the installation inserted my "custom" driver module (rr26xx) into the initrd, permanently, so that the system booted off the controller card for which the custom driver was inserted. (I yelled about this success in this thread: [url]
My most recent installs of BOTH F11 and F12 on the RocketRaid failed to properly set up the boot. It turns out that the "rr2640" module I "slipstreamed" into the installation process was *NOT* permanently added to the initrd by anaconda. (F12 gave me "no root device found boot has failed, sleeping forever", on boot; F11 hung also, without such error, I presume, during the init script execution). Because of limited resources and time, I only know for sure the module was missing from the F11 initrd, and am ASSUMING the same was the case with F12.
The only difference between the successful installs and the ones with failed boot is that the successful installs were made on a single-drive (JBOD) mode on the controller; whereas, the failed ones were placed on RAID 5. But, AFAIK, the created logical device for the card is "/dev/sda", in both cases, and the kernel can not distinguish between the two cases (or can it?). Thus, the inconsistency cost me a lot of time, and is still inexplicable to me.
Question: What is the best way to deal with custom drivers, today? There are custom spins, and many tools, like isomaster. Stupid question: Is there a way to modify the initrd inside an installer ISO -- be it for CD/DVD/USBboot drive -- beefing the init RAM disk with whatever modules you'd like, for the boot process (using, say, isomaster)?
And what makes anaconda understand that a module must be added to the initrd ? How can one force anaconda to do so?
How does moving to dracut as the initrd tool affect any/all of the above?
View 1 Replies
View Related
Oct 18, 2009
I have CentOS 5.3 and need to configure the host for uclinux. I get "No package NN available"??
[Code]....
View 4 Replies
View Related
Jul 22, 2009
I would like to do a base install of centos 5.3 (using the net install cd) and when I go and basically deselect all the packages it wants to install -- it goes ahead and installs them anyways. How do I go about preventing this?
View 9 Replies
View Related
Jan 15, 2010
I basically just want to be able to run XFree86 on one of my clients and have networking support. Does anyone know what packages I need to add in my ks.cfg to meet this requirement?
View 4 Replies
View Related
Jul 2, 2011
I want to build my own binary package that replaces several from the repositories.But then whenever I install something that depends on libffado2, aptitude wants to uninstall mypkg and install libffado2. Why doesn't Provides work here?
View 3 Replies
View Related
Aug 18, 2010
I just made a custom ubuntu, following these instructions [url], and it works great, but during the install ubiquity tries to check the cd for extra packages... and prompts an error... but it doesn't have any packages nor it is needed to have... i just want that ubiquity skips this instruction.... I'm guessing the correct pressed instruction will solve this, but I can't find any mention to this...
View 1 Replies
View Related
Apr 23, 2010
I want to create a LiveDVD with lots of packages that do not exist in repos. Stuff that I built from source...
OpenFOAM with my own customized solvers and utilities, Tetgen, Netgen ,GMSH with OpenCascade support, BRL-CAD, Code-Aster, Salome Platform, Code Saturne, FreeMat, K3d...
Some of these apps have been compiled with Intel development toolbox, icc/ifort/mkl. Mainly scientific/Engineering stuff. How do I include all these packages in a custom Live Build...?
View 7 Replies
View Related
Aug 12, 2010
During the install ubiquity tries to check the cd for extra packages... and prompts an error... but it doesn't have any packages nor it is needed to have... i just want that ubiquity skips this instruction.... I'm guessing the correct pressed instruction will solve this, but I can't find any mention to this...
View 1 Replies
View Related
Jul 17, 2010
I'm a bit of a noob at Ubuntu (I can use the terminal and stuff though), and I want to know if I can specify a custom server for downloading updates and packages.I am running Ubuntu 10.04 and I want to use Adam Internet's FileArena server: [URL]... It's not listed in the list of servers and I want to know how I can add it or use it(because downloads from there don't count towards my download allowance).
View 5 Replies
View Related
Oct 11, 2010
I would like to install a fresh copy of 10.10 with only the software packages I want. Would I be able to accomplish that using the Alternate CD?
View 3 Replies
View Related
Apr 19, 2011
First time posting here, sort of long time slacker with some gaps in between... Anyway, I have a sort of question/feature request. First of all, I fully understand the KISS philosophy from Slackware. Story: I co-worker of my was looking for a Linux distro to install into a VM that he would be able to carry around in an USB memory from work to home. I suggested for him to try slackware. However, he has a limitation of ~2gb to the installation size, and he doesn't need most of the packages. With this in mind, I helped him select the more relevants one, but it was a pain to make an installation that both works AND attends the 2gb maximum limitation.
From that experience, and also having in mind the KISS philosophy from Slackware, comes my question/sugestion: why not provide an install option like "Custom Packages Script", that will load a single script file from a USB/mounted partition and install pre-selected packages that a person has selected and build the script from? This would allow anyone to build a custom Slackware installation and share it with the community.
View 7 Replies
View Related
May 15, 2009
Hardware:2x Intel Xeon E5520 @ 2.26 Intel Server Board S5520UR LSI 8888ELP raid controller
Anyone gotten CentOS 5 to install on this hardware? The installer boots and partitions the drive, but either crashes during formatting of the partitions or during package installation with a kernel panic.
View 1 Replies
View Related
Apr 26, 2010
how to add a new package to my kickstart
#System language
lang en_US
#Language modules to install
langsupport --default=en_US
[code]....
The package i want to add is a network software [URL] what is the command i have to add to my post section after i download ntop.
ntop is in xxxx.tar.gz
View 2 Replies
View Related
Jul 24, 2010
I am looking for the following missing packages for CentOS 5.5 (64 bit OS) which are required to install Oracle 11g and Oracle 12.1.1 EBS:
When I run yum install for these packages, the yum command cannot find these versions for CentOS 5.5.
openmotif21-2.1.30-11.EL5.i3861
xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386
binutils-2.17.50.0.6-9.0.1.x86_642
* gcc-4.1.2-14.el5.x86_64
[Code].....
where I can download these for CentOS 5.5? Would I use the same rpms for Red Hat Linux or Oracle Enterprise Linux 5.5?
View 1 Replies
View Related
Apr 2, 2009
Ok so I am doing a fresh install of 5.3 .... At the begning of the install after i get into it a get a screen that says "What type of media contais the packages to be installed?" with options... Local CDROM, HD, NFS Imahes, FTP, HTTP.I have a LG GH22NP20 that installed 5.2 fine on the system..... And can load the cd....?>
View 19 Replies
View Related
Nov 10, 2009
I am having new hardware and IDE driver for that hardware as drive disk image (it8213_centos53.img). CentOS 5.3 installation is working fine with drive disk image at USB and CentOS 5.3 at DVD. Our application uses CentOS 5.3 and we build a custom kick-start ISO for installations. Using that ISO client is going to install on all hardware boxes.
Note while installing :
a) No network connection is avalible.
b) No USB isavalible.
c) No floppy is avalible.
d) Only single CD-ROM is avalible.
So, is it possible to build single custom kick-start CentOS 5.3 ISO which contains dirve disk image and entire installation will be done using that image. If so please let me know the steps to build it.
View 2 Replies
View Related
Apr 30, 2010
Whenever I do sudo apt-get or use the Ubuntu Software Center, I can't download anything because a message comes up saying "Action requires installation of untrusted packages: The action would require the installation of packages from not authenticated sources." I've been trying to download GIMP and Thunderbird, so... I dunno what the problem is.
View 8 Replies
View Related
Aug 31, 2011
I just upgraded from 11.2 to 11.4 and the installation/upgrade worked just perfect. I than followed the instructions in the "New User How To/FAQ", "Multimedia and restricted format" post. I was following the instruction in the 11.4 section. I added the additional repositories as explained. I then was on the section where it talks about going into software management and selecting the "Packman" repository and clicking to "switch systems packages" to the versions in this repository (packman). I than click this link and the "warning" screen appears and I am present with conflict resolution after conflict resolution dialog. It just seems that there are some many conflicts, it just seems wrong and I canceled.
The installation/upgrade appears to have worked just fine. My mail is there, audio and dvd play back worked the first try after the upgrade. I am not clear if this is what I should expect or their is something wrong or if I even need to complete this step for a successfully installation.
View 3 Replies
View Related
Mar 31, 2011
im using fedora 14 and i have a slow internet connection. i want 2 install some packages from the fedora 14 dvd instead of downloading from internet using add/remove packages. i tried to edit /etc/yum.repos.d/fedora.repo and /etc/yum.repos.d/fedora-updates.repo but it dint work.
View 2 Replies
View Related
Jan 5, 2010
HOW TO INSTALL PACKAGES IN IT ,IT SHOWS SOME ERROR (Cannot install source packages) OR (No packages were given for installation.)
View 5 Replies
View Related
Mar 19, 2010
What is the best way for custom partitioning. I am completely new to Linux. So i dont know what to do.I have 500 GB of disc space.I also have 3 GB RAM.I mean i don't understand the process so
1: it askes for the partition to install linux /
2: swap partition - what is it and what is it for?
3: there can be some other partitions. Will others be visible? if i create them? how are they called and what are they used for) Mb there is something such newb as me should know about it?) I can format only space used for / and other unused space i can format later when linux installed and I am more used to it. When i know what it is for?
View 9 Replies
View Related
Mar 17, 2009
I have a script in /etc/init.d that starts when the machine boots up, but doesn't stop when the the machine shuts down.This simple script recreates the problem. It just logs when the 'testservice' is started and stopped. When the shutdown -h now command is run, it should be called with the 'stop' parameter shouldn't it?
# Att /etc/init.d/testservice
#!/bin/sh
#
[code]....
View 12 Replies
View Related
May 27, 2009
I have builded my kernel through wiki manual, BUT, the kernel-headers rpm-package has not been builded. Now i have only two packages: kernel and kernel-devel. Is that ok? (i think, that it is not ok, because when i build the same version of kernel on x86_64 platform, after rpmbuild command i have kernel, kernel-devel and kernel-headers packages) My CentOS version is 5.2; platform i686; kernel, kernel-headers, kernel-devel packages 2.6.18-92.el5.
View 6 Replies
View Related
Mar 10, 2010
the custom-yum.sh script (or, whatever you say ) below:
#!/bin/bash
## Mounting CD/DVD ##
echo "Mounting CD/DVD in /media"
mount /dev/hdc /media
[Code].....
View 13 Replies
View Related