[Bug 706825] Re: Ubuntu One can not handle the synchronization of a folder with lots of files

2012-09-27 Thread Rodney Dawes
*** This bug is a duplicate of bug 799509 ***
https://bugs.launchpad.net/bugs/799509

** Changed in: ubuntuone-client (Ubuntu)
 Assignee: Roman Yepishev (rye) = (unassigned)

** This bug has been marked a duplicate of bug 799509
   Adding a large number of files to UbuntuOne sync folders causes an infinite 
loop of failed uploads

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706825

Title:
  Ubuntu One can not handle the synchronization of a folder with lots of
  files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/706825/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 706825] Re: Ubuntu One can not handle the synchronization of a folder with lots of files

2011-06-21 Thread Ivan Kuznetsov
Is it possible it's a duplicate of bug 799509?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706825

Title:
  Ubuntu One can not handle the synchronization of a folder with lots of
  files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/706825/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 706825] Re: Ubuntu One can not handle the synchronization of a folder with lots of files

2011-02-13 Thread Roman Yepishev
** Changed in: ubuntuone-client (Ubuntu)
 Assignee: Ubuntu One Foundations+ team (ubuntuone-foundations+) = Roman 
Yepishev (rye)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706825

Title:
  Ubuntu One can not handle the synchronization of a folder with lots of
  files

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 706825] Re: Ubuntu One can not handle the synchronization of a folder with lots of files

2011-02-13 Thread Roman Yepishev
Hello,

This happens because there is a less-than-optimal storage of metadata in
versions prior to what is now in nightlies and Natty Narwhal. Basically
that's bug LP:436612. Since you have a fairly large number of files in
your Ubuntu One directory I believe you would like to try the nightlies
PPA (please note that downgrade to older metadata storage is not
possible).

If you are interested in testing the new improved metadata storage
(which takes syncdaemon about a second or two to start) then please have
a look at https://launchpad.net/~ubuntuone/+archive/nightlies. Please
note that the nightlies releases are only automatically tested and there
is a possibility that not all features are working at all times.

** Changed in: ubuntuone-client (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706825

Title:
  Ubuntu One can not handle the synchronization of a folder with lots of
  files

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 706825] Re: Ubuntu One can not handle the synchronization of a folder with lots of files

2011-02-08 Thread KirkoR
It's not working. When I'm trying to delete folder nothing happens.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706825

Title:
  Ubuntu One can not handle the synchronization of a folder with lots of
  files

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 706825] Re: Ubuntu One can not handle the synchronization of a folder with lots of files

2011-02-05 Thread duanedesign
KirkoR,
Ubuntu One syncs the metadata (folders) first, then the content. 84,209 files 
will likely take a bit of time you might want to leave the computer on for 
awhile. There is a certain amount of overhead that must be done each time you 
shut down and start back up. So shutting the computer down while it is syncing 
can increase the amount of time the sync will take.  You can use the following 
commands to see how many, if any, files are left in the queue.

u1sdtool --waiting-metadata | wc -l

u1sdtool --waiting-content | wc -l

i would leave the computer on until both those are 0. Or at least now
you can tell if it is making any progress.

If you decide you dont want to stop the sync and remove the folders from
the cloud do the following steps.

u1sdtool --list-folders - note the ID that is used by new UDF
u1sdtool --unsubscribe-folder=$ID (where $ID = id that was received by running 
list-folders)
u1sdtool --quit - this will quit the syncdaemon and drop the queue
u1sdtool --start - start syncdaemon again, but do not connect
(in new terminal, since this will not release the terminal right away) - 
u1sdtool --delete-folder=$ID
(back in the original terminal) u1sdtool --connect 

respectfully,
duanedesign

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706825

Title:
  Ubuntu One can not handle the synchronization of a folder with lots of
  files

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 706825] Re: Ubuntu One can not handle the synchronization of a folder with lots of files

2011-01-26 Thread KirkoR
One more thing, ubuntuone-syncdaemon is taking ~400MB of my ram
memory... I'ts a lot of memory :(

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706825

Title:
  Ubuntu One can not handle the synchronization of a folder with lots of
  files

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 706825] Re: Ubuntu One can not handle the synchronization of a folder with lots of files

2011-01-24 Thread KirkoR


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706825

Title:
  Ubuntu One can not handle the synchronization of a folder with lots of
  files

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 706825] Re: Ubuntu One can not handle the synchronization of a folder with lots of files

2011-01-24 Thread Naty Bidart
** Changed in: ubuntuone-client (Ubuntu)
 Assignee: (unassigned) = Ubuntu One Foundations+ team 
(ubuntuone-foundations+)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/706825

Title:
  Ubuntu One can not handle the synchronization of a folder with lots of
  files

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs