Ubuntu Installation :: False - Error Indicates A Disk Full When Run Apt-get Upgrade

Jul 26, 2010

I run apt-get upgrade and get

Quote:
Preconfiguring packages ...
(Reading database ... 78720 files and directories currently installed.)
Preparing to replace apt 0.7.25.3ubuntu9 (using .../apt_0.7.25.3ubuntu9.1_i386.deb) ...
Unpacking replacement apt ...
dpkg: error processing /var/cache/apt/archives/apt_0.7.25.3ubuntu9.1_i386.deb (--unpack):
unable to create `/usr/share/locale/dz/LC_MESSAGES/apt.mo.dpkg-new' (while processing `./usr/share/locale/dz/LC_MESSAGES/apt.mo'): No space left on device
No apport report written because the error message indicates a disk full error
[Code]....

View 1 Replies


ADVERTISEMENT

Ubuntu Installation :: Can't Upgrade Because Disk Is Full

Jan 15, 2010

I am trying to upgrade to 9.10 but it fails because the disk is full. I am running a Dell Mini with 16GB SSD...so there isn't a lot of free space to begin with. Added to that, I have some hefty applications (rosegarden, audacity, skype, etc) which I kind of need. Am I better off just sticking to 9.04? Are there any good ways to clean up the system and get rid of stuff that might be sticking around? I did apt-get clean and it didn't clean enough.

View 6 Replies View Related

Ubuntu :: False Hard Drive Full Notification

Jun 12, 2011

I have added no data to my hard drive in the last few days. I saw a notification saying I had only 1.8Gb left on my drive. Shortly after I dismissed it and ran: Code: sudo apt-get clean like the notification suggested. Then, another poped up. Now it said I have 0 bytes left.

So, I opened the disk usage analizer and the data seemed normal, and not my full drive size. It still was saying I have no space so I checked the properties widow for / . It said / contained 128TB of data and the file counter showed no signs of stopping after a few minutes. Obviously my drive is not 128TB in fact it's only 500GB. Also the disk manager program (system volume information?) Said it has 28 bad sectors.

View 4 Replies View Related

Ubuntu Installation :: Upgrade 9.10 To 10.04 - Error: Out Of Disk

Jun 12, 2010

I just upgraded from 9.10 to 10.04 using the upgrade option in the Update Manager and now my system fails to boot.

[Code]...

View 2 Replies View Related

Ubuntu Installation :: Upgrade Error: Not Enough Disk Space

Apr 29, 2010

Im getting an error:

Not Enough Disk Space.

Uploaded with ImageShack.us

I think im getting this error because I didnt allocate enough space to the Ubuntu partition when I installed it. How do I allocate more space to the Ubuntu partition? If this is not possible, is it possible to install 10.04 from my Windows?

View 5 Replies View Related

Fedora Installation :: Unable To Upgrade F13 To F14: Error At 95% Of Disk Test

Nov 17, 2010

I'm trying to upgrade, but have this issue: usually I download the DVD iso, run checksum, burn it, test the disk, and when found ok, I run the upgrade. Now, however, I keep getting "disk not ok" at 95% of the disk test. I have downloaded and verified the iso twice, used 2 DVD's, 2 different DVD-drives, 2 different computers and keep getting this error at 95%.

View 2 Replies View Related

Red Hat :: Unzipping - Write Error (disk Full?)

Apr 9, 2010

In fact I'm not the systems administrator, but I have a strange problem unzipping a file. I think is a problem of memory or swap space or somethin similar, but I'm going explain the problem in detail: Distribution: Red Hat Enterprise Linux ES release 4 (Nahant Update 3) I'm connected as root. I have this zipped file: -rw-r--r-- 1 root root 678183271 abr 7 15:30 Master032010.zip it contains a 2,4G file

[Code]...

View 14 Replies View Related

OpenSUSE Wireless :: False Wireless Router Status While Steal Manage To Use The Internet At Full Speed

Feb 28, 2011

My wireless connection work just fine but it gives me wrong connection status, like 10% even when I'm seating near the wireless router or disconnect status while I steal manege to use the internet at full speed.

View 1 Replies View Related

Fedora :: False Positive "Drive Full"?

May 20, 2010

Trying to boot a mythdora (fedora 10 + mythtv) machine and several services can't start and are reporting disk full. Not sure how this is possible though:

[root@mythbox run]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00

[code]....

View 12 Replies View Related

Ubuntu Installation :: How Much Disk Space Does A Full Install Take?

May 24, 2010

I downloaded the Lubuntu iso from http://lubuntu.net. It is 521MB.How much disk space would a full install use? 2GB? 3GB?

View 3 Replies View Related

Ubuntu Installation :: Full-disk Encryption On Netbook?

Jan 29, 2011

I managed to get a cheap refurbed netbook recently (Samsung N150) and I'm wanting to put Ubuntu on it. As it's also likely to be used when travelling and have things like chat logs, photos, and other such things I'd like to do full disk encryption. Also I've been pointed towards 10.4 as apparently the 10.10 netbook desktop isn't to everyone's taste.

So I tried using unetbootin to make a bootable 10.4.1 i386 Alternate usb stick, which hit the problem of no cd drive. I found an item to add to the boot (cdrom-detect/try-usb=true) which got it a little further, but at a copying stage it threw an error saying it couldn't copy off the disc.

Finally I tried making a unetbootin of the mini iso (does mini even support full disk encryption?) but that seems to hang after selecting a mirror.

EDIT: Well it seems I was just impatient on the mini ISO and after a few minutes it's gone onto time-zone, though of course this could get rather tiresome without a local mirror, especially given this may go through more than one iteration.

View 1 Replies View Related

Debian Installation :: Full Disk Encryption (LUKS) LVM

Oct 21, 2015

I would like to configure my Debian Jessie system in this way.

Two partitions:

1) /boot on /dev/sda1
2) everything else on /dev/sda2

I want to encrypt the second partition with LUKS. And then install over it a LVM volume. Inside the LVM volume i will create the / (root), /var, /opt and /home virtual partitions. In this way, i'll get asked only once for the password to decrypt all partitions. Because if i don't use LVM, then i'll get asked for the password for each encrypted partition.

I can follow and understand almost everything of this HOW-TO for Archlinux: [URL] ....

Only two passages are unclear to me:

1) Configuring mkinitcpio

I don't understand what i should do here in order to complete this. What should i do in Debian to configure "mkinitcpio"? what is the equivalent thing to do here?

I thought that the kernel would automatically recompile itself with all installed modules on the Debian system, once cryptosetup/LUKS or LVM2 get installed.

2) Configuring the boot loader

I don't understand what should i write in /etc/default/grub. Will GRUB automatically load the LUKS and LVM2 modules? Also, I don't think that i could boot the system in this way:

cryptdevice=/dev/sda2:LVM root=/dev/mapper/LVM-????

Actually the "root=" volume is the whole volume to mount as LVM. It isn't the final root partition.

View 5 Replies View Related

Ubuntu Installation :: Dual Boot Full Disk Encryption - Windows 7 And 9.10

Feb 13, 2010

I've been wanting to do this for a while and after upgrading some of my pc components I decided I would finally try to dual boot with full disk encryption on both windows 7 and Ubuntu 9.10. I managed to encrypt the windows drive with truecrypt and that worked. I installed Ubuntu 9.10 using the alternate cd and everything but /boot is in an encrypted LVM. Each OS is on a separate SATA drive the windows is on sda1 and ubuntu /boot is sdb1.

To setup the dual boot I started out following the tutorial [url] but its for XP and versions of ubuntu that use grub not grub 2. I ran dd as posted and saved the files it produced from truecrypt. I then ran into some problems with grub reinstallation so I simply reinstalled Ubuntu 9.10 from scratch again. This put grub 2 on the computer. I've managed to get it to add a Windows 7 option.

However, when the option is selected truecrypt comes up and says that the bootloader is corrupted and that I need to use the repair CD I burned before I encrypted the drive. My question is does anyone have any experience dual booting using Truecrypt on Windows 7 and LUKS/dm-crypt on Ubuntu 9.10 with grub 2? And how would I get the boot menu to work? I'd rather not reinstall but if I have to I have images from right before I encrypted so it wouldn't be the end of the world.

View 4 Replies View Related

Ubuntu Installation :: Partitioning - Triple Boot With Full Disk Encryption ?

Mar 28, 2011

To structure the layout of my partitions. I'm installing Windows 7, Backtrack 4 R2 and Ubuntu 10.10 Desktop on my laptop. I've got a 500 GB HDD named sda.

I've already installed Windows 7. It's my opinion that it's easiest to begin with Windows.

The partitions look like this right now:

The Windows installation is unencrypted and I want it to stay that way. It's only there in case my laptop gets stolen, I've installed various nasty things there.

The Backtrack 4 installation will also be given 100 GB space, I want it to be encrypted. The Ubuntu installation should get the rest of all the remaining space and preferably be encrypted but it's not 100% necessary.

How I should partition this? There's a limit on 4 primary partitions? How do I circumvent this? There should be one dedicated GRUB partition which will point to each of the installations own boot loaders?

View 8 Replies View Related

Ubuntu Installation :: Make A Full Disk Backup Using Acronis And Try Out 11.04 Beta?

Apr 1, 2011

Firstly I've never (successfully) upgraded before using update manager -d but I've only tried once. I'm on 10.10 at the moment but I want to make a full disk backup using Acronis and try out 11.04 beta 1 so if I can't boot (like with the 11.04 Alpha 3) I'm ok.

What I want to know is if I upgrade to beta 1 it will install new things and settings, if beta 2 is released and I upgrade to that (after having beta 1 installed) will it overwrite all the settings again? Or will I be able to spend time set beta 1 up nice how I want it (if it works) and just smoothly upgrade gradually to final 11.04 keeping it pretty much exactly how I want it?

Also with the software sources, I understand I need to disable the ones I manually added before updating from 10.10 then to re-enable them, but how do I re-enable them for Natty as they are currently for Maverick? Do I just change the word Maverick to Natty, or is it better to remove and re-add them for natty? And do the authentication keys need updating or are they ok? I don't really know a lot about the keys.

1 more thing (sorry) will an upgrade overwrite any settings I have e.g. etc/fstab, sudoers, things like that? I know when you upgrade it gives you an option for some things e.g. keep or replace, if I keep old settings from maverick does it matter? Or does 11.04 add new lines/things to these files if I choose replace?

Sorry for all the questions, I'm pretty new been using ubuntu as my only OS for couple months now and most of my time has been spent tweaking settings and I don't want to lose them, or do a clean install when 11.04 final is released as I won't ever be able to remember them all.

View 7 Replies View Related

Ubuntu Installation :: Better To Upgrade Or Full Install?

Sep 16, 2010

When Ubuntu 10.10 is release is it better to do upgrade or full install? I have Ubuntu 10.04.1 install.

View 3 Replies View Related

Ubuntu Installation :: Unable To Do Full Upgrade From 10.04 LTS To 11.04

Apr 29, 2011

I recently got 10.04 installed on my computer by going through the upgrade chain all the way from 9.04.The upgrade chain ended with 10.04 LTS.Today I booted up and found a new distro, 11.04, went up, but when I went to upgrade it told me it could only do a partial upgrade.What's the deal, and how do I get the full 11.04?

View 6 Replies View Related

Ubuntu Installation :: After 10.04 To 10.10 Upgrade - Sound Is Full Of Static

Oct 10, 2010

After upgrade, I noticed that audio is full of static. It sounds as if one of the sliders has been pushed too far and it's blowing out the sound. I've tried it across several applications(rhythmbox, browser), and all audio is like this.

I've looked at the audio settings on the dock panel, but nothing seems amiss(and in fact doesn't leave much room for manipulation).

Is there another audio management system I should be using to try to resolve this or might there be something wrong with the upgrade process?

View 1 Replies View Related

Ubuntu :: Disk Full - Can't Free Any Disk Space

Jan 2, 2010

I'm running mythbuntu 9.04 and am having an issue with disk space.

I try 'rm' various log files but the space I free up lasts less than a minute before the disk reports as being full once more.

df -Th | sort gives:

Quote:

/dev/sda1 ext3 8.3G 7.9G 0 100% /
/dev/sda6 ext3 138G 125G 6.3G 96% /music
/dev/sda7 xfs 783G 617G 167G 79% /videos
/dev/sdb2 xfs 344G 242G 103G 71% /recordings

[Code]....

There's nothing enormous in /var/log and my trash and the root trash are empty.

why size and used fields are not the same despite 100% usage being reported on sda1..

View 7 Replies View Related

Ubuntu Installation :: 9.10 - Non-system Disk Or Disk Error With Manual Partitions

Apr 9, 2010

This is the third 9.10 install to do this on two different laptops, so wondering what's up...

In both cases, the goal was to leave a large chunk of unpartitioned disk after the Ubuntu partitions, for a second OS install or a filesystem Ubuntu cannot create like NTFS.

When I install with manual partitions, the system can't boot and asks for me to insert a system disk and press any key. When I reinstall telling Ubuntu to "use the entire disk" it then works.

First laptop, first try:

Remainder of the 500GB disk is free space.

Fails to boot, "insert system disk".

First laptop, second try without the /boot partition:

Remainder of the 500GB disk is free space.

Fails to boot, "insert system disk".

"use entire disk" works perfectly.

Second laptop, first try:

Same thing, non-system disk or disk error, insert system disk.

Second try "use entire disk" is currently in progress but I expect the same to happen.

View 3 Replies View Related

Ubuntu Installation :: Error "pyrun.exe - No Disk There Is No Disk In The Drive

Jun 14, 2011

I downloaded the latest version of wubi and when I click to run i get the error "pyrun.exe - No Disk. There is no disk in the drive. insert a disk into drive DeviceHarddisk2DR2".

View 2 Replies View Related

Ubuntu Installation :: Lucid Fails To Boot After Aptitude Full-upgrade

May 12, 2010

I run "aptitude update;aptitude full-upgrade" today, then I updated /etc/default/grub changing only the default boot line number, and I dully run update-grub, with no error messages. Now Kubuntu will not boot. The new kernel 2.6.32-22 is in the boot menu. When I turn the computer on, a blinking cursor appears on top line, column 8, and after a few seconds this cursor disappears and the screen is blank - my monitor indicates no video signal.

The failsafe 2.6.32-22 grub line does not boot either. I tried pressing Ctrl-Alt-F1, Ctrl-Alt-F2 etc. up to Ctrl-Alt-F10 to get to a text mode login prompt, but the screen remains blank and my monitor indicates no video signal. The workaround is to boot to kernel 2.6.32-21. The machine is Athlon XP, 2GB RAM, ATI Radeon 9600

View 1 Replies View Related

Fedora Installation :: Full Install F11 From Upgrade Files Download

Jul 29, 2009

I was happily running F10 and against my better judgement when it offered to upgrade me to F11 I decided to give it a try. The F11 install hung at 893 of 1626 packages installed. Some SE Linux package was in process of install. On the next boot the installer fails to upgrade for a corrupted root. It says I can backtrack and do a full install, but crashes with a bug when I choose backtrack.

So here is my question - Can i edit the command line and tell the installer to full install rather than upgrade? Or am I stuck with downloading a DVD ISO and doing a full install that way. I've done F8, F9 and F10 so full install from DVD doesn't bother me.

View 11 Replies View Related

Ubuntu Installation :: Upgrade 9.10 From Wubi To Full Install While Keeping Files And Settings?

Apr 25, 2010

I want to upgrade my 9.10 from Wubi to a full install (my 30 gigs is almost filled) without losing my files and settings(like my panel apps and options). but how?

View 2 Replies View Related

General :: Error While Try To Upgrade Initial Ram Disk

Nov 8, 2009

I m facing a problem while try to upgrade the initial ram disk.

I got the following error:

View 2 Replies View Related

Ubuntu Installation :: False Raid + Win 7 - Couldn't Load 9.10

Feb 18, 2010

I have a 4 disk Raid 10 with Windows 7 installed & working. (Win 7 sees this as 1 disk.)
I installed 9.10 onto a 5th disk, but I think that ubuntu saw the Raid 10 as 4 separate disks and wrote the boot loader to hd0- I had to rebuild my array & I couldn't load 9.10

For the second attempt, I disconnected my Raid 10 and 9.10 is now alive & well on the 5th disk, (presumably with the boot loader on the same disk). Both Win 7 & Ubuntu 9.10 now work but I have to steer to the required disk via the bios for loading.

I'm reluctant to play with the boot loader (GRUB?) from 9.10, because it doesn't seem to like my Windows disk array. Would something like EasyBCD (used from Win 7) be an option?

View 3 Replies View Related

Debian Installation :: Non-system Disk Or Disk Error ?

Jan 22, 2011

After installation of debian, using the squeeze net-installer, on a HP elitebook 6930P, i get the following error. "non-system disk or disk error"

It is right after boot process, and just when it should load grub. Grub is installed in the MBR. Windows7, is installed as well, and is not an option to remove. (Should not be the problem though).

/ is set with the bootable flag.

The installation went without any issues, and I have actually tried to install twice with the exact same thing.

View 6 Replies View Related

Server :: Grub After Upgrade Suse 10.2 - Error 21 Disk Cannot Be Found

Jun 30, 2011

I have a system running om vmware esxi with suse 9.3 i did an inplace upgrade to 10.2. i got the follwoing error during upgrade error occurred while installing grub (version 0.97) error 21 disk cannot be found. I ignore this error and the upgrade went fine. after a reboot the server works pretty fine. Except one thing GRUB.. i cannot install it on this system. i want to install grub on this system.

View 1 Replies View Related

Ubuntu Installation :: Upgrade From 10.04 To 10.10 Error "Could Not Calculate The Upgrade An Unresolvable Problem Occurred While Calculating The Upgrade"

Feb 12, 2011

I keep getting the following msg as I try to upgrade from 10.04 -> 10.10 ... "Could not calculate the upgrade An unresolvable problem occurred while calculating the upgrade: E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. This can be caused by:

* Upgrading to a pre-release version of Ubuntu
* Running the current pre-release version of Ubuntu
* Unofficial software packages not provided by Ubuntu

If none of this applies, then please report this bug against the 'update-manager' package and include the files in /var/log/dist-upgrade/ in the bug report." I don't think any of the issues above apply - can anyone offer advice on how to get around or "force " the upgrade

View 1 Replies View Related

Ubuntu Installation :: False Duplicate Sources.list Entry Warning?

Feb 18, 2010

If in Software Sources I have "Download from" set to "Server for Australia", then when I run sudo apt-get update, I get a warning at the end

Code:
Reading package lists... Done
W: Duplicate sources.list entry http://dl.google.com stable/main Packages

[code]....

View 3 Replies View Related







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