You are not logged in.
After some update i noticed that virtualbox interface takes too much time to start (about 30 seconds), and once it has successfully started it behaves normally until the next start.
There's a lot of futex messages in strace output:
futex(0x55b92f416b10, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x55b92f416470, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, {tv_sec=1619173549, tv_nsec=428281000}, FUTEX_BITSET_MATCH_ANY) = 0Here's the output of strace -c:
% time seconds usecs/call calls errors syscall
------ ----------- ----------- --------- --------- -----------------------
53,95 0,224922 28 7951 237 futex
16,04 0,066879 3 19978 50 newfstatat
4,89 0,020400 9 2248 poll
4,74 0,019778 8 2246 write
3,38 0,014081 1083 13 5 wait4
2,92 0,012165 7 1661 3 readWhat can be wrong with it?
Last edited by crontab (2021-04-23 10:42:59)
Offline