Christoph Ziebuhr
2019-Oct-23 09:05 UTC
[Samba] smbclient: Renaming file on DFS root fails with NT_STATUS_OBJECT_PATH_NOT_FOUND
Am 2019-10-22 13:43, schrieb Jeremy Allison:> Can you send a debug level 10 log from smbclient so I > can see the exact problem ? > > Also, can you log a bug at bugzilla.samba.org so we > can track the fix for this ?Opened https://bugzilla.samba.org/show_bug.cgi?id=14169 and also attached screenshots of the relevant tcpdump sections. Debug log didn't contain any relevant information for this case.
Ralph Boehme
2019-Oct-23 09:17 UTC
[Samba] smbclient: Renaming file on DFS root fails with NT_STATUS_OBJECT_PATH_NOT_FOUND
On 10/23/19 11:05 AM, Christoph Ziebuhr via samba wrote:> Am 2019-10-22 13:43, schrieb Jeremy Allison: >> Can you send a debug level 10 log from smbclient so I >> can see the exact problem ? >> >> Also, can you log a bug at bugzilla.samba.org so we >> can track the fix for this ? > > Opened https://bugzilla.samba.org/show_bug.cgi?id=14169 and also > attached screenshots of the relevant tcpdump sections. > Debug log didn't contain any relevant information for this case.Really screenshots? Can you please attach the tcpdumps instead? Thanks. -slow -- Ralph Boehme, Samba Team https://samba.org/ Samba Developer, SerNet GmbH https://sernet.de/en/samba/ GPG-Fingerprint FAE2C6088A24252051C559E4AA1E9B7126399E46
Rowland penny
2019-Oct-23 10:23 UTC
[Samba] smbclient: Renaming file on DFS root fails with NT_STATUS_OBJECT_PATH_NOT_FOUND
On 23/10/2019 10:05, Christoph Ziebuhr via samba wrote:> Am 2019-10-22 13:43, schrieb Jeremy Allison: >> Can you send a debug level 10 log from smbclient so I >> can see the exact problem ? >> >> Also, can you log a bug at bugzilla.samba.org so we >> can track the fix for this ? > > Opened https://bugzilla.samba.org/show_bug.cgi?id=14169 and also > attached screenshots of the relevant tcpdump sections. > Debug log didn't contain any relevant information for this case.No it wouldn't, but if you add '-d10' on the end of the command, you will get the level 10 log and you can further divert the output to a file. Rowland
Jeremy Allison
2019-Oct-23 12:01 UTC
[Samba] smbclient: Renaming file on DFS root fails with NT_STATUS_OBJECT_PATH_NOT_FOUND
On Wed, Oct 23, 2019 at 11:05:09AM +0200, Christoph Ziebuhr wrote:> Am 2019-10-22 13:43, schrieb Jeremy Allison: > > Can you send a debug level 10 log from smbclient so I > > can see the exact problem ? > > > > Also, can you log a bug at bugzilla.samba.org so we > > can track the fix for this ? > > Opened https://bugzilla.samba.org/show_bug.cgi?id=14169 and also attached > screenshots of the relevant tcpdump sections. > Debug log didn't contain any relevant information for this case.Can you try this patchset ? I think it might fix your problem. Thanks ! Jeremy.
Jeremy Allison
2019-Oct-23 12:11 UTC
[Samba] smbclient: Renaming file on DFS root fails with NT_STATUS_OBJECT_PATH_NOT_FOUND
On Wed, Oct 23, 2019 at 05:01:39AM -0700, Jeremy Allison via samba wrote:> On Wed, Oct 23, 2019 at 11:05:09AM +0200, Christoph Ziebuhr wrote: > > Am 2019-10-22 13:43, schrieb Jeremy Allison: > > > Can you send a debug level 10 log from smbclient so I > > > can see the exact problem ? > > > > > > Also, can you log a bug at bugzilla.samba.org so we > > > can track the fix for this ? > > > > Opened https://bugzilla.samba.org/show_bug.cgi?id=14169 and also attached > > screenshots of the relevant tcpdump sections. > > Debug log didn't contain any relevant information for this case. > > Can you try this patchset ? I think it might fix your problem.Slightly better version (I messed up one of the patch hunks order in the previous one :-). Jeremy.