/srv/irclogs.ubuntu.com/2010/08/24/#ubuntuone.txt

lahwranis updown goofing up again?00:49
=== lahwran is now known as 50UAAKTUY
=== jamesh_ is now known as jamesh
duanedesignbug 62291609:18
ubot4Launchpad bug 622916 in ubuntuone-client "Ubuntu One cannot sync files with more than 100(?) characters in filename (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/62291609:18
duanedesignhavent been able  to reproduce this. However my other computer is down at the moment. Can anyone confirm or negate this bug?09:20
=== zyga_ is now known as zyga
=== teknico is now known as teknico_away
=== JUMPA is now known as jumpa
=== jumpa is now known as JUMPA
=== JUMPA is now known as jumpa
=== teknico_away is now known as teknico
=== jumpa is now known as JUMPA
=== JUMPA is now known as jumpa
rodrigo_alecu, nessita: https://code.edge.launchpad.net/~rodrigo-moya/ubuntuone-client/app-name-in-signals/+merge/33528 and https://code.edge.launchpad.net/~rodrigo-moya/ubuntuone-client/use-sso-in-u1-prefs/+merge/33523 please15:17
nessitarodrigo_, alecu: https://code.launchpad.net/~nataliabidart/ubuntu-sso-client/add-debug/+merge/3352915:19
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
=== beuno is now known as beuno-lunch
apacheloggernessita, verterok: any objections against uploading my gsoc KDE stuff to universe for maverick?17:00
apachelogger(that is if it gets a FFe)17:00
=== dendrobates is now known as dendro-afk
verterokapachelogger: don't know what's the gsoc KDE stuff :)17:05
apacheloggerverterok: simple KDE GUI stuff and a Qt implementation of authentication17:06
verterokapachelogger: also, I think you should ask rodrigo/Chipaca about it17:06
verterokah, nice :)17:06
apacheloggerChipaca: ^^17:06
=== jumpa is now known as JUMPA
apacheloggerverterok: http://apachelog.wordpress.com/2010/08/19/ubuntu-one-the-kde-way/17:08
Chipacaapachelogger: let's talk with rodrigo and alecu (nessita would be best but she's leaving to uni right now) in about an hour?17:08
apacheloggerokidoki17:08
dobeyapachelogger: that's all in a separate package, and not intended to go in the upstream project?17:09
apacheloggerdobey: well, it could go upstream if someone wishes to mess with the buildsystem (or convert to cmake) etc.17:10
dobeyor if you wrote it in python :)17:11
* apachelogger had enough experiences with pykde to not use it unless absolutely necessary :P17:14
=== dendro-afk is now known as dendrobates
dobeyheh17:20
dobeywell using automake is reasonable, but having much of the same code duplicated in python and c++ is kind of annoying17:21
dobeyi guess the kde applet and such in that blog post are separate from the authentication pieces though?17:23
apacheloggerdobey: yes17:27
apacheloggeralso the authentication is not that much code17:27
apacheloggerwhich is the reason I redid it17:28
dobeynot that much code? 7K lines of python seems liek a lot to me :)17:30
dobeyonly 400 of which are comments :)17:31
dobeyor well, top level comments17:32
dobeyso license header, basically17:32
apacheloggerdobey: a lot of that is UI code in bzr17:33
apacheloggerQt version (that is headless currently) is 749 sloc17:34
apacheloggerand that includes plugins for KWallet and GNOME Keyring and cmake and some python foo17:34
apacheloggeradditional 50 for cmake macros17:35
=== beuno-lunch is now known as beuno
=== teknico is now known as teknico_away
=== gnomefreak76 is now known as gnomefreak
=== teknico is now known as teknico_away
=== nuboon2age_ is now known as nUboon2Age
lalejandverterok : Hi, I think one day you checked some problem I had and you told me to raise up my U1 synced files limit. I made a fresh ubuntu install, so I have to do it again. Can you tell me what it was ? (I hope I'm not talking to the wrong person ;) )19:29
verteroklalejand: hi19:30
verteroklalejand: raise the synced files limit?19:31
verteroklalejand: can't remember anything about that :/19:31
verteroklalejand: maybe the inotify watches limit?19:31
lalejandverterok : ahm it wan't you then19:31
lalejandverterok : it was like the max number of watched files19:32
lalejandsome thing li19:32
lalejandke that19:32
verteroklalejand: if it was the max number of watched files, it's the inotify limits19:33
verteroklalejand: add fs.inotify.max_user_watches=<big enough integer> to /etc/sysctl.conf19:34
verteroklalejand: something like: fs.inotify.max_user_watches=32768 should be more than enough19:34
lalejandverterok : thanks !!! BTW why is there a limit ?19:38
=== JUMPA is now known as jumpa
verteroklalejand: it's the default kernel value19:40
=== jumpa is now known as JUMPA
=== JUMPA is now known as jumpa
=== jumpa is now known as JUMPA
=== teknico is now known as teknico_away
=== yofel_ is now known as yofel
dnielsenajmitch, I hate to be that guy, but have you had a change to look at the mono bindings for libubuntuone, the issue where they changed from 10k to 3k between two releases21:33
ajmitchno, but I'll try & look at it asap today & then poke the right person about it :)21:33
dnielsenthank you, finally I might be able to build banshee community extensions again21:34
ajmitchyeah, it's sort of important for getting the updated b-c-e in ubuntu21:34
ajmitchdo you have a bug # for it?21:35
irssitaalecu: hey there!21:38
irssitaalecu: look, a bug report! https://bugs.launchpad.net/ubuntu-sso-client/+bug/62360421:38
ubot4Launchpad bug 623604 in ubuntu-sso-client "credentials dictionary has different key for token_name (affects: 1) (heat: 6)" [Undecided,New]21:38
alecuirssita, thanks21:38
alecuirssita, what is affected by that bug?21:39
irssitaalecu: syncdaemon, I'm trying to fic the critical bug from today21:39
irssitaalecu: and it wasn't working till I noticed that the problem was that21:40
irssitaI mean, the original problem was the signals signature, whihc I fixed, but then I kept having failures and was this bug21:40
alecuirssita, ok. What is syncdaemon expecting? app_name or token_name?21:41
alecuirssita, and also, how is it using it?21:41
irssitaalecu: it was being used in a log, so no worries22:00
irssitaalecu: I just modified the log to not to use it :-)22:01
alecuirssita, oohhhhh22:01
irssitaalecu: but I think we should fix it, to some uniifed key name22:01
alecuirssita, ok, great.22:01
irssita:-)22:01
irssitarodrigo_, alecu, Chipaca : ubuntu-sso-client 0.99.2 was released!22:04
Chipacairssita: oh noes!22:04
Chipacairssita: tomorrow is the last day for ui changes, did i mention that?22:04
Chipaca:)22:04
alecuirssita, yes, yay!22:05
alecuirssita, and with a beautiful bugfixes log, and a lot of bugs automatically marked as fixed!22:05
alecuyay for --fixes!22:05
* ajmitch looks at what is new22:06
rodrigo_irssita, yeah, saw all the bugs fixed automatically!! :D22:09
irssitaI'm gone!22:12
irssitasee ya at the pyar meeting22:12
alecuirssita, silla!22:12
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
dobeyalecu: huh?22:33
dobeyalecu: yay for me you mean ;)22:33
alecuyay for --dobey!22:33
dobeyalecu: i fixed tarmac to get the list of bugs fixed in a branch when merging, and automatically mark them fix committed after a successful commit :)22:34
alecudobey, cool! I had little bits of info regarding that, but not the full fact.22:34
alecudobey, yay for you then!22:35
dobeyunless you're talking about the automatic resolution from LP for bugs mentioned in debian/changelog on new package uploads22:35
dobeywhich i did not do, and has been there all along22:35
dobeyhmm22:36
dobeythough it appears that has not happened22:37
dobey(the tarmac bug fixing bit, on the branches i presume you're talking about)22:37
dobeylater all22:45
duffydacksorry, Ive never used U1 music store before.  Where do my purchases go, on my hd.  In the ubuntuone folder?22:53
beunoduffydack, ~/.ubuntuone/Purchased from Ubuntu One/22:53
duffydackbeuno, in a hidden folder?  that doesnt sound right22:54
beunoduffydack, well, if rhythmbox listens to that folder22:54
duffydackah.. ok22:55
beunoso you should see them magically appear22:55
beunowe would of likes to put int in ~/Music22:55
beunobut there where a *lot* of problems in doing that22:55
duffydackIts still saying queued after approx 10mins..22:55
duffydackits just 1 song.22:56
beunoduffydack, whats does u1sdtool -s say?22:56
beunois it connected, etc?22:56
beunoduffydack, also, take a peak in the web ui22:56
beunosee if it's already available there22:56
duffydackits connected I just run the u1 tool...22:56
duffydackI have stuff set to sync, its connected and sync`d.22:57
=== lahwran is now known as PokemonAnnouncer
duffydackyup, its there via web22:57
=== PokemonAnnouncer is now known as lahwran
beunoduffydack, and syncdaemon is idle?22:58
duffydackyup.   ryhymbox still says queued.. and the gui tool says all fine...no song on my hd tho22:59
duffydackrhythmbox*22:59
* beuno summons mattgriffin 22:59
duffydackhttp://paste.ubuntu.com/483120/     see23:04
mattgriffinbeuno: what's up?23:10
mattgriffinduffydack: when you go to https://one.ubuntu.com/files do you see a folder called something like Purchased Music near the top?23:11
mattgriffinduffydack: i'll be right back23:14
duffydackyes23:16
duffydackthe song is there.23:16
duffydackbeen there a while.23:16
verterokduffydack: is the song in ~/.ubuntuone/Purchased\ from\ Ubuntu\ One/ ?23:17
duffydacknope23:18
verterokduffydack: looks like syncdaemon wasn't notified yet23:19
lahwranso when is pycon? I hear there will be a windows ubu one client written there23:19
verterokfwiw, syncdaemon == sync client23:19
duffydackRhythmbox still says queuing.  No files in that folder and its there on the web23:20
duffydackU1 is connected,  A ok23:20
verteroklahwran: there was a sprint in the last pycon23:23
lahwranLAST pycon?23:23
mattgriffinduffydack: i'm back23:24
duffydackI`m downloading the track from the U1 web23:25
verterokduffydack: what version of ubuntuone-client do you have installed? run: apt-cache policy ubuntuone-client23:27
verteroklahwran: yes23:27
duffydackverterok, latest23:28
duffydackwell, in lucid23:28
duffydackInstalled: 1.2.2-0ubuntu223:28
verterokok23:28
duffydackI got no issues using U1.23:28
duffydackjust the music side Ive never used before, till now23:28
verterokduffydack: I think it's just that the notitication never reached the client23:29
verterokduffydack: do you restarted the client since the song appeared in the web ui? (don't restart the client ;-))23:29
duffydackI never restart the client.23:30
verterokduffydack: ok, cool, try this: u1sdtool --refresh $HOME/.ubuntuone/Purchased\ from\ Ubuntu\ One/23:30
duffydackI set it once during setup and dont touch it again..23:30
lahwranverterok, ok, do you happen to have a linky?23:30
verteroklahwran: to the windows client?23:31
lahwranor do I have to go all the way to the button on my kicker to launch my webbrowser and google it?23:31
duffydacknow u1tool says working on metadata23:31
duffydackyeah, its coming down now23:31
duffydackshouldnt have to, but anyways.23:31
duffydackRhythmbox is saying the same now,23:32
verteroklahwran: it wasn't finished, but there is a branch somewhere with some refactor of the client in order start the windows specific bits, e.g: replace inotify with...something else(?)23:32
lahwran:( oh23:32
lahwranthat's rather boring23:32
verteroklahwran: but there are a few developers activly working on getting the windows client ready23:33
lahwranah good. who are they/do they post a timeframe?23:33
lahwranoh, and how painful would it be to use the ubuntu client on another POSIX OS?23:34
verteroklahwran: don't think there is a timeframe yet, let me see if I can find a wiki page or something23:34
verteroklahwran: if it supports inotify and dbus, it should be ok23:34
lahwran...which are not kernel level, so I could get them running on say mac os x or freebsd easy, right?23:35
verteroklahwran: for the case of OS X/BSD, it will require to have support fsevents, i think?23:35
verteroklahwran: the client will need to support that, which isn't there yet, but all contributions are more than welcome ;)23:35
lahwranis the client in C[++]?23:36
lahwranor maybe python?23:36
verteroklahwran: python23:36
lahwran:D YAY!23:36
lahwranthis means I can work on it easily, python is my strong point23:37
verteroklahwran: the windows port is being worked on by mandel and vds, they will know what's the current status better than I do23:37
verteroklahwran: also, they are working on this branch from pycon which split all the platform specific bits into separate modules, so it's easy to add platforma specific stuff, like fsevent support23:38
verterokduffydack: probably a server side issue, the client should get a notification of the new file23:46
verterokok, I'm off. later!23:47
* verterok waves23:47
duffydackciao23:47
duffydackthanks23:47

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