Fedora :: Crash In Mono-core-2.4.2.3-2.fc12 Error?

Nov 24, 2009

i recently installed the banshee media player using yum extender. Everytime i run it i get this error " a crash in mono-core-2.4.2.3-2.fc12 has been detected" how can i fix this problem?

View 2 Replies


ADVERTISEMENT

Ubuntu :: Run Dual Core - Crash - Single Core Runs Perfect

Apr 1, 2011

i am running gigabyte GA-M68M-S2P and AMD sempron 2.7. the problem is when i try to run dual core. it will boot and run for 2mins then it crashes. single core runs perfect.

View 6 Replies View Related

Fedora :: Wine FC12, Cannot Configure Audio, Crash?

May 16, 2010

Right so I managed to fix this once, by installing the wine.i686 instead of the x86_64, but now it's back. So I removed the 686 package and installed the x86_64 package again, no go. I get a fairly sizey list of memory dumps. The audio is working on everything else. But winecfg keeps crashing when I click the audio tab.This is on a Packard bell with ATI chipset, an ATI tech Azalia (Intel HDA) soundcard, an AMD Turion 64x2.I'm running FC12 on the 2.6.32.11-99.fc12.x86_64 kernel, the version of wine is 1.1.38.x86_64 (right now) on kde 4.4.2

Code:
fixme:seh:execute_cfa_instructions 7fd8c47a209d: DW_CFA_remember_state not implemented
fixme:seh:execute_cfa_instructions 7fd8c47a20a0: DW_CFA_restore_state not implemented

[code]....

View 3 Replies View Related

Fedora :: Circular Package Dependencies - Error "gcc-4.4.2-7.fc12.i686 Requires Libgomp = 4.4.2-7.fc12"

Apr 18, 2010

I have a tricky problem which I could soIve with a c program. I wrote one and found I didnt have gcc so I tried to install it. I was told I needed to install packages. I acknowledged and an error was generated gcc-4.4.2-7.fc12.i686 requires libgomp = 4.4.2-7.fc12 I try to install libgomp and go round again.

View 2 Replies View Related

Fedora :: Installed Bless Hex Editor On 14 Laptop - Shows "mono-core Wants To Install A Font Language Code Not Matched: Utf-8"

Feb 22, 2011

i have installed bless hex editor on my fedora 14 laptop.However when i open it ,it shows "mono-core wants to install a font language code not matched: utf-8" i am not able to use bless hex editor properly.

View 4 Replies View Related

Ubuntu :: Install Mono Error "Package Mono Is Not Available But Is Referred To By Another Package"

Mar 18, 2011

i first noticed when i tried to get mono via sudo apt-get install mono i got the error

[Code]...

E: Package 'mono' has no installation candidate then i tried to get it through the software center and i noticed the software center wasn't opening.... so i tried searching to find if someone else had the proroblem, they did, one solution was to reinstall python but if i open syapitic software i get the error

[Code]...

View 6 Replies View Related

Fedora :: Anaconda Failure / "A Crash In The Anaconda-12.46-2.fc12 Package Has Been Detected"?

Sep 29, 2010

I have F12 and been using the livecd-creator command since F9 to create liveUSB devices which are used to install Fedora on all the systems (nearly 100) I support at different sites ensuring they have the same build/configuration. About a week ago, I created a new image and when I attempt to install to hard drive, there is an ABRT message displayed;

"A crash in the anaconda-12.46-2.fc12 package has been detected"

Also see attached file.Now I am not able to install to hard drive.

It appears this is a known bug which has been reported at url.and that there is not fix planned. Can anyone confirm this?

If this is the case, does it mean that the �Install to Hard Drive� feature will no longer be available?

View 2 Replies View Related

Fedora :: Preupgrade - FC12-FC14 - Now 'Walked On' Error

Jun 29, 2011

I upgrade from FC12 to FC14 on Monday last. Yesterday, I noticed that CUPS wasn't running, so I looked at services and started it manually. The services appeared to be set to start CUPS automatically, but today again it wasn't running. Looking at messages, I now have the following 'errors' that appear to be disabling CUPS due to some form of load dependency.

Message log extract:

[code]....

View 6 Replies View Related

Fedora X86/64bit :: FC12 - Internal System Error While Updating

Dec 30, 2009

I have installed Fedora Core 12 and all seems fine. I have also set up the main repositories as was suggested on the following fedora set up guide website: [URL]. I have since tried to update my Fedora release with all the updates available, alas I get the following error message:

Error Type: <class 'yum.Errors.RepoError'>
Error Value: Error getting repository data for installed, repository not found
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3125, in <module>
main()
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3122, in main
backend.dispatcher(sys.argv[1:])
File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 710, in dispatcher
self.dispatch_command(args[0], args[1:])
File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 657, in dispatch_command
self.update_packages(only_trusted, package_ids)
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1948, in update_packages
signed = self._is_package_repo_signed(pkg)
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1437, in _is_package_repo_signed
repo = self.yumbase.repos.getRepo(pkg.repoid)
File : /usr/lib/python2.6/site-packages/yum/repos.py, line 121, in getRepo
'Error getting repository data for $s, repository not found' $ (repoid)

View 4 Replies View Related

Fedora :: Error While Installing Wireless Driver Using Make In FC12

Mar 17, 2010

The relevant details of my setup are:
Samsung R522 laptop
Realtek RTL8192E wireless network controller (PCI)
Fedora 12, kernel 2.6.32.9-70.fc12.i686 (automatically updated using software update)

My problem is that my wireless card has never worked - basically there aren't any widely available linux drivers, and there are many threads on getting the RTL8192E to work on many different forums, e.g. here, but none specifically for Fedora, so I think that this thread could potentially guide many more users. FYI, my hardwired network connection works perfectly.

Fantastically however, by emailing Realtek support, they'll send you their Linux driver, which most people have claimed works perfectly (although why they haven't just put it on their website is beyond me). SO, I've got a Linux driver for my wireless card. When Realtek emailed me to send me the driver, they said to just 'cd' into the driver directory, then do

su
make clean
make
make install
reboot
./wlan0up or ./wlan1up

OK, so I tried to do this and get the following error:
make: *** /lib/modules/2.6.32.9-70.fc12.i686/build: No such file or directory. Stop.
make: *** [all] Error 2

I don't know enough about linux to understand this error. I really don't want to have to recompile my kernel, and I hope there is some way to install this driver with not too much hassle. How to overcome this error, and install my wireless driver so I can get wireless network access on my Fedora 12 operating system. I've found Fedora 12 really easy to use so far, but this is proving quite hard!

This is the output of 'ls -lh' in the folder which seems to be causing the error, namely /lib/modules/2.6.32.9-70.fc12.i686/
total 3.1M
lrwxrwxrwx 1 root root 46 2010-03-16 22:53 build -> ../../../usr/src/kernels/2.6.32.9-70.fc12.i686
drwxr-xr-x 2 root root 4.0K 2010-03-03 05:28 extra
drwxr-xr-x 11 root root 4.0K 2010-03-16 22:53 kernel
-rw-r--r-- 1 root root 498K 2010-03-16 22:53 modules.alias .....

View 7 Replies View Related

Software :: Mono 1.1.12 - Install Older Mono To Co-exist With Current Version

Feb 28, 2010

I would like to know if anyone has run more than one version of mono concurrently. I want to host a Battlefield 2 server with bf2ccd that requires mono 1.1.12. CentOS 5.3 repos provide mono 1.2.4 which is neither new enough nor old enough to support bf2ccd. I have considered compiling a newer version or an older version to accommodate this but I think that the only fully supported version is the 1.1.12 and I want to have the newer mono for other projects. I have used Slackware exclusively up to now and am not familiar with CentOS yet so I would like to avoid compiling if I can. The server is an unmanaged dedicated server so I'm not certain of all of the details. AFAIK it is a standard CentOS 5.3 install.

View 4 Replies View Related

Fedora :: MAYDAY Accidentally Messed Up Fedora Core 12 Partition - Error Reading The Disk

Jan 18, 2010

I did a horrible mistake due to lapse in my concentration. Here is the 80 GB IDE disk geometry:

=> C: Windows XP SP2 15 GB partition
=> D: NTFS parition - 10 GB
=> E:F:G:H: NTFS partitions on the Windows Extended partition.
=> On the same Extended partition, there exists Linux /swap and /root partitions.

What happened was:

a) I wanted to delete the H: parition which was residing adjacent to Linux partition
b) By mistake I opened the Explorer and clicked the Mouse on H: partition and left it like that (forgot)
c) I opened Add/Remove program list but did nothing, to do few uninstalls after partition deletion.
d) Now I opened compmgmt.msc for Disk Management then deleted the H: partition!

Then XP reacted strangely and got almost hung

e) Then I switched OFF and ON the PC.
f) Most shocking was GRUB screen vanished (crash console appears) which means that Linux partition got deleted instead of H: partition!!

It's important to share with you that Fedora Core 12 possess the default BOOT flag. I thought that it's nothing big deal, only a case of Boot flag toggle with DOS bootable CD but am shell shocked to find after hitting the fdisk from DOS it says Error reading the disk!!! I felt like collapsed for a while, don't know how I did such a mistake. how to boot into my Windows XP. I can't afford to loose data or bear the expense on Data recovery

View 14 Replies View Related

General :: Why Is Ubuntu Trying To Open Mono App With Wine Instead Of Mono

Aug 24, 2010

So, I have compiled a C# program on Linux using MonoDevelop. When I try to execute the resulting binary, my system tries and fails to run it as a windows executable, with wine. Wine gives me the following message:

$ ~/bin/MyMonoApp
wine: Install the Windows version of Mono to run .NET executables
~/bin/MyMonoApp: command not found

I can only convince it to run by explicitly calling mono:

$ mono ~/bin/MyMonoApp

So, how can I make this the default, so I don't have to explicitly call mono every time?

View 1 Replies View Related

Fedora :: Error: Unresolvable Requirement /sbin/ldconfig For Pixman-0.16.2-1.fc12.x86_64 (installed)

Dec 6, 2009

Today's update failed with this line tagged to every package:

Error: Unresolvable requirement /sbin/ldconfig for pixman-0.16.2-1.fc12.x86_64 (installed)
Error: Unresolvable requirement /sbin/ldconfig for libXrandr-1.3.0-3.fc12.x86_64 (installed)
Error: Unresolvable requirement /sbin/ldconfig for libedit-2.11-4.20080712cvs.fc12.x86_64 (installed)

[code]....

View 6 Replies View Related

Fedora Installation :: Yum Dependency Error: Package: Abrt-1.0.7-1.fc12.i686 (updates-testing)

Feb 20, 2010

i tried running (yum update, also yum install vlc) and i get these error

Code:

Error: Package: abrt-1.0.7-1.fc12.i686 (updates-testing)
Requires: librpm.so.0
Removing: rpm-libs-4.7.1-6.fc12.i686 (@anaconda-InstallationRepo-200911081854.i386)

[code]....

View 14 Replies View Related

General :: Compile A C Program In Fedora Core 12 - Error

Jul 6, 2010

When I compile a C program in Fedora Core 12 using the following format: gcc -o program -static program.c

I get an error:

What do I need to do to make the program compile correctly with the -static flag ?

View 1 Replies View Related

Fedora :: System Update Fails Error "librpmio.so.0 Is Needed By Package Abrt-1.0.3-1.fc12.i686 (updates) Librpm.so.0 Is Needed By Package Abrt-1.0.3-1.fc12.i686 (updates)"

Jan 10, 2010

when ever i try to install updates i get shown an error & the updates stop the error i get says "librpmio.so.0 is needed by package abrt-1.0.3-1.fc12.i686 (updates) librpm.so.0 is needed by package abrt-1.0.3-1.fc12.i686 (updates)"

View 12 Replies View Related

Software :: Install Older Version Of Gcc 2.95.3 In Fedora Core 8 Or Fedora Core 12?

Mar 14, 2010

i download the rpm package of gcc .

View 10 Replies View Related

Red Hat / Fedora :: What's Error Called 'segmentation Fault (core Dumped)'?

Jun 20, 2011

I am using RHEL 6. When i use CAP3 software for the first time it successfully resulted. But second time when i used, it's showing "segmentation fault (core dumped)". Even after restarting and reinstalling it showing same error. When i google, i found it some memmory related problem. But no clear information.

View 3 Replies View Related

Fedora Installation :: Dual Core Only Showing Single Core On F14?

Nov 3, 2010

I just loaded F14 on an old Dell Dimension 3000 with a dual core processor but only one is showing. Here's the output from top:

processor: 0
vendor_id: GenuineIntel
cpu family: 15
model: 4

[Code]....

View 2 Replies View Related

Fedora Installation :: VLC - Error: Missing Dependency: Libdvdnav.so.4 Is Needed By Package Vlc-core

Jan 7, 2009

installing on linux i try to install VLC and get [user@localhost ~]$ sudo yum install vlc Setting up Install Process Parsing package install arguments Resolving Dependencies

--> Running transaction check
---> Package vlc.i386 0:0.8.7-0.8.fc8 set to be updated
--> Processing Dependency: vlc-core = 0.8.7-0.8.fc8 for package: vlc
[Code]...

View 3 Replies View Related

Security :: Iptables 1.4.1 Mac Module Doesn't Work (error Message) - Fedora Core 8

Nov 25, 2010

I use iptables firewall (v1.4.1) installed on FC8. I'm trying to limit the inflow traffic for the port 1723 to certain MAC addresses. To experiment with the mac option, I've written the following iptables rule:

Quote:

iptables -A INPUT -m -mac --mac-source 10:08:08:08:08:10 -j ACCEPT

It didn't work. It gave me this error message:

Quote:

iptables v1.4.1: Couldn't load match `-mac':/usr/local/libexec/xtables/libipt_-mac.so: cannot open shared object file: No such file or directory

Try `iptables -h' or 'iptables --help' for more information. Does that mean the mac module wasn't installed/enabled?

View 4 Replies View Related

OpenSUSE :: Mono Gives An Error While Starting A C# Application?

Jun 9, 2011

The program I want to use: ProppFrexx Tagger or ProppFrexx Meta Data Editor, can be found here: ProppFrexx ONAIR - The Playout and Broadcast Automation Solution I need this to tag WAV files with RIFF INFO Tags.The Sony PSP can read RIFF Tags! so yeah, that's the reason I need this program. here the complete error message

Code:
exception inside UnhandledException handler: USER32.dll

I don't have Windows anymore, and I never going to use Windows again I hope there is a fix for that

View 3 Replies View Related

General :: Mono Error Message Using Wine?

Sep 26, 2010

I just installed wine in an attempt to open .exe files. When running the code line /wine/file.exe the following message appeared: wine: Install the Windows version of Mono to run .NET executables. I tried out two things, both of which didn't work and the message still appears every time I try to use wine

1st: yum install mono-core.i686 It is the Mono CIL runtime, suitable for running .NET code. 2nd: downloading mono windows version from the original website but still couldn't install it because it is an .exe file

View 6 Replies View Related

CentOS 5 :: Mono Runtime ERROR: PlatformNotSupportedException

May 16, 2009

I'm running CentOS operation system 5.2 with the following softwares installed:

1) OS: CentOS release 5.2 (Final)
2) Web Server: Apache 2.2.4
3) Mono: Mono 1.2.4
4) xsp: xsp 1.2.4
5) mod_mono: mod_mono 1.2.4

I don't find any errors during installation of all of the above items. Problem is that, when I try to invoke one of my ASMX file from the browser, I'm getting the following error in my $APACHE_HOME/logs/error_log. This same ASMX is working fine in one of my RedHat ES Linux 5 system, what I mean here is I don't have any compilation or runtime errors in my ASMX code.

ERROR DETAILS
[Sat May 16 08:03:38 2009] [notice] Apache/2.2.4 (Unix) mod_mono/1.2.4 configured -- resuming normal operations
System.PlatformNotSupportedException: This operation requires Windows NT, Windows 2000, or Windows XP.
at System.Web.Hosting.ApplicationHost.CreateApplicationHost (System.Type hostType, System.String virtualDir, System.String physicalDir) [0x00000]

[Code]...

View 1 Replies View Related

Fedora :: System Crash Then Read Error At Boot?

Feb 23, 2011

I tend to get constant crashes when using internet browsers ( Google Chrome and Firefox ) basically the application hangs not moving in any way, then eventually completely freezes up, the system then locks up and finally crashes.

Upon system re-start I get "Read Error" at boot ( No further information, it literally just says "Read Error" ).

It is sometimes fixed by going into the BIOS and select "Hold on No Error".

I tried installing OpenBios to see if using different BIOS firmware would resolve the issue, but the OpenBios install failed ....so no dice there either.

I am trying to work out if it is a hard drive problem or if it is purely a problem with Fedora.

It was working fine for a couple of months and when it does boot up ... the system works fine, ( Until another crash ).

It seems like the internet browsers crash the system and then the system crashes and can then no longer remember how to boot up.

what this could be that could be software based....if not it looks like I will need a new hard-drive.

View 5 Replies View Related

Fedora Installation :: 3 Core On Old Hard Drive - Error: Couldn't Allocate Requested Partitions

May 6, 2009

I'm trying to install Fedora 3 Core on an old hard drive I had lying around. The problem I'm having is that when I go to manually repartition the hard drive with Disk Druid I get this error: Could not allocate requested partitions: Partitioninf Failed: Could not allocate partitions as primary partitions. I can't view the contents of the hard drive to delete stuff.

View 6 Replies View Related

Programming :: Kernel API *get_super (struct Block_device *bdev) Producing Error With Fedora Core 5

Feb 2, 2011

I understand that block_device pointer *bd sholuld get initialized. Program should produce initialization error for *bd. Compiler is producing '->'. I am not understanding why?

[code]...

View 1 Replies View Related

Fedora Installation :: Upgrading From Core 4 To Core 10?

May 20, 2009

I have created a virtual machine of a system running Fedora Core 4 and I need to upgrade it to Fedora Core 10. Based on what I have read, it iis possible so I started theupgrade process. I get an error message saying that /dev/hda6 (my root paritition does not exist) even though it does.

Does the installer need to read a label from /etc/fstab? I executed tune2fs -L / /dev/hda6 amd ,and added LABEL=/ for the corresponding entry for fstab. but the FEDORA CORE 10 is still giving the same problems for the installation process. Should I upgrade to an intermediate verson like Fedora Core 7 first?

View 14 Replies View Related

Fedora :: F13 Akonadi Crash (InnoDB: Unable To Lock ./ibdata1, Error: 11)?

Nov 18, 2010

I have been working with F13 since last summer and Kontact/Akonadi worked fine all this time. Two weeks ago, more or less, Akonadi started to crash every time I tried to start it. Therefore I can use Kmail but without geting access to my contacts, since I put them on a resource controlled by Akonadi.

Just now I have updated a lot of KDE modules, include Akonadi, but the result is the same. Hereafter you will find the entire akonadi-selftest-report:[URL]..

View 2 Replies View Related







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