Xfce Forum

Sub domains
 

You are not logged in.

#1 2025-02-03 04:17:04

lintek
Member
Registered: 2013-02-07
Posts: 34
LinuxChrome 132.0

xubuntu gvfsd-network : GFileInfo created without standard::content-ty

I running Xubuntu 24.04.1 and Thunar 4.18.8. My network services smbd, nmbd, and wsdd-server are functioning just fine. The problem I see in my syslog is not easy to solve. As a matter of fact, I have not found a solution to stop all the errand messages coming from the gvfsd and gvfd-network components. It occurs when I click on the Network folder with Thunar. The messages posting into the syslog look like this.

This is a bug, yes? Is the GNOME team working to fix this? Of note, On two other machines, I'm running Ubuntu 22.04 (Nemo) and Debian 12.9 (Thunar 4.18.4) and none of this is happening. Each having the identical smbd, nmbd, and wsdd-server configurations. Seems specific to Xubuntu 24.04 and maybe Ubuntu 24.04.

I installed Nemo and PcManFM and the same occurs in the same scenario, clicking the Network folder produces the messages.

2025-02-02T10:53:20.171599-05:00 xubuntu gvfsd[19932]: A connection to the bus can't be made
2025-02-02T15:32:00.924668-05:00 xubuntu gvfsd[5429]: A connection to the bus can't be made
2025-02-02T17:54:45.314636-05:00 xubuntu gvfsd[13679]: smbXcli_negprot_smb1_done: No compatible protocol selected by server.
2025-02-02T17:54:45.333699-05:00 xubuntu gvfsd[13679]: smbXcli_negprot_smb1_done: No compatible protocol selected by server.
2025-02-02T17:54:45.577541-05:00 xubuntu gvfsd[13699]: 2025-02-02 17:54:45,577:wsdd WARNING(pid 13699): no interface given, using all interfaces
2025-02-02T17:54:47.456580-05:00 xubuntu gvfsd-network[13671]: GFileInfo created without standard::content-type
2025-02-02T17:54:47.457215-05:00 xubuntu gvfsd-network[13671]: file ../../../gio/gfileinfo.c: line 1821 (g_file_info_get_content_type): should not be reached
2025-02-02T17:54:47.457616-05:00 xubuntu gvfsd-network[13671]: g_ref_string_new_intern: assertion 'str != NULL' failed
2025-02-02T17:54:47.457990-05:00 xubuntu gvfsd-network[13671]: GFileInfo created without standard::content-type
2025-02-02T17:54:47.458422-05:00 xubuntu gvfsd-network[13671]: file ../../../gio/gfileinfo.c: line 1821 (g_file_info_get_content_type): should not be reached
2025-02-02T17:54:47.458846-05:00 xubuntu gvfsd-network[13671]: g_ref_string_new_intern: assertion 'str != NULL' failed
2025-02-02T17:54:47.459169-05:00 xubuntu gvfsd-network[13671]: GFileInfo created without standard::content-type
2025-02-02T17:54:47.459484-05:00 xubuntu gvfsd-network[13671]: file ../../../gio/gfileinfo.c: line 1821 (g_file_info_get_content_type): should not be reached
2025-02-02T17:54:47.459822-05:00 xubuntu gvfsd-network[13671]: g_ref_string_new_intern: assertion 'str != NULL' failed
2025-02-02T17:54:47.516688-05:00 xubuntu gvfsd-network[13671]: GFileInfo created without standard::content-type
2025-02-02T17:54:47.516920-05:00 xubuntu gvfsd-network[13671]: file ../../../gio/gfileinfo.c: line 1821 (g_file_info_get_content_type): should not be reached
2025-02-02T17:54:47.517109-05:00 xubuntu gvfsd-network[13671]: g_ref_string_new_intern: assertion 'str != NULL' failed
2025-02-02T17:54:47.517267-05:00 xubuntu gvfsd-network[13671]: GFileInfo created without standard::content-type
...

