Red Hat / Fedora :: Error: Running Rpm_check_debug ERROR With Rpm_check_debug Vs Depsolve:

Apr 18, 2010

1. I managed to get the wusb100 working correctly for a few days. 2. At that time, I was also getting a yum update error: Running rpm_check_debug ERROR with rpm_check_debug vs depsolve: kernel-uname-r = 2.6.27.41-170.2.117.fc10.i686 is needed by (installed) kmod-rt2870-2.6.27.41-170.2.117.fc10.i686-2.1.2.0-4.fc10.1.i686 kernel-uname-r = 2.6.27.41-170.2.117.fc10.i686 is needed by (installed) kmod-ndiswrapper-

[Code]...

View 9 Replies


ADVERTISEMENT

Red Hat / Fedora :: ERROR With Rpm_check_debug Vs Depsolve?

Jul 14, 2010

anybody think they know how to solve this??

Transaction Summary
Install 0 Package(s)
Upgrade 6 Package(s)

[code]....

View 3 Replies View Related

Fedora Installation :: Can't Update Version 13 - ERROR With Rpm_check_debug Vs Depsolve

Mar 28, 2011

After I enter command: # yum update I got a output like below, and I don't know how to deal with it, i am a newbie.

[code]...

View 2 Replies View Related

CentOS 5 Server :: Updating Memcached Fails - Error With Rpm Check Debug Vs Depsolve

Aug 17, 2010

I am trying to run yum update on my CentOS 5.3 server, 32-bit, but it responds with the following:

Quote:Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
memcached is needed by (installed) memcached-selinux-1.2.8-1.el5.i386

Complete (1, [u'Please report this error in [URL]...

View 1 Replies View Related

Red Hat / Fedora :: Error On Running Yum Update

Jan 19, 2010

[code]...

how to fix the problem?

View 2 Replies View Related

Fedora :: Getting Error While Running AVI File Using Totem

Jun 19, 2009

While trying to run avi file using totem, I get error. As I tried to "search" as used by totem, I get:
$ totem A Walk To Remember.avi
** Message: don't know how to handle video/x-divx, divxversion=(int)3, framerate=(fraction)2997/125, width=(int)640, height=(int)272
** Message: don't know how to handle audio/mpeg, mpegversion=(int)1, layer=(int)3, rate=(int)48000, channels=(int)2, codec_data=(buffer)010002000000880101000000
** Message: Error: You do not have a decoder installed to handle this file. You might need to install the necessary plugins .....
How can I get the codecs?

View 3 Replies View Related

Fedora :: Getting Error On Running Any Video File?

Nov 5, 2010

I get this error if I try run any video file [URL].

View 4 Replies View Related

Software :: Error Running G2ipmsg-0.9.6 In Fedora-6?

Jun 14, 2010

I have configured g2ipmsg-0.9.6.But when i am trying to run "g2ipmsg" executable from command line,i am getting following error:

Error : [fileubcrypt.c line:1307 ] Can not store key: length: 0
Error : [fileubcrypt.c line:1307 ] Can not store key: length: 0
Error : [fileubcrypt.c line:1307 ] Can not store key: length: 0

[code]....

View 4 Replies View Related

Fedora Installation :: Getting Error When Running Auto Update

Oct 31, 2009

I keep getting this error when I try to run the auto update. b43 conflicts with broadcom-wl

View 2 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 :: Why Getting Error Message When Running Gconf-cleaner

Aug 3, 2010

I get this : Code: [root@Fedora philip]# gedit (gedit:3132): EggSMClient-WARNING **: Failed to connect to the session manager: None of the authentication protocols specified are supported

GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See [URL] for information. (Details - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)

GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See [URL] for information. (Details - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.) I now tested it being not root and it's ok:

Code:
[philip@Fedora ~]$ gedit
[philip@Fedora ~]$

No error when I'm not root. So it's only when I become root and run gedit in terminal I get errors, why?

View 4 Replies View Related

Fedora :: EGCI Samples Error While Running Programs

Mar 18, 2011

I am a final year BE student. I am working on the ehci-0.6 library for tracking the the face in fedora 13 in vmware. I am able to compile the code but could not run the sample programs. The error is as follows. After I compile the program:
cd ehci-0.6
./configure
make

I am able to do the above with out any errors. Later when try running samples. I am getting the below errors:
cd samples
make
./simple2d
(<unknown>:5940): GStreamer-CRITICAL **:

Trying to dispose element appsink1, but it is in ready instead of the NULL state. You need to explicitly set elements to the NULL state before dropping the final reference, to allow them to clean up. This problem may also be caused by a refcounting bug in the application or some element.
(<unknown>:5940): GStreamer-CRITICAL **:
Trying to dispose element ffmpegcsp1, but it is in READY instead of the NULL state. You need to explicitly set elements to the NULL state before dropping the final reference, to allow them to clean up. This problem may also be caused by a refcounting bug in the application or some element.

OpenCV Error: Unspecified error (unicap: failed to get info for device
) in CvCapture_Unicap::initDevice, file /builddir/build/BUILD/OpenCV-2.0.0/src/highgui/cvcap_unicap.cpp, line 139
terminate called after throwing an instance of 'cv::Exception'
Aborted (core dumped)
and but ven tried using
./samples/simple2d
the error I am facing is "could not initialize the capturing"

How to overcome this kind of error. Blank window opens and goes on showing the error mentioned above and ends ven given ctrl + c. The expected output to open a window and display the capture the person present in front of the webcam and print d coordinates of the face captured.

View 1 Replies View Related

Software :: Fatal Error While Running Softwares In Fedora 14

Jun 24, 2011

I have been a regular user of Linux and have never faced a problem like this one, after I installed Linux Fedora 14 on my laptop. After installation, almost all the softwares that I was earlier using with the earlier version of Fedora are stopping immediately on starting and exitting with a fatal error. eg. when I try to run paraview, it immediately closes after giving some fatal error. Similar is the case with gambit, tecplot and mayaVi softwares.With my earlier version of Fedora, I was not facing any problem. But since I installed Fedora 14, I am facing this problem. I even tried by downloading and installing latest version of paraview and mayaVi from the net, but the latest versions also on starting give the same error : fatal error, and exit the program.

The softwares I mentioned immediately close indicationg a fatal error. The following error messages appear in the console after abrupt shut down of softwares with fatal error :

Output of /var/log/message file:

View 4 Replies View Related

Fedora :: Error Xserver Running During Nvidia Driver Install

Feb 17, 2011

After starting the Nvidia driver installer I get the error message "please exit x before installing". I read the manual page for X. From the console I typed X -terminate. I get the error message "Fatal server error" "Server is already active for display 0". how to exit from X.

View 3 Replies View Related

Fedora Installation :: F12 LiveCD Does Not Boot - Error "error:[drm:drm_mode_rmfb] *ERROR* Tried To Remove A Fb That We Didn't Own"

Dec 14, 2009

Make: Fujitsu-Siemens
Model: LifeBook P7120

For some reason (hardware - I am guessing) the LiveCD does not boot on some laptops. The LiveCD worked well on my Dell Inspiron 1525 without any problems but my Fujitsu-Siemens refused to boot up. If you are trying to install or use F12 with the LiveCD ISO image burnt onto a CD on a laptop and fails with the following error:[drm:drm_mode_rmfb] *ERROR* tried to remove a fb that we didn't own Boot has failed, sleeping foreverthis workaround may work for you. Sometimes it will come up with another error about 'Root Device Not Found'

The workaround only works on a bootable USB key for some other reason, created with 'live-usb creator' and not a CD nor a LiveCD image on a USB created on a windows machine. I have tried them all.

[Code]...

View 1 Replies View Related

Fedora :: Error - C Header Files Matching Your Running Kernel Were Not Found

Jun 29, 2010

I need to install VMWare Workstation on Fedora 13, but I keep running into the following error -

"C header files matching your running kernel were not found...."

It's looking for 2.6.33.3-85.fc13.i686 but when I did a - yum install kernel-devel I got 2.6.33.5-124.fc13.i686

when I do - yum install kernel-devel `uname -r`

I get the following -

Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Package kernel-devel-2.6.33.5-124.fc13.i686 already installed and latest version

[code]....

View 5 Replies View Related

Red Hat / Fedora :: "Unknown Error 513 In Pthread_create After Several Hours Of Running A Gstrea?

Nov 18, 2010

I am using Gstreamer for creating one of my video streaming application. My application creates multimedia session and then stream around 200 video sessions (a very processor intensive job).In doing so, the no. of threads created is around 1500 and I have given around 1536 KB as my stack size for each of these threads. I have one Quadcore(intel Xeon) system of around 8 GB of RAM(64 bit) with RHEL 5.5(kernel - 2.6.18-92.el5). After few hours of testing I see that my overall memory(RAM) is eating up. I did checked the memory and I saw that my cache size is growing. So far so good, as I can understand that system does cache instead of leaving some RAM free.
My problem comes, when I see that after almost 20-25 hours of testing, RAM is continuously being eaten up and maximum part of that is going into cache. If I leave the system for few more hours I see whole of my memory is consumed up and now my swap started getting used. If I check the cache now, I clearly see most of RAM is now in form of cache. I still didn�t stop my application and allowed it run for few more hours and after sometime I see that process give segmentation fault while creating the pthread (create_pthread::unknown error 513).I also tried to observe the �core� file of application created in this way , but it doesn�t� show anything.

One thing I must mention that, in �top� I see almost constant values of resident memory, virtual memory and shared memory. There is no increase of memory usage here. So here I can assume that my application is not leaking the memory. I also observed that if I kill my application any time during this, the memory doesn�t go into free pool. Anyone, here can give any pointer for this kind of behavior. Is it can be because of some kernel BUG which is not freeing the memory to application usage.

View 1 Replies View Related

Debian :: Running Same Process Multiple Times(from Another Account) / An Instance Of Newsbeuter Is Already Running Error?

Aug 6, 2010

Sometimes I connect to my Debian box from another computer (using SSH on Cygwin or Linux), and once ina while I want to run some console apps. And sometimes some of these apps might complain about "another intance, Error: an instance of newsbeuter is already running (PID: 2496)". Is there a work around for this issue at all(without killing the original instance") ? The reason I do not want to kill the app because there might be 2 users connected to the same machine that might be using the same app.

View 1 Replies View Related

Fedora :: Root Login Works At Shell - Auth Error When Running Admin Tools

Jan 25, 2011

I login as normal user. I can 'su root' fine - password authenticates. However, If I try to run System->Administration->Users/Groups, when it asks for root password, it is rejected. When I run updater, it reports failure to authenticate, but doesn't even ask for root password beforehand. Is there a cached password someplace?

View 7 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 Servers :: Error In Updating System Using Yum - Failed To Use Search Generator - Error 256

Aug 26, 2009

when ever i give yum update am geting this error. failed to use search generator: failure:repodata/318b9912817ec3309c6defc47d79e878c52a21fd1457d191bb ff060fdb7f7f8d-primary.sqlite.bz2 from rpmfusion-free-updates: [Errno 256] No more mirrors to try. I was trying to install tomcat using yum. Is there any way i can install tomcat other than yum utility. I downloaded he zip folder for tomcat which i downloaded from apace tomcat site.

View 2 Replies View Related

Fedora Installation :: Error - "There Was An Error Extracting The Archives For MATLAB Compiler

Dec 22, 2009

I have been trying to install MATLAB 2008b as a standalone version; however, every time when the process runs to 18% it shows an error as follows: "There was an error extracting the archives for MATLAB compiler. Chceck that you have enough disk space and rerun the installer."

I did have checked the disk space which is much more than enough. I have also changed few different disks that are way more than enough as well, about 5GB at least, but this error still popped out when it runs to 18%.

View 9 Replies View Related

Fedora Installation :: Error: /sbin/load_policy:error While Loading Shared Libraries

Mar 12, 2010

I tried to install Fedora 12 on my machine using the Fedora-12-i386-DVD and get the following error: /sbin/load_policy:error while loading shared libraries: lib/libsepol.so.1: cannot read the file data:input/output error exec of anaconda failed install exited abnormally [1/1]

View 2 Replies View Related

Fedora :: Error Saving The Document <filename>: Write Error. The File Could Not Be Written

Jun 5, 2010

I open an ODS file and edit it and save, fine. But sometimes and for no readily apparent reason it refuses to save the document with the error message:"Error saving the document <filename>: Write error. The file could not be written". I have upgraded my version of OpenOffice but the issue remains. Once it starts with that error the only way to save the file is to actually abandon my change and restart OOffice. Today I lost an hours stuff as the auto save was also failing but not giving me any warning it was failing. I'm not sure if this is an OpenOffice, file system, Fedora or permissions issue though I've not noticed anything similar with other applications. Have set permissions to 777 but still get the error.

View 3 Replies View Related

Red Hat / Fedora :: Updating Software Error In Version 12 - Error Getting Repository Data For Installed

Apr 12, 2010

[code]...

How do I fix this?

View 5 Replies View Related

Fedora Servers :: Mysql 5.1.41-2 SSL Connection Error ERROR 2026 - HY000

Jan 3, 2010

I am facing some strange problem of mysql replication with ssl, my replications which working fine from more than 6 months currently stopped working after i upgrade mysql in to newver version mysql-5.1.41-2, i create new ssl self singed certs but still no sucess, when client try to connect the master using ssl its gives error SSL connection error ERROR 2026 (HY000), with out ssl its working f9.

Platform --> Fedora-11 + mysql-5.1.41-2 (both master/client)

I can seeking the problem on net, and i found the below bugzilla url related to that.

[url]

I read it but not get , either new version support x509 ssl certs or not or either new version support ssl replication or not, here below my server configuration for ssl serts

And for client

Both server and clients certs are signed with same ca but still its currently not working after the mysql upgrade first 5.1.41 and then 5.1.41-2

Either as above bugzilla url, currently mysql support ssl replication or not, or either some need to do special for working with ssl. or i wait for newver version of mysql to fix if its bug or not.

View 2 Replies View Related

Fedora Hardware :: There Was An Error During The CUPS Operation: 'client-error-not-authorized'?

Nov 29, 2010

I'm unable to change the setting of the actual printer on my system, cant even delete itthe system ask me the root password, after i enter it, i always get this message "There was an error during the CUPS operation:'client-error-not-authorized'."

View 8 Replies View Related

Fedora Installation :: Error, Saying I Had Bad Sector(s) The Error Told Me To Run Chkdsk /f /r In Windows, Then I Could Run Ntfsresize With -b, (in Linux)

Feb 22, 2009

I have the DVD installer of Fedora 10, i want to dual boot with windows vista. well i get up to the partitioning part of installation (in anconda) and it asks me how i want to partition it... i wanted to re size my partition and create the default format, so i keyd in 70GB and Okay. then it came up with an error, saying I had bad sector(s) The error told me to run chkdsk /f /r in windows, then i could run ntfsresize with -b, (in Linux) well i did all those steps, and shrunk /dev/sda1 to 70gb (/dev/sda2 is my recovery partition) i have a 140 gb hard drive, but can't find the unallocated space anywhere!

when i booted windows, it ran a chksdk, like it should, and in my computer it said that it had been shrunk (because the pie graph showed a capacity of around 70GB) When i go into windows disk management it says no unallocated space, just one big partition (and a 8gb recovery partition) this is the same with GParted on puppy linux, GParted on fedora 10 (live cd) says there is no drives I can mount or unmount and same error on partition logic... in EASUS partition manager i get told that there is no unallocated space, in the fedora installer there is only /dev/sda1 and /dev/sda2. Does anybody know.. how to install fedora on this partition, or get rid of the partition and repartition it another way. when i click on the option to remove all linux partitions and create default format, it errors and says it cannot make another primary partition, then says there is no room for /boot. and i can not proceed.

View 1 Replies View Related

Fedora :: Install Firestarter: Insufficient Privileges + Visudo Error + Error Reading /proc/ne

Dec 1, 2009

i try today to install Firestarter , unfortunately i got some problems regarding of the following messages:

1- insufficient privileges :
2- how can i change and save the file /etc/sbin/firestarter with visudo cammand
3-i got this message when i try to run it through terminal Error reading /proc/net/ip_conntrack: No such file or directory

View 5 Replies View Related

Fedora :: ERROR 1064 (42000): You Have An Error In Your SQL Syntax; Check The Manual That Corresponds To Your MySQL

Jul 20, 2010

i ,musing mysql5 at fedora12 i have just installed it but i ,m using mysqladmin -p root password mypassword it says ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysqladmin -uroot password 123456' at line 1

View 10 Replies View Related







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