[19:16] Hey [19:18] Am I the only one who gets a 503, Service Unavailable on staging.launchpad.net/+request-token ? [19:21] cperrin88: nope [19:21] I can not access staging.launchpad.net [19:21] at all [19:22] is it down? [19:22] cperrin88: no idea. the error message says that you can check that on #launchpad [19:36] which is pretty much a lie outside UK office hours [19:42] maxb: :) [19:59] hello [20:00] I installed launchpad using the instructions on the wiki but I am unable to push to bazaar [20:00] I keep getting Connection Refused errors [20:38] ofirk: have you done „make run_codehosting” [20:38] ? [20:38] https://dev.launchpad.net/Code/HowToUseCodehostingLocally [20:39] no, I did make run_all though [20:46] ofirk: have you loaded an ssh key into the local launchpad? [20:46] ofirk: the utilities/make-lp-user does this [21:01] thumper: I did, and I remember that the output said the key was loaded [21:02] I just get 503 error when trying to connect via bzr [21:32] I followed the instructions on https://dev.launchpad.net/Code/HowToUseCodehostingLocally and I got http://paste.ubuntu.com/434549/ [21:34] I know that it means push can only be done via ssh [21:34] When I run bzr launchpad-login ofir it says that the username ofir is not registered [21:44] I registered my lp username with the bzr and now I get: [21:44] ssh: connect to host bazaar.launchpad.dev port 22: Connection refused [21:44] Do I need to install openssh-server? [21:45] ofirk: No; you need your SSH key on LP. [21:45] ofirk: the launchpad login needs to match your local created account [21:45] what I do is use make-lp-user script with my public LP name [21:46] so the launchpad login is the same [21:46] I did so [21:46] not according to your pastebin above [21:46] it is saying you haven't done a launchpad login [21:46] so lp://dev/ is getting resolved to http://bazaar.launchpad.dev [21:46] and that is why it is getting the mkdir error over http [21:47] * thumper dropping kids at school [21:47] I done all the instructions again and know I have a username which is similar to my LP account [21:48] ofirk: have you defined „bzr whoami” ? [21:49] no, what does it suppose to say? [21:50] I changed it to my LP account [21:50] but I still get the connection refused error [21:50] http://paste.ubuntu.com/434555/ [21:51] does „bzr launchpad-login” returns your LP account? [21:51] it returns klinger-ofir which is my LP username [21:52] maybe I need to connect from other port? [21:55] the port should be 5022 [21:58] ofirk: did you go 'make-lp-user klinger-ofir' ? [21:58] * thumper relocates [21:58] thumper: yes [21:59] I can login to the account via launchpad.dev [22:02] ofirk: I am not sure why you got the „port 22” error [22:03] can I browse the branch through http://bazaar.launchpad.dev ? [22:04] I mean, using a browser [22:04] ofirk: you should have the SSH server on 5022 http://paste.ubuntu.com/434567/ [22:06] adiroiban: I see exactly that [22:07] and you still get the „port 22” error? [22:08] ofirk: ah... not I get the same error [22:08] adiroiban: I get the same error... [22:09] it looks like bazaar.launchpad.dev should be started on 127.0.0.99 [22:13] ofirk: you can start your own ssh server [22:14] adiroiban: can you give me instructions? [22:18] ofirk: nope... there should be a better way for starting the LP sftp server [22:18] for bazaar.lp.dev [22:19] adiroiban: if the ssh server is running on port 5022, shouldn't bzr also connect through that port? [22:22] ofirk: I don't know the exact architecture of LP components and what is the purpose of that SSH server on 127.0.0.88:5022 [22:22] bazaar.launchpad.dev should be on 127.0.0.99 [22:23] ofirk: I think it is better to ask on the mailing list [22:23] or durring working hours [22:23] ok, thanks I will try there or in another time