Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: disk full error, know it cant be

  1. #11
    Join Date
    Nov 2009
    Beans
    Hidden!

    Re: disk full error, know it cant be

    Quote Originally Posted by netopalis45 View Post
    I think I finally know whats going on. For some reason all my applications have about 10 threads so they use up a lot of RAM and then force some of it into swap, even though it doesn't show the swap being used. I have 6 GB of RAM so I don't know why it would be using that. Is there any reason why everything has so many threads?
    Many threads does not imply high RAM usage. If an app is using much RAM, then this is either intentional or a bug.

    Care to show the output of 'top'?
    linux-git/fs/super.c: "Self-destruct in 5 seconds. Have a nice day...\n",

  2. #12
    Join Date
    Nov 2009
    Beans
    208
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: disk full error, know it cant be

    The best I can do is a screenshot since "top" and "htop" don't seem to want to output to a text file, is that alright?

  3. #13
    Join Date
    Jan 2005
    Location
    South Africa
    Beans
    2,098
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: disk full error, know it cant be

    You can drag the mouse over top output in the terminal and that way select a part of the top output. Next press <ctrl><shift>c to copy and after that you can paste.

    PS
    You can sort the top output by memory usage by pressing capital M.
    Last edited by Wim Sturkenboom; November 23rd, 2012 at 06:39 PM. Reason: Added PS
    If you don't make backups of your important data, your data is obviously not important to you.

  4. #14
    Join Date
    Nov 2009
    Beans
    Hidden!

    Re: disk full error, know it cant be

    I'm sorry, I didn't think this through as in taking a snapshot of top...

    top -b -n1 > top.log
    Paste top.log at www.pastebin.com and paste te link here.
    linux-git/fs/super.c: "Self-destruct in 5 seconds. Have a nice day...\n",

  5. #15
    Join Date
    Nov 2009
    Beans
    208
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: disk full error, know it cant be

    I am unable to create the top.log file. Whenever I use the command to make it it looks like it works but when I try to view the file I get the error "E297: Write error in swap file top.log OL, OC" in vim.

  6. #16
    Join Date
    Nov 2009
    Beans
    Hidden!

    Re: disk full error, know it cant be

    Try doing this:

    top -b -n1
    And copy the output to pastebin.com
    linux-git/fs/super.c: "Self-destruct in 5 seconds. Have a nice day...\n",

  7. #17
    Join Date
    Nov 2009
    Beans
    208
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: disk full error, know it cant be

    I did that and when I try to open t the file I get the error I posted above

  8. #18
    Join Date
    Jan 2005
    Location
    South Africa
    Beans
    2,098
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: disk full error, know it cant be

    top -b -n1 does not output to file
    If you don't make backups of your important data, your data is obviously not important to you.

  9. #19
    Join Date
    Nov 2009
    Beans
    Hidden!

    Re: disk full error, know it cant be

    Quote Originally Posted by netopalis45 View Post
    I did that and when I try to open t the file I get the error I posted above
    I said to copy the output (which all happens in memory). Creating the file apparently fails since your disk is full...
    linux-git/fs/super.c: "Self-destruct in 5 seconds. Have a nice day...\n",

  10. #20
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •