=== thumper is now known as thumper-afk === PHNix is now known as AKZen === thumper-afk is now known as thumper === mmrazik is now known as mmrazik|crappy_i === mmrazik|crappy_i is now known as mmrazik === yofel_ is now known as yofel === mmrazik_ is now known as mmrazik === mmrazik is now known as mmrazik|afk === wedgwood_away is now known as wedgwood [14:05] using bzr 2.5.1 when doing $bzr pull lp:postorius. Getting this error : ssh: connect to host bazaar.launchpad.net port 22: Connection refused ConnectionReset reading response for 'get', retrying ssh: connect to host bazaar.launchpad.net port 22: Connection refused bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persis [14:05] I'm using http proxy. [14:06] mahendra: not over ssh you're not [14:07] `bzr pull http://launchpad.net/postorius` will work for fetching the code only [14:07] http proxies do not tunnel ssh by default [14:08] if you have a launchpad login set, bzr uses ssh so you can have write access to branches [14:09] solved. Thanks a lot martin. [14:09] you can use the --remember flag to pull in that branch if you're always behind that proxy and only ever need read only access [15:33] getting stuck during push using command : $bzr push https://launchpad.net/~mahendra007-s/postorius/inline-help-improve/ .it gives error in between bzr: ERROR: Transport operation not possible: http does not support mkdir() [15:34] mahendra: you can't push over HTTP, you will need to use SSH for that === mmrazik|afk is now known as mmrazik [15:36] mahendra: this is what I was talking about with read only vs write access earlier [15:37] okay but i get same error connection refused when usiong ssh. [15:38] mahendra: your computer has trouble connecting to Launchpad using SSH; if you're using a proxy for HTTP then you might have to setup one for SSH too [15:38] ideally you need your network admins to permit you ssh, otherwise you need some tunnelling magc [15:42] then how to configure ssh proxy server:port? [15:44] mahendra: eg, read the various answers on https://stackoverflow.com/questions/181341 [15:44] proxytunnel or corkscrew should work for you [15:46] thats fine. But i just came to know that there is different socks proxy server which allows ssh connection from our institute. so i there any way to configure it with bzr like specifying in bazaar.conf or anything else? [15:47] yes, you can do that. [15:47] generally you just put the details in your .ssh/config [15:47] but read whatever documentation your institute has on using ssh and follow that [15:47] bzr just uses ssh, whatever works for ssh will work for bzr [16:10] mahendra: debug ssh connection issues by doing `ssh -vv bazaar.launchpad.net` [16:11] OpenSSH_5.3p1 Debian-3ubuntu3, OpenSSL 0.9.8k 25 Mar 2009 debug1: Reading configuration data /home/mahendra/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug2: ssh_connect: needpriv 0 ssh: Could not resolve hostname bazaar.launchapd.net: Name or service not known [16:11] will give you a big log and say roughly where it fails (this is assuming you have your launchpad username as User in ~/.ssh/config) [16:12] you tyoped the domain :) [16:17] OpenSSH_5.3p1 Debian-3ubuntu3, OpenSSL 0.9.8k 25 Mar 2009 debug1: Reading configuration data /home/mahendra/.ssh/config debug1: Applying options for bazaar.launchpad.net debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Executing proxy command: exec /usr/local/bin/corkscrew 10.3.100.209 8080 bazaar.launchpad.net 22 debug1: identity file /home/mahendra/.ssh/id_ [16:17] !pastebin [16:17] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [16:17] http://paste.ubuntu.com/5634489/ [16:18] after 20-30 seconds it shows ssh_exchange_identification: Connection closed by remote host [16:20] is that the host/port for the http proxy or https proxy? [16:21] you can try running the corkscrew line in the terminal to see if it givs you more details [16:21] ie, just `/usr/local/bin/corkscrew 10.3.100.209 8080 bazaar.launchpad.net 22` [16:21] ah... and there's no user details [16:21] yes thats a http proxy host/port [16:21] you probably wanttry the https one [16:22] i thinks it allows both [16:22] it should, but one may work where the other does not [16:27] running corkscrew doesn't show anything. [16:28] did swapping in the https proxy in .ssh/config change the ssh debug output at all? [16:29] no [16:29] really you just need to bug your own network admins to help you get set up here, this is all just down to getting a working ssh connection out [16:29] do they have a support desk you can drop into for help? [16:30] no but i will try to get support from other devs if they know about this issue. [18:00] mgz: is this problem is also happening with my system http://ubuntuforums.org/showthread.php?t=1905581 [18:01] mahendra: again, debug ssh issues with `ssh -vv bazaar.launchpad.net` [18:02] you should only get publickey denied if you're actually connecting though, so that's progress [18:04] mgz: it still gives same thing http://paste.ubuntu.com/5634787/ === deryck is now known as deryck[lunch] === mmrazik is now known as mmrazik|afk === mmrazik|afk is now known as mmrazik [19:48] i am trying to branch a pretty large project (mysql-server/5.5) from launchpad on a spotty internet connection... occasionally bzr stalls. there doesn't seem to be any way to resume. i seem to have to manually remove the local branch and start over. am i missing something here? is there some trick to get this to work? === deryck[lunch] is now known as deryck [20:53] pretty sure you can resume if you branch into a shared repository === SamB_ is now known as SamB === thumper is now known as thumper-lunch