Bug 97441 - Deletion of read-only smb: file leads to Internal Error
Summary: Deletion of read-only smb: file leads to Internal Error
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kio
Classification: Unmaintained
Component: smb (other bugs)
Version First Reported In: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-19 17:31 UTC by Vahur Kotkas
Modified: 2013-12-15 14:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vahur Kotkas 2005-01-19 17:31:48 UTC
Version:            (using KDE KDE 3.3.0)
Installed from:    SuSE RPMs
OS:                Linux

Unknown error condition in stat: Invalid argument
appears when I try to move or delete a file from 
smb:/ location.
The installation is freshly upgraded Suse 9.2 x86_64 system:
KDE 3.3.0
samba 3.0.9
Comment 1 Thiago Macieira 2005-01-20 01:23:39 UTC
No crash here. It actually tries to delete everything on the server, or all servers.

IMO, this could lead to HUGE problems if someone accidentally deleted an entire network. Is there a way for kio_smb to tell Konqueror that something cannot be deleted?
Comment 2 Martin Koller 2006-11-26 23:09:19 UTC
Probably this was misunderstood. I think the reporter means that when he deletes a regular file from a SMB folder somewhere on which he only has read-only permission, he gets an Invalid argument error (which in fact is what libsmbclient returns in that case ...)

On KDE-3.5.5 the error displayed is: "the file or folder ... does not exist"
which is also not correct but as said above, this is what libsmbclient returns (Samba 3.0.23d)
Comment 3 Dawit Alemayehu 2013-12-15 14:31:54 UTC
Cannot reproduce in KDE 4.11. I get access denied error message which is what libsmbclient returns. KDE 3 is no longer supported.