Bug 299306 - Problem writing tags over mounted cifs share
Summary: Problem writing tags over mounted cifs share
Status: RESOLVED FIXED
Alias: None
Product: taglib
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Scott Wheeler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-03 15:50 UTC by Antonio Orefice
Modified: 2018-11-09 12:23 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 Antonio Orefice 2012-05-03 15:50:55 UTC
I'm currently using taglib c bindings, if the (same) file is on the local disk i can write tags into it, but if i move on a (mounted) cifs share, taglib doesn't write anything.
To be sure it to be a taglib issue, i tried other tools like kid3 and qtagger, and they both failed.
Instead, easytag, which uses libid3tag, works.



Reproducible: Always

Steps to Reproduce:
1.move an mp3 over a remote windows machine and mount it with cifs
2.try to write a tag using taglib_c
3.see that it hasn't wrote anything
4.move that file to a local disk and repeat 1,2
5.see that it worked.



My program is written in gambas, and with it i noticed that the file i try to tag remains open (lsof) even after saving and freeing it.

if it is useful that's my mounted share:
//192.168.117.3/T$ on /mnt/nas type cifs (rw,relatime,sec=ntlm,unc=\\192.168.117.3\T$,username=admin2,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.117.3,file_mode=0755,dir_mode=0755,nounix,rsize=61440,wsize=57344,actimeo=60
Comment 1 Andrew Crouthamel 2018-11-09 01:07:39 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 2 Antonio Orefice 2018-11-09 12:23:28 UTC
Hi Andrew,
The bug is indeed fixed somehow.
Thanks!