.recycle bin creating folder structure on delete but no items in folders

Description

The heading/summery covers it all it think. Tried deleting smb share and recreating it. Permissions seem correct, in that i can access my own .recycle and no one elses and vice versa. I have added auxilliary perameter crossrename:sizelimit={1000} and deleted it, neither way worked either.

Any other info required please ask.

Problem/Justification

None

Impact

None

SmartDraw Connector

Katalon Manual Tests (BETA)

Activity

Show:

Bug Clerk July 7, 2021 at 12:24 PM

Andrew Walker May 20, 2021 at 9:14 PM

your crossrename parametric entry passes through strtol(3) https://www.freebsd.org/cgi/man.cgi?query=strtol&apropos=0&sektion=3&manpath=FreeBSD+12.2-RELEASE&arch=default&format=html

Since the value above isn't a valid int, the subroutine returns 0 which causes the maximum size for copies when rename() fails with EXDEV to be 0 bytes (i.e. not recycled).

Andrew Walker May 20, 2021 at 7:39 PM
Edited

This is invalid syntax for a parametric entry in smb.conf. Remove, restart SMB server, and try again.

Joseph O' Brien May 20, 2021 at 3:56 PM

File attached

Andrew Walker May 20, 2021 at 2:39 PM

Please attach a debug. System->Advanced->Save debug

Complete

Details

Assignee

Reporter

Labels

Impact

Medium

Fix versions

Affects versions

Priority

More fields

Katalon Platform

Created May 20, 2021 at 2:35 PM
Updated July 6, 2022 at 9:02 PM
Resolved July 7, 2021 at 5:09 PM