I did an strace and found that DT is trying to stat a DCIM folder in the cloud:

4969  stat("/mnt/magentacloud/DCIM",  <unfinished ...>
4969  stat("/mnt/magentacloud/dcim", 0x7ff6b7ff0330) = -1 ENOENT (No such file 
or directory)

Why is that? What has DT to do with this directory? 

As long as dd is writing to /mnt/magentacloud the drive is not responding. Even 
simple "ls" commands are waitng until the dd command is finished. So the "stat" 
from DT must wait also. 

DT is actually doing a "stat" on every mounted directory in /mnt:

4969  stat("/mnt/magentacloud/DCIM",  <unfinished ...>
4969  stat("/mnt/magentacloud/dcim", 0x7ff6b7ff0330) = -1 ENOENT (No such file 
or directory)
4969  stat("/mnt/zstore/DCIM", 0x7ff6b7ff0330) = -1 ENOENT (No such file or 
directory)
4969  stat("/mnt/zstore/dcim", 0x7ff6b7ff0330) = -1 ENOENT (No such file or 
directory)
4969  stat("/mnt/zstore/BENCHMARK/DCIM", 0x7ff6b7ff0330) = -1 ENOENT (No such 
file or directory)
4969  stat("/mnt/zstore/BENCHMARK/dcim", 0x7ff6b7ff0330) = -1 ENOENT (No such 
file or directory)

Why is it doing that?


Kind Regards
Matthias

Matthias

Am 27.01.2018 um 13:28 schrieb Matthias Bodenbinder:
> Hi
> 
> I found the following odd behaviour of DT. While a am transfering a file to 
> my magentacloud via webdav, I can not exit DT. Instead the GUI is telling me 
> that DT is not responding and if I want to wait or terminate forcefully. If I 
> wait, DT terminates after the webdav file transfer is complete. And the 
> webdav file transfer is not at all related to DT or pictures or anything that 
> should concern DT.
> 
> Some technical details:
> - DT 2.4.0 on Manjaro 
> 
> - mounting magentacloud via /etc/fstab: 
> https://webdav.magentacloud.de /mnt/magentacloud davfs 
> _netdev,nodev,user,rw,uid=1000,gid=1000,noauto 0 0
> 
> - reproducing behaviour with dd command: dd if=/dev/zero 
> of=/mnt/magentacloud/aaa bs=1M count=10
> 
> When DT is running it will only terminate when the dd command is finshed. No 
> matter if I start DT before or after I issue the dd command.
> 
> Why is that? Any idea?
> 
> Kind Regards
> Matthias
> 
> ____________________________________________________________________________
> darktable user mailing list
> to unsubscribe send a mail to [email protected]
> 
> 


____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to [email protected]

Reply via email to