Red Hat :: Error: Operand Out Of Range (0x02000004 Is Not Between 0xfe000000 And 0x01ffffff)
Apr 1, 2010
I need to write a simple app that is huge in size (256 MB) but I can only got it up to 31 MB and got compiler error if I went greater than 32 MB. /tmp/cc7Ax35n.s:246: Error: operand out of range (0x02000004 is not between 0xfe000000 and 0x01ffffff).
I tried to change ulimit -l and -s options but it didn't help. Does anyone know why I got the compiler error and how to fix it? I am running RHEL 5.4.
[Code]...
View 1 Replies
ADVERTISEMENT
Jan 22, 2010
I got some sourcecode written with c++. I found it did not supported by the newer version of gcc. So I wanted to install an older version. But it always comes up with the question like "./read-rtl.c:653: error: lvalue required as increment operand", what should I do now?
View 6 Replies
View Related
Apr 28, 2011
I just installed OS 11.4 this morning. Was previously on CentOS. I chose to have it import the partition & raid setup during install. Now when it boots it hangs with
"Could not find /dev/disk/by-label //" "Want me to fall back to /dev/disk/by_id/ata-ST(lots of drive stuff) -part2 (Y/n)" If I just hit ENTER at that point the boot will go on and it runs fine, but it stalls every time with that same error on boot. I did quite a bit of searching with Google and here (the search here considers every word in the error message to be too short or too common).
View 3 Replies
View Related
Aug 18, 2010
When I start acroread (and as far as I can tell it's only that program), I get the error message
But the program still starts, no problem. Happens with both
View 2 Replies
View Related
Jun 23, 2009
get me understand the short range and the long range links from routing (and routing protocols') point of view.
View 6 Replies
View Related
Apr 24, 2011
I want to plot a set of data in only one plot.The problem is that some points of the data should be better plotted in a linear scale (lets say 0 to 100,000) but there are other data points that, exceding the value 100,000, would be better plotted in a logarithmic scale, as they goes in the range 100,000 to 500,000,000. Let's say the data is:
Code:
X Y
0 100
10000 80
20000 75
[code]....
Is there a way to plot all these points in the same plot in only one X-axis showing two different ranges in that axis: linear: 0-100,000 logarithmic: 100,000 - 1,000,000,000?The axis would be read, for example, as:
Code:
|-----|-----|-----|-----|-----|-----|-----|-----|-----|
0 20k 40k 60k 80k 100k 1M 10M 100M 1G
(The abbreviations k-M-G are not the important point. Just shown for clarity)
View 2 Replies
View Related
Jul 30, 2010
I just installed Debian lenny 5.0.5 and when i start it up the monitor just displays a 'out of range' error. im using a Radeon HD 5570 graphics card and a lG W2353V-PF monitor.
what do i have to do to fix this problem?
View 2 Replies
View Related
Oct 4, 2010
I am a Windows Server guy trying to stay afloat on this Linux installation I am doing so please bear with me. I have installed RHEL 5 and installed the updated NVIDIA 256.53 certified driver. Upon rebooting everything was great. I got to the X server login and entered my user name and password. The very next thing I see is "Out of Range" error on my monitor. I know that I needed to verify that my xorg.conf file had the proper refresh rates specified in it for my monitor, which I have done.
View 3 Replies
View Related
Feb 3, 2011
it's been a long time since I did coding in C, but thought to pick up a very old project again, just to show off what I have been working on ten years ago.I deducted my problem as follows:
Code:
#include <stdio.h>
#include <stdlib.h>
#define bit1 1
#define bit2 2
[Code]...
Why is it saying that bar->act is not a valid lvalue while both bar->act and the bit are cast to (long long)?
View 6 Replies
View Related
Apr 11, 2011
I want to build a bash script, which can ping a range IP adresses which will be filled in by the admin. If there is no IP-adress filled in, then the script must ping the subnet where the system is logged on. So if my ip is 192.168.1.6, then the script must ping from 192.168.1.1 till 192.168.1.255 Or else, if there is given a beginning and ending ip it must ping that!
The first part of the bash script is to ping a given range (see below). But there is one problem, how can I tell the script to ping from $begin till $end, [..] is of course wrong! But what must be filled in there???
echo "Enter beginning IP-adres:"
read begin
echo "Enter ending IP-adres:"
read end
ping -c 1 $begin [..] $end
The second part is to find my own ip and ping the whole range.. How to do that? I only can find my own IP, but I cant ping the whole range,, how to do that?
#!/bin/bash
ifconfig | grep 'inet addr:' | grep -v '127.0.0.1' |
cut -d: -f2 | awk '{ print $1 }'
View 11 Replies
View Related
May 7, 2011
I just installed Ubuntu server on one of my computers, but when I boot up the screen goes blank and the monitor gives me an 'Out of Range' error. I understand that this means that the resolution settings are too large for the monitor, but I don't understand how to change them, since there is no GUI installed. Details:
Monitor:
LCD
Recommended Resolution is 1280x1024
I have also tried it on another monitor with a recommended resolution of 1920x1080, This also gave me an OOR error. Ubuntu Server version 11.04
View 6 Replies
View Related
Jan 29, 2010
I get this error when running my program under linux; under windows it works as expected:
Code:
$ ./mssql_test
("QSQLITE", "QMYSQL3", "QMYSQL", "QODBC3", "QODBC")
qGetStringData: Error while fetching data ("[FreeTDS][SQL Server]Program type out of range")
QVariant(int, 1) QVariant(QString, "")
I can retrieve int's just fine, but not nvarchar's. I'm using unixODBC 2.2.12 and FreeTDS 0.82. The funny thing is, that I can use isql and tsql with no problem. The mssql_test program:
Code:
#include <QSqlDatabase>
#include <QSqlError>
#include <QSqlQuery>
#include <QDateTime>
#include <QDebug>
#include <QVariant>
#include <QStringList>
#include <QSqlRecord> .....
The same error and output continue for the next records. These have cut out. I've been looking for a solution of a couple of days now, with no luck.
View 1 Replies
View Related
Mar 20, 2011
Today i am trying to learn how to use sed. I set up a testing folder with the following files:
AAb.lol
AAc.lol
AAx.lol
test.sh
My goal is to create a script (test.sh) which renames all the files to their original name without AA. I want to end up with this:
b.lol
c.lol
x.lol
test.sh
sed seemed to be the perfect tool so i went ahead and created a script which i think should clear the job.
[Code].........
mv: missing destination file operand after `$i' From that 2nd line i can tell that $NewName is just empty. I also read something about sed needing the -e option for scripting purposes but i just don't understand it.
View 7 Replies
View Related
Oct 14, 2010
I have an hp vs17e monitor and I am running slax linux But I have absolutely no idea how to fix the error resolution out of range on my computer monitor.it then shuts off and I can turn it back on and it'll do the same thing.
View 1 Replies
View Related
Feb 18, 2011
Having a bit of an issue with Python while trying to write a script to download every rar file on a webpage. The script successfully downloads any link that doesn't contain any spaces, etc. But when it hits a url like: [URL] (Classical Spelling).rar. It fails...I'm sure this is something simple, but I'm so new to python I'm not sure what to do!
Code:
import urllib2
import os
os.system("curl [URL] -i rar|cut -d '"' -f 2 > temp.out ")
infile =open('temp.out', 'r')
for url in infile:
print url
#url = "[URL]"
#url = target
file_name = url.split('/')[-1]
u = urllib2.urlopen(url)
f = open(file_name, 'w')
meta = u.info()
file_size = int(meta.getheaders("Content-Length")[0])
print "Downloading: %s Bytes: %s" % (file_name, file_size)
file_size_dl = 0
block_sz = 8192
while True:
buffer = u.read(block_sz)
if not buffer:
break
file_size_dl += block_sz
f.write(buffer)
status = r"%10d [%3.2f%%]" % (file_size_dl, file_size_dl * 100. / file_size)
status = status + chr(8)*(len(status)+1)
print status,
f.close()
View 7 Replies
View Related
Jun 27, 2011
Working fine: ==> scp my_log-bin.01393[0-9] root@192.168.103.66:/backup/ error - No such file or directory: ==> scp my_log-bin.0139[30-99] root@192.168.103.66:/backup/
View 4 Replies
View Related
Nov 19, 2008
I'm having a bit of trouble with a regular expression I'm trying to write and I'm not sure if it's something Tcl specific or my lack of regexp understanding.
[Code]...
I get a number of strings passed to a proc in the format 3|x where x is a number, either 0 or within the range 5-12. My understanding is that that regexp will match the literal '3' followed by a '|', the escapes the special meaning of |, and then 0 or, because of |, a number within the range 5-12. However I'm getting the error 'couldn't compile regular expression pattern: invalid character range'.
View 3 Replies
View Related
Mar 6, 2010
I certainly do not consider myself a Debian power-user, but I do presently have 3 Lenny systems and 1 Squeeze system running fine in my home on "older" hardware. However, for the past week I have been trying to get yet another system running, and I have hit the wall. This is on a new home-built system with an AMD Athlon II X4 and an ASUS M4A785-M motherboard. The Lenny installation was done with a net install of the AMD64 variety.
I always get a "Monitor frequency out of range" error whenever I boot. I can do a CTRL ALT F1 to get to command line, but I have no success getting to GUI. I have read numerous posts of similar monitor frequency problems with various distros, and most point toward HorizSync, VertRefresh, etc settings in xorg.conf. I have played with a myriad of options there, but I still get the "frequency out of range" error after a reboot. I have swapped monitors to no avail (monitors that work on my other Debian 32-bit systems). I really don't think the problem can be the xorg.conf file, since I have tried the exact same file as on the other machines. (Also, those systems seem to be more than happy without custom HorizSync and VertRefresh options in their xorg.conf files.)
On this new computer, I am using the motherboard's integrated video output (theoretically a ATI Radeon HD5200).I don't know if special options are needed in xorg.conf for this???I am able to successfully boot to GUI with multiple differentCD Linux distros; however, no such luck with the Debian installation. I would prefer to stay with Debian if possible, but I cannot live by command line alone on this system.Please let me know if there is something else that I should try before punting and moving to another 64-bit distro.
View 8 Replies
View Related
May 12, 2011
I am working on implementing a protocol on NS2.34 .I really need help to solve this problem . Actually , I don't now whether the problem is generated by the tcl code or the c++ code when I run the simulation, I get this result :
Code:
num_nodes is set 64
INITIALIZE THE LIST xListHead
34
45
channel.cc:sendUp - Calc highestAntennaZ_ and distCST_
highestAntennaZ_ = 1.5, distCST_ = 550.0
SORTING LISTS ...DONE!
code....
View 1 Replies
View Related
Feb 3, 2010
[For those of you who helped me before hand, sax2 wasn't good enough, so I went with the one-click, aaaaand]
Version: 11.2 "Emerald" with KDE
Card: Nvidia FX 5200
Problem: After installing one-click (5xxx legacy drivers), I ran the nvidia-config command and rebooted. Upon reboot, I get a splash screen and then nothing but a monitor error - "Signal out of Range" [Note: After googling this problem, I found a similar thread with an ATI, but since the difference between nvidia and ati is the same as perfect
View 3 Replies
View Related
Nov 3, 2010
Trying to use my Viewsonic VG171b LCD connected w/DVI on a used system I just bought (2.6.32-25-generic, Ubuntu) and am just getting the dreaded "Out of Range" error on the monitor no matter what I try. Have read up on this extensively and tried many things, but have yet to get the monitor to work with Xorg in any video mode at all!Frustrated beyond belief. Have been working on this for two days and never once have I gotten anything but Out of Range. Monitor worked fine on my older SuSE system.Xorg.log reports the video card as "ATI Technologies Inc Radeon 9100 IGP rev 0".Driver is reported as:
(II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
compiled for 1.7.6, module version = 6.13.0
[code]...
View 5 Replies
View Related
May 5, 2011
My screen is always telling me "signal out of range. 75.0 KHz / 60 Hz when I have my graphic card driver installed. I have tried many ways to solve that problem and I have been tried many things that I read in many tutorials. I don't know how to solve that and I've been trying new things for nearly 2 weeks.I have tried the same thimgs in ubuntu 10.10, 9.10 and 9.04 but with no results.
View 5 Replies
View Related
Nov 4, 2010
I am running a VPN (Juniper Networks client) and an ifconfig shows me that its opening a tunnel and also adding routing instructions (I think). Anyway the problem is that when I'm connected to the VPN, I lose route to all my local machines and this is getting annoying when I want to use ssh.Does anyone know how to not route a certain range of IP's through the VPN?
View 4 Replies
View Related
Feb 15, 2011
I have been trying unsuccessfully to load Debian on my desktop. I have tried both live and otherwise. Both AMD64 and i386. It seems to be loading fine and then all of a sudden the monitor quits with a sign Input signal out of range. I have tried lots of other live disks and they have worked fine. My monitor is a Hanns G and my video card is NVIDIA GeForce8200. All other stuff very normal. 4 Gigs of RAM. What?
View 4 Replies
View Related
Mar 29, 2010
I recently installed Fedora 12 -- a brand new install, not an upgrade. The system was previously using Fedora 11 without any problems. Fedora 12 installed without any issues, and I haven't really done any customization to it. I am running KDE. The system is hooked up a KVM switch.
When I am on system #2 (a Windows system) and I switch back to system #1 (Fedora) after a few minutes of time, the Fedora screen will be blank and the monitor will present an "input signal out of range" error. I can SSH into the box and kill X to get the screen back. This has not happened on this system with any previous versions of Fedora that had been running on it (everything since Fedora 7).
View 3 Replies
View Related
Mar 29, 2010
I am trying to add a custom allow rule in the firewall for a range of IPs from 74.201.102.0 - 74.201.103.255, what exactly am I supposed to enter in the source box? I believe I have to add two separate rules for 102 and 103, and I put /24 at the end of both, is this correct to get the whole range of IPs?
View 3 Replies
View Related
Dec 26, 2010
I have been trying to get a DHCP PXE server up for a few days now, this is what I got so far..I am following this how-tohere are some outputs and what-nots, go to the last one to see the problem I am having.the host network
Code:
:~> /sbin/ifconfig
br0 Link encap:Ethernet HWaddr 00:19:DB:62:97:20
[code]....
View 9 Replies
View Related
Dec 31, 2009
I thought I would drop a few findings relating to a strange problem I don't have the answer to.
I have installed both Ubuntu and now OpenSuse (alongside Windows XP) on a thinkpad T40. I own a linksys WRT54G2 wireless router.
Windows XP runs fine, and connection to the wireless network is fine everywhere in the house.
however the first time on Ubuntu and now on Opensuse 11.2, the laptop needs to be within 3 feet of the router in order to connect to the wireless network!
Strange thing is that the laptop can see the network from anywhere in the house (with a signal strength carying between 60 and 90%) - however impossible to connect.
Suse is running the ath5k driver for the internal network card.
View 2 Replies
View Related
Apr 30, 2011
Got the problem where after the Bios loads my screen just says "out of range" and I cant do anything else. Running on a live cd.
View 7 Replies
View Related
Jun 26, 2011
Lately I have been reading up on vm.swappiness. What range would you recommend I look at, my system is:
- AMD 64 X2 6000
- 8 GB on-board memory
- plenty of HD space
Usually I have only one or two programs open at a time....
View 2 Replies
View Related