General :: Getting The Error: Openmotif21-2.1.30-14.i386.rpm: RpmReadSignature Failed?
Jan 28, 2010
I am trying to install the rpm of openmotif. I am getting error while installation. OS kernel details are as follows:
[root@SCADA21 Desktop]# uname -a
Linux SCADA21 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
[code]....
View 6 Replies
ADVERTISEMENT
Aug 21, 2010
I was following a simple tutorial on how to program and compile a hello world program using assembly when I got this error;Quote:ld: i386 architecture of input file `hello.o' is incompatible with i386:x86-64 output.The tutorial told me to make two files;Quote:hello.asmsection .data;section declaration
msg db "Hello, world!",0xa;our dear string
len equ $ - msg ;length of our dear string
section .text;section declaration
[code]....
View 3 Replies
View Related
Apr 4, 2010
I was installing compiz on my machine and towards the end of installation i got an error saying:
dpkg:error processing /var/cache/apt/archives/udev-151-3-i386.deb
The program returned valude 1 or something towards that direction. I rebooted my X server however i got an error saying X server encountered a problem. I did apt-get install compiz and found out that many dependencies were missing so i tried apt-get -f install but i got the same error message at the end of the day. Im currently booted on windows XP.
View 14 Replies
View Related
Aug 7, 2010
I was trying to installed skype and i am getting a error that reads: Error: Wrong architecture 'i386' has any one installed skype before?
View 3 Replies
View Related
Mar 31, 2010
When the RPM runs it come up with this error. How do I install the required dependencies? I have added more repositories, but still there are a few dependencies missing. Is there a zypper/sudo -get or something available? Opensuse 11.1 Gnome
[code]...
View 4 Replies
View Related
Nov 4, 2010
downloaded the install dvd mounted it and ran it but I am getting an error line 55 of the kickstart file: section does not end with %%end install exited abnormally.
View 3 Replies
View Related
Apr 9, 2011
I would like to install xmlrpc-c . I do: wget -P /tmp [URL] and when i execute: rpmbuild --rebuild /tmp/xmlrpc-c-1.06.18-1.el5.kb.src.rpm i got this error:
[Code]...
View 2 Replies
View Related
Jan 12, 2011
osdlyrics_0.3.20100604-1~lucid1_i386.deb Ubuntu x86 32 bit deb package for Ubuntu 10.04 or later wont install. I'm running ubuntu 10.4 64bit. My question is why you can't install 32bit programs on a 64bit system? If you can then how do I do it? 64bit should run 32bit due to the resin that a 16bit system ran 8bit games/programs. I know in window 7 you can install 32bit programs on 64bit system.
View 2 Replies
View Related
Jul 14, 2010
every time i try to install skype on ubuntu it gives me this message Error: Wrong architecture 'i386' is there any way to fix it?
View 3 Replies
View Related
Jun 16, 2011
I am having a rather odd problem on my Ubuntu 11.04 installation on a 32-bits Intel Core 2 Quad system. When I try to install packages that are not in the repositories, I keep getting the message " Wrong architecture 'i386' " in the Ubuntu Software Center. I have downloaded several packages for 32-bits systems and get the same error every time, for instance., with the Linux 32-bits Debian package for Teamviewer.
In addition to the PC, I have a laptop with an amd64, and I have transfered the pkglist from that machine to my PC to get the same environment. Could that cause any problems of the sort above?
View 4 Replies
View Related
Nov 2, 2010
I am currently trying to upgrade over 100 rpms on multiple Red Hat servers. Whenever I try to do a rpm -u /packages/*.rpm i recieve a failed dependencies error on the very first rpm. I know that I can go though each rpm one by one and trace each dependency but that will take forever. Is there a way to skip these errors? I know the -nodeps command for rpm but I dont want to screw something up but running all of these rpms on -nodeps
View 10 Replies
View Related
Apr 16, 2010
I'm trying to setup, GimPhoto.
[URL]
I am running ubuntu 10.04 on an amd 64bit laptop.Trying to run the deb file provided but is mentioned when opened in GDebi package manager that "Error: Wrong architecture 'i386'" which makes sense. There is not 64bit version. But provides the following instructions.
Quote:
DEBIAN or UBUNTU users that prefer Debian Package (deb)
=================================================
1. Download GimPhoto 1.4.3 for Linux Debian Package (deb), from this locations: GimPhoto 1.4.3 Debian Package (deb)
2. Install it using Gdebi OR Double-click it from Nautilus. For user with 64 bits system that using Debian Package (DEB) follow instructions below
"I'm running GimPhoto on my 64bit Ubuntu 9.04 as of today. In order to get it to run, you have to use the force command from Terminal, like this:
sudo dpkg --force-architecture -i /media/gimphoto_1.4.3_i386.deb
The correct path/location is critical. I always download everything into a "media" folder. Keep this in mind for your own installation ... your path has to be 100% correct." When I open a terminal and cd to my downloads folders, and run the following.
sudo dpkg --force-architecture -i gimphoto_1.4.3_i386.deb
I get:
Quote:
$
dpkg: warning: overriding problem because --force enabled:
package architecture (i386) does not match system (amd64)
(Reading database ... 174216 files and directories currently in
[code].....
View 9 Replies
View Related
Oct 18, 2009
I just got done installing ubuntu 9.04 and i went to firefox typed in myspace.com, noticed i need plug ins for adobe flash player went to install it 3 times and kept getting this Error: Wrong architecture 'i386', even tryed other plug ins and got same thing..
View 3 Replies
View Related
Oct 14, 2010
Subprocess failed. Error: RPM failed: installing package xen-4.0.0_21091_06-0.1.1.x86_64 needs 27MB on the /boot filesystemI seem not to be able to change the size of the /boot, but 11.2 loads okay but not 11.3There only 19MB left from 66 and I can't make it bigger, I hope there is someone thathas seen this. I would like to see some of the update with XEN.
View 1 Replies
View Related
Jun 11, 2010
Why do I get an error when trying to do a simple install command?I'm trying to install VMware player 3.1.0 on Ubuntu 9.10 After logging in to the terminal and changing directory to the folder containing the VM player bundle file, I used the following command:
sudo sh VMware-Player-3.1.0-261024.i386.bundle
It then prompts me for the password:
[sudo] password for administrator:
After entering the password it then returns the error:
VMware-Player-3.1.0-261024.i386.bundle: 110: Syntax error: newline unexpected
administrator@ubuntu:~/Documents/gnb1$
View 9 Replies
View Related
Jun 25, 2010
I'm trying to install flash player on my 64 bit xubuntu 9.10
When I run the .deb I get a error
Error: Wrong architecture 'i386'
When I put the .so in the .mozzila/plugins it doesnt show up... Like it wont import or something.
View 9 Replies
View Related
Jan 28, 2011
I've got a 3 year old self-assembled system running Ubuntu 9.04, with an AMD Phenom 9850 quadcore with 4G ram on and M3A78-EMH-HDMI motherboard. I'm not really a hardware person, but the assembly was pretty smooth. A year ago (while running Ubuntu 8.04) I started getting messages that my HD was about to die (a 500G Western Digital). I ran out and bought two new HDs, a 1T WD Caviar black onto which I copied everything from the dying drive, and a 500G WD Caviar green onto which I installed Ubuntu 9.04. Everything went fine, except that I couldn't seem to get the system to boot if I removed the dying drive. So I just left it in. I've been getting "About to die" messages for the last year, but I had all the data on the backup 1T drive, and the system was actually running from the new 500G drive, so I didn't worry about it.
Last week the dying drive finally actually died, and the system failed to reboot on the next try, the error message was: Secondary Master Hard Disk Error No IDE Master H.D.D. Detected! Press F1 to ResumeNothing happened after hitting F1. There are 6 SATA ports, 4 red ones (1-4) and 2 black ones (5-6). Sadly, I failed to note which ports the drives were plugged into before I started tinkering. I seem to be able to replicate this error whenever the 500G drive with the master boot record is in a higher numbered port than the 1 T drive. If I reverse that so the 500G is on a lower port number, and if I make sure that the 500G drive has a higher boot priority in BIOS, then I get no error messages at all, but after the POST sequence is finished all I get is a blinking cursor at the top of the screen that doesn't respond to the keyboard (never even getting to GRUB). I can Ctrl-Alt-Delete to reboot, but nothing else has any effect.......
View 14 Replies
View Related
Jun 14, 2010
I install x3270 but not install ll display error given, so how to install that package
Warning: /home/mainframe/x3270-x11-3.2.20-4.i386.rpm: V3 DSA signature: NOKEY, key ID 73307de6
error: Failed dependencies:
x3270 = 3.2.20 is needed by x3270-x11-3.2.20-4
View 2 Replies
View Related
Aug 13, 2010
I have SUSE Linux Enterprise Desktop 10 running on HP Mini 2133. It's been working like a dream since I got it, but one day I got the following error message when booting it: Failed to start the X server (your graphical interface). It is likely that it is not set up correctly. Would you like to view the X server output to diagnose problem? <Yes> <No>.
X server output says alot of things, but I think this is the most important:
(==)Using config file: "/etc/X11/xorg.conf"
ACPI: OSPMOpen Called
ACPI: Opening device
(EE) VIA(0): No valid modes found
I then get the login:. I'm able to login, but I have no clue on what to do. How can I fix this?
View 3 Replies
View Related
Sep 15, 2009
We have a working backup script which gave no problems ever. But recently the backup is failed giving following error messages,
Statement just before the error occured was, /usr/bin/rsh remoteserver1 /tmp/backup/script.scr
1. The system has no more ptys. Ask your system administrator to create more.
2. The system only has a finite number of ptys and you have many of them in use. The usual reason for this is that you forgot (or didn't know) to call "wait" after closing each of them.
So it looks like the system is falling short of the /dev/pty ...atleast I think so. Dont know the real reason.
View 1 Replies
View Related
Oct 28, 2009
While i installed rpm package its showing error of failed dependencies n in another case cant create transaction lock on /var/lib/rpm_db.000
View 4 Replies
View Related
Aug 2, 2010
Whenever I try to take backup from webmin I get following error message.
Starting backup of module configuration files to /Applications/backup.tar.gz ..
.. failed! TAR failed :
I don't understand meaning of this error.
View 1 Replies
View Related
Apr 9, 2010
Today i upgraded my system and started getting error when i update, install or remove a package. The error isn't restricted only to one repository so i thing something is wrong with my system.
[Code]....
View 4 Replies
View Related
Mar 7, 2010
I installed Red-hat 5.3. Problem is that it is not showing graphical interface. Only kernel / command prompt is available. I tried startx, then I got this msg. No video BIOS modes for chosen depth. Also showing that:
ERROR: Failed to start X server.
View 2 Replies
View Related
Oct 26, 2010
I do encounter when I try to install this file:
[root@mypc]# rpm -ivh sysstat-7.0.2-3.el5.i386.rpm
warning: sysstat-7.0.2-3.el5.i386.rpm: V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
libc.so.6(GLIBC_2.4) is needed by sysstat-7.0.2-3.el5.i386
rtld(GNU_HASH) is needed by sysstat-7.0.2-3.el5.i386
Also when I try this also not work
# yum install sysstat
-bash: yum: command not found
However the os and email server working fine on it. What should I check and try it.
View 4 Replies
View Related
Dec 10, 2010
I installed a suse 11.3 on my acer laptop and it worked just fine for two days.I was able to use internet as well though wi-fi driver i still had to figure out.This morning when i started it, it gave me an error like this:- Failed to load grub Error 18 now from what i understand is the solution is to downsize the harddisk partition used by the linux root to somewhat 10gb.Mine is about 40gb.
So i thought why not re-install the os again.But even after changing the bios setting to boot from cd-rom and putting in the suse dvd still its not booting from dvd and continously giving this error Error 18:Selected cylinder exceeds maximum supported by BIOS and then it comes to a command prompt like this grub>
View 6 Replies
View Related
Feb 25, 2011
I just installed bt4 on vmware....internet is up and running and when i try to run airodump i get the error stated above. I installed ndis wrapper it would resolve my issue but it did not fix it.
View 4 Replies
View Related
Dec 13, 2010
i am having a issue installing php-oci8. I am using a cesntos 5.5 OS
when i try installing php-oci8 i get this error
[root@web8 tmp]# rpm -ivh php-oci8-5.2.14-1.el5.remi.x86_64.rpm
warning: php-oci8-5.2.14-1.el5.remi.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 00f97f56
error: Failed dependencies:
php-common = 5.2.14-1.el5.remi is needed by php-oci8-5.2.14-1.el5.remi.x86_64
so then i checked whether i have php-common 5.2.14 installed it yielded this result
[root@web8 tmp]# rpm -qa php-common
php-common-5.2.14-jason.1
i dont understand why php-oci is not getting installed even though php-common is present.
View 1 Replies
View Related
Dec 14, 2010
I need to uninstall kde fom pacman so I do this: When I go to "pacman -R kde" it says "checking dependencies" Then "error: failed to prepare transaction (could not satisfy dependencies) ":: kdeplasma-addons-libs: requires kdebase-workspace" So how do I fix this so that I can uninstall kde?
View 1 Replies
View Related
Dec 10, 2010
I want to ask about Kmail. I have Kmail from Mandriva. I use Kmail for My Email. And When I reply Message, I found some trouble.
Sending failed:
Unknown error code 50. The message content was not accepted.
The server responded: "5.7.1 Message refused by BannedWord check. This email has been rejected. The email message was detected as spam." Please send a full bug report at [URL]. The message will stay in the 'outbox' folder until you either fix the problem (e.g. a broken address) or remove the message from the 'outbox' folder. This transport protocol was used: smtp.net
How to solve this email error I get when I try to send email via KMail.
View 2 Replies
View Related