2025-02-02T17:54:47.653339-05:00 xubuntu gvfsd[13699]: handle: <Handle MulticastHandler.read_socket(<socket.socke....0.0', 36000)>)>
2025-02-02T17:54:47.653407-05:00 xubuntu gvfsd[13699]: Traceback (most recent call last):
2025-02-02T17:54:47.653470-05:00 xubuntu gvfsd[13699]:   File "/usr/lib/python3.12/asyncio/events.py", line 88, in _run
2025-02-02T17:54:47.653531-05:00 xubuntu gvfsd[13699]:     self._context.run(self._callback, *self._args)
2025-02-02T17:54:47.653600-05:00 xubuntu gvfsd[13699]:   File "/usr/bin/wsdd", line 328, in read_socket
2025-02-02T17:54:47.653654-05:00 xubuntu gvfsd[13699]:     handler.handle_packet(msg.decode('utf-8'), address)
2025-02-02T17:54:47.653714-05:00 xubuntu gvfsd[13699]:   File "/usr/bin/wsdd", line 739, in handle_packet
2025-02-02T17:54:47.653762-05:00 xubuntu gvfsd[13699]:     self.handle_message(msg, src)
2025-02-02T17:54:47.653810-05:00 xubuntu gvfsd[13699]:   File "/usr/bin/wsdd", line 532, in handle_message
2025-02-02T17:54:47.653856-05:00 xubuntu gvfsd[13699]:     retval = handler(header, body)
2025-02-02T17:54:47.653898-05:00 xubuntu gvfsd[13699]:              ^^^^^^^^^^^^^^^^^^^^^
2025-02-02T17:54:47.653946-05:00 xubuntu gvfsd[13699]:   File "/usr/bin/wsdd", line 795, in handle_probe_match
2025-02-02T17:54:47.653994-05:00 xubuntu gvfsd[13699]:     self.perform_metadata_exchange(endpoint, xaddr)
2025-02-02T17:54:47.654041-05:00 xubuntu gvfsd[13699]:   File "/usr/bin/wsdd", line 846, in perform_metadata_exchange
2025-02-02T17:54:47.654100-05:00 xubuntu gvfsd[13699]:     with urllib.request.urlopen(request, None, 2.0) as stream:
2025-02-02T17:54:47.654144-05:00 xubuntu gvfsd[13699]:          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-02T17:54:47.654194-05:00 xubuntu gvfsd[13699]:   File "/usr/lib/python3.12/urllib/request.py", line 215, in urlopen
2025-02-02T17:54:47.654240-05:00 xubuntu gvfsd[13699]:     return opener.open(url, data, timeout)
2025-02-02T17:54:47.654292-05:00 xubuntu gvfsd[13699]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-02T17:54:47.654339-05:00 xubuntu gvfsd[13699]:   File "/usr/lib/python3.12/urllib/request.py", line 515, in open
2025-02-02T17:54:47.654389-05:00 xubuntu gvfsd[13699]:     response = self._open(req, data)
2025-02-02T17:54:47.654435-05:00 xubuntu gvfsd[13699]:                ^^^^^^^^^^^^^^^^^^^^^
2025-02-02T17:54:47.654479-05:00 xubuntu gvfsd[13699]:   File "/usr/lib/python3.12/urllib/request.py", line 532, in _open
2025-02-02T17:54:47.654525-05:00 xubuntu gvfsd[13699]:     result = self._call_chain(self.handle_open, protocol, protocol +
2025-02-02T17:54:47.654579-05:00 xubuntu gvfsd[13699]:              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-02T17:54:47.654616-05:00 xubuntu gvfsd[13699]:   File "/usr/lib/python3.12/urllib/request.py", line 492, in _call_chain
2025-02-02T17:54:47.654676-05:00 xubuntu gvfsd[13699]:     result = func(*args)

Added later 8 h 52 min 44 s:
So I made one slight change which cleared up the WSDD messages referencing the PYTHON scripts. Why, I have no idea, but I'll take it just the same.

from:
WSDD_PARAMS="--workgroup WORKGROUP -i eth0 -4 -v"

to:
WSDD_PARAMS="--workgroup WORKGROUP"

Offline

Registered users online in this topic: 0, guests: 1
[Bot] CCBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.009 seconds, 8 queries executed - Memory usage: 534.64 KiB (Peak: 545.94 KiB) ]