Results 1 to 7 of 7

Thread: gvfsd-trash fills /var/log/syslog

  1. #1
    Join Date
    May 2018
    Beans
    41

    gvfsd-trash fills /var/log/syslog

    22.04 fresh install. My /var/log/syslog is filled to the brim with hundreds of GB of the same message:

    May 1 13:10:50 XXXXX gvfsd[1936]: message repeated 5 times: [ (process:1936): GLib-GIO-WARNING **: 11:10:50.552: fail: Error accepting connection: Too many open files]
    May 1 13:10:50 XXXXX gvfsd[1936]: (process:1936): GLib-GIO-WARNING **: 11:10:50.553: fail: Error accepting connection: Too many open files

    This continues until I kill process gvfsd-trash. Then I truncate with sudo tee /var/log/syslog </dev/null

    What can cause this thing?

    Thanks

  2. #2
    Join Date
    May 2018
    Beans
    41

    Re: gvfsd-trash fills /var/log/syslog

    I should add that the remedy is temporary - the process restarts after a while and begins spamming /var/log/syslog again.

  3. #3
    Join Date
    May 2022
    Beans
    1

    Re: gvfsd-trash fills /var/log/syslog

    I have the same issue since i upgraded to 22.04

    It seems like this is reported here: https://gitlab.gnome.org/GNOME/gvfs/-/issues/606
    Last edited by vsomdvfjso; May 1st, 2022 at 08:00 PM.

  4. #4
    Join Date
    May 2018
    Beans
    41

    Re: gvfsd-trash fills /var/log/syslog

    Yep - seems like DING is the culprit. Removing /usr/share/gnome-shell/extensions/ding@rastersoft.com cured it.

  5. #5
    Join Date
    May 2010
    Beans
    3,300

    Re: gvfsd-trash fills /var/log/syslog

    You can truncate files easily with
    Code:
    >  /var/log/syslog
    Nice and short

  6. #6
    Join Date
    May 2018
    Beans
    41

    Re: gvfsd-trash fills /var/log/syslog

    I should mention this:
    Running "sudo gnome-extensions disable ding@rastersoft.com" did not work.

    Then I ran "sudo apt install dconf-editor" and after that "gnome-extensions disable ding@rastersoft.com" did work.

    No idea if it was the lack of sudo or because I had then installed dconf-editor, and I ain't about to recurse the steps just to find out.

    I figured that may be a less intrusive way of fixing this than my first method during troubleshooting: moving the folder in /usr/share/ to another place.

  7. #7
    Join Date
    Mar 2012
    Beans
    32

    Re: gvfsd-trash fills /var/log/syslog

    I my case - I use Xubuntu, I do not have DING. Or at least I do not see it in "dpkg -l"
    But I kill gvfsd-trash and clean logs through journalctl at least 3 times per day

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
  •