Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: why my disk got full?

  1. #1
    Join Date
    Jan 2017
    Location
    ISRAEL!
    Beans
    560

    why my disk got full?

    here is a screen shot?

    what to do?

    tnx
    Attached Images Attached Images
    Last edited by ajgreeny; 4 Weeks Ago at 04:58 PM.
    my desktop computer is with Ubuntu 24.04 LTS

  2. #2
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,342
    Distro
    Ubuntu

    Re: why my disk got full?

    Taken from this answer:

    Your system has some sort of repeating error, and this is being logged in syslog.

    To find out what the error might be, enter this command in a terminal:
    Code:
    tail --lines=100 /var/log/syslog
    Post the results here if you don't understand them.

    To clear your current syslog, enter this command in a terminal:
    Code:
    sudo truncate --size=0 /var/log/syslog
    This is only a temporary solution, because we need to find out why it's being filled.
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  3. #3
    Join Date
    Jan 2017
    Location
    ISRAEL!
    Beans
    560

    Re: why my disk got full?

    thank you
    i will try.. it is hard to type on that computer because it is a media center without a proper keyboard..
    the only keyboard i've there now is a problematic remote control..

    i will have to take my main computer keyboard and connect it on the media center computer....
    i will do it..
    my desktop computer is with Ubuntu 24.04 LTS

  4. #4
    Join Date
    Jan 2017
    Location
    ISRAEL!
    Beans
    560

    Re: why my disk got full?

    i have entered both commands

    here is the paste..
    https://pastebin.com/tMQz36Sp
    my desktop computer is with Ubuntu 24.04 LTS

  5. #5
    Join Date
    Mar 2010
    Location
    Been there, meh.
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: why my disk got full?

    A few months ago, we helped someone else here figure out all the ways file systems can fill up. Please find that thread, since there are lots of good tools and techniques shown.

    And please don't post images inline, especially when 1500 text characters can easily show the same information and allow people to copy/paste important parts in their replies. Make it easy to help you, please.

  6. #6
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,342
    Distro
    Ubuntu

    Re: why my disk got full?

    Quote Originally Posted by ronjjjg8885 View Post
    here is the paste…
    Thank you.

    This looks like an old bug, also mentioned in a previous thread.

    Look at this Reddit thread and at comment #13 in the above-mentioned bug report.

    Does any of that help?
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  7. #7
    Join Date
    Jan 2017
    Location
    ISRAEL!
    Beans
    560

    Re: why my disk got full?

    too complicated.

    the second command that you gave me will not solve it for good?
    my desktop computer is with Ubuntu 24.04 LTS

  8. #8
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,934
    Distro
    Ubuntu

    Re: why my disk got full?

    What command?
    Do you mean the truncate command in post #2?
    I thought he wrote it's temporary.
    Basically, it should allow you some breathing room until you find a real fix.

    Did you look at the suggestion in post #6?

    You can run these commands
    Code:
    gsettings set org.gnome.shell.extensions.dash-to-dock hot-keys false
    
    gsettings set org.gnome.shell.extensions.dash-to-dock hotkeys-overlay false
    
    gsettings set org.gnome.shell.extensions.dash-to-dock hotkeys-show-dock false
    These command are the same as what would be done with dconf-editor.
    Only difference is dconf-editor is a nice gui app.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  9. #9
    Join Date
    Mar 2010
    Location
    Been there, meh.
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: why my disk got full?

    Quote Originally Posted by ronjjjg8885 View Post
    too complicated.

    the second command that you gave me will not solve it for good?
    Sometimes there are 10,000 possible causes for an issue, so you need to help yourself to figure out the problem. Deleting logs should happen automatically. For a system running fine, that's what happens. Something has gone wrong with YOUR system. Until you figure out what has gone wrong, there won't be any permanent solution possible.

    Removing logs faster just masks the problem. If not addressed, that problem WILL get worse and worse and worse, until the system won't boot at all.


    But fixing it or not is 100% your choice.

  10. #10
    Join Date
    Mar 2011
    Location
    U.K.
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: why my disk got full?

    A sticking plaster is to install Stacer (Linux monitoring tool) and third button down is a Cleaner which can delete all or some logs. Until you can get a grip on why? Stacer gives you a dashboard into the Ubuntu engine room.

Page 1 of 3 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
  •