CentOS 5 :: Public Key For Syslinux-3.86-3.i386.rpm Is Not Installed

Mar 6, 2011

I keep getting a notice that "Updates Available" for the package syslinux-3.86-3.i386 updates syslinux-3.11-4.i386. But when I try to do that I am met with a dependency for perl-Crypt-PasswdMD5-1.3-1.2.1 which is followed by the error: Public key for syslinux-3.86-3.i386.rpm is not installed

View 3 Replies


ADVERTISEMENT

CentOS 5 :: Package Yum Not Installed 5.4 I386

Apr 1, 2010

I have a dedicated server. Centos 5.4 i386

But is I do the command "yum" is said: "package yum is not installed"

How can I install yum back on te server? Yum has removed by a guide that says: ""yum -y remove yum-fastestmirror"

Edit: yum

-bash: /usr/bin/yum: no such file or directory

View 3 Replies View Related

?CentOS 5 :: I386 Packages Installed On X86_64 Machine - Typical

Sep 26, 2009

When I installed CentOS on a 64 bit machine, I selected the 64 bit option. However, for some reason it installed many i386 packages - these were exact duplicates of installed x86_64 packages.Is this typical? How do I prevent this on future installs? If I left them installed, could this have caused a problem in the future? Due to my fastidious nature, I used yum extender to uncheck every duplicate i386 package and uninstalled them. This took some time. I am still not proficient with yum directly so I am wondering if there is a command to uninstall all i386 packages quickly.

View 2 Replies View Related

CentOS 5 :: Yum Not Able To Install Nagios-plugins While Net-snmp-perl.i386 Is Already Installed

Mar 19, 2009

I am having issues installing nagios-plugins using yum. Been using Suse don't have much experience with CentOS (CentOS release 5.2 (Final), ) Linux hoster 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 12:03:43 EST 2008 i686 athlon i386 GNU/Linux It says

"Error: Missing Dependency: perl(Net::SNMP) is needed by package nagios-plugins"
Whereas net-snmp-perl.i386 is already installed.
yum deplist nagios-plugins
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile

[Code]....

View 1 Replies View Related

CentOS 5 :: Syslinux Error When Making Bootable USB Disk?

Oct 2, 2010

I'm trying to make a bootable USB disk by using syslinux. The USB disk is recognized as /dev/sdc.

#mkdosfs -I /dev/sdc
#syslinux /dev/sdc

After executing the above two commands, it generates errors as follow:

end_request: I/O error, dev sdc, sector 32
printk: 21 messages suppressed.
Buffer I/O error on device sdc, logical block 4
Buffer I/O error on device sdc, logical block 5
... ...
Buffer I/O error on device sdc, logical block 12
Buffer I/O error on device sdc, logical block 13

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

Software :: Installed Gfax On Debian Linux I386 Squeeze?

Feb 13, 2010

Installed gfax on Debian Linux i386 squeeze.Also installed: libc-bin libc-dev-bin libpaper-utils.Also upgraded: libc6 libc6-dev libc6-i686 libmono-corlib2.0-cil libmono-security2.0-cil libmono-system2.0-cil locales mono-2.0-gac mono-gac mono-runtime.

It fails to work. As user:
francesco@deb32:~$ gfax
Unhandled Exception: System.UnauthorizedAccessException: Access to the path

[code]....

View 1 Replies View Related

CentOS 5 :: CentOS 5.3 I386 Cannot Support Device Larger Than 2TB?

May 20, 2009

I have been using SLES 10 SP1 so far with about 6TB Raid system without problems.I have upgraded the OS to CentOS 5.3 i386 and I have noticed the kernel can not recognize raid system larger than 2TB.Is there any parameters that I have to set ? or the i386 distribution simply does not support larger raid, so I have to use x86_64 version, instead?

View 1 Replies View Related

Fedora :: F13 Upgrade - Public Key For Fonts Not Installed

Jun 21, 2010

Public key for ucs-miscfixed-fonts-0.3-5.fc13.noarch.rpm is not installed. Got this after upgrading to 13.

View 6 Replies View Related

General :: Public Key For Libmms-0.5-1.fc14.i686.rpm Is Not Installed?

May 1, 2010

I am trying to upgrade from Fedora 10 to Fedora 14 and my system returns this error:

Public key for libmms-0.5-1.fc14.i686.rpm is not installed

Obviously I need to install this but I have been unable to find it. Also I am not really sure whether I can go from Fedora 10 to Fedora 14.

View 3 Replies View Related

CentOS 5 :: CentOS 5.5 I386 Sound Not Working?

Sep 12, 2010

For some reason, no matter what setting I adjust in Administration or Prefrences in the system menu for sound, no sound seems to come from my speakers. I created a log file and I got this as the error:------- System Config Soundcard Log -------- Sun Sep 12 12:59:56 EDT 2010 aplay: main:583: audio open error: Device or resource busy

View 7 Replies View Related

Fedora Installation :: Public Key For Rpmfusion-nonfree-release-11-1.noarch.rpm Is Not Installed

Jun 10, 2009

just installed Fed 11... running updates, adding rpmfusion - update prompts me - so running update Fed tried to updat rpmfusion config files for FREE and NON-FREE then i get the following error:

Code:

Public key for rpmfusion-nonfree-release-11-1.noarch.rpm is not installed

which halts me from updating my system... here are other errors:

Code:

[root@fedarylic ~]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-11-primary: import failed.

[code].....

View 13 Replies View Related

Programming :: Assembly Error: I386 Architecture Incompatible With I386:x86-64 Output?

Aug 21, 2010

I was following a simple tutorial on how to program and compile a hello world program using assembly when I got this error;Quote:ld: i386 architecture of input file `hello.o' is incompatible with i386:x86-64 output.The tutorial told me to make two files;Quote:hello.asmsection .data;section declaration

msg db "Hello, world!",0xa;our dear string
len equ $ - msg ;length of our dear string
section .text;section declaration

[code]....

View 3 Replies View Related

CentOS 5 :: Downloading CentOS 5.4 I386 Bin DVD Iso?

May 11, 2010

I am trying to download CentOS 5.4 from the following link[URL].. CentOS-5.4-i386-bin-DVD.iso 02-Oct-2009 12:35 3.7G I have downloaded it twice with chrome and the size I received twice is 1.99 GB (2,147,417,640 bytes)

Is this correct or I am doing something wrong. I am reluctant to try another mirror because I guess they all will point to the same file.

View 4 Replies View Related

CentOS 5 :: Cannot Install 5.5-i386-dvd.iso On VMware6.5

Oct 1, 2010

I have a problem when install Cenos5.5-i386-dvd.iso on VMware6.5. My host os is Windows2003 sp1 and I installed Centos via VMware on host windows2003. After powering on VM, it loaded the ISO file but showed me an error like that " Could not fine kernel image : linux " then boot process failed.

View 1 Replies View Related

CentOS 5 :: Log4cpp Missing From 5.4 I386 Repositories?

Dec 3, 2009

I've been trying to find log4cpp and log4cpp-devel packages in the *i386* repositories on the Centos 5.4 mirrors but they appear to be missing. They do exist in the x86_64 repositories on the same mirrors.e.g.[URL]

View 2 Replies View Related

CentOS 5 :: Bug In Fuse-ntfs-3g-2009.11.14-1.el5.rf.i386?

Jan 29, 2010

After yum installed me fuse-ntfs-3g-2009.11.14-1.el5.rf.i386 I noticed that on one NTFS partition directories created by a normal user were writable only by root, although the user's umask was correct (0022; actually the files had root as group owner).I have a second partition mounted with exactly the same options in /etc/fstab where this problem did not occur.

/dev/hdb1 /win/d ntfs-3g uid=500,gid=500,umask=0007,nls=utf8 0 0
/dev/hda7 /win/f ntfs-3g uid=500,gid=500,umask=0007,nls=utf8 0 0

I ran a "yum downgrade fuse-ntfs-3g" and the problem was gone.Would be good to get a new version of the driver into the repos.

View 2 Replies View Related

CentOS 5 :: Cannot Install The 5.5-i386-LiveCD-Release2

Oct 4, 2010

after download CentOS-5.5-i386-LiveCD-Release2 i did not found install option ? how can i install it ??? on my laptop ?

View 3 Replies View Related

CentOS 5 :: Error Installation Xmlrpc-c 5.5 I386

Apr 9, 2011

I would like to install xmlrpc-c . I do: wget -P /tmp [URL] and when i execute: rpmbuild --rebuild /tmp/xmlrpc-c-1.06.18-1.el5.kb.src.rpm i got this error:

[Code]...

View 2 Replies View Related

Server :: Setting Up A Netfinity 5100 With CentOS 5.5 I386

Nov 2, 2010

I have been given a "gift" of a Netfinity 5100 that currently has that other M$ operating system on it. I want to configure it as closely as possible to my web server located in Chicago that uses CentOS 5.5. and use it as a "test server".

This is daunting for me as I've only been involved with Linux for less than 6 months. I have Ubuntu 10.10 on my desktop PC.

The person who gave it to me indicated that I should plug it in and let the 2 arrays charge for 24 hours. I'm doing that. I also have had an electrician install a clean new 20 amp circuit for it. And I have downloaded and created a CentOS 5.5 i386 Live CD.

OK ... we've now exhausted my realm of knowledge. Can anyone give me a broad scope of what needs to be done? I will try to plug in the specifics of each step as I progress.

A assume I plug in a keyboard and screen to it. Do I use an ethernet connection between the server and my router to provide broadband ... what steps are necessary to configure that? Do I need to download and install Apache and MySQL .. if so, where?

View 2 Replies View Related

CentOS 5 :: Force I386 Install Of Glibc Instead Of I686

Jun 12, 2009

It seems I have some problem with glibc i686 on my VIA CPU. How can I force to install glibc i386.rpm instead of i686 in the clean installation process?

View 1 Replies View Related

CentOS 5 :: Create Custom X86_64 .iso With I386 Files?

Jan 2, 2011

I have a PXE/kickstart installation system running ok. I would like to build a custom installation x86_64 .iso with the i386 .rpms removed. Currently I install from the standard x86_64 iso, then go and remove the i386 rpm's with all the attendant problems and impact on docs etc. Has anybody tried this? Is it as simple as just deleting *i386.rpm and then building another .iso from the resultant installation tree?

View 9 Replies View Related

CentOS 5 :: Is It Safe To Run Command To Remove All I386 Packages

Apr 21, 2011

I have a centos server x86_64 arch installed - i am getting some issues where i want to update rpms but because there is a equivliant i386 package installed i get dependency errors.Is it safe to run this command to remove all i386 packages - will my system still boot after this yum remove *.i?86

View 1 Replies View Related

CentOS 5 :: Tftp-server Package Not Available In I386 Repo?

Sep 21, 2011

So I'm playing around w/ some Cisco equipment and needed a quick tftp server. Go to command line and type yum install tftp-server. I get No Package available! I can clearly see it here on the i386 repo. Any ideas?? In the meantime, I'm just going to upgrade this lil 600m laptop to CentOS 6 to quickly solve the problem but I thought it was curious.

View 4 Replies View Related

CentOS 5 :: Get The Source Codes Of The RPM Package Alsa-driver-1.0.20-78.el5.i386.rpm

May 23, 2009

I want to get the source codes of the RPM package alsa-driver-1.0.20-78.el5.i386.rpm, but I don't know where I can find it,

View 2 Replies View Related

CentOS 5 :: Download Source Code Of Single ServerCD I386 ?

Oct 26, 2010

Is cento open source ? if yes, where i can download source code of CentOS x.y Single ServerCD i386 ?

View 1 Replies View Related

CentOS 5 Server :: Direct Download To Spamassassin-3.3.1-3el5.rf.i386.rpm?

Mar 17, 2011

Anyone know what version of spam assassin is newer 3.3.1-3 or 3.3.1-52 I would assume 52 is newer but I don't know if once it reaches 99 it going to 2 Example 3.3.1-99 ---- 3.3.1-2 -----3.3.1-21 and so on. I could be completely off but can anyone just clarify if 3.3.1-3 is newer or older than 3.3.1.52

(On a side note does anyone know the difference between spamassassin-3.3.1-3.el5.rfx.i386.rpm and spamassassin-3.3.1-3.el5.rf.i386.rpm?? What does the X mean?) I looked at the release date of .52 and it seems to be in march 2010 whereas .1-3 seems to be in november. oes that seem correct? Does anyone have a direct download to spamassassin-3.3.1-3el5.rf.i386.rpm???

View 6 Replies View Related

Ubuntu :: Use Openssl Public And Private Keys So Only A Host With The Public Key Could Access / Decrypt The Filesharing

Aug 2, 2011

I'm trying to write a p2p file sharing program using python's built-in libraries. Everything is going well. The only thing is that i'd like to be able to use openssl public and private keys so only a host with the public key could access/decrypt the filesharing. I've gotten these libraries (httplib, basehttpserver, ssl, os) to work using just a pem file containing both the public and private keys but no success with them seperately. Can someone point me in the right direction or offer an alternative? PS, the goal of the project is to create an anonymous, decentralized, secure file sharing program. I want to be able to upload this to sourceforge so everyone can use it, if that's any incentive

View 2 Replies View Related

General :: Mv: Cannot Stat `/public/public/clamscans/*.txt': No Such File Or Directory

Sep 24, 2010

I run the following file with the >log.log redirector and it does not capture errors.

#!/bin/bash
echo ************************BEGIN LOG******************************
date +"%m/%d/%Y %H:%M:%S $HOSTNAME"
cp -f /scripts/original/clamscans.log /scripts

[code]....

The following errors show up when I run from the file from the term window, but are not written to log.log:

tar: /public/public/clamscans/*.txt: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
mv: cannot stat `/public/public/clamscans/*.txt': No such file or directory

I know with windows you can add the 2>&1 to capture error data. Is there such a thing for Linux?

View 2 Replies View Related

Red Hat / Fedora :: Configure Centos 5 As Public Dns Server?

Jan 27, 2011

i have a requirment for giving my ip address a domain name.

can i esteblish a server as dns provider so than i can give a domain name for my own ip address.

i want to give it public not in local network.

View 3 Replies View Related







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