/srv/irclogs.ubuntu.com/2013/03/21/#bzr.txt

=== 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
mahendrausing 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 persis14:05
mahendraI'm using http proxy.14:05
mgzmahendra: not over ssh you're not14:06
mgz`bzr pull http://launchpad.net/postorius` will work for fetching the code only14:07
mgzhttp proxies do not tunnel ssh by default14:07
mgzif you have a launchpad login set, bzr uses ssh so you can have write access to branches14:08
mahendrasolved. Thanks a lot martin.14:09
mgzyou can use the --remember flag to pull in that branch if you're always behind that proxy and only ever need read only access14:09
mahendragetting 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:33
jelmermahendra: you can't push over HTTP, you will need to use SSH for that15:34
=== mmrazik|afk is now known as mmrazik
mgzmahendra: this is what I was talking about with read only vs write access earlier15:36
mahendraokay but i get same error connection refused when usiong ssh.15:37
jelmermahendra: 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 too15:38
mgzideally you need your network admins to permit you ssh, otherwise you need some tunnelling magc15:38
mahendrathen how to configure ssh proxy server:port?15:42
mgzmahendra: eg, read the various answers on https://stackoverflow.com/questions/18134115:44
mgzproxytunnel or corkscrew should work for you15:44
mahendrathats 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:46
mgzyes, you can do that.15:47
mgzgenerally you just put the details in your .ssh/config15:47
mgzbut read whatever documentation your institute has on using ssh and follow that15:47
mgzbzr just uses ssh, whatever works for ssh will work for bzr15:47
mgzmahendra: debug ssh connection issues by doing `ssh -vv bazaar.launchpad.net`16:10
mahendraOpenSSH_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 known16:11
mgzwill 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:11
mgzyou tyoped the domain :)16:12
mahendraOpenSSH_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
mgz!pastebin16:17
ubot5For 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
mahendrahttp://paste.ubuntu.com/5634489/16:17
mahendraafter 20-30 seconds it shows ssh_exchange_identification: Connection closed by remote host16:18
mgzis that the host/port for the http proxy or https proxy?16:20
mgzyou can try running the corkscrew line in the terminal to see if it givs you more details16:21
mgzie, just `/usr/local/bin/corkscrew 10.3.100.209 8080 bazaar.launchpad.net 22`16:21
mgzah... and there's no user details16:21
mahendrayes thats a http proxy host/port16:21
mgzyou probably wanttry the https one16:21
mahendrai thinks it allows both16:22
mgzit should, but one may work where the other does not16:22
mahendrarunning corkscrew doesn't show anything.16:27
mgzdid swapping in the https proxy in .ssh/config change the ssh debug output at all?16:28
mahendrano16:29
mgzreally 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 out16:29
mgzdo they have a support desk you can drop into for help?16:29
mahendrano but i will try to get support from other devs if they know about this issue.16:30
mahendramgz: is this problem is also happening with my system http://ubuntuforums.org/showthread.php?t=190558118:00
mgzmahendra: again, debug ssh issues with `ssh -vv bazaar.launchpad.net`18:01
mgzyou should only get publickey denied if you're actually connecting though, so that's progress18:02
mahendramgz: it still gives same thing http://paste.ubuntu.com/5634787/18:04
=== deryck is now known as deryck[lunch]
=== mmrazik is now known as mmrazik|afk
=== mmrazik|afk is now known as mmrazik
kolbei 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?19:48
=== deryck[lunch] is now known as deryck
bob2pretty sure you can resume if you branch into a shared repository20:53
=== SamB_ is now known as SamB
=== thumper is now known as thumper-lunch

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