Opened 8 years ago

Closed 7 years ago

#273 closed defect (fixed)

Attempting to create a folder on a read-only file system using the WPS causes a loop & high CPU

Reported by: Paul Smedley Owned by:
Priority: blocker Milestone:
Component: Samba Client Plugin Version: Client 3.0.x
Keywords: Cc:

Description

Per the Summary, attempting to create a folder on a read-only filesystem using the WPS causes sustained CPU load, and requires ndctl to be killed to regain control of the system.

It looks like an incorrect RC is being returned, so the system keeps trying to create a new folder, using an incremental filename ie Folder, then Folder2, Folder3, etc

Attachments (1)

log.ndpsmb (12.0 KB) - added by Paul Smedley 8 years ago.
Log file of new folder create from WPS

Download all attachments as: .zip

Change History (3)

Changed 8 years ago by Paul Smedley

Attachment: log.ndpsmb added

Log file of new folder create from WPS

comment:1 Changed 8 years ago by Paul Smedley

http://smedley.id.au/tmp/ndpsmb.zip contains a test fix for this, where NdpCreateDir? returns ERROR_NETWORK_ACCESS_DENIED instead of the rc from Samba

comment:2 Changed 7 years ago by Paul Smedley

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.