Debian :: Getting Error Saying Running On An Amd Platform?

Jan 22, 2010

I am trying to get flasH player for my iceweasel. Getting error saying I am running on an amd platform. I was under the impression an amd distro wont even install on an Intel system.I am a 100% that my hardware is Intel.Here is what uname -a gives me.

Code:
sudo uname -a
[sudo] password for siawacsh:

[code]....

View 6 Replies


ADVERTISEMENT

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

CentOS 5 :: 32bit Applications Running On 64bit Platform

Sep 20, 2009

I have searched the whole google but did not find anything. I am trying to install a game server using hldsupdatetool.bin which can be found here, [URL]. Unfortunately it can only run on 32bit Operating Systems. I need it to run on 64bit. What do I need to install? Please be specific since I am really new to linux. Please tell me what I exactly have to type in the command prompt.

View 4 Replies View Related

Red Hat / Fedora :: Need To Copy A Text File To Windows Platform Running On Same System

Mar 22, 2009

I hv a text file in redhat linux platform and i need to copy this file to windows platform running on the same system. Is there any command for this.

View 1 Replies View Related

Fedora :: Running A Dual Boot Windows 7 Home Premium And 12 System On An AMD Phenom Platform

May 31, 2010

I am/was(?) running a dual boot Windows 7 Home Premium and Fedora 12 system on an AMD Phenom platform.

I thought that I would try the KDE desktop and installed it with the command

yum groupinstall "KDE (K Desktop Environment)"

After tasting KDE for a while I decided that I far prefer Gnome.

I removed the KDE with

yum groupremove "KDE (K Desktop Environment)"

This appeared to work but I then found that whilst I can boot into Windows 7, I can no longer boot into Fedora 12.

I have tried booting the F12 DVD and going into to the Rescue function. I re-installed grub but still cannot boot into F12.

I have looked at grub.conf but can see nothing wrong.

View 14 Replies View Related

Debian Configuration :: Constant Error When Running Apt-Get

Mar 9, 2010

Nothing serious (I think), but everytime I run apt-get to remove programs and doing upgrades... I get a strange message.

This is the output of apt-get upgrade:
Inspiron1525:/home/hernan# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
iamerican ibritish
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
17 not fully installed or removed.
After this operation, 4030kB disk space will be freed .....

And this is the output I get when removing a program (I removed amor so I can show the output):
Inspiron1525:/home/hernan# apt-get remove amor
Reading package lists... Done
Building dependency tree
Reading state information... Done

The following packages will be REMOVED:
amor iamerican ibritish
0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
17 not fully installed or removed.
After this operation, 6185kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 89741 files and directories currently installed.)
Removing iamerican ...
/var/lib/dpkg/info/iamerican.postrm: line 6: /usr/sbin/remove-default-ispell: No such file or directory
dpkg: error processing iamerican (--remove):
subprocess post-removal script returned error exit status 1 .....
E: Sub-process /usr/bin/dpkg returned an error code (1)

When I run update, I don't get the error though.

View 4 Replies View Related

Programming :: Error Installing Valgrind : Failed To Start Tool 'memcheck' For Platform ?

Dec 15, 2010

I tried to install valgrind to my local directory (I don't have privilege to install it under root) by doing the following 3 steps:

(1) ./configure --prefix=/my/local/directory

(2) make

(3) make install

when I run
./valgrind ls -l
as instructed by README, I got this error: valgrind: failed to start tool 'memcheck' for platform 'x86-linux': No such file or directory

View 1 Replies View Related

Debian :: Hash Sum Mismatch Error When Running Aptitude

Jul 9, 2015

Im trying to update the system packages list by doing "aptitude update", but I got a error like this:

W: Failed to fetch http://download.virtualbox.org/virtualb ... 4/Packages: Hash Sum mismatch
E: Some index files failed to download. They have been ignored, or old ones used instead.
E: Couldn't rebuild package cache

After searching the Web, I saw that many foruns seems to suggest to erase the reference list of packages using the command " rm -rf /var/lib/apt/lists/" and then run "aptitude update" again. I did that but the error still pops up.

My source.list:

### Debian Jessie
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.us.debian.org/debian/ jessie main contrib non-free

deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free

[Code] ....

View 7 Replies View Related

Debian Hardware :: Realtek RTL8188SU For ARM Platform?

Sep 1, 2010

I'm trying to get a Wireless N USB dongle to work on an ARM platform (Sheevaplug). The USB is identified as Bus 001 Device 002: ID 0bda:8171 Realtek Semiconductor Corp. RTL8188SU 802.11n WLAN Adapter

However, when I couldn't find a kernel module for it, according to http://wiki.debian.org/rtl819x, the firmware-realtek is only available for the i386/amd64 platform, so I tried to compile it from source.But I'm getting error when I compile, that KBUILD_MODNAME is undeclared.

[Code]...

View 4 Replies View Related

Debian Programming :: Cross Platform Sql Gui Apps

Jun 8, 2014

What are the availability`s for cross platform sql , gui, application development using raw code in the Debian environment. I would rather work with raw code. I have been working with PHP MySQL, need to advance to Universe Application Development cross platform Raw Code for both mobile and desk top.

View 1 Replies View Related

Debian Programming :: Way To Create Cross-platform GUI Application

Oct 30, 2014

I'm looking for a way to create a cross-platform GUI application. The result must be able to run on linux, windows and OSX. And it must be a point-and-click GUI.For development I should be able to rely on Open-Source tools on linux only (that means no access to Windows or OSX)The target should be able to install the result relatively easily, that means any dependencies must be freely available, and the setup steps must be very minimal (probably means no installing development tools or running compilers)

My first thought was java, but the standard Swing GUI can look a bit ugly on some platforms. So I'm wondering if there's anything else. My next thought was C++/Qt, but I don't think I can cross-compile this from Debian for Windows or OSX, can I? Next I thought of python and PyQt, but it looks like PyQt isn't available for OSX. And finally I even thought of making some kind of web application running on a tiny web server of some kind, then accessing it with a native browser, but I'm pretty sure this doesn't meet the "easy to install" criteria. I'm finding this so tricky, do all the existing cross-platform applications use natively-compiled C++ for this? Or is there an obvious alternative that I'm overlooking?

View 6 Replies View Related

Debian :: Compile Clanbomber In Squeeze But Get The Following Error Message When Running ./configure?

Dec 4, 2010

I am trying to compile Clanbomber in Squeeze but I get the following error message when running ./configure:

checking for DirectFB... found
checking for FusionSound... configure: error:
*** FusionSound 1.0.0 or newer is required. The latest

[code]...

View 4 Replies View Related

Debian Installation :: Transfer Files From Squeeze Platform To Windows?

Mar 8, 2011

Last month I installed (not upgrade) squeeze in place of lenny on my dual boot laptop where the other OS is windows 7 Home basic (both C and D drives). I just noticed it today that while I can get any file from the windows to my squeeze I am not permitted to put any file to windows. As far as I remember I was not asked during squeeze installation whether the windows drives would be read-only drives. This difficulty was not faced when I had lenny. Can this problem be remedied now without going through a re-installation?

View 3 Replies View Related

Software :: Best For Bare Metal Restore On Debian Squeeze / X86 Platform

Mar 12, 2011

I'm running a x86-based Debian Squeeze LAMP server which is also my gateway between my home network and the big wide world (Shorewall/Shorewall6) As you can guess, when (as it did just recently) the hardware dies and needs to be replaced, the rebuild of a machine which has been tuned and tweaked over years is "interesting", to say the least. I am looking for some software which will allow me to do a bare-metal restore of the software and setups (data is accommodated already, so that part can be ignored) I'd like to use something to create a boot disc (CD/DVD) that I can put in a new machine and get my original setup installed on the new tin automatically.

I looked at Mondo, it looks ideal, but Google hints at problems with GRUB, and incompatibilities with Debian Squeeze....so the questions are:
1) Has anyone run Mondo on Debian Squeeze successfully?
2) Is there a good howto for Mondo on Debian?
3) Is there an alternative that runs on Debian and that fits my requirements?

View 1 Replies View Related

Fedora :: Yum Will Not Run - Error "Could Not Find Platform Independent Libraries <prefix>"

Jul 27, 2011

It has been working fine until today where I've been trying to get a application installed that I used on fedora12 ok called SecureCRT. It looks like it was not running because of a python lib. My system has libpython2.7.so and it wants 2.4. The developers for SecureCRT said they have not written it for F15 yet but will for next release but try install with nodeps and symlink 2.4 to 2.7. This did not work. I copied libpython2.4.so.1.0 and a link to libpython2.4.so from my old F12 box onto the new one and the app started working a treat but no I've noticed that yum no longer works and can only think its this. I have removed the the 2.4 files but still nothing. the error I get from yum is:

yum Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] 'import site' failed; use -v for traceback There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: No module named yum Please install a package which provides this module, or verify that the module is installed correctly.

It's possible that the above module doesn't match the current version of Python, which is: 2.4.6 (#1, Mar 23 2010, 12:56:48) [GCC 4.4.3 20100127 (Red Hat 4.4.3-4)] If you cannot solve this problem yourself, please go to the yum faq at: [URL] How do I fix this and is it possible to have both versions?

View 13 Replies View Related

General :: Error:backend-not-running Backend Not Running As Expected (yumex Will Close)

Mar 9, 2010

i installed yumex:yum -y install yumex, when i start yumex it came with this error:fatal error:backend-not-running backend not running as expected (yumex will close) how can i solve it?

View 10 Replies View Related

Debian Configuration :: Strange - Running Php5 On Debian Lenny And Apache?

Jan 18, 2010

i do have a strange problem get running php5 on lenny 64 inside apache2. i had installed it as all instructions on the web does: # apt-get install php5 libapache2-mod-php5 php5-cli php5-common php5-cgi

apt has enabled php automatically, so
/etc/apache2/mods-enabled/php5.conf does have inside:
<ifmodule mod_php5.c>
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
</ifmodule>

[Code]...

View 3 Replies View Related

Debian Installation :: Fail: Fontconfig.Debian 6 - Error "disk Haven't Error Replace Disks And Reburned Them"

Feb 26, 2011

I have downloaded NETINSTALL disk from debian.org burned it and during installation it says that error and inst will not continued. This disk havent error replace disks and reburned them. On this computer debian 6 has been installed two weeks ago. "Running post-installation trigger fontconfig" on this stage i have fail.

View 6 Replies View Related

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 View Related

Debian :: Debian Squeeze - Apt-get Running By Itself In The Background

Nov 15, 2010

I am running Debian Squeeze, apt-get update runs by itself in the background, taking up 100% of one of the two processor cores.

I have kept the system updated.

Heres the output of

Code:

Code:

I have noticed this a couple of times now, i can kill the process and it doesn't show up again ( i haven't noticed it showing up till next reboot).

I don't have update manager to set to automatically install anything, I have set it to "Only notify about available updates".

View 9 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

Server :: Error While Running Sar Command?

Jul 2, 2010

i am getting this error while running in rhel 5.3 -bash: sar: command not found

View 5 Replies View Related

Server :: Error With Running 'yum Update'

Apr 26, 2010

I have a VPS built with CentOS 5.4 64 bit, and I use it as a webserver (httpd & lighttpd)and mysql server. I used Jason's Utter Ramblings Yum Repository to install the latest PHP, apache, subversion, and mysql. However, I got problems afterwards when I try to run 'yum update' via SSH.

View 2 Replies View Related

Server :: Getting Error Before Running Wireshark

Jan 25, 2011

The error is as follows:
kernel: Uhhuh. NMI received for unknown reason 3c on CPU 0.
kernel: Do you have a strange power saving mode enabled?
kernel: Dazed and confused, but trying to continue

View 1 Replies View Related

Programming :: Sed Running Under Bash - Getting Error

Jul 18, 2010

~$ sed s/^bb/bbbbbb/ foo1.txt
~$ sed: -e expression #1, char 3: unterminated s command
~$
Where 'b' stands for space. What is the error here? Sed is running under bash.

View 6 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

Ubuntu :: Error While Running Update Manager

Apr 12, 2010

I got the following error window (screenshot attached) while running Update Manager. What does it mean?

View 1 Replies View Related

Ubuntu :: Error On Running Update-grub

Oct 10, 2010

I have an Acer Aspire One D250 with Ubuntu 10.10 Desktop installed on it, coexisting with a 12 GB Windows Vista restore partition The restore partition does not show up in GRUB like it used to, when I run sudo update-grub, I get:

Code:
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.35-22-generic
Found initrd image: /boot/initrd.img-2.6.35-22-generic
Found memtest86+ image: /boot/memtest86+.bin
ls: cannot access /var/lib/os-prober/mount/boot
BOOT: No such file or directory

[Code]...

View 4 Replies View Related

Ubuntu :: Error When Running Sudo-apt Get Update

Oct 17, 2010

When I go to terminal and run

Code:

It runs for a while, then at the end it gives me a error message that says:

Code:

Now what am I supposed to do to fix this problem?

View 7 Replies View Related







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