Displaying 2 results from an estimated 2 matches for "statx_basic_stat".
Did you mean:
statx_basic_stats
2024 Nov 05
1
Slow reply to "smbclient -NL localhost" : strace
...x
6.1.0-26-marvell #1 Debian 6.1.112-1 (2024-09-30) armv5tel GNU/Linux).
"strace -r smbclient -NL localhost" shows the two locations where it's
hanging when listing the shares:
=================
?
0.000410 statx(1, "",
AT_STATX_SYNC_AS_STAT|AT_NO_AUTOMOUNT|AT_EMPTY_PATH, STATX_BASIC_STATS,
{stx_mask=STATX_BASIC_STATS|STATX_MNT_ID, stx_attributes=0,
stx_mode=S_IFCHR|0600, stx_size=0, ...}) = 0
0.001078 write(1, "\n", 1
)???????? = 1
0.000987 write(1, "\tSharename?????? Type????? Comme"..., 35
Sharename?????? Type????? Comment
) = 35
0.000883 write(1, "\t-...
2024 Nov 05
1
Slow reply to "smbclient -NL localhost" : strace
On Tue, 5 Nov 2024 10:36:49 +0100
Gilles via samba <samba at lists.samba.org> wrote:
> On 04/11/2024 15:11, Rowland Penny via samba wrote:
> > As I said previously, I do not think this has anything to do with
> > Samba. In an earlier post, you had this output when you ran the same
> > command using 'time':
> >
> > real 0m12.500s
> > user