Problem still here. Recently, I had a 3.4GB syslog file which completely filled my root volume. 99.83% of all loglines were related to this problem.
me@mypc:~$ grep -c -e "should not be " -e "GFileInfo created without standard::name" /var/log/syslog 28500564 me@mypc:~$ wc -l /var/log/syslog 28550484 /var/log/syslog me@mypc:~$ grep -e "should not be " -e "GFileInfo created without standard::name" /var/log/syslog | head 2025-08-24T20:34:53.181225+02:00 mypc gvfsd-trash[5049]: GFileInfo created without standard::name 2025-08-24T20:34:53.181304+02:00 mypc gvfsd-trash[5049]: file ../../../gio/gfileinfo.c: line 1698 (g_file_info_get_name): should not be reached 2025-08-24T20:34:53.203444+02:00 mypc gvfsd-trash[5049]: GFileInfo created without standard::name 2025-08-24T20:34:53.203556+02:00 mypc gvfsd-trash[5049]: file ../../../gio/gfileinfo.c: line 1698 (g_file_info_get_name): should not be reached 2025-08-24T20:34:53.203978+02:00 mypc gvfsd-trash[5049]: GFileInfo created without standard::name 2025-08-24T20:34:53.204056+02:00 mypc gvfsd-trash[5049]: file ../../../gio/gfileinfo.c: line 1698 (g_file_info_get_name): should not be reached 2025-08-24T20:34:53.204128+02:00 mypc gvfsd-trash[5049]: GFileInfo created without standard::name 2025-08-24T20:34:53.204189+02:00 mypc gvfsd-trash[5049]: file ../../../gio/gfileinfo.c: line 1698 (g_file_info_get_name): should not be reached 2025-08-24T20:34:53.226470+02:00 mypc gvfsd-trash[5049]: GFileInfo created without standard::name 2025-08-24T20:34:53.226864+02:00 mypc gvfsd-trash[5049]: file ../../../gio/gfileinfo.c: line 1698 (g_file_info_get_name): should not be reached me@mypc:~$ grep -e "should not be " -e "GFileInfo created without standard::name" /var/log/syslog | tail 2025-08-27T20:15:23.631432+02:00 mypc gvfsd-trash[4936]: GFileInfo created without standard::name 2025-08-27T20:15:23.631460+02:00 mypc gvfsd-trash[4936]: file ../../../gio/gfileinfo.c: line 1698 (g_file_info_get_name): should not be reached 2025-08-27T20:15:23.631489+02:00 mypc gvfsd-trash[4936]: GFileInfo created without standard::name 2025-08-27T20:15:23.631518+02:00 mypc gvfsd-trash[4936]: file ../../../gio/gfileinfo.c: line 1698 (g_file_info_get_name): should not be reached 2025-08-27T20:15:23.631546+02:00 mypc gvfsd-trash[4936]: GFileInfo created without standard::name 2025-08-27T20:15:23.631574+02:00 mypc gvfsd-trash[4936]: file ../../../gio/gfileinfo.c: line 1698 (g_file_info_get_name): should not be reached 2025-08-27T20:15:23.631603+02:00 mypc gvfsd-trash[4936]: GFileInfo created without standard::name 2025-08-27T20:15:23.631631+02:00 mypc gvfsd-trash[4936]: file ../../../gio/gfileinfo.c: line 1698 (g_file_info_get_name): should not be reached 2025-08-27T20:15:23.631660+02:00 mypc gvfsd-trash[4936]: GFileInfo created without standard::name 2025-08-27T20:15:23.631688+02:00 mypc gvfsd-trash[4936]: file ../../../gio/gfileinfo.c: line 1698 (g_file_info_get_name): should not be reached me@mypc:~$ df -h / Filesystem Size Used Avail Use% Mounted on /dev/mapper/m2-lv_system_btrfs 70G 68G 3.0M 100% / me@mypc:~$ sudo truncate -s0 /var/log/syslog me@mypc:~$ df -h / Filesystem Size Used Avail Use% Mounted on /dev/mapper/m2-lv_system_btrfs 70G 65G 3.4G 96% / -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in Ubuntu. https://bugs.launchpad.net/bugs/2115014 Title: gvfsd-trash fills my syslog To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/2115014/+subscriptions -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
