[kio-extras] [Bug 408248] Error deleting hidden folder

2019-06-25 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=408248

Christoph Feck  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #7 from Christoph Feck  ---
If the folder is not empty, then you need read permissions on the folder to be
able to enumerate its contents.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 408248] Error deleting hidden folder

2019-06-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=408248

--- Comment #6 from patrick.pie...@uni-hamburg.de ---
rmdir did also not work. The folder was not empty contrary to my first
assumption. I was simply not able to see the content of the folder

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 408248] Error deleting hidden folder

2019-06-06 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=408248

--- Comment #5 from Christoph Feck  ---
'rm -r' didn't work, because you couldn't read the directory contents. Does
'rmdir' work?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 408248] Error deleting hidden folder

2019-06-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=408248

--- Comment #4 from patrick.pie...@uni-hamburg.de ---
First, I tried to rename the folder back to being visible by deleting the point
in the beginning of the folder name. Hoping this would already solve the issue.
Hoever, I was unable to delete the folder in the terminal:

//u241259@mlogin103:/mnt/lustre01/work/uo1075/u241259/u241259/Precip/5Layer/DI/Ensemble/Deviation_Paper_plots%
rm -r BB//
//rm: descend into directory `BB'? y//
//rm: remove directory `BB'? y//
//rm: cannot remove `BB': Permission denied// 


Then I checked the permissions before changing them:

//u241259@mlogin103:/mnt/lustre01/work/uo1075/u241259/u241259/Precip/5Layer/DI/Ensemble/Deviation_Paper_plots%
ls -al//
//total 144//
//drwxr-sr-x 3 u241259 uo1075  28672 Jun  3 12:13 .//
//drwxr-sr-x 9 u241259 uo1075 110592 Jun  3 15:24 ..//
//d-wx--s--x 2 u241259 uo1075   4096 Jun  3 10:31 BB/

after changing them:
chmod u+r BB
I could delete the folder.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 408248] Error deleting hidden folder

2019-06-05 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=408248

--- Comment #3 from Christoph Feck  ---
Not sure if this is a server or a client issue. Deleting folders without any
permissions works at least for local folders.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 408248] Error deleting hidden folder

2019-06-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=408248

--- Comment #2 from Nate Graham  ---
Without read permission, how were you able to see the folder such that you
could try to delete it?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 408248] Error deleting hidden folder

2019-06-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=408248

--- Comment #1 from patrick.pie...@uni-hamburg.de ---
I solved the issue. Apparently, you need read permission to delete the folder:

chmod u+r BB 

That did the trick.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 408248] Error deleting hidden folder

2019-06-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=408248

Nate Graham  changed:

   What|Removed |Added

Summary|Error: deleting hidden  |Error deleting hidden
   |wolder  |folder
 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.