LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-23-2010, 03:18 AM   #1
Koldfyre
LQ Newbie
 
Registered: Jun 2010
Posts: 5

Rep: Reputation: 0
Ran out of memory and can't access synaptic package manager in Linux mint 8 Helena


Last night I tried to install a game called Nexuiz on my Eee PC 900a running Linux Mint 8 Helena and ended up using all available memory. I got a message that said it failed to install due to lack of memory space. Now when I try to go into the synaptic package manager I get a message that says "unable to copy the users Xauthorization file". I also get this message when I try to uninstall anything. Also, now even though I can go to web sites, any videos won't load. I am very new to Linux and don't know how to delete the "Nexuiz" data or even where to find it! My computer has 3.5G memory with 122.2mb available. Kernel Linux 2.6.31-14-generic Gnome 2.28.1 Please help me find and remove the unwanted "Nexuiz" file. Thanks John M koldfyre360@live.com
 
Old 06-23-2010, 03:57 AM   #2
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
My computer has 3.5G memory with 122.2mb available.
Is this RAM memory, or disk memory? Asus made some small computers.

It is possible you have run out of disk space.
Please post the output of df -h which will tell us how much space is left.

You can easily free up some space by removing the packages for your installed software (this does not remove the software, only the packages that were used to install it, and these are no longer required).
The command to do this is sudo apt-get clean

Once you have your computer working again, you need to clean up your files and/or reorganise your filesystem.

Welcome to LQ!
 
Old 06-23-2010, 04:15 AM   #3
Koldfyre
LQ Newbie
 
Registered: Jun 2010
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by tredegar View Post
Is this RAM memory, or disk memory? Asus made some small computers.

It is possible you have run out of disk space.
Please post the output of df -h which will tell us how much space is left.

You can easily free up some space by removing the packages for your installed software (this does not remove the software, only the packages that were used to install it, and these are no longer required).
The command to do this is sudo apt-get clean

Once you have your computer working again, you need to clean up your files and/or reorganise your filesystem.

Welcome to LQ!
Thank you for your help. I will try the sudo apt-get clean. I don't know what df-h is though? Sorry, like I said, I'm very new to Linux.
 
Old 06-23-2010, 04:36 AM   #4
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
I don't know what df-h is though?
From man df
Code:
NAME
       df - report file system disk space usage

SYNOPSIS
       df [OPTION]... [FILE]...

DESCRIPTION
       This  manual  page  documents  the  GNU version of df.  df displays the
       amount of disk space available on the file system containing each  file
       name  argument.   If  no file name is given, the space available on all
       currently mounted file systems is shown.  Disk space  is  shown  in  1K
       blocks  by  default, unless the environment variable POSIXLY_CORRECT is
       set, in which case 512-byte blocks are used.

..... [SNIP]
So df tells you how much disk space you have free, and the -h option presents this data in a nice "human readable" form. Note there is a space between df and -h
 
Old 06-23-2010, 04:40 AM   #5
Koldfyre
LQ Newbie
 
Registered: Jun 2010
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by tredegar View Post
Is this RAM memory, or disk memory? Asus made some small computers.

It is possible you have run out of disk space.
Please post the output of df -h which will tell us how much space is left.

You can easily free up some space by removing the packages for your installed software (this does not remove the software, only the packages that were used to install it, and these are no longer required).
The command to do this is sudo apt-get clean

Once you have your computer working again, you need to clean up your files and/or reorganise your filesystem.

Welcome to LQ!
I entered the sudo command and it asked for my oem password. I entered it and nothing happened. I also went into my Palimpsest Disk Utility and got the following info- 4.0GB Hard Disk ATA ASUS-PHISON SSD MBR Partition Table. 3.8GB Filesystem Linux Ext4 (version 1.0) 239MB Extended Contains logical partitions. 239MB Swap Space 239MB. Is there any way to just reset my computer? It has no CD drive.
 
Old 06-23-2010, 04:43 AM   #6
Koldfyre
LQ Newbie
 
Registered: Jun 2010
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by tredegar View Post
From man df
Code:
NAME
       df - report file system disk space usage

SYNOPSIS
       df [OPTION]... [FILE]...

DESCRIPTION
       This  manual  page  documents  the  GNU version of df.  df displays the
       amount of disk space available on the file system containing each  file
       name  argument.   If  no file name is given, the space available on all
       currently mounted file systems is shown.  Disk space  is  shown  in  1K
       blocks  by  default, unless the environment variable POSIXLY_CORRECT is
       set, in which case 512-byte blocks are used.

..... [SNIP]
So df tells you how much disk space you have free, and the -h option presents this data in a nice "human readable" form. Note there is a space between df and -h
Do I enter that in the command line?
 
Old 06-23-2010, 05:31 AM   #7
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
I entered the sudo command and it asked for my oem password. I entered it and nothing happened.
Then it worked

It's a pity you did not do the df -h first, because now we'll never know just how short of memory you were, or how much apt-get clean released for you.


Quote:
Do I enter that in the command line?
Yes, because it is a command. Here's mine:
Code:
tred@vaio:~$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda5              42G   31G  9.1G  78% /
varrun                506M  196K  505M   1% /var/run
varlock               506M     0  506M   0% /var/lock
udev                  506M   80K  505M   1% /dev
devshm                506M     0  506M   0% /dev/shm
lrm                   506M   20M  486M   4% /lib/modules/2.6.24-28-generic/volatile
/dev/sdb1             367G  307G   42G  89% /media/disk
tred@vaio:~$
 
1 members found this post helpful.
Old 06-24-2010, 02:24 AM   #8
Koldfyre
LQ Newbie
 
Registered: Jun 2010
Posts: 5

Original Poster
Rep: Reputation: 0
Thumbs up

Quote:
Originally Posted by tredegar View Post
Then it worked

It's a pity you did not do the df -h first, because now we'll never know just how short of memory you were, or how much apt-get clean released for you.



Yes, because it is a command. Here's mine:
Code:
tred@vaio:~$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda5              42G   31G  9.1G  78% /
varrun                506M  196K  505M   1% /var/run
varlock               506M     0  506M   0% /var/lock
udev                  506M   80K  505M   1% /dev
devshm                506M     0  506M   0% /dev/shm
lrm                   506M   20M  486M   4% /lib/modules/2.6.24-28-generic/volatile
/dev/sdb1             367G  307G   42G  89% /media/disk
tred@vaio:~$
Wow! It worked. The sudo apt-get clean command did the trick. I now have 27% of my disk space free! Thanks so much for your help. Hopefully the next time I ask a question on this site I won't be such a newbie.
 
  


Reply

Tags
file, full, memory



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
headphones won't work in Linux Mint Helena Paul Griesbaum Linux Mint 7 12-27-2010 03:49 PM
How to play WMV files in Helena (Linux Mint 8) lilchakki Linux Mint 4 08-04-2010 08:52 AM
to install nvidia drivers on linux mint 8 Helena rhklinux Linux - Newbie 1 01-16-2010 12:45 AM
LXer: The Perfect Desktop - Linux Mint 8 (Helena) LXer Syndicated Linux News 0 12-01-2009 05:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration