/srv/irclogs.ubuntu.com/2009/09/18/#ubuntuone.txt

aquariusCardinalFang, ping?12:51
aquariusthisfred, ping13:13
thisfredaquarius: pang13:13
thisfred?13:15
aquariuscurrently, CouchDatabase.get_records() explicitly excludes deleted records, which is good13:16
aquariusI don't have a way of getting records that *include* deleted ones, though13:16
aquariuscan you think of a good way of doing this?13:17
aquariusi.e., should I add a return_deleted_items=False to that function and have it create *two* views?13:17
thisfredaquarius: I'd prefer a new method with that explicitly in the name. Yes it's just syntax, but most people using the API won't care about deleted records, and prefer to think of them as deleted, so not having this extra kw arg makes the API cleaner IMO13:21
thisfredwe will have to create both views yes, unless we can think of a clever way to collate the two without suffering performance13:22
aquariusyeah, but I'm loath to create a whole new method, because that dignifies it. Deleted records are a hack. If we bake a method into the api then we have to support it until the end of time :(13:22
aquariusthe alternative is that I have some other way of detecting that there used to be a paired server record for a given cloud service, but it's since been removed, which i think CardinalFang was doing, but he's not here so I can't ask him :)13:23
tchernoboghallo, i'm a subscriber of the ubuntuone 10GB plan13:25
tchernobogis there a way to delete entire directories via web interface?13:25
aquariusoo, CardinalFang returns :)13:25
aquariustchernobog, at the moment there isn't, I don't think13:25
tchernobogwhoops13:26
tchernobogand then, how can i do that?13:26
=== aquarius changed the topic of #ubuntuone to: File Sharing for Ubuntu | https://ubuntuone.com | https://launchpad.net/ubuntuone | Current Beta Client Revno is 213, Protocol Revno is 71 | Release 0.95.0 (protocol) 0.95.1 (client)
aquariustchernobog, you can do it on your desktop13:26
tchernobogright, but the client seems to have some problems here on karmic13:26
tchernobogit doesn't always connect etc.13:26
aquariusI believe there's a new version coming out in the next few days which resolves the connection problems13:27
tchernobogi've removed the directory, the client says it's connected13:27
aquariusdobey will know :)13:27
tchernobogbut it doesn't delete the dir remotely13:27
tchernobogshould i open up a bug report for allowing to delete directories via web interface?13:27
aquariusyes please, if there isn't one already13:28
tchernobogalso renaming doesn't work, so i believe it's a missing functionality13:28
CardinalFangaquarius, I didn't have a use for records for service pairings after we're finished with them.  Only for peer hosts, we need to keep the record around so we know to update the far end not to point back to us.13:29
aquariusah, ok13:29
aquariusthe thing I'm trying to resolve is: when you start up ubuntuone-client-applet, it should add the u1 couch pairing13:30
aquariusbut if they've explicitly gone in and unpaired that because they don't want it, it should not be re-added!13:30
aquariushence me wanting to see if there is a record that's been deleted13:30
tchernobogyes there are many bugs about deleting from web13:30
aquariuscouchdatabase.get_records() helpfully doesn't show deleted records, though :)13:30
tchernobogfor anyone interested, the bug about deleting from web is 42880113:30
aquariustchernobog, there's a "this also affects me" there you can click13:31
tchernobogi've done it, just reporting for the record or anyone else affected13:31
aquariustchernobog, thanks!13:31
tchernobogaquarius: thanks to you!13:31
aquariusCardinalFang, another question: yesterday you said that I could call put_static_paired_service and not bother supplying any oauth data, because the replication daemon looks up the oauth data when it first starts up. But...I do need to supply that data. Can I supply it with lies?13:32
thisfredaquarius: if I unpair with u1, and change my mind, how do I pair again, if you hide the option?13:34
thisfredI would just always offer it if it's not paired...13:35
thisfredas inoffensively as possible, UI wise13:35
aquariusthisfred, ah, two different things. The pairing tool lets you explicitly say "pair with U1" or "unpair with U1 (if you're already paired)"13:35
aquariuswhat I'm doing is: when you start up client-applet, also pair desktopcouch with U1 without giving you the option13:35
CardinalFangaquarius, I saw put real data in there, and we should figure out what the replicator should do.13:36
thisfredaquarius: aha13:36
aquariusCardinalFang, ok13:36
thisfredsry13:36
aquariusthisfred, what I don't want to happen is: you start up client-applet, it pairs DC with U1, you think "I don't want that" and unpair DC with U1 using the pairing tool, then you start client-applet again and it re-pairs you :)13:37
thisfredaquarius: and how about going around the API there? Just doing an on the fly view for that one deleted record? (the db is likely to be minute)13:37
aquariuscan't do on-the-fly views, though13:37
aquarius_temp_view is going away13:37
=== teknico is now known as teknico_away
thisfredah ok, well, then adding a view _design/management/get_deleted_u1_pairing13:37
aquariusyeah, that's what I thought I'd need to do :)13:37
thisfredright13:38
thisfredI would object to putting any of the deleted stuff in the actual API, since version history is going to shake all that up13:38
thisfredand we don't want clients relying on stuff that's not gonna work the same anymore13:38
aquariusCardinalFang, if the replication daemon looks up the data anyway, is there any need for me to pass real data in? (getting hold of the real data is a bit of a pain, so I'd like to just pass in nulls if I can)13:49
CardinalFangaquarius, Well, let's decide.13:50
aquariusok13:51
CardinalFangaquarius, Where should it go?  We have only one service module.  Perhaps we're over-planning.13:51
CardinalFangIs it both likely that we will have other modules included and that one will have a weird auth idea?13:51
CardinalFang(Like 3-legged, perhaps)13:52
aquariusI don't think that's massively likely13:53
aquariusthere's also a separate, slightly unkind issue here, which is that if there's another service module written, it will almost by definition not be written by us. :)13:54
aquariushang on, I've confused myself here. The replication daemon can't look up the oauth data when it starts up, because...how does it get it?14:00
aquariusit has to authenticate to get that information14:00
aquariusso I must have to create the record with correct oauth keys in, no?14:01
CardinalFangaquarius, Yes.  It's the "desktopcouch-service".  That's where replication runs.  It does indeed try to get at the keyring.14:03
aquariusso desktopcouch-service reads the keyring to get the oauth keys for ubuntu one? it doesn't care what's actually written in the paired server record?14:04
CardinalFangaquarius, I think so.14:05
aquariusthen I shall pass in an oauth_data dictionary with { "consumer_key": "stored in keyring", ... } I think14:05
CardinalFangaquarius, Er, that's evil.14:06
aquariuswhat's your preferred non-evil solution? :)14:06
CardinalFangIs  None  legal?14:06
aquariusyou'd rather have null stored in the record than "stored in keyring"?14:06
CardinalFangthan a string with a description for some human to read?  Yes.14:07
aquariusthen we disagree :-)14:07
aquariusstoring a string makes the record sorta self-documenting14:07
aquariusstoring null makes people who see the record think: what's the point of storing nulls here? and then they have to rtfs to find out that we look in the keyring for that data14:08
CardinalFangaquarius, Just update the API for the function so it doesn't store anything.14:08
aquariusah. the reason I'd rather not do that is that it makes U1 paired-server records different from other paired-server records.14:08
CardinalFangI fail to see how you can be okay with passing in a nonsensical value, then.14:09
aquariusI'm not really OK with it; really, I think that the oauth data should actually be stored in the record. But this is complicated by how dc-replication is not the only user of that data, hence it being in the keyring14:10
CardinalFangaquarius, Okay, let's do the sensible thing, then.  I'll rip out the extra look-up of data from the keyring, which is terrible already, and you pass in valid oauth data.14:11
aquariushm, hang on, now I've thought that up, it's wrong14:12
aquariusbecause you *have* to hit the keyring, in case the oauth credentials have changed :(14:12
aquariusdamn14:12
aquariusso much for my argument14:13
aquariusso, you need to hit the keyring for it.14:13
CardinalFangThen we have to change what the record structure.14:13
aquariusso you want u1 paired-server records to not contain oauth_data at all, yes?14:13
CardinalFangYes.  I want oauth items to be optional.14:14
aquariusOK.14:14
aquariusright, done that, pushing branch now14:19
aquariusand submitted for revierw14:20
urbanapegood lord, how hard can this be?14:21
* urbanape rages (but just a little)14:22
aquariusurbanape, finding out which profile is currently running?14:22
CardinalFangurbanape, You know you're going to find out it's a simple whoami() or something, right?14:25
aquariusCardinalFang, am I right in thinking that desktopcouch-tools will be installed by default?14:26
CardinalFangaquarius, no.  It's likely it will not.  That's why you're making u1 replication default.  No additional install for user to make all of Ubuntu One work.14:28
aquariusoh14:28
aquariusso, then, I can't call couchdb_io.py14:28
aquariusbecause they won't have it14:28
aquariusI have to duplicate the functionality of it/14:28
aquarius?14:28
aquariusthat's a bit rubbish.14:28
CardinalFangEr, I think it should be in there.  That shouldn't be desktopcouch-tools .14:29
aquariusso what is in desktopcouch-tools then?14:30
aquariusbin/desktopcouch-pair is, afaik -- but all the pairing tools' *libraries* are in desktopcouch?14:30
aquariusi don't know how to work out an answer to this question, because all the packaging stuff doesn't live in the source tree, it lives elsewhere14:31
CardinalFangI will have to find out.  This is worrying.14:31
CardinalFangIt's in a different project.14:31
urbanapeaquarius, CardinalFang, yes.14:47
urbanapeI added a comment here: https://code.launchpad.net/~urbanape/bindwood/handle-all-profiles/+merge/1189114:47
urbanapethe only reliable way to make this work (as it's currently coded) is to use the profile manager exclusively.14:47
jblounturbanape: Have you seen any of those weird interface pauses since reverting your laptop?14:56
joshuahooverdobey: are there different emblems for files in different sync states? (completely synced, actively synced, etc.) i've only seen the one with the clouds and the up arrow and it appears to stay on the file permanently once it's synced14:57
CardinalFangKarmic just ate my machine.  Some kind of interface problem.14:57
dobeyjoshuahoover: there's upload and download currently14:58
joshuahooverdobey: have you seen it where the upload stays there after syncing?14:58
dobeyjoshuahoover: not personally, but i think the branch i did yesterday fixes the problem14:59
dobeyjoshuahoover: i found a typo in the code that might cause that14:59
joshuahooverdobey: ah, got ya14:59
urbanapejblount: nope15:02
jblounturbanape: What happens next week when both our machines blow up? ;)15:04
jblountMEETING BEGINS15:05
jblountme15:05
rodrigo_me15:05
vdsme15:05
aquariusme15:05
CardinalFangme15:05
dobeyme15:06
jblountDONE: Fixing dev envrionment15:06
jblountTODO: Finish fixing, review, packing for London next week15:06
jblountBLOCKED: Nope15:06
* jblount high-fives rodrigo_ 15:06
rodrigo_• DONE: Submitted new tomboy fixes branch. Submitted package with patch to create an U1 addressbook in evo-couchdb by default. Submitted branch for IM addresses manipulation in couchdb-glib15:06
rodrigo_• TODO: Start upstream discussion for adding social services accounts config to about-me. Talk to Ara about writing mago tests for evo-couchdb. Propose couchdb-glib/evo-couchdb for GNOME 2.29. Store UUIDs for postal addresses. Conflict resolver tool in pair tool. Look at becoming a MOTU (https://wiki.ubuntu.com/UbuntuDevelopers). openSUSE/Fedora packaging with aquarius. Notes web UI.15:06
rodrigo_• BLOCKED: no15:06
rodrigo_vai vds15:06
vdsDONE:still investigating quota and replication on couchdb, fixed development machine in troubles after last karmic update15:07
vdsTODO: continue to investigate, on call review15:07
vdsBLOCKED:15:07
vdsaquarius: all yours15:07
aquarius⚀ DONE:  tiny branch to fix problem in desktopcouch-pair; allow cloud paired-server records to not contain oauth data15:07
aquarius⚁ TODO:  fix UnknownLoginError and make it be known (bug #376087); make starting up filesharing also add desktopcouch pairing (bug #430782)15:07
aquarius⚂ BLOCKED:15:07
aquarius⚃ BUG COUNT:https://bugs.edge.launchpad.net/~sil/+assignedbugs?field.tag=ubuntuone-karmic - 215:07
aquariusCardinalFang: you are hereby charged with committing heresy against the Holy Church15:07
ubottuLaunchpad bug 376087 in ubuntuone-client "UnknownLoginError during request for OAuth token" [High,Triaged] https://launchpad.net/bugs/37608715:07
ubottuLaunchpad bug 430782 in ubuntuone-client "First signup for Ubuntu One file sharing should also set up desktop couch pairing" [Undecided,New] https://launchpad.net/bugs/43078215:07
dobey(ze bots are why i don't put 'bug' in front of the numbers)15:07
CardinalFangDONE: packaging work.  some work on compacting and replication15:07
CardinalFangTODO: fix same-file error in couchdb{,-bin}.  Dependency problem, maybe?15:07
CardinalFangBLOCKED: Broken machine.15:07
aquariusdobey, clever.15:08
CardinalFangdobey, too clever!  Your turn.15:08
dobey☺ DONE: Bug triage, #429482, Started #38101215:08
dobey☹ TODO: Reviews, Finish #381012, #37489015:08
dobey☹ BLCK: None.15:08
urbanapeme15:08
urbanapewoops15:09
aquariusdobey, flaw with your way is: I have no idea what you're working on ;)15:09
CardinalFangWoo!  Maybe my machine works now.15:09
dobeyaquarius: you have to open the bugs either way15:10
urbanapeDONE: Tried to wrangle some info out of Firefox devs about profiles15:10
urbanapeTODO: One last Bindwood branch that will use timestamps to further reduce the amount of network traffic and work when pulling bookmarks.15:10
urbanapeBLOCK: None15:10
dobeyaquarius: a lot of times the summary isn't particularly useful anyway :)15:10
aquariusurbanape, are you putting ?since on the URLs?15:10
aquariusdobey, good point. :)15:10
urbanapeaquarius, not that I know of15:10
aquariusurbanape, ah, I thought that's what you meant by timestamps :)15:10
urbanapeI was thinking along the lines of "get boomarks that are newer than <last time I polled>"15:11
urbanapeuntil we actually have the changes feed working15:11
aquarius_changes does work, doesn't it?15:11
urbanapeas it stands, we still iterate over all bookmarks.15:11
urbanape*shrug*?15:11
aquariusit had better do ;)15:12
urbanapedocumentation somewhere?15:12
aquariushttp://jchrisa.net/drl/_design/sofa/_show/post/Simple-Wins15:14
aquariushas some stuff about it15:14
* aquarius is still unskypeable :(15:16
aquariusoops15:16
dobeyCardinalFang, kenvandine: where exactly /is/ the src pkg branch for desktopcouch?15:37
kenvandinei don't know for sure... it is the new fangled source package branch stuff15:38
kenvandinelp:ubuntu/desktopcouch15:38
kenvandineor something15:38
kenvandineas well use under the control tower as desktopcouch/spb15:38
kenvandinesomething like that15:38
dobeyah ok15:39
dobeykenvandine: i guess you need to propose your branch for merging into lp:~ubuntuone-control-tower/ubuntu/karmic/desktopcouch/spb then, rather than lp:desktopcouch15:39
dobeythough i've no idea why it is stacked on lp:desktopcouch in the first place15:40
kenvandinei guess... i don't really know :)15:40
kenvandinewell15:40
kenvandinei pulled from lp:~ubuntuone-control-tower/ubuntu/karmic/desktopcouch/spb th15:40
dobeyweird15:40
kenvandineand it got me lp:desktopcouch15:40
kenvandineand when i proposed it... i put in lp:~ubuntuone-control-tower/ubuntu/karmic/desktopcouch/spb15:41
dobeylp:desktopcouch doesn't have a debian/ dir... or any of the revisions in your branch :)15:41
kenvandineand LP converted it15:41
kenvandineso freaking weird15:41
dobeykenvandine: you just typed it, or you also clicked the radio button?15:41
kenvandineanyway... statik already handled it15:41
kenvandinetyped it15:41
kenvandinecopy/paste15:41
kenvandineand hit search15:41
dobeyah you probaably had the default radio button selected still15:41
kenvandineyou can just obsolete that merge proposal15:41
kenvandinenope15:41
dobeywell i rejected it15:41
kenvandinei did it twice... cause it confused me15:42
dobeyweird15:42
kenvandineand it kept converting it15:42
kenvandineso i assume LP was smarter than me :)15:42
dobeythat sounds like a pretty serious lp bug15:42
urbanapefinally tracked down the right guy to get the right answer15:49
aquariusnice! and the answer is...?15:50
dobey4215:50
aquariuscall the undocumented function whichSoddingProfileAmI()15:51
urbanape*sigh*, no.15:57
urbanapebest they can offer me is the profile directory.15:57
urbanapewhich is pretty much guaranteed to be different across different machines, even with the same "name"15:57
urbanapeiX945de.default15:58
urbanapef'rex.15:58
urbanapethe reasoning is thus: Profile Manager is likely to go away in the future, don't put too much stock in it, and besides, there's always the degenerate case of users who just use a random directory as a profile.15:58
urbanapewithout a name.15:58
CardinalFangdobey,  lp:ubuntu/desktopcouch16:00
dobeyi'm guessing you mean lp:ubuntu/karmic/desktopcouch/trunk (which is what i think it actually is for 'official' ubuntu source package branches, no?)16:02
dobeybut it looks like we have one separate from that which we maintain16:02
dobeyotherwise i don't think kenvandine would have bothered with the merge proposal16:03
aquariusOK, off to pick up my daughter. Back in a few hours16:37
joshuahooverdobey: on the blurry icon, i was thinking of the notification icon...my bad16:58
* CardinalFang thrashes grub.16:59
dobeyjoshuahoover: no worries. i already fixed the notification icon issue17:17
urbanapedobey or CardinalFang or Chipaca: can I get one of you to merge lp:~urbanape/bindwood/complete-sync to lp:bindwood via tarmac?17:20
dobeydoes bindwood have some neat testing thing i need to run?17:21
urbanapenopers.17:21
dobeyurbanape: you need to set the commit message17:22
urbanapeoh, right17:22
dobeycrikey17:24
urbanapedone17:24
dobeythat's a commit novel17:25
dobeynot into the whole brevity thing?17:26
CardinalFang"el duderino"17:26
urbanapeI changed it17:36
urbanaperesubmitting deleted-view17:38
urbanapeand I'm going to yank the other two until this one lands.17:46
urbanapeno sense in propagating these big dumb diffs.17:47
CardinalFangWow, booting a degraded MD raid could use some work.18:39
urbanapewoohoo18:44
urbanapeOkay, I'm done mucking with this branch now. Anyone who wants to test some new Bindwood behavior, please lemme know.18:59
benoitcmmm I'm curious about the failover system used by ubuntuone for couchdb19:20
benoitcdo uyou use nly relication ?19:20
Chipaca__ooohh, we have a failover system?19:24
benoitcdunno :)19:26
benoitcI supposed ubunone had one19:26
urbanape@reviewers20:29
* BlackFate away21:01
malapetsaschi I need a help to ad my computer in ubuntu one cliend the applet dont work and the client cant conect22:19
_marx_malapetsasc: jaunty?22:20
malapetsascI have run all the upgrade for carmic22:21
_marx_hum well adding machines has worked for me w/jaunty and karmic but there are sync probs22:22
malapetsascthe problemme is that cant ab my computer22:22
malapetsascjast run the client and nothing els22:23
_marx_can you find the client version? or i should say do you know how to find the client version22:25
malapetsascno i dont know how22:26
_marx_ok, "apt-cache show ubuntuone-client" is one way22:26
malapetsascPackage: ubuntuone-client22:27
malapetsascSource: ubuntuone-client22:27
malapetsascPriority: optional22:27
malapetsascSection: net22:27
malapetsascInstalled-Size: 46022:27
malapetsascMaintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>22:27
malapetsascArchitecture: all22:27
malapetsascVersion: 0.95.0+r213-0ubuntu1~ppa2~jaunty22:27
malapetsascReplaces: nautilus-ubuntuone, ubuntuone-oauth-login, ubuntuone-storagefs22:27
malapetsascDepends: python-ubuntuone-client (= 0.95.0+r213-0ubuntu1~ppa2~jaunty), python-configglue, python-apport22:27
malapetsascConflicts: nautilus-ubuntuone, ubuntuone-oauth-login, ubuntuone-storagefs22:27
malapetsascFilename: pool/main/u/ubuntuone-client/ubuntuone-client_0.95.0+r213-0ubuntu1~ppa2~jaunty_all.deb22:28
malapetsascSize: 3594422:28
malapetsascMD5sum: d4001baf9e12801aa07b21d24ae20a5f22:28
malapetsascSHA1: e8f3577dd5c9059ef6bc17526ef6b1339a66927022:28
malapetsascDescription: Ubuntu One client22:28
malapetsasc Ubuntu One is a suite of on-line services. This package contains the22:28
malapetsasc synchronization daemon for the Ubuntu One file sharing service.22:28
_marx_well too much information, only the version line was needed, you are out of date...22:29
_marx_so do an update and dist-upgrade22:29
_marx_need the commands?22:29
malapetsascyes if you can22:30
_marx_sudo apt-get update && sudo apt-get dist-upgrade22:30
* _marx_ version is now 0.95.122:32
_marx_upgraded moments ago22:32
malapetsascthanks i will try with this22:32
malapetsascsudo apt-get -d22:34
malapetsascdont make  upgrage22:34
malapetsasci try to foung the new version in .deb22:35
malapetsascthanks anyway for your time22:36
dobeymalapetsasc: do you have an ~/.cache/ubuntuone/log/oauth-login.log?22:37
malapetsascgedit ~/.cache/ubuntuone/log/oauth-login.log?is empty22:42
dobeymalapetsasc: get rid of the question mark on the end :)22:43
_marx_well apt-get -d doesn't do anything22:45
_marx_Version: 0.95.0+r213-0ubuntu1~ppa2~jaunty and that's a jaunty version22:47
malapetsascI have reinstall the pakage ubuntuone-client-gnome_0.95.1-0ubuntu1_i386.deb22:47
malapetsascbut the same probleme22:47
dobeymalapetsasc: i need to know what's in your ~/.cache/ubuntuone/log/oauth-login.log to be able to tell you anything useful :)22:48
malapetsasc2009-09-18 23:38:19,250:250.381946564 UbuntuOne.OAuthDesktop.main Creating a LoginProcessor22:50
malapetsasc2009-09-18 23:38:19,252:252.716064453 UbuntuOne.OAuthDesktop.main Hooking libnotify22:50
malapetsasc2009-09-18 23:38:19,255:255.583047867 UbuntuOne.OAuthDesktop.main Getting configuration22:50
malapetsasc2009-09-18 23:38:19,269:269.762992859 UbuntuOne.OAuthDesktop.main Login D-Bus service starting up22:50
malapetsasc2009-09-18 23:38:19,270:270.42889595 UbuntuOne.Client.Applet Starting Ubuntu One client version 0.95.122:50
malapetsasc2009-09-18 23:38:20,144:144.663095474 UbuntuOne.OAuthDesktop.main maybe_login() D-Bus message received with realm='https://ubuntuone.com', consumer_key='ubuntuone'22:50
malapetsasc2009-09-18 23:38:20,144:144.906044006 UbuntuOne.OAuthDesktop.main Initiating OAuth login in LoginProcessor22:50
malapetsasc2009-09-18 23:38:20,145:145.028114319 UbuntuOne.OAuthDesktop.main Obtaining OAuth urls22:50
malapetsasc2009-09-18 23:38:20,145:145.140886307 UbuntuOne.OAuthDesktop.main Fetching config URLs for realm='https://ubuntuone.com'22:50
malapetsasc2009-09-18 23:38:20,145:145.335912704 UbuntuOne.OAuthDesktop.main Realm 'https://ubuntuone.com' is not in config22:50
malapetsasc2009-09-18 23:38:20,145:145.623922348 UbuntuOne.OAuthDesktop.main OAuth URLs are: request='https://ubuntuone.com/oauth/request/', userauth='https://ubuntuone.com/oauth/authorize/', access='https://ubuntuone.com/oauth/access/', secret='hammertime'22:50
malapetsasc2009-09-18 23:38:20,496:496.006965637 UbuntuOne.OAuthDesktop.auth auth.AuthorisationClient created with parameters realm='https://ubuntuone.com', request_token_url='https://ubuntuone.com/oauth/request/', user_authorisation_url='https://ubuntuone.com/oauth/authorize/',access_token_url='https://ubuntuone.com/oauth/access/', consumer_key='ubuntuone', callback_parent='<bound method LoginProcessor.got_token of <ubuntuone.oauthdesktop.main.LoginProcess22:50
malapetsascor instance at 0xa5e354c>>'22:50
malapetsasc2009-09-18 23:38:20,496:496.146917343 UbuntuOne.OAuthDesktop.main Calling auth.client.ensure_access_token in thread22:50
malapetsasc2009-09-18 23:38:20,504:504.049062729 UbuntuOne.OAuthDesktop.auth Trying to fetch the token from the keyring22:50
malapetsasc2009-09-18 23:38:20,537:537.916898727 Ubu22:50
dobeyeep22:51
dobeypastebin.ubuntu.com is your friend :)22:51
dobeymalapetsasc: please pastebin it22:52
malapetsascI have jast a month with ubuntu and linux22:52
malapetsascthen I dont know much from all this22:53
dobeymalapetsasc: go to http://pastebin.ubuntu.com/ and paste the contents of the file in the text area there, and click "Paste!"22:53
dobeymalapetsasc: then it should give you a new URL, and you can copy/paste just that url in the channel22:54
dobeyso you won't flood the channel with the log file info :)22:54
malapetsascok sorry i dont know that22:55
malapetsaschttp://pastebin.ubuntu.com/273803/22:57
malapetsascis it rightnow??22:58
dobeythanks23:01
dobeyit looks like your browser configuration is wrong23:02
dobeyi don't know greek though23:02
dobeyΣφάλμα εμφάνισης  url: Αποτυχία εκτέλεσης θυγατρικής διεργασίας "/home/christos/Επιφάνεια" (No such file or directory)23:02
dobeythat is your problem :)23:02
dobeymalapetsasc: you didn't get an error dialog with that?23:02
joshuahooverdobey: that's one of the few languages you don't read/speak, right? ;)23:03
dobeycurrently, yes :)23:03
* _marx_ has long ago forgotten his new testement greek23:04
malapetsascthe write  that can found  mh desktop23:04
dobeymalapetsasc: right23:04
dobeymalapetsasc: if you run gnome-default-applications-properties what does it say for your "Web Browser" being set to?23:05
_marx_dobey: his client version isn't current23:06
dobey_marx_: eh?23:06
dobey_marx_: looks new enough to me23:07
dobey_marx_: the problem is that his browser is defined to be something in his home directory, which doesn't exist23:07
malapetsascok I have fix it and work23:09
_marx_well maybe i'm behind23:09
malapetsascin gnome aplication properties I have put firefox by default browsser23:10
malapetsascnow its open the page and workig as well23:11
_marx_oofta, no his version is the same I have on jaunty23:12
_marx_but not karmic23:12
malapetsascthanks gays23:12
* _marx_ rolls on the floor23:13
dobeysure malapetsasc23:16
dobeyglad it's working for you :)23:16
malapetsasc dobey you know greek??23:18
malapetsascnice to meet you... have a nice day buy :-))23:23

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