Page 2 of 9 FirstFirst 1234 ... LastLast
Results 11 to 20 of 89

Thread: Update claims no more space. Inode usage almost full. Manual clean up: missing dep's.

  1. #11
    Join Date
    Jun 2009
    Beans
    196

    Re: Update claims no more space. Inode usage almost full. Manual clean up: missing de

    I could really use some help.

  2. #12
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Update claims no more space. Inode usage almost full. Manual clean up: missing de

    Coder68; Hello,

    Let's see if we can cut to the heart of the matter. Look'n at the probable cause as the /boot directory full of old kernels;
    As well, what release are we dealing with here , as the method to remove the kernels differs from earlier releases ?
    Show us the output - BETWEEN code tags - of terminal commands:
    Code:
    lsb_release -a
    uname -a
    dpkg -l | grep linux-
    code tag tutorial:
    http://ubuntuforums.org/showthread.p...8#post12776168
    Will tell the tale and we will see what can be done.

    ain't no step for a stepper
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  3. #13
    Join Date
    Jun 2009
    Beans
    196

    Re: Update claims no more space. Inode usage almost full. Manual clean up: missing de

    This is still an issue. Can anyone please help?

  4. #14
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Update claims no more space. Inode usage almost full. Manual clean up: missing de

    Coder68; Hello,

    My post #12 still applies, please provide the requested outputs - formatted by the code blocks - so we can continue.

    my regards
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  5. #15
    Join Date
    Jun 2011
    Beans
    409
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Update claims no more space. Inode usage almost full. Manual clean up: missing de

    The user already posted details: like 12.04.4 (testing the commands in a VM) and in post #3 a screen shot of installed kernels but I agree an output in text form is easier to read. Following command should purge all old kernel except the current one:

    sudo apt-get remove --purge $(dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d')

    - HTHT

  6. #16
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Update claims no more space. Inode usage almost full. Manual clean up: missing de

    @ Gyokuro; sure I do agree, but

    Related headers, not shown or known that also need to be removed - keeping what is current.

    just my way of doing it
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  7. #17
    Join Date
    Jun 2011
    Beans
    409
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Update claims no more space. Inode usage almost full. Manual clean up: missing de

    @ Bashing-om: Sorry my bad in case my post was rough - was not my intention - tried to save you some time

  8. #18
    Join Date
    Jun 2009
    Beans
    196

    Re: Update claims no more space. Inode usage almost full. Manual clean up: missing de

    Sorry, I was out for a bit. I was also not showing any updates until today.

    Here are the request. I had to do it two posts as it only let me do 5 images in one post.

    uname-a.JPGdpkg-1.JPGdpkg-2.JPGdpkg-3.JPGdpkg-4.JPG

  9. #19
    Join Date
    Jun 2009
    Beans
    196

    Re: Update claims no more space. Inode usage almost full. Manual clean up: missing de

    Here is the last image.

    lsb_release-a.JPG

  10. #20
    Join Date
    Jun 2009
    Beans
    196

    Re: Update claims no more space. Inode usage almost full. Manual clean up: missing de

    I get a bash error !d; event not found
    sudo apt-get remove --purge $(dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d')

Page 2 of 9 FirstFirst 1234 ... 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
  •