I'm using Ubuntu One to synchronize a directory which I use to create and compile latex files. But, always, when a new file is generated, the files, instead of having the file-type extension like file1.pdf, they gain an extra suffix like file1.pdf.u1conflict, file1.pdf.u1conflict.1 so on. And many such files are generated when I compile pdflatex documents. Ultimately it lead to an error, saying that a file is not found while compiling. And the actual reason is, that file has got a new extension, which is, .u1conflict.
|
|
|||
|
|
|
*.u1conflict files represent the case when you've modified a file on two computers and then tried to synchronise. In general, you'd either want to pick which version to keep, or try to merge the changes in the two versions. Usually you wouldn't want to upload the conflict to U1, but if you do you can rename the .u1conflict version. .u1partial files represent partially downloaded files. If you have one of these hanging around, it might indicate that the synchronisation daemon died while downloading the file. As before, you probably don't want one of these uploaded to your U1 share. As far as other restrictions go, U1 stores filenames as unicode strings. So if you have filenames that are not valid UTF-8 it may have troubles. This shouldn't be much of a problem on Ubuntu systems since it uses UTF-8 locales. Taken from: https://answers.launchpad.net/ubuntuone-client/+question/78943 Hope this helps. |
||||
|
|
hmm... while I can see why this has happened, it shouldn't. Could you please enable debug, restart syncdaemon, wait for it to be idle, reproduce the issue, file a bug, and upload a tarball of |
|||
|
|
|
In your specific situation, it's a problem of saving before the first file has had a chance to sync. I've had this problem with my novel as well. The solution, is to disable u1 while working on the files, and enable it again when you are done saving the files. |
||||
|
|
|
I had the same problem with latex and i solve it manually. I deleted the conflicted archive at u1's site, then, i generated my pdf without conflicts. |
|||
|
|
I've had this problem from time to time. Sometimes I can simply delete the conflicted file on the u1 website, and rename the local file without the .u1conflict extension and it will work. Today, however, I ran into this and I had to take a couple extra steps:
|
|||
|
|