CentOS 5 :: Yum Upgade Error - Clean Up Multiple Entries Made For Xdelta Package
Feb 12, 2010
I was running CentOs 5.3 and did a "yum upgrade" and got the following problem: Transaction Check Error: file /usr/share/man/man1/xdelta.1.gz from install of xdelta-1.1.4-1.el5.rf.x86_64 conflicts with file from package xdelta-1.1.3-20.i386
[code]....
It seems that somehow multiple entries were made for the xdelta package - how do I clean this up?
View 5 Replies
ADVERTISEMENT
Sep 23, 2011
Error installing mod_ssl on centos 5.7. Do not install the mod_ssl module says there is a package conflict, some way to fix it?. is a 64-bit
[Code]...
View 5 Replies
View Related
Jun 24, 2010
I've noticed that this symlink was pointing to /var/X11R6, which doesn't exist on my system, which is running a newly installed copy of Slackware 13.1. Upon investigation, it was made by the doinst.sh script from the aaa_base package. The script looks for /usr/X11R6/lib/X11, and is supposed to create the /var/X11R6 symlink if the directory exists. The problem is that the aaa_base package is installed first, no? On a clean system, there is no X11 directory for it to link to. The offending part of the script:
Code:
# Did anything ever use this? I don't know, but if we're keeping all
# this other garbage then it probably won't hurt:
if [ -d usr/X11R6/lib/X11 ]; then
( cd var ; rm -rf X11R6 )
( cd var ; ln -sf ../usr/X11R6/lib/X11 X11R6 )
elif [ -d usr/X11R6/lib64/X11 ]; then
[Code]...
View 1 Replies
View Related
Aug 2, 2010
I'll get directly to the point, I've installed Ubuntu, Linux on the same partition as Windows 7. Everything works just as it should be, no problems and I'm actually enjoying Ubuntu. It's a nice and clean OS.
Now, I'm having trouble with the GRUB, since I have updated Ubuntu a few times. It's not a large problem, but I don't like it around.
I attached a picture of my GRUB, it may take too many words to describe what's going on, so see for yourself.
View 7 Replies
View Related
Aug 29, 2010
Running 9.04 Xubuntu desktop as server and development environment. I turn off gdm once booted up. When sshing in for other computer I ran htop, and found the following multiple processes:
[Code]....
Is there any good reason why I have multiples of these, or conversely is there a problem by having them? Everything works OK. Apache is only serving up my web development pages which I work on now and then, so its not having to handle external traffic. The server is port forwarded on port 80 through the router.
View 4 Replies
View Related
Sep 19, 2010
I know someone posted a sim. query back in 2008, but I'm know getting the same issue in Lucid. I installed the latest updates last night and when I rebooted I found I had what looks like multiple copies of the same kernel entry in the Menu.lst. I've included my file for review. Sorting this out. Otherwise I reckon Lucid is rock solid. I do tend to leave a lot of default entries in commented out. Will this make my boot slower at all?
titleUbuntu 10.04.1 LTS, kernel 2.6.32-24-generic
uuidc1e66bea-56ad-4e9b-84a3-5f54d36b63c2
kernel/boot/vmlinuz-2.6.32-24-generic root=UUID=c1e66bea-56ad-4e9b-84a3-5f54d36b63c2 ro quiet splash
initrd/boot/initrd.img-2.6.32-24-generic .....
View 2 Replies
View Related
Feb 2, 2011
It seems each time I select 'restart later' after downloading updates I get extra lines on my boot screen.The top line works correctly to get me into Ubuntu & the bottom Win. How do I delete the unnecessary lines?
View 8 Replies
View Related
Apr 27, 2011
Although all the passwords are under one Keyring folder, I have to type in the password 4 times. Is this the way the keyring is supposed to work? If so, can I help change this somehow(I'm not a programmer, unfortunately)? It seems that a lot of people have this problem and getting it to work out-of-the-box could bring in more potential users. (Also, different topic, is there anyway to make Dropbox wait until I enter keyring passwords to try to connect or wait until a connection is made to try to connect?
View 1 Replies
View Related
Jul 26, 2011
On two Centos5 servers, yum gives a segmentation fault error when trying 'yum update' or 'yum check-update' after running 'yum clean' :
[Code]....
The error is the same for the other computer except while attempting to update the rpmforge repository. Nothing has really changed on the servers in some time and 'yum update' worked fine on each yesterday and I have no idea why they would both suddenly fail!
View 3 Replies
View Related
Nov 18, 2010
So my grub menu is showing several selections for each of my OS's. In Ubuntu, my OS of choice for now, how can I access the grub and edit it.
I would like to know the steps for console, but also I hope somebody can show me how to use Super Grub to do it.
View 2 Replies
View Related
Jul 9, 2010
System os: CentOS 5.2 32 bitI installed squid and it is proxy server.Later, i install sarg to monitor web log of client...But when i install from rpm package, it show errorQuote: #rpm -ivh sarg-2.2.3-1.el5.rf.i386.rpm error: sarg-2.2.3-1.el5.rf.i386.rpm:pmReadSignature failed: region trailer: BAD, tag 15872 type 2047 offset 28672 count 4238 error: sarg-2.2.3-1.el5.rf.i386.rpm cannot be installed
View 7 Replies
View Related
Jan 15, 2010
I need to use xdelta tool in my shell script for creating and patching diff files. My PC Linux environment (Ubuntu) has a package installer, and when I try typing xdelta on my commandline, it prompted to try "sudo apt-get install".. after which it directly accessed the packages from the Internet and installed it. So I am able to use xdelta from the command-line in my Ubuntu environment.
I need to also use xdelta on my target. I am using a NFS. The bootloader and kernel are on the target and the RFS is referred from the PC. How can I install the xdelta package on my target so that it recognises the command xdelta. On Ubuntu, "sudo apt-get install", fetched the below packages:[URL]..
View 1 Replies
View Related
May 2, 2011
In Dolphin, when right clicking for context menu, my "Open with" list is trashed with multiple entries, that also contain old applications that I no longer have (or even had?). Just for example: for pdfs I have 3 Acrobat Readers, 2 FoxitReaders, 2 okulars, 2 GIMPs (?) etc. Same for other file types. How to clean it? I absolutely don't mind wiping it completely, so that it all goes back to default values. Configuring it anew is much better than having this list bother me every time I use a right click. I'm on 10.10 now, upgraded from 10.04. I've been using my home folder for like ever, without cleaning it, which is probably the source of the issue.
View 2 Replies
View Related
Mar 28, 2009
setting up Nvidia packages on CentOS. The best advice regarding these drivers that I found was to add the RPM Fusion Yum repository(as well as EPEL, which RPM Fusion depends on).I got that set up, but I still don't have any Nvidia packages available! I'm reasonably confident that I set up RPM Fusion correctly from Yum's output:
yum repolist
Loading "fastestmirror" plugin
repo id repo name status
addons CentOS-5 - Addons enabled
[code]....
But actually trying to install the package gives me: No package kmod-nvidia available. Even a yum search for nvidia doesn't find any packages.
View 8 Replies
View Related
Jun 4, 2010
Recently I updated to centos 5.5 , every thing is fine , but the mkinitrd can't updated
When try:
yum clean all
yum update
The output :
Loading mirror speeds from cached hostfile
* addons: mirror.cogentco.com
* base: pubmirrors.reflected.net
* extras: mirror.highspeedweb.net
* updates: mirror.cogentco.com
Excluding Packages in global exclude list
Finished
Setting up Update Process .....
Error unpacking rpm package mkinitrd-5.1.19.6-61.el5_5.1.i386
error: unpacking of archive failed on file /lib/bdevid/ata.so: cpio: rename
Failed:
mkinitrd.i386 0:5.1.19.6-61.el5_5.1
Complete!
View 19 Replies
View Related
Sep 14, 2010
When I select package updater for update software it gives an error I am attached my system information & error file.
Error message:-
file /usr/share/emacs/site-lisp/psvn.el from install of subversion-1.6.12-0.1.el5.rf.x86_64 conflicts with file from package subversion-1.4.2-4.el5_3.1.i386
file /usr/share/locale/de/LC_MESSAGES/subversion.mo from install of subversion-1.6.12-0.1.el5.rf.x86_64 conflicts with file from package subversion-1.4.2-4.el5_3.1.i386
file /usr/share/locale/es/LC_MESSAGES/subversion.mo from install of subversion-1.6.12-0.1.el5.rf.x86_64 conflicts with file from package subversion-1.4.2-4.el5_3.1.i386 .....
View 3 Replies
View Related
Jan 29, 2011
Every time I selected addons and Mysql i got a notice of a bug report. So i gave in and only selected server and it is installing. I hope i can read enough to get it installed..
View 1 Replies
View Related
May 23, 2010
I've looked high and low but I haven't been able to find any example of what I'm currently experiencing with my hard disks.First off, I'm running CentOS as a Samba file server, on a Soltek SL-K8TPro-939 and AMD 64 3200+ (all the rage of five years ago). Here's my disk setup
Drive #1 (80 GB)
-Boot partition
-LVM partition (this drive holds the root filesystem[code]....
Ok, so I get a notification in my system mail yesterday: The following warning/error was logged by the smartd daemon:
Device: /dev/sda, unable to open device
For details see host's SYSLOG (default: /var/log/messages).You can also use the smartctl utility for further investigation.No additional email messages about this problem will be sent.
View 8 Replies
View Related
Oct 20, 2010
I can't make the upgrade..... I've see the dettails and this is what is write: file /usr/lib/perl5/vendor_perl/5.8.8/Compress/Zlib.pm conflicts between attempted installs of perl-Compress-Zlib-2.015-1.el5.rf.noarch and perl-IO-Compress-2.030-2.el5.rf.noarch file /usr/share/man/man3/Compress::Zlib.3pm.gz conflicts between attempted installs of perl-Compress-Zlib-2.015-1.el5.rf.noarch and perl-IO-Compress-2.030-2.el5.rf.noarch
View 1 Replies
View Related
Oct 4, 2010
I have noticed that after I uninstall a package from my system the hidden files in my home directory are still there. For example I used to have an application called proxychains installed. But then after I uninstalled it with the Ubuntu Software Center there was still a .proxychains folder in my home folder. Is there a way to remove all these files? Also are they stored anywhere else except home? I ask because I would like to clean up my system and I am O.K. with reconfiguring my applications if I do decide to install them at a later date.
View 9 Replies
View Related
Mar 14, 2009
I'm not sure if I'm posting in the right section. But when i start the Package Updater it get's a (Error resolving dependencies). The Details in the error are: Missing Dependency: liblzo.so.1 is needed by package mplayer Missing Dependency: libdvdread.so.3 is needed by package lsdvd Missing Dependency: libcucul.so.0 is needed by package mplayer Missing Dependency: libdvdread.so.3 is needed by package gstreamer-plugins-ugly
What do i do? I'm thinking i have to get and install/download these package's but cant find them tried regular searching the web and using Yum. Cant find any of them to install to fix this issue.
View 4 Replies
View Related
Aug 10, 2010
How do I know what sound system my Centos 5.5 install is using and how would I configure which soundcard output to use? I want to use the digital coax output from my M-Audio PCI soundcard, which appears to be detected and loaded. When I launch MPD, it autodetects an alsa sound system, but programs like alsamixer don't exist and I can't hear any sound out of the digital coax output. I haven't checked the 3.5mm stereo out yet.A little confused as to which documentation to be looking at at this point.
View 9 Replies
View Related
Nov 26, 2009
I don't know if this is the right place to do this so I will try. I have noticed a lot of posts around the web with the same problems, so I guess this is something that is common, you think it would be fixed by now but anyways. Almost constantly when I try to install a new package with yum in my system it almost always gives me a dependency error, this is the latest one when I try to install HTOP:
Error: Missing Dependency: rtld(GNU_HASH) is needed by package htop
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package htop
View 4 Replies
View Related
Oct 7, 2009
I'm running wordpress and have gone to the painstaking effort of setting up the ftp server on my 5.3 machine so it can do its own updates and download plugins. However, I've found that if I try to download anything, I get a "unable to resolve host..." error from the script. If I watch Iptraf while making the request, I see all the port 53 requests going to 127.0.0.1. Pings are too.
However, if I ssh in, I can ping and wget and whatever I want all day long and all the DNS requests to go the router (Clarkconnect 3.2 gateway machine). The web browser in the terminal works fine too. What is it about the php scripts that is causing them to misdirect pings and dns requests? I've never seen anything like it and can't find anything on the web about it either.
[Code]....
View 2 Replies
View Related
Oct 1, 2009
I've done some installations and configuration of linux systems for different needs and I've never had such a problem:
* The system is Supermicro X6DVL-G mainboard with two Nocona Xeons @ 2,8 GHz, 2 GB DDR333 RAM, 2x160GB Seagate ST3160827AS SATA HDD, ATi RAGE 128 VGA and an external LG USB DVD drive.
* The role of this machine will be Joomla Web/Mail/FTP server for my company's website
I've tried FreeBSD, PC-BSD and now CentOS 5.3. The BSD based OSes installed and ran with no problem but I had trouble configuring them and I decided to move to something little more familiar. However the BSDs didn't detect the integrated Promise RAID controller but CentOS had no problem with that. After some fight with the initial setup I've managed to made it recognizing the external DVD and install the OS. I'm using the whole stripe for the OS, leaving the linux to determine and create the partitions. The installation went smoothly with no errors, but after restart I get the POST messages and then... NOTHING! No error, no panic, nothing, just a blinking cursor. The first thought, confirmed later by several posts I've read, it's the integrated RAID controller making the issue.
Well, I removed the stripe, disabled the controller from the BIOS and installed again, this time with the two separate disks - the sda is bootable with swap and ext3 and sdb is spare with ext3. THE SAME... Third time - only sda is configured for istallation - again NOTHING. Fourth time - sda is configured for installation and No Bootloader option is selected - SAME.
View 6 Replies
View Related
May 10, 2011
While i am using yum update am getting an error: Error: Missing Dependency: libgpod.so.0()(64bit) is needed by package rhythmbox-0.11.6-4.el5.x86_64 (installed).
View 3 Replies
View Related
Jun 2, 2010
I'm trying to add several cron jobs. I have a folder (/etc/cron.myapp) with several subfolders in it (30minute, 3minute, daily, hourly). Each of these folders contains a script.Runnng/usr/bin/run-parts /etc/cron.myapp/3minute/will execute the contents of that folder.I have tried adding the following entries to /etc/crontab with no luck, and nothing is showing up in /var/log/cron
*/3 * * * * /usr/bin/run-parts /etc/cron.myapp/3minute/
*/3 * * * * /usr/bin/run-parts /etc/cron.myapp/3minute
*/3 * * * * root /usr/bin/run-parts /etc/cron.myapp/3minute/
[code]....
View 3 Replies
View Related
Jun 16, 2009
I have a CentOS 5.3 box with three network interfaces in it. Each interface is attached to a separate VLAN and I want traffic to stay on each network segment.What I can�t figure out is why I cannot get each interface to have its own gateway and everything gets sent through the default gateway.The basically takes my possible 3Gb total bandwidth and throws it down a single 1Gb pipe.Then on top of that, if I take down the interface (ifdown) that has the current default gateway,I loose contact to the other two interfaces.When I look at the routes, each one of the interfaces shows the gw as 0.0.0.0 and defers to the default route. So I delete the route and try to add a new route with:
[root@testsan ~]# ip route add 10.1.15.0/24 via 10.1.15.1 dev eth2
but end up with the error:
RTNETLINK answers: Network is unreachable
[root@testsan sysconfig]# cat network
NETWORKING=yes
NETWORKING_IPV6=no[code].....
View 5 Replies
View Related
Mar 29, 2009
simple installs of CentOS5.2 i386 on 2x Dell C640's and x86-64 on a Dell dimension 9150 resulted in the System/Administration menu offering two entries each with the name 'hardware' and the icon showing a little chip hovering over a PC. I did "add this launcher to panel" on both as an easy way of checking their properties:
The higher entry issues the command 'hwbrowser'
The lower entry issues the command 'hal-device-manager'
Both have the comment "view information on the hardware on this computer". I feel the hal-device-manager entry has the wrong name, comment, and icon. I think /etc/xdg/menus/system-settings.menu is relevant.
View 2 Replies
View Related
Aug 5, 2009
I come from ubuntu, and, although they are all linux distros, they differ in a lot of things. Well, I just install the OS and I have a 1 TB drive for storage formatted in NTFS, I identified the device with fdisk -l, but the problem is Centos doesn't understand ntfs partition out of the box. Is there any package I need to install. I tried yum install ntfs-3g, but got an error: "no such package in repos,"
View 8 Replies
View Related