/srv/irclogs.ubuntu.com/2009/07/11/#ubuntuone.txt

InevGlitchQuick question, will ubuntuone work with kubuntu?02:53
tcoleeventually yes04:10
tcolethe main open issue right now I think is a dependency on gnome-keyring04:10
InevGlitchOk, thanks.04:14
tcoleneed some kind of KDE UI for it too, I think04:25
=== tritium_ is now known as tritium
windmillHi, is there a way to make the ubuntu one directory refresh?18:15
windmillI have uploaded files on one machine but they don't show up on the other until I disconnect and reconnect ubuntuone client.18:16
=== yofel_ is now known as yofel
windmillNo one else have trouble with syncing across multiple machines?18:33
BUGabundoboas tardes20:02
sunnydrakehi all! problem  i have client ubuntuone-client-gnome,ubuntuone-client 0.90.3+r71-0ubuntu1~ppa1~jaunty22:18
sunnydrakei need to sync 25k files (~400mb) with service but ubunone-syncdemon eat 100% of cpu 1.5G of mem and span another instance ... end of story no files synced at all(u1sync still works ..)22:20
sunnydrakebut painly slow22:20
sunnydrakeim not a familiar with phyton but if is_already_running(): in daemon must preven to spam second instance... at least..22:21
tcolehm, sounds like you should definitely file a bug22:50
sunnydrakeok22:55
tcoleI've heard of similar things happening occasionally, but that's more dramatic than other cases I've heard about22:57
tcoledo you know if the second instance was a child process of the original daemon?22:57
harrydanceHi everyone23:01
harrydanceI'm having a problem with the ubuntu one client23:01
harrydanceI can't seem to launch it23:01
harrydanceIs this a known issue?23:02
tcolepossibly not23:06
tcolewhat version of ubuntu are you running?23:07
harrydance9.0423:11
harrydanceWhen I clock Applications > Internet > Ubuntu One I just get no response23:12
harrydanceclick*23:13
harrydanceDo you have any ideas on how to get it working?23:15
tcolenot yet23:16
tcolecould you try running /usr/lib/ubuntuone-client/ubuntuone-syncdaemon from a terminal?23:16
tcoleand see if it shows any errors?23:16
harrydanceI get this:23:17
harrydanceharry@harry-desktop:~$ /usr/lib/ubuntuone-client/ubuntuone-syncdaemon23:17
harrydance/var/lib/python-support/python2.6/dbus/connection.py:242: DeprecationWarning: object.__init__() takes no parameters23:17
harrydance  super(Connection, self).__init__(*args, **kwargs)23:17
tcolehm, that's it?23:18
tcoleis there an ubuntuone-syncdaemon process running?23:18
harrydanceyeah, no window or notification icon or anything23:18
harrydanceyes the process is running23:19
harrydancethere is also ubuntuone-client-applet running apparently23:19
tcolehm23:21
tcoleubuntuone-client-applet should be providing the notificaiton icon23:21
sunnydraketcole: according to htop yes and have diffrent pids23:23
tcolesunnydrake: I wonder if that isn't a leftover form a fork/exec pair that failed or something along those lines23:24
tcoleanyway, definitely capture that information in the bug report23:24
sunnydraketcole: i clean all before starting client :( hmm i see daemon write some logs do you know where they are?23:27
tcoleyes, the logs go in ~/.cache/ubuntuone/log23:28
sunnydraketcole: what this mean?? 2009-07-12 01:36:43,128:128.734111786 dbus.proxies Executing introspect queue due to error23:38
sunnydrake2009-07-12 01:37:08,128:128.73005867 UbuntuOne.Client.Applet DBusError: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.23:38
tcolehm23:38
tcolelooks like syncdaemon was too busy to reply to a dbus query from the applet in time23:38
tcoledefinitely put all that in the bug report23:39
sunnydraketcole: i will wait while syncdaemon write log after scanning files and try to upload content..23:40
tcoleok, thank you23:40
sunnydraketcole: i have a slight hope that i can resolve this withouth bugreport :) thanks for help anyway.( i uploading this files all week...)23:44
tcolewell, the thing is that there's obviously a problem23:44
tcoleeven if you work around it, we'd appreciate a bug report so we can solve it23:44
tcole(if you find a workaround that's probably worth mentioning in the bug report as well)23:45
sunnydraketcole: im not knowledgeble about inner code of client but it seems rescan files is very slow...23:48
sunnydraketcole: is there a code to check just timestamp?23:48
tcoleI don't know offhand, probably not23:48
tcoleit'd actually need to check more than just timestamps, since timestamps by themselves can miss changes in some situations23:49
sunnydraketcole: tes this is a tradeoff usability vs speed but good middle is if(quickcheck() )->longcheck .. most users don't usally need complex tracking SVN like ... u can always make special options file to define changes tracking style.. as i see now 4-5 of my web projects + 2 video make whole file check a hell.. (well other way is to implemet some VFS... and make parameters while coping files indir)...23:54
tcolechanges made while the daemon is running are captured23:54
tcolethe rescan is just to catch up with things that may have happened since the last time the daemon was running23:55
tcolepretty much we need to use inode fingerprints so we can skip rehashing files23:55
tcole(inode fingerprints are a quicker check, more comprehensive than timestamps)23:55
tcolebut we do have to do it in a way that is reliable23:56
sunnydraketcole: XML tree approach :) well it's upto devs to decide and i feel i have about 30-50 min more wait for rescan done (this is my 5 run of util with same files indir )23:57
tcoleOOC, how long does u1sync take to scan?23:58

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!