Re: Any reports of IOS 18.79/Files failure to connect to samba? (all prior IOS versions worked)

David C Rankin via samba <[email protected]> Thu, 21 May 2026 04:51:53 -0500
Newsgroups gmane.network.samba.general
Message-ID <[email protected]>
On 5/21/26 3:21 AM, Rowland Penny via samba wrote:
> Setting the log level to 10 is easy, just add 'log level = 10' to the
> global part of the smb.conf file and reload the config or restart Samba.
> 
> Doing that might not help, you may have to resort to using wireshark to
> see what is going on when you attempt to connect from iOS to your share.

Well,

   That's pretty amazing. Just the connection attempt generated 6744 
lines of output. I have placed it here:

IOS 18.79 SMB Connect Attempt/FAIL
https://paste.opensuse.org/pastes/fef2b8f16419

SUMMARY

I've summarized all the "error" messages below. I don't know if they are 
actual errors, or just attempts to try connection features I don't use 
(like all the 'open' fails in a strace as it checks every component of 
the file path)

There are two types of errors (look like normal fails in a strace, but 
Greek to me). They are (tdbsam_getsampwrid), first four, then 
(ad_get_internal), the rest, which would make sense since I don't have 
any AD?


line 2552

[2026/05/21 04:17:06.725480,  5, pid=134394, effective(0, 0), real(0, 
0), class=passdb] ../../source3/passdb/pdb_tdb.c:660(tdbsam_getsampwrid)
   pdb_getsampwrid (TDB): error looking up RID 513 by key RID_00000201.

line 2588

[2026/05/21 04:17:06.725578,  5, pid=134394, effective(0, 0), real(0, 
0), class=passdb] ../../source3/passdb/pdb_tdb.c:660(tdbsam_getsampwrid)
   pdb_getsampwrid (TDB): error looking up RID 513 by key RID_00000201.

line 3223

[2026/05/21 04:17:06.727984,  5, pid=134394, effective(0, 0), real(0, 
0), class=passdb] ../../source3/passdb/pdb_tdb.c:660(tdbsam_getsampwrid)
   pdb_getsampwrid (TDB): error looking up RID 513 by key RID_00000201.

line 3257

[2026/05/21 04:17:06.728090,  5, pid=134394, effective(0, 0), real(0, 
0), class=passdb] ../../source3/passdb/pdb_tdb.c:660(tdbsam_getsampwrid)
   pdb_getsampwrid (TDB): error looking up RID 513 by key RID_00000201.

line 4638

[2026/05/21 04:17:06.747115, 10, pid=134394, effective(0, 0), real(0, 
0)] ../../source3/lib/adouble.c:2623(ad_get_internal)
   error reading AppleDouble for /tmp

line 4736

[2026/05/21 04:17:06.751819, 10, pid=134394, effective(1000, 1060), 
real(1000, 0)] ../../source3/lib/adouble.c:2623(ad_get_internal)
   error reading AppleDouble for .

line 4772

[2026/05/21 04:17:06.751930, 10, pid=134394, effective(1000, 1060), 
real(1000, 0)] ../../source3/lib/adouble.c:2623(ad_get_internal)
   error reading AppleDouble for .

line 4854

[2026/05/21 04:17:06.752166, 10, pid=134394, effective(1000, 1060), 
real(1000, 0)] ../../source3/lib/adouble.c:2623(ad_get_internal)
   error reading AppleDouble for /tmp

line 5404

[2026/05/21 04:17:06.906754, 10, pid=134394, effective(1000, 1060), 
real(1000, 0)] ../../source3/lib/adouble.c:2623(ad_get_internal)
   error reading AppleDouble for .

line 5485

[2026/05/21 04:17:06.906963, 10, pid=134394, effective(1000, 1060), 
real(1000, 0)] ../../source3/lib/adouble.c:2623(ad_get_internal)
   error reading AppleDouble for /tmp

line 5522

[2026/05/21 04:17:06.907085, 10, pid=134394, effective(1000, 1060), 
real(1000, 0)] ../../source3/lib/adouble.c:2623(ad_get_internal)
   error reading AppleDouble for .

line 5604

[2026/05/21 04:17:06.907360, 10, pid=134394, effective(1000, 1060), 
real(1000, 0)] ../../source3/lib/adouble.c:2623(ad_get_internal)
   error reading AppleDouble for /tmp

line 5668

[2026/05/21 04:17:06.911485, 10, pid=134394, effective(1000, 1060), 
real(1000, 0)] ../../source3/lib/adouble.c:2623(ad_get_internal)
   error reading AppleDouble for .

line 5751

[2026/05/21 04:17:06.911677, 10, pid=134394, effective(1000, 1060), 
real(1000, 0)] ../../source3/lib/adouble.c:2623(ad_get_internal)
   error reading AppleDouble for /tmp

line 5825

[2026/05/21 04:17:07.092618, 10, pid=134394, effective(1000, 1060), 
real(1000, 0)] ../../source3/lib/adouble.c:2623(ad_get_internal)
   error reading AppleDouble for .

line 5907

[2026/05/21 04:17:07.092922, 10, pid=134394, effective(1000, 1060), 
real(1000, 0)] ../../source3/lib/adouble.c:2623(ad_get_internal)
   error reading AppleDouble for /tmp

line 5972

[2026/05/21 04:17:07.097044, 10, pid=134394, effective(1000, 1060), 
real(1000, 0)] ../../source3/lib/adouble.c:2623(ad_get_internal)
   error reading AppleDouble for .

line 6055

[2026/05/21 04:17:07.097304, 10, pid=134394, effective(1000, 1060), 
real(1000, 0)] ../../source3/lib/adouble.c:2623(ad_get_internal)
   error reading AppleDouble for /tmp


   There are about 4 more of these errors, but they are identical for 
'.' and '/tmp'

   This is Greek to me, but doesn't look suspicious, do you see anything 
that stands out?




-- 
David C. Rankin, J.D.,P.E.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba