CentOS 5 :: Modifying Repo File To Convert Kernel

Jul 9, 2010

I am trying to convert from using the base centos kernel to centosplus kernel. I have modified the CentoOS-Base.repo file to do this, including ensuring that I have excluded the kernel kernel-devel etc from base and updates. However when I do a yum update there is nothing to update. I have noted that my current kernel is kernel-2.6.18-194.8.1 whereas the current centosplus kernel seems to be 2.6.18-194.3.1. I presume that the problem is that the plus kernel is not as recent as the base kernel. Is this correct? What is the best way of converting to the centosplus kernel in these circumstances?

View 2 Replies


ADVERTISEMENT

Ubuntu :: 10.10 Kernel Updates Modifying Kernel Settings PenStick?

Jul 23, 2009

I have made a several modifications to my penstick running Xubuntu 10.10 that have greatly enhanced its performance. It took me several weeks to get to this point. I have added entries to /etc/rc.local and added kernel tweaks in /etc/grub.d/40_Custom so that my entries wont be erased. I have also added entries in my /etc/fstab. I have read this document in regards to the kernel but I am concerned about my /etc/fstab,/etc/rc.local and /etc/grub.d/40_Linux files being overwritten from updates.

[URL]

I am concerned about when one of my users decides he wants to run his updates via apt-get or package managers that all of the configs that I have done will be wiped away.

View 3 Replies View Related

Programming :: Modifying The Elevator.c Module In Kernel?

Feb 22, 2011

There is a file called elevator.c. It is written as a module (i.e it has specific init and exit functions). However we are not able to see it in lsmod listing. We are working on a project where we need to modify this file. Compiling every time we change something will be time consuming. Is it possible to compile just this file and insert it as a normal module?

View 6 Replies View Related

Fedora Security :: Modifying Grub Kernel Arguments Boots Directly Into Root?

Jan 21, 2011

I updated the kernel to 2.6.35.10-74.fc14.x86_64 and had to reinstall and rebuild the kernel module for my ATi driver as usual, so I edited the kernel arguments at the grub splash screen so that I could boot into single user mode and install the driver (i.e appending the relevant line with '1'). The interesting thing is, the system booted directly into single user mode as root when the system started up. No password was required.

View 6 Replies View Related

Fedora :: Modifying The File System?

Sep 18, 2010

How can I become root outside of the terminal? I want to be able to manipulate the file system (i.e. move files, delete files, rename files) in the file viewer GUI (not sure what it's called; I'd say "Windows Explorer" if I were talking about Windows).

Also, how can I manipulate (move, delete, copy, rename) files inside the terminal?

I do understand how to move around (change the working directory) in the terminal, and how to become root in the terminal, and naturally I understand how to move, copy, blah blah blah. I know the basic basics (just letting you know, I'm not the type of person who knows less about computers than a rock does).

View 2 Replies View Related

Networking :: Run The Interfaces File After Modifying?

Jan 26, 2011

I change the interfaces file to activate the DHCP service for my eth0.

How do I make the service active without booting the system. In other word, how do I run the modified interfaces file?

View 4 Replies View Related

General :: Hide The Presence Of A File By Modifying The Gid/uid?

Jan 8, 2011

Whether we could hide the presence of a file by modifying the gid/uid?

View 1 Replies View Related

Ubuntu :: Modifying Files With-in The File System?

Dec 28, 2010

I'm having difficulty installing a MOD for Lpanzer because I can not modify any files in the file system because I'm not the owner. According to permissions Root is the owner. So how do I either tell Ubuntu I'm the owner? Or do I need a utility program to get things going?

View 3 Replies View Related

General :: Install One Testing Package By Just Modifying Source.list File?

Apr 26, 2010

I want to pick up Python3 from squeeze, meanwhile I would like to stay with lenny with all other packages. Is this possible by just modifying source.list file?

View 2 Replies View Related

Ubuntu Multimedia :: Unable To Use 'convert' In Command Prompt To Convert Image File Format

Jan 19, 2010

I am trying to use 'convert' in command prompt to convert image file format.I get the following error.

convert: UnableToOpenConfigureFile `delegates.xml' @ configure.c/GetConfigureOptions/589.
convert: NoDecodeDelegateForThisImageFormat `airplane.jpg' @ constitute.c/ReadImage/530.
convert: MissingAnImageFilename `airplane.ppm' @ convert.c/ConvertImageCommand/2838.

View 3 Replies View Related

CentOS 5 :: Installing CentOS-DS - Cannot Get To The Extras Repo Due To Lack Of Wired Sans Internet Access

Dec 9, 2009

I am trying to install CentOS-DS on version 5.4 x86_64. I cannot get to the Extras repo due to lack of wired Internet access. I have wireless (except to server) and I have big UFD drives.

View 1 Replies View Related

CentOS 5 :: 5.3>5.4 Update Gave New CentOS-Base.repo.rpmnew?

Oct 22, 2009

Just checking to be sure. 5.3>5.4 update went without a hitch:) But a message ran about (/etc/yum.repo.d) CentOS-Base.repo.rpmnew. Comparing CentOS-Base.repo with the new one show the 1st has the correct priorities and .rpmnew does not have the correct priorities. Should I remove the *.rpmnew repo after making sure it otherwise is the same as the original CentOS-Base.repo?

View 1 Replies View Related

CentOS 5 :: Yum Repo Sorting (OR Yum's Insistence On Using Centos Mirrorlist)

Jan 22, 2009

I am not able to easily tell what yum is doing when attempting to decide what to do when given repo files that have defined the same name (eg "[updates]"). Yum seems to spot the dups, but seems to *always* select the mirrorlist from the CentOS-Base.repo. I have unsuccessfully tried to have my custom.repo come before the CentOS-Base.repo using 01custom.repo or CUSTOM.repo. My hope is just to overload yum into using the custom.repo *without* removing/modifying the CentOS-Base.repo. If I remove the CentOS-Base.repo, the custom.repo works. Even with all of the custom.repo, 01custom.repo or CUSTOM.repo in the yum.repos.d dir and no CentOS-Base.repo, yum does what I want.

View 4 Replies View Related

CentOS 5 :: Repo Which Allow Latest Softwares In Centos Like Fedora?

May 23, 2010

the best repo. of them all which includes all the software needed.?ans is there any repo which allow latest softwares in centos like fedora.????cause i don't want to install all repos.in centos 5.5.

View 1 Replies View Related

CentOS 5 Server :: After Modifying Iptables, Reboot Hangs On "starting Firewall"?

Mar 25, 2010

I have a CentOS 5.4 box that I am trying to set up as an OpenVPN server. So I modified the firewall by running the following script:

#!/bin/bash
#
# the following rules will flush out any existing chains

[code].....

View 2 Replies View Related

CentOS 5 :: Can't Get Repo GPG Key

Jun 23, 2010

The only thing is that rpm.hozac.com wasn't responding so I got my new kernel from a mirror site. However the mirror doesn't know anything about the GPG key. On the instructions page it said that rpm.hozac.com is "often unavailable" and gives an alternative location for the kernel download. But it doesn't say what to do about the GPG key! And I can't load the new kernel without the key.So, what do I do? (Apart from wait until the repository comes back online!)

View 1 Replies View Related

OpenSUSE Install :: Can't Boot On Ext4 Partition After Add Thumbleweed Repo And Update Kernel

Feb 9, 2011

Some times ago i add Tumbleweed repo to my Open Suse 11.3 64bit system & try to update. On every update with kernel by zypper up it make output like this

[code]....

View 9 Replies View Related

CentOS 5 :: Where Is Source RPM Repo?

Apr 3, 2009

I can not find the source rpm repo ! [URL]... We need to rebuild the rpm pack. with high file descripter. But I 'm suprized when I can't reach the srpm repo. where is the repo?

View 1 Replies View Related

CentOS 5 :: How To Update Repo For 'yum'

May 20, 2009

How to update repo for "yum"

View 1 Replies View Related

CentOS 5 :: In Which Repo Is Help2man ?

Aug 11, 2009

help2man doesn't seem to be in any of the karan repos or in the CentOS5.3 base repos. Is it available in any other repos?

View 1 Replies View Related

CentOS 5 :: How To Create Own RPM Repo

Sep 29, 2010

I'm writing a lot of RPM's and I would like to make some of them available to other users, through my website. On the server side, everything is set (directory structure, etc.). I just don't know how to build the custom .repo file, containing only my custom RPM's.
$ su -
# cd /etc/yum.repos.d
# wget [URL]

View 1 Replies View Related

CentOS 5 :: Mirror Changes In The Repo?

Jul 1, 2011

i want install goldendict and source downloaded and i want compile it. for compile i need this packages :

Building under Linux: Make sure you have those dependency packages installed: libvorbis-dev, zlib1g-dev, libhunspell-dev, x11proto-record-dev, qt4-qmake, libqt4-dev, g++, libxtst-dev, libphonon-dev. They can be named slightly different in different distributions

View 5 Replies View Related

CentOS 5 :: Died, Kernel File Not Found \ Get:Error 13: Invalid Or Unsupported Executable Format?

Aug 31, 2011

I have a weird problem with one of my servers (normal PC hardware). I was connected remotely using Putty, doing some stuff, and all of the sudden some commands, like "ls" stopped working, giving a "file or command not found" type of message. I restarted the ssh session, only to find out I couldn't log on any more (access denied). When I got home and rebooted the system, I was greeted with this:Booting 'CentOS (2.6.18-194.el5xen)'root (hd0,0)Filesystem type is ext2fs, partition type 0x83kernel /boot/xen.gz-2.6. 18-194.el5Error 15: File not foundPress any key to continue...Then I searched about this, found out that the files in /boot/grub/menu.lst did not exist at the specified location (/boot/xen.gz-2.6. 18-194.el5). Somehow I managed to find them in another place, copied them in place, and now I get:Error 13: Invalid or unsupported executable format

View 3 Replies View Related

Ubuntu Multimedia :: Convert An Ogv File To An Ogg Or Mp3 File - Or Really ANY Audio File ?

Jul 16, 2010

I would like to convert OGV files to audio format.

View 4 Replies View Related

General :: Convert Fdf File To Xsf File Or Xyz File On Ubuntu 9.10_32 Bit?

Nov 7, 2010

I want to convert fdf file to xsf file or xyz file on ubuntu 9.10_32 bit .

View 5 Replies View Related

General :: How To Use Beta Repo For Centos 5.5

Jan 10, 2011

I need to install on Centos 5.5 GLIBC version 3.x.The installed and available version is 2.5 only.Does anybody know how can I use a beta repo from Centos6?

View 5 Replies View Related

CentOS 5 :: Why Isn't PHP Updated In Official Repo

Mar 12, 2009

why don't CentOS update php version in official repo? It's been a while after 5.2.x is released... but CentOS's official repo users are still on 5.1.6

View 5 Replies View Related

CentOS 5 :: Yum Repo That Support GnuGk

May 4, 2009

Any official or 3rd party yum repo that supports gnugk (GateKeeper for VoIP)? I am trying to install gnugk in a centos 5 environment.

View 2 Replies View Related

CentOS 5 :: Yum Repo Not Working Correctly

Oct 28, 2009

I just created a repository for CentOS 5.3 and 5.4 on my webserver for the network to use. I followed the steps listed here: [URL] All went well up until testing out the repository. Here is the output of "yum update"

[root@titan yum.repos.d]# yum update
Loaded plugins: downloadonly, fastestmirror, priorities
Repository base is listed more than once in the configuration
Repository extras is listed more than once in the configuration

[Code].....

I'm unsure as to why yum is looking in the "5" directory instead of "5.3" or "5.4" and it looks like that is the only issue. It seems as though $releasever is returning 5 instead of the current 5.3 that this system is on.

View 1 Replies View Related

CentOS 5 :: What Is Gpgcheck In .repo Files

Dec 8, 2009

what is gpgcheck in .repo files in the /etc/yum.repo.d directory

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved