Ubuntu :: 11.04 Partition Number 83 Value Is Out Of Range?
Jun 29, 2011
my partition should be linux but I can't allocate it using * because the partition number (1-7): 83Value is out of range. I want to allocate everything to one big linux partition with just a small partition for windows for warranty purposes.I don't need all those other partitions which I got probably from trying out different Ubuntu versions.
steve :~$ sudo fdisk /dev/sda
[sudo] password for steve:
WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
[code]....
View 9 Replies
ADVERTISEMENT
May 26, 2011
I have a DHCP server running on CentOS and for some reason it is assigning the highest number from the IP range as a first one?
- range 192.168.1.20 - 192.168.1.50 - so the first IP on my PC recived from this DHCP server was .50 - is it normal behaviour?
Config file:
View 1 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
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
Jul 28, 2011
I made a fresh ubuntu server installation with two of the same hard disk drives in RAID1 mode.When the installation finished, I had some errors in random times rendering the system unresponsibleCode:end_request: I/O error, dev sda, sector <Number>From the above error, it looks like there was a problem with disk sda so I decided to change it with another same disk and rebuild the RAID1.
When I put the new hard disk on it, created a raid partition of the maximum allowed size and tried to add it to the raid array (after having removed the previous disk) I got an error saying that the new partition is not large enough to join this existing RAID1 array!Then an "fdisk -l" command shown something weird...The existing working hard disk in the RAID shows that it has 38913 cylinders but the partition starts at 1 and ends at 38913+1=38914!!How is this possible? When I create a partition myself I am not allowed to put numbers larger than the total number of cylinders!
Code:
# fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
[code]....
View 2 Replies
View Related
Aug 29, 2010
I am playing with grub and i change the root using:
How can i know what's x for /dev/sda7 ?
The problem is that in Gparted view, the order is not like sda5, sda6, sda7, ...but the order is like:
So what's x for /dev/sda7 ?
View 2 Replies
View Related
Jul 1, 2010
Can someone explain how to determine the number of blocks to determine the number of cylinders for a new partition on hard drive.
Why is block size divided by 1024?
I think I understand unit size is the total bytes per cylinder, I get that. I understand the anatomy of the hard drive (i.e. heads, sectors, cylinders.
My problem is, if I need to calculate the number of cylinders needed for let's say a 20G partition on a 120G drive.
View 1 Replies
View Related
Sep 11, 2009
I'd just like to know the max number of logical partitions an extended partition can hold. Is that number different for IDE and SCSI hard drives?
View 11 Replies
View Related
Jul 14, 2011
How can the number of inodes be increased on an existing EXT3 or EXT4 partition without re-creating the partition?
View 3 Replies
View Related
Aug 15, 2010
Everyone who deals with Linux knows that partitions on hard drives are designated as "sdx#", i.e., sda1 sdb2, etc. I know through experimentation that the number portion of the designation is assigned not according to order on the disk, but chronologically in the order they are created.
Further, if you have several partitions on the disk-say, sda1 through sda3-and you delete sda2, the designation of sda1 will remain the same, but sda3 will become the new sda2. The creation of any further partitions on the drive will start with designation sda3 and increment from that point.
At times this creates a conundrum, especially concerning bootable partitions. Some time back I rendered a partition containing OpenSUSE unbootable because of this, even though Ubuntu owned the GRUB bootloader in the MBR. Ubuntu's GRUB could find and point to the partition using the command "sudo update-grub", but when OpenSUSE took over the boot-up process, its GRUB was pointed to the wrong partition and would freeze up.
My question is this:
Under Windows, one is able to make a Drive letter persistent. Windows will keep the drive letter for that partition and assign around it. Is there a way to change a drive designation number, or at least make it persistent, under Linux? It would be a handy method to forestall these types of booting problems, among other things.
Presently, when a person has installed Linux side-by-side with Windows and want to delete the Windows partition and expand the Linux partition into the free space, I will tell them to format the partition, then shrink it to next to nothing instead of deleting it. This preserves the partition ID scheme while giving them the space to expand their Linux partition into...especially helpful with a seasoned Linux installation that would be a PITA to reinstall and set back up.
Oh, and I already know about UUID. This article explains it, but if you look down through the comments, you will see reasons that it is problematic for desktop application and usage. I want to make it as simple as possible for new Linux users (and myself! ).
View 4 Replies
View Related
Oct 1, 2010
how to get the card number and device number on system for attched USb audio device?
View 3 Replies
View Related
May 21, 2011
Why does unix ps -l whows one number in column "PRI" but in same time ps -o pri shows another number? cpu and nice are zero for those processes
View 1 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
May 27, 2011
I installed Debian stable and I see these errors in the xsession error file
/etc/gdm3/Xsession: Beginning session setup...
GNOMEKEYRINGCONTROL=/tmp/keyring-j0E6Br
SSHAUTHSOCK=/tmp/keyring-j0E6Br/ssh
GNOMEKEYRINGCONTROL=/tmp/keyring-j0E6Br
[code]....
View 4 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
Apr 15, 2011
we want to send from 1 to 4 via the path 1-2-3-4 but aodv sends it directly from 1-4 we want to restrict the range how to do so
View 1 Replies
View Related
Oct 16, 2010
I've recently reinstalled a computer with 10.04 for my parents to use, and it worked fine at mine, but after transporting it to theirs and hooking it up to their existing monitor it doesn't seem to work anymore!Well, it boots and I hear it login but I don't get a splash screen and at some point between the bios and the login sound it comes up with Frequency out of Range. On the warning message it displays a frequency of "72.9 kHz / 90.2 Hz" but in the monitor settings its reporting that its operating at horizontal 64,0 kHz and vertical 60.0 Hz. I also don't get any splash screen when starting up, just a flashing _ before the monitor stops things
What I can do however is drop into a the tty console (alt+ctrl+1) and login to the shell but don't really know what things to change from there.Having googled things a bit I've found references to xorg.conf but there's no such thing on my system so I can't edit that to fix this. Likewise I also have found references to fiddling with grub to get into the recovery, but grub doesn't even appear when I boot and I don't know what to press to get it to drop into its menu...
This is really urgent as I need to go home tomorrow at the latest and I want to get my parents system working before then. I also have no spare monitors here and I didn't think to bring with me a liveCD to fiddle with things (only a UNR netbook which I'm posting this from), so the console is the only access I have to the machine.Some specs: Ubuntu 10.04. ATi Radeon 9100 IGP, no proprietary drivers are installed. The monitor is an old CRT that still works beautifully and whose replacement is not an option.
View 3 Replies
View Related
Jan 9, 2010
Anyone knows the workaround for Quote: Input Signal Out of Range Change Settings to 1440 x 900 - 60Hz
View 9 Replies
View Related
Feb 4, 2010
i have a asus lcd wide display and when i am installing ubuntu in that it is showing me all 6 text terminal but no graphic terminal when i am switching to graphic terminal it is showing me out of range and i also changed the monitor resolution to least i.e 800*640 and also to max but still it is showing me out of range although if i try to install it in vmware i am getting the display very clearly and and also can change the resolution in vmware
i am trying to find the xorg.conf file in ubuntu to change the screen but the thing is im not getting the file in /etc/X11/xorg.conf vi and nano both the editor are making new file
View 3 Replies
View Related
Mar 6, 2010
i tried to install linux mint, at first i got 'out of range' with black screen msg but used compability mode and got past it and installed mint on my HD. a moment after it updated my nvidia drivers and after reboot I got the out of range message again, which leaves me in the situation where i cant do pretty much anything I tried editing xorg.conf added VertRefresh 60-75 and Modes "1440x900_75.00"
View 4 Replies
View Related
May 9, 2010
I havent used ubuntu since intrepid, but came back from arch linux excited to try lucid
After I've burned the live cd, I can get to the menu (try ubuntu, install etc), but whenever I try to start ubuntu the frequency goes out of range.
I have tried adding vga=771 to the end of the boot line, this had no effect.
EDIT: Am downloading the alternate now.
View 7 Replies
View Related
Jun 5, 2010
I upgraded to ubuntu 10.4 and now my screen says out of range. I can hear my normal login noises. sounds like I am working blind. after I log in I cannot do anything without knowing whats going on. I tried ctrl-alt + to try to change screen resolution but I cant tell if it pops up. nothing new happens. I cant slave my hard drive to my other windows or linux OS or linux Live CD, it tells me I dont have permission to open files so I can rescue my files. DO I have to buy a new graphics card or new monitor?
View 1 Replies
View Related
Sep 30, 2010
I decided to install ubuntu on my family desktop because it is quite old now and it needs constant maintenance for windows. I have used the old ubuntu on this computer some time ago i believe it was the 8.04 version. But anyway back to the point, i have decided to put ubuntu back onto the computer but i have encountered an issue. The issue is that when i installed ubuntu everything seemed to be working perfectly out of the box the printer, wireless etc... but when i installed the restricted drivers for the ati card inside.Upon loading ubuntu a big OUT OF RANGE came up on the monitor and i cannot access anything. I looked at the FAQ but am unable to get into recovery mode to type in the relevant command prompt and there seems to be no grub popping up to press esc/shift to get into the menu. Is there anyway around this? i am prepared to reinstall ubuntu but what could i do to prevent this upon re installation?.
View 4 Replies
View Related
Nov 28, 2010
I basically destroyed my laptop a couple of years ago. Windows XP wouldn't even start but it didn't come with an installation disk. I tried recovering it but it just died. So a few months ago I put a box of thing on top of it which broke the screen! I was going to chuck it out until I stumbled upon a page which told you you could use it as a web server.
I decided to use it to host my website. I installed ubuntu without a problem however it wasn't until I was about to start it up I found out it was against BT's terms and conditions!! So since I installed ubuntu I thought I might as well make use of it and use it to render my files. When I went to turn it on for the second time and plugged it into the monitor it said input signal out of range!
I can see the login screen but I can't move the mouse or anything. I can't access the terminal, how can fix this?
View 9 Replies
View Related
Apr 30, 2011
Since updating to 11.04, the splash screen is coming up as 'Out of Range'. It hasn't really been a problem until now, as it is no longer booting properly, and I can't see what is going wrong (leaving it hanging out of range)!
I can boot fine from a live usb, is there any config files I can edit to change the resolution?
View 1 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
Jul 17, 2011
I installed edubuntu 11.04 a couple months ago on the kids computer. Everytime we would boot up, we received the signal out of range during the entire boot sequence. However once the login screen showed up, we could see the desktop fine. However, now it will not display anything from the time grub loads it is just Signal out of range. I even let it sit for about 10 minutes. I can boot from the live cd fine...but I'm not sure what to change. How can I fix this issue from the live cd?
View 6 Replies
View Related
Sep 1, 2011
I just installed the latest version of Ubuntu on an external disk (500gb) giving 12gb to Ubuntu.
After the installation process finished I did reboot. When BIOS loaded instead of the Ubuntu boot screen a message from the monitor presented like this:
information
out of range
93.0kHz/58Hz
So I suppose that there must be a monitor problem or something.
View 9 Replies
View Related