System updated 23 days ago to “OS Version:25.04.2.4”, and now the GUI is sluggish and unresponsive.
It takes two to four attempts to login, each time throwing you back to the login page.
Username and password are correct.
Everything else is working just fine.
Docker containers all running smoothly, and ssh session to the server has no issues.
SMB sessions also normal as expected.
I know rebooting the system will resolve the issue, but I would rather try and figure out why this is happening.
System running on a Dell R430 with dual CPUs.
( **Cores:**12 cores **Threads:**24 threads)
(120GB memory and running around 10% Average Usage)
It was an update from 25.04.2.3.
I have tried different browsers with the same issue, and I always clear down all caches etc when I close down the browser.
Before I restart the middlewared process I tried to find it using top, but to no avail.
I then run “ps -ef | grep middlewared” and found the following:
I exported the debug.log, and had a looksee at the “middlewared.log”.
Just to point out that my system has no internet access.
Below seems to be something of interest, but I have no clue what it’s relating to.
//
[2025/10/06 21:49:54] (DEBUG) IdmapDomainService.id_to_name():1185 - timeout encountered while trying to convert user id 0 to name. This may indicate significant networking issue.
[2025/10/06 21:49:59] (DEBUG) IdmapDomainService.id_to_name():1185 - timeout encountered while trying to convert group id 0 to name. This may indicate significant networking issue.
[2025/10/06 21:50:20] (DEBUG) IdmapDomainService.id_to_name():1185 - timeout encountered while trying to convert user id 0 to name. This may indicate significant networking issue.
[2025/10/06 21:50:25] (DEBUG) IdmapDomainService.id_to_name():1185 - timeout encountered while trying to convert group id 0 to name. This may indicate significant networking issue.
[2025/10/06 21:50:56] (WARNING) middlewared._loop_monitor_thread():1322 - Task seems blocked:\n File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 720, in _call\n return await methodobj(*prepared_call.args)\n File “/usr/lib/python3/dist-packages/middlewared/plugins/account.py”, line 296, in user_extend\n user[‘sshpubkey’] = await self.middleware.run_in_thread(self.read_authorized_keys, user[‘home’])\n File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 627, in run_in_thread\n return await self.run_in_executor(io_thread_pool_executor, method, *args, **kwargs)\n File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 624, in run_in_executor\n return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))\n File “/usr/lib/python3.11/asyncio/base_events.py”, line 830, in run_in_executor\n executor.submit(func, *args), loop=self)\n File “/usr/lib/python3/dist-packages/middlewared/utils/threading.py”, line 41, in submit\n start_daemon_thread(name=f"ExtraIoThread{next(counter)}", target=worker, args=(fut, fn, args, kwargs))\n File “/usr/lib/python3/dist-packages/middlewared/utils/threading.py”, line 24, in start_daemon_thread\n t.start()\n File “/usr/lib/python3.11/threading.py”, line 969, in start\n self._started.wait()\n File “/usr/lib/python3.11/threading.py”, line 629, in wait\n signaled = self._cond.wait(timeout)\n File “/usr/lib/python3.11/threading.py”, line 327, in wait\n waiter.acquire()\n
[2025/10/06 21:51:06] (DEBUG) IdmapDomainService.id_to_name():1185 - timeout encountered while trying to convert user id 0 to name. This may indicate significant networking issue.
[2025/10/06 21:51:11] (DEBUG) IdmapDomainService.id_to_name():1185 - timeout encountered while trying to convert group id 0 to name. This may indicate significant networking issue.
//