Floating point exception !!!


 
Thread Tools Search this Thread
Operating Systems Linux Floating point exception !!!
# 1  
Old 05-03-2007
Floating point exception !!!

Hi,
I have linux fedora 4 ver., 2.6 kernal. And qmail & mysql & samba servers are already configured on this server.

When I try to install any package like squidguard ,dansguardian,webmin,rsnapshots with command rpm -ivh . It is giving error as “Floating point exception"

Snap View is as belows :

[root@linux ~]# rpm -ivh squidguard-1.2.0-2.1.fc3.rf.i386.rpm rpm -ivh squidguard-1.2.0-2.1.fc3.rf.i386.rpm
Floating point exception
[root@linux ~]# squidguard-1.2.0-2.2.fc4.rf.i386(2).rpmwebmin-1.270-1.fc4.rf.noarch.rpm
-bash: syntax error near unexpected token `2'
[root@linux ~]# rsnapshot-1.3.0-1.noarch.rpm
-bash: rsnapshot-1.3.0-1.noarch.rpm: command not found
[root@linux ~]# pygtk2-libglade-2.6.0-2.i386.rpm
-bash: pygtk2-libglade-2.6.0-2.i386.rpm: command not found
[root@linux ~]# rpm -iv pygtk2-libglade-2.6.0-2.i386.rpm
Floating point exception
[root@linux ~]# rpm -iv rsnapshot-1.3.0-1.noarch.rpm
Floating point exception
[root@linux ~]# rpm -iv squidguard-1.2.0-2.2.fc4.rf.i3
sat.sh
sayH
showfile
squidguard-1.2.0-2.2.fc4.rf.i386(2).rpm
[root@linux ~]# rpm -iv squidguard-1.2.0-2.2.fc4.rf.i386\(2\).rpm
Floating point exception
[root@linux ~]# yum install samba
Floating point exception
[root@linux ~]# uname -r
2.6.11-1.1369_FC4
============================

Kindly advise.

Regards,

Sagar
# 2  
Old 05-09-2008
Hi

I have the exact same problem, whenever I use the RPM command I get a Floating point exception error. (even if I do rpm --help) Did you ever manage to sort this?

I have googled for about 3 hours but can not find anything on why this happens or how to fix it?

Any help would be appreciated.
# 3  
Old 05-14-2008
Same problem

I have the same problem, but when trying to run MySQL and some various other apps. The box with the problem has Plesk installed, but it was running fine until yesterday. Any ideas from anyone would be most appreciated Smilie
# 4  
Old 12-24-2008
I also have this problem. CentOS 5.2 - any rpm command might cause floating point error. It seems to be somehow time related. Running ntpdate and then trying again seems to help.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

[BASH] Floating point exception

Heyas I have a script (vhs - video handler script, using ffmpeg) to encode videos. It also encodes a dvd, but until now just non-copy-protected ones, so i've tried to add/implement a vobcopy wrapper to be used by my script. At first it looked quite fine, but when changing from the first VOB... (9 Replies)
Discussion started by: sea
9 Replies

2. Programming

Floating Point

Anyone help me i cant found the error of floating point if needed, i added the code complete #include <stdio.h> #include <string.h> #include <stdlib.h> #include <ctype.h> typedef struct { int hh; int mm; int ss; char nom; int punt; }cancion; typedef struct... (9 Replies)
Discussion started by: Slasho
9 Replies

3. Shell Programming and Scripting

Arithmetic in floating point

is it not possible to simply di aritmetic without using bc or awk i have tried folllowing operatrions but they support only integer types plz suggest me code for floating using values stored in the variables.the ans i get is integer and if i input floating values i get error numeric constant... (6 Replies)
Discussion started by: sumit the cool
6 Replies

4. Shell Programming and Scripting

floating point numbers in if

# if > then > echo "1" > else > echo "2" > fi -bash: How can i compare floating point numbers inside statement? (15 Replies)
Discussion started by: proactiveaditya
15 Replies

5. Programming

Floating point Emulator

what is floating point emulator(FPE)? where and why it is used? (1 Reply)
Discussion started by: pgmfourms
1 Replies

6. Linux

Floating Point Exception

Hi, I am compiling "HelloWorld" C progam on 32-bit CentOS and i want to execute it on 64-bit CentOS architecture. For that i copied the a.out file from 32-bit to 64-bit machine, but while executing a.out file on 64bit machine I am getting "Floating point exception error". But we can run... (3 Replies)
Discussion started by: Mandar123
3 Replies

7. Shell Programming and Scripting

BASH: floating point exception

Hi, guys, today, I have copied a simple script which runs correctly on a computer to another one. But, the latter informs me: Floating point exception! @ ./command_module a b c where command_module is the module compiled by myself. So, I have fixed it by following steps: 1.... (5 Replies)
Discussion started by: mapleleaves
5 Replies

8. Programming

Floating point error in C

Hi, see the simple code below double i; i=8080.9940; printf(" val :%.30f\n",i); output i m getting is val :8080.993999999999700000000000000 when i m expecting val :8080.9940 what happens?how can i avoid it? thanks... (2 Replies)
Discussion started by: Hara
2 Replies

9. Programming

floating point problem

Hi all! Hi all! I am working with a problem to find the smallest floating point number that can be represented. I am going in a loop ,stating with an initial value of 1.0 and then diving it by 10 each time thru the loop. So the first time I am getting o.1 which I wanted.But from the next... (4 Replies)
Discussion started by: vijlak
4 Replies

10. Shell Programming and Scripting

floating point addition

hi, :) I have a file like this 10.456 123.567 456.876 234.987 ........ ....... What i want to do is ia have to add all those numbers and put the result in some other file. Any help pls. cheers RRK (8 Replies)
Discussion started by: ravi raj kumar
8 Replies
Login or Register to Ask a Question