CentOS 5 :: Find A Bunch Of GDM Theme RPM's For CentOS 5.4?

Nov 9, 2009

Where can I find a bunch of GDM theme RPM's for CentOS 5.4? All my efforts at Googling only results in Ubuntu (.deb) themes.

View 4 Replies


ADVERTISEMENT

CentOS 5 :: The Centos-release-notes Package Simply Contains A Bunch Of Text/html Files That Nothing Else Relies Upon?

Apr 3, 2009

Why does centos-release-notes have any dependancies ?

I can see no reason why centos-relese-notes should depend on centos-release when I try "yum erase centos-release-notes" I am told there are 72 dependancies including completely irrelevant packages such as tar all because of this unnecessary dependancy.

The centos-release-notes package simply contains a bunch of text/html files that nothing else relies upon, so why the dependancies ?

View 4 Replies View Related

CentOS 5 :: Installation Of Compiz-fusion Theme In Centos-5?

Mar 21, 2009

can anyone know how to install the compiz-fusion desktop theme on centos-5which is very great experience and fun, like Macos X like look and feel.

View 1 Replies View Related

CentOS 5 :: Centos 5.2 Installed On /dev/hda3, Won't Boot, Cant Find Grub Stage 2?

Nov 10, 2009

I just upgraded by box from Fedora Core 9 to Centos 5.2. Finally!I have a 500GB SATA drive, it's partitioned into three equal size slices, hda1 through 3. The old Fedora was on hda1, I installed the new Centos on hda3. I instructed the installer to write the MBR to /dev/hda, not /dev/hda3. Fdisk says I have sector 0 unused.First, the system wouldn't boot - it just looped through the BIOS, rebooting over and over again. The BIOS sees the disk, but it never loaded Grub. I tried re-running grub-install /dev/hda, and not I get a Grub Error 17 after stage 1.5 loads.

I can boot from rescue OK, the grub.conf man menu.lst look fine, it's pointing to "root (hd0,2)". It's either the BIOS that can't find the MBR, or the MBR can't find Grub.When I looked at the disk with fdisk after the install, hda1 was still marked bootable, hda3 was not, so I swapped bootable flags but that has not made a difference. I also appended the new grub to the old grub thinking I could get the MBR (if it is there) to load the old grub and thence find the new Centos, but that didn't work either.Mobo is an old Shuttle AK35.Any ideas? Did I mess up by not telling the system to put the MBR on /dev/hda3? Is there a way to fix this without reinstalling?

View 2 Replies View Related

CentOS 5 Server :: Cannot Find Mysqld, Safe_mysqld, Mysql_install_db In CentOS 5.1

Apr 2, 2009

I've installed the CentOS 5.1 from a CD only yesterday and everything is working fine except Mysql that came from the CD distribution. I have detected that my system has mysql.

[root@onion /]# rpm -qa |grep mysql
mysql-5.0.22-2.1.0.1
[root@onion /]# find . -name mysql
./usr/bin/mysql
./usr/share/mysql
./usr/lib/mysql

However I'm unable to find mysqld, safe_mysqld or mysql_install_db in my filesysytem.

[Code]...

View 3 Replies View Related

Software :: List / Find / Compare The Program Versions On A Centos System Against Redhat / Centos Errata / Security / Bug Lists?

Mar 30, 2011

Is it possible to list/find/compare the program versions on a Centos system, against Redhat/Centos Errata/Security/Bug lists? Sort of looking for a way to make sure that all the packages on a system are ok, and not a security risk-- Without having to update every package. A pseudo code, in my mind is:

[Code]...

View 2 Replies View Related

CentOS 5 Networking :: Find Whether Firmware Is Installed In CentOS 5.4?

Jan 19, 2010

I am trying to get the wireless enabled in my laptop. Following is the dmesg log I get:

ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection

[code]....

View 3 Replies View Related

CentOS 5 :: Find A SIProxd RPM For CentOS 5.4/5.5 ?

Sep 19, 2010

where I can find a SIProxd RPM for CentOS 5.4/5.5 ? (64 bit architecture)I can't seem to find one and when I did an install from source, due to problems with libosip2, it gave me this error: [root@static-host src]# siproxd siproxd: error while loading shared libraries: libosip2.so.4: cannot open shared object file: No such file or directory

View 1 Replies View Related

CentOS 5 :: GDM Theme CentOSCubes Misses Background2 File

Apr 3, 2009

CentOS 5.3 x86_64.The GDM theme CentOSCubes misses a background2 file.I guess the file should be in the redhat-logos rpm package.

View 1 Replies View Related

CentOS 5 :: Installation Of Guest CentOS 5.5 DomU On Centos 5.5 Xen Dom0?

Aug 4, 2010

Problems with xen 3.1.2 creating and installing domU CentOS 5.5 I am trying to do a virt-install --prompt --paravirt, and the install error out while trying to download install RPMs. I have googled for xen centos virt-install and various permutations. I have found similar howtos for 5.4 and 5.3, but they resulted in the same outcome. I did find several posts with similar issues, but no solution was posted.[URL]..

View 4 Replies View Related

CentOS 5 :: Centos 5.5 X86_64 Or Centos 5.5 I386 - Difference Between The Two Versions?

Feb 9, 2011

I am in the process of building a new server on an Asus P5QPL-AM motherboard and an Intel E8600 processor.explain to me the difference between the two versions and what would you recommend.Also, is there any advantage of SATA over IDE hard drives?

View 1 Replies View Related

CentOS 5 :: Can't Find The Cu Utility

Apr 27, 2009

I can't seem to find the cu utility in CentOS. I would like to use it to connect to a USB serial port.

View 2 Replies View Related

CentOS 5 :: G++ Can't Find Cc1plus

Feb 9, 2010

I wrote a hello world test program, and ran the command: g++ main.cpp -o sandbox

But I got an error message saying:

After googling the problem, I found that this means "your shell could find the g++ frontend of the GNU compiler but that frontend couldn't find cc1plus, the actual C++ compiler".

Most of the solutions I found on google said that a reinstall of g++ fixes the problem, however this did not work for me. How can I ensure g++ knows where cc1plus is?

Don't know if this will be useful, but g++ is in "/usr/local/bin/g++"...and I found cc1plus in "/usr/libexec/gcc/i386-redhat-linux/3.4.6" and cc1plus is also in "/usr/libexec/gcc/i386-redhat-linux/4.1.1"

At one point I had installed these packages, but uninstalled them to try and fix:

View 1 Replies View Related

CentOS 5 :: Where To Find The Dvd Iso For Download

Feb 12, 2010

where to find the dvd iso for download...

View 3 Replies View Related

CentOS 5 :: Where To Find Old Releases?

Mar 13, 2010

My DB-Vendor supports only Centos 5.2 till now, and i can't find the old releases of centos on this website. Is there an archive with the old versions?

View 4 Replies View Related

CentOS 5 :: Where To Find SSH Version 4.4

Jun 11, 2010

I am not sure if this was posted (search did not return any related results) but I am getting tagged for this version of ssh - SSH-2.0-OpenSSH_4.3. Where can I find 4.4 or above for CentOS?

View 1 Replies View Related

CentOS 5 :: Find Which Cpu Used By A Process?

Oct 3, 2010

Normally servers having multiple CPU's I need to found out, which CPU is used by a process. or else from the out put /proc/pid/stat how we can identify used CPU by the process

View 5 Replies View Related

General :: Find The Size Of RPM In CentOS?

Jan 8, 2010

I can display the RPM installed on CentOS 5.4 though:

Code:
#rpm -qa| more

How can I know the size of those RPMs?

View 1 Replies View Related

Red Hat :: Can't Find A Crc32 Calculator In Centos 5

Sep 13, 2010

I have looked around but I can't find a crc32 calculator in Centos 5. Is there a native app or one I can download?

View 1 Replies View Related

Red Hat :: Nawk On CentOS 5.6 - Can't Find The Rpm Or Tarball

May 15, 2011

I am looking for nawk on CentOS 5.6 but so far can't find the rpm or tarball. Any input in locating a working copy.

View 4 Replies View Related

CentOS 5 :: NetworkManager Can't Find Resources

Apr 2, 2009

I just installed CentOS 5.2 and then applied the updates to 5.3. Now I get repeated popups saying:

The NetworkManager applet could not find some required resources. It cannot continue.

I killed it and ran it from a terminal and saw the following output:

** (nm-applet:4648): WARNING **: Icon nm-device-wwan missing: Icon 'nm-device-wwan' not present in theme
** (nm-applet:4648): WARNING **: No connections defined

View 3 Replies View Related

CentOS 5 :: Can't Find A Replacement For 'initlog'

May 4, 2009

Since trying to upgrade from Centos 4.7 to Centos 5.2, I've noticed the message about 'initlog' being deprecated. I run the following and get:

> /sbin/initlog -q -c "$HOME/my_xmlrpc_server"
WARNING: initlog is deprecated and will be removed in a future release

I'm now trying to find a suitable replacement for it and have not found one. We use 'initlog' to run a background service from my own init script to output any abnormal stdout and stderr messages to syslogs. I can't find any other program that will do a similar job. These stderr output are really handy for quickly diagnosing some of the more difficult problems.

Should I be trying to do this in a completely different way. Maybe the way I have created the init script should be done differently to not require initlog at all. Here is a snippet from my init script:

start)
getpid;
if [ -n "${PID:-}" ]; then
echo "$SERVER_NAME is already running on [$PID].";

[code]....

View 1 Replies View Related

CentOS 5 :: Unable To Find Rpm Tool

May 12, 2009

I wanna uninstall ipp 6.0 and reinstall ipp 5.3 under linux centos 5.3. I'm not able to uninstall ipp 6.0 and I'm getting this error: ERROR: ERROR: Unable to find rpm tool, add its location to your PATH and restart uninstallation

Also, I'm not able to install ipp5.3 and I'm getting the same error ERROR: ERROR: Unable to find rpm tool, please add its location to your PATH and restart installation

View 19 Replies View Related

CentOS 5 :: Can't Find Yum-complete-transaction?

Jul 19, 2009

Whenever I use yum after a recent update I get the message that I should run yum-complete-transaction.I have yum-utils installed but I keep getting the message that the command is not found.post the command I should be using to run it so I can see it it's just me typing the wrong thing into the shell?

View 4 Replies View Related

CentOS 5 :: Cannot Find TimesNewRoman Font

Nov 8, 2009

I installed OO3.1.1. I cannot find TimesNewRoman font. Also in the system is not visible. Where can i install those fonts?

View 1 Replies View Related

CentOS 5 :: Can't Find HDD - Virgin System?

Nov 9, 2009

I am trying to install the latest release (5.4 64 bit) from DVD. I downloaded the torrent from here.My system is completely virgin - no OS has ever been installed on it. So I suppose somewhat fittingly, there is some resistance to my advances :).Details:Intel dual core 64 bit CPUASUS PK5KPL-AM main boardSATA HDDI am trying to boot from the DVD I burned from the downloaded ISO.

It boots up ok at first but when it comes to creating the partition it can't seem to find my HDD. I get the following error:An error has occurred - no valid devices were found on which to create new file systems. Please check your hardware for the cause of this problem.Can anyone please suggest a way to troubleshoot this? I realize the problem could be the hardware, but I would like to eliminate all other possibilities before taking the system back to the distributor for repair.

View 8 Replies View Related

CentOS 5 :: How To Find Out Exact Version

Jan 27, 2010

Assume I am sitting in front of a runnning CentOS.How can I find out the EXACT version of this installation?I am not (only) talking about the major release (e.g. 5) but the sub release (5.1 or 5.2 or 5.3 or...)The about box shows something about Gnome but not the details for the CentOS.

View 1 Replies View Related

CentOS 5 :: Pgrep Can't Find The Process

May 13, 2010

I start a QEMU command, but pgrep can't found the process.

Host> ps aux | grep qemu-system-mips

With the full name, nothing can be found.

View 1 Replies View Related

CentOS 5 :: Could Not Find Package Libawl-php?

Feb 17, 2011

I been trying to install libawl-php package but doesn�t seem avilable either in rpmforge, and other repos.does anyone know where can i download this pacakge or other repo to add which allows to install

View 2 Replies View Related

CentOS 5 :: Cannot Find Metaframe Server

Apr 6, 2011

I am trying to install CentOS 5.5, I go through all the GUI installation prompts. I get upto the point where it ask me for the root password, after that the installation fails. It says that it cannot find the metaframe server and that it ran out of mirrors to try.

View 6 Replies View Related







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