Fedora :: Can't Install Libuuid-devel / When Running The Transaction Test?

Jan 13, 2010

I have tried to install this package with yum and also directly - download the rpm, then rpm -Uvh ....

Both yum and rpm hang - yum when running the transaction test.

Any ideas about this package.

This is running F12, uname -r => 2.6.31.9-174.fc12.i686

View 1 Replies


ADVERTISEMENT

Fedora :: F12 Yum Locks During "Running Transaction Test"?

Apr 6, 2010

I spent some time on this issue and I just wanted to share a resolution that was difficult to find (at least for me).Yum was working fine for me for a long time on my Fedora 12 installation x64, when suddenly it stopped during transaction checks. It didn't matter which package I was installing, or if I performed an update or anything. Always in the same place, and it always required a kill -9 to stop the process. Even with debugging turned on in yum (-d 10 -e 10 --rpmverbosity=10) it would not display an error...just hang during the transaction check. I tried the following to no avail:

Code:
# rm -f /var/lib/rpm/__db.*
# yum clean all
# rpm -v -v rebuilddb

Still, it would lock after the transaction test. The only thing that solved my issue was running:

Code:
# strace yum -y update This showed me that I had a stale NFS mount that was in a hung state. I tried umount but it just showed that the device was busy and would not unmount. The only way to fix it was to perform:

Code:
# umount -l /mnt/data which allowed the stale mount to be removed. Once that was cleaned up, everything worked. I struggled with this because there were no debugging messages, and I had no idea the transaction check would go through all of my mounted drives. However I just wanted others to know about this, because it was a rare issue, and I had trouble finding the solution.

View 4 Replies View Related

Fedora :: Yum Update Fails Transaction Test ?

Aug 9, 2010

When running yum update, I've been getting this:

Quote:

View 8 Replies View Related

Fedora :: Update Test Transaction Error - Conflicts With File

Mar 16, 2010

I think I had this problem before but I don't remember what was done to correct it. I just tried to do an update and got this error message.

Code:
Test Transaction Errors: file /usr/lib/gstreamer-0.10/libgstfbdevsink.so from install of gstreamer-plugins-bad-free-extras-0.10.18-1.fc12.i686 conflicts with file from package gstreamer-plugins-bad-0.10.17-2.fc12.i686
file /usr/lib/gstreamer-0.10/libgstoss4audio.so from install of gstreamer-plugins-bad-free-extras-0.10.18-1.fc12.i686 conflicts with file from package gstreamer-plugins-bad-0.10.17-2.fc12.i686
file /usr/lib/gstreamer-0.10/libgstsdl.so from install of gstreamer-plugins-bad-free-extras-0.10.18-1.fc12.i686 conflicts with file from package gstreamer-plugins-bad-0.10.17-2.fc12.i686
file /usr/lib/gstreamer-0.10/libgstshapewipe.so from install of gstreamer-plugins-good-0.10.21-1.fc12.i686 conflicts with file from package gstreamer-plugins-bad-0.10.17-2.fc12.i686
file /usr/bin/gst-camera from install of gstreamer-plugins-bad-free-0.10.18-1.fc12.i686 conflicts with file from package gstreamer-plugins-bad-0.10.17-2.fc12.i686
file /usr/bin/gst-camera-perf from install of gstreamer-plugins-bad-f...

View 12 Replies View Related

Fedora :: Running Transaction Check - Missing Dependency

Dec 1, 2009

I've tried to upgrade from Fedora 11 to 12 in a workstation by following the related steps in the documentation. However; in the step 'yum upgrade' I'm getting the following problem:

VirtualBox-3.0.6_52128_fedora11-1.x86_64 from installed has depsolving problems
--> Missing Dependency: libcrypto.so.8()(64bit) is needed by package VirtualBox-3.0.6_52128_fedora11-1.x86_64 (installed)
--> Running transaction check
---> Package kernel.x86_64 0:2.6.30.8-64.fc11 set to be erased
---> Package kernel-devel.x86_64 0:2.6.30.9-90.fc11 set to be erased
--> Processing Dependency: libcrypto.so.8()(64bit) for package: VirtualBox-3.0.6_52128_fedora11-1.x86_64
--> Finished Dependency Resolution
VirtualBox-3.0.6_52128_fedora11-1.x86_64 from installed has depsolving problems
--> Missing Dependency: libcrypto.so.8()(64bit) is needed by package VirtualBox-3.0.6_52128_fedora11-1.x86_64 (installed)
Error: Missing Dependency: libcrypto.so.8()(64bit) is needed by package VirtualBox-3.0.6_52128_fedora11-1.x86_64 (installed)

I've tried to find the packages libcrypto.so.8 without success.

View 3 Replies View Related

Fedora Installation :: Upgrading From 10 To 12 - Error Running Transaction

Jan 23, 2010

When upgrading from fedora 10 to fedora 12 (after reboot and during installation) I get the error message as - Error running transaction - you need more space on the following file systems : 23 M on /mnt/sysimage/boot

After this installation stops.

I checked /mnt , there is no folder as sysimage . Please suggest how to proceed further ?

View 2 Replies View Related

Fedora Installation :: Kernel-devel / 'yum Install Gcc'?

Aug 11, 2010

I'm working on a Fedora 13 server trying to intal some soft following the same steps I did with some other server with Fedora 12 ( not 13, like the new one ).First problem that I found was with 'yum install kernel-devel'

Response: Nothing to do !
Then I tryed 'yum -v info kernel devel'
Response:
Installed Packages
Name : kernel-devel
Arch : x86_64
code....

Second problem that is stopping me is 'yum install gcc' Some dpendency problem that can not be solved. Tryed --skeep-broken but nothing is installed.I don't have gcc on my sistem.

View 4 Replies View Related

Fedora :: Install True Headers Instead Of Using Kernel-devel?

Jan 17, 2011

from what I understand kernel-devel does not bring in ALL the header files for install modules. so what i would like to know is how to install true headers instead of using kernel-devel. I found one tutorial, but it was way out of date.

View 3 Replies View Related

Fedora :: Uninstall 81 Packages To Install Qt-devel Into KDE4.x?

May 23, 2011

I was trying to compile a new (stable) kernel and got an error when I tried "make xconfi packages and uninstalling 81 packages (will attatch pix once home). I'm using Fedora14 with KDE packages and uninstalling 81 packages. I'm using Fedora14 with KDE so much stuff to get qt-devel?

View 4 Replies View Related

Fedora :: Update Issue: Transaction Error - An Unspecified TRANSACTION ERROR Has Occured

Jul 10, 2011

I was trying to update my Fedora 15 amd64 when a Error Notification popped up saying "An unspecified TRANSACTION ERROR has occured". More details: "could not add package update for fedora-release-rawhide-15-3(noarch)updates: fedora-release-rawhide-15-3.noarch".

View 4 Replies View Related

Fedora Installation :: 12 Test Drive Running Live From CD?

Mar 4, 2010

The disk I obtained from a seller runs fine in live mode (no installation) on my Windows XP. I liked what I saw. However, when trying to run cd live on my Linux PC it won't run. Linux pc currently has Kubundu 9.1 installed. Previous to that I had Mint 8 installed, but again Fedora 12 cd would not run. After getting an initial Fedora startup screen, I next receive a bunch of text, ending with a text screen of about 30 lines with "OK" in green to right of each line. At bottom is blinking cursor. That ends my machine's live running of cd.

Obviously, if I can not get cd to run live on linux pc, I'm not going to be able to install. (I should add that ubuntu, kubuntu, mint 8 and pclinuxos all ran successfully live on machine and three of them were installed successfully.) Perhaps, Fedora is at war with Ubuntu et al.

View 1 Replies View Related

Fedora Servers :: Install Of Httpd-devel Hurts Performance?

Jun 7, 2010

On F13 i386 inside Virtualbox. Host is a Win7 x64 box.

This may just be more idle curiosity than anything else since the server still works. . . but it's really bothering me because I can't explain it.

My (limited) understanding is that the devel files are just the source files and shouldn't actually affect peformance.

Yet, prior to installing httpd-devel (and its dependencies), /etc/init.d/httpd restart takes about 2 seconds total. After installing httpd-devel, the "stopping" phase of the httpd restart take 5-7 seconds (which seems really long when you're just sitting there waiting on it.

yum install httpd-devel also installs the following for dependencies:
db4-cxx
db4-devel
cyrus-sasl-devel
apr-devel
apr-util-devel
openldap-devel
expat-devel

All but one of those are devel files as well. And here's the real kicker: Uninstalling them through YUM doesn't put things back to normal (even after reboot).

I'm no linux expert. But I wouldn't think installing devel files would have this effect or any effect like this since they're just source code files (?). Can anyone explain what's happening or give me tips on how I can watch the apache process stop and see what's hanging it up?

View 2 Replies View Related

Red Hat / Fedora :: Install Mesa-libGL-devel Created Circle

Sep 30, 2010

following attempt to install mesa-libGL-devel?

[code]...

Look like I've created a circle as the last rpm depends on the first? Note that for the second rpm, Xau and Xdmcp are loaded:

[code]...

View 1 Replies View Related

Fedora :: Yum Group Install KDE - Transaction Error ?

Mar 11, 2009

When i do yum group install "KDE (K Desktop Environment)" i get

Transaction Check Error:

View 14 Replies View Related

Fedora :: Install Kernel-devel And Headers On 13 Desktop Edition 64-bit"?

Sep 8, 2010

I have a problem to install the VMware Server (VMware-server-2.0.2-203138.x86_64.rpm) on "Fedora 13 Desktop Edition 64-bit".I traied all tips I found, but nothing was OK.Please look my linux configuration and the error messages:

(VMware installation)
[root@localhost BKP]# rpm -Uvh VMware-server-2.0.2-203138.x86_64.rpm
Preparing... ########################################### [100%]
1:VMware-server ########################################### [100%]

The installation of VMware Server 2.0.2 for Linux completed successfully.Before running VMware Server for the first time, you need to configure it for your running kernel by invoking the following command: "/usr/bin/vmware-config.pl".
code....

View 4 Replies View Related

Fedora :: New FC12 Install Throws Depsolve Failure With Mysql-devel

Jan 15, 2010

This is a clean FC12 install but I did add a few repos to support chromium and adobe - pretty much as described here:

[URL]

This is what happens - I tried all the cleanup suggestinons with no effect. Anyone got any ideas please? Thanks...

[eric@zeppelin ~]# yum repolist
Loaded plugins: presto, refresh-packagekit
repo id repo name status

[code]....

View 8 Replies View Related

Fedora :: Install SDL-devel On A 64 Bit Fedora 12 Computer?

Dec 24, 2009

I tried to install SDL-devel on a 64 bit Fedora 12 computer. I get this

Code:
[root@Fedora dolphin-emu-read-only]# yum install -t SDL-devel
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Resolving Dependencies

[Code]...

I need to insall SDL-devel to compile Dolphin, can I force it to continue or not perform a dependency check? When I try to remove it, it tried to remove tons of files as dependencies, can I stop it from doing that?

View 2 Replies View Related

Ubuntu Networking :: Install On Samsung N250 Netbook / Test Works By Running From USB Stick First (without Removing Windows 7)?

Jun 28, 2011

am currently using Windows 7 across my networked PCs at home.

I've just received my new Samsung N250 Plus Netbook which comes with Windows 7 Starter (yuk). I read a post on Ebuyer from someone who has installed ubuntu on his N250 so thought I'd give it a go tonight.

My main concern is whether my wi-fi card (Broadcom 802.11n according to windows) will work when I remove windows and install ubuntu. I intend to use the netbook for internet use only while working abroad.

Is it possible to test it works by running ubuntu from my USB stick first (without removing windows 7)?

View 6 Replies View Related

Fedora :: Transaction Error:- An Unspecified Transaction Error Has Occurred

Feb 4, 2010

I installed fedora 12 today...installation went fine. Tried to run the software update ( which includes 415 fixes) and got the following

Transaction error:- an unspecified transaction error has occurred. More information is available in the following report.

More details show:- could not add package update for abrt-plugin-runpp-1.0.4-1fc12(i686)updates:abrt-plugin-runapp-1.0.4-1.fc12.i686

I have unchecked the box in the update list to be installed, but the software update insists that this update is needed. I cannot progress any further than this error message..

View 3 Replies View Related

Fedora Installation :: Install Kernel Headers And Devel From Installation Disk ?

Feb 8, 2009

Ive also tried downloading RPMs to a usb stick and it said it was the wrong ones for my machine.

How do i find out if my machine is x32 x64 x86?

Anyway im trying to install kernel headers and devel from the fedora installation disk but i dont know how to get to the cdrom thru terminal as i cant copy the RPMs to desktop by drag n drop or using software installer.

I dont have an internet connection to the pc so i cant use yum (which would make things so much easier) so can anyone tell me how how to install these packages thru terminal?

View 5 Replies View Related

Fedora Servers :: Several Postfix - Test Antivirus Scan Using Eicar Test Virus ?

Apr 8, 2009

I have installed Postfix + Amavisd-new, then I am started all services (and configured main.cf and master.cf to use amavis).

The questions are:

1) I am trying to test antivirus scan using eicar test virus

Code:

And the message is successfully delivered to mailbox with mark "CLEAN" in maillog. But I cant see any attachment using

Code:

Where is my mistake?

2) Should I update clam and how I can do it?

3) Is spamassassin enabled by default in amavis (I have started daemon)?

4) Where configuration files of spamassassin is stored?

View 1 Replies View Related

Ubuntu Security :: Programs Running Among Ubuntu Build To Assure Secure Transaction

May 7, 2011

yesterday I ordered some software on the Net.Early this morning, I got a call from my bank someone else tried to charge to my debit card.I called the company I ordered from to alert them and they assured me it had to be my computer security because theirs was checked, upgraded regularly and above reproach.Fortunately, the bank caught it in time and my account wasn't debited. After I assured them I didn't order anything from Bed, Bath and Beyond, the bank shut down my card and I had to apply for another.

I was shocked. You hear about it but never imagine it will happen to you. I began to wonder and worry if it was because I was using Linux and it wasn't as secure as Microsoft.I'm isolated in a very small town in West Texas so I order some things on the Net.I loaded the full version of Ubuntu "Lucid Lynx" 10.04 from a 4 disk set and downloaded all the upgrades; almost five hundred and set everything up the way I wanted. My question is: Are there programs running among the Ubuntu build to assure a secure transaction on the net or do I have to load others and a fire wall like Windows? That's one of the reasons I left Microsoft behind was the "Auntie-viral" programs took over and almost became a competing system.

View 9 Replies View Related

CentOS 5 :: Mock Mplayer Lame-devel - Error "lame-devel Package Can't Be Found"

May 6, 2011

i'm trying to rebuild mplayer and facing the same error - lame-devel package can't be found as when i try to use rpmbuild. I'm not sure why and how to fix it. Here are steps and information:

[Code]...

View 7 Replies View Related

Slackware :: Missing Libuuid.so.1 In The Multi-lib?

Mar 2, 2010

package that libuuid is in so I can create a 32-bit libuuid.so.1 on my system. It is needed by wine and massconvert.sh didn't create it.

View 7 Replies View Related

CentOS 5 :: How To Install Kernel Devel / Headers Via Yum

May 21, 2010

I have a program that needs kernel headers. The machine is running CentOS release 5.4 (Final).
uname -r output: 2.6.18-164.9.1.el5
When I try to do a - yum install kernel-devel or kernel-headers I get:
kernel-headers i386 2.6.18-194.3.1.el5 updates 1.0 M
Why don't they match?

View 1 Replies View Related

CentOS 5 :: Unable To Install Nsrp-devel?

Apr 11, 2011

I've got a new 5.5 64-bit install that has been updated to 5.6 this morning. While installing nspr-devel through yum i get stuck at the following dependency:

nspr-devel-4.8.6-1.el5.x86_64 from base has depsolving problems
--> Missing Dependency: nspr = 4.8.6-1.el5 is needed by package nspr-devel-4.8.6-1.el5.x86_64 (base)
nspr-devel-4.8.6-1.el5.i386 from base has depsolving problems

[Code].....

View 4 Replies View Related

Fedora Installation :: How To Test NVidia Driver Install

Dec 10, 2010

I've followed leigh's installation instructions for the nVidia drivers on Fedora 14, and everything seemed to go smoothly, but I don't see any obvious changes after rebooting (should I?).When I go to KDE's KInfocenter (KMenu -> Applications -> System -> Info Center) and check the driver information I see this:

Code:
Vendor Mesa Project
Renderer Software Rasterizer

[code]....

View 2 Replies View Related

Programming :: Script To Test If Program Is Running

Sep 22, 2010

I'm trying to test whether wget is working still or not. While [ wget is still running ] <----- but how should this look please?
do
codes
done

View 4 Replies View Related

CentOS 5 :: Can Test Website On PC Without Running Any Stack

Oct 20, 2009

I have Centos 5.3 installed on my pc. I have mysql, PHP and apache server running on my computer too.Is there any way I can test my website on my pc without running any stack ( lampp )?

View 10 Replies View Related

Software :: Uninstall 81 Packages To Install Qt-devel Into KDE4.x?

May 23, 2011

I found out that to compile my new kernel - which requires 'qmake' - I need to install the "qt-devel" package. Doing so - according to the package manager - would require uninstalling 81 packages and downgrading almost 50 other packages.

I'm running under Fedora 14 w/ KDE and it's asking to remove things like Amarok and OpenOffice. Am I missing a step or something?

qt-devel 00.png

qt-devel 01.png

qt-devel 02.png

View 1 Replies View Related







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