=== mthaddon` is now known as mthaddon [07:58] morning all! [08:58] anyone got an idea about this error: [08:58] $ bzr branch lp:percona-server/5.6 /home/jenkins/workspace/percona-server-5.6-trunk [08:58] You have not informed bzr of your Launchpad ID, and you must do this to [08:58] write to Launchpad or access private data. See "bzr help launchpad-login". [08:58] bzr: ERROR: http://bazaar.launchpad.net/~percona-core/percona-server/5.6/.bzr/repository/packs/a1849bf089d97de2c75cd97f17f4998e.pack is redirected to https://launchpad.net [08:58] * stewart will ask on #launchpad too [09:02] will answer there === yofel_ is now known as yofel [11:32] Hi, When I execute `bzr branch lp:ubuntu/precise/totem`, it returns "bzr: ERROR: Revision {package-import@ubuntu.com-20120109161939-wfwd46cy3ytl1qq3} not present in "Graph(StackedParentsProvider(bzrlib.repository._LazyListJoin(([CachingParentsProvider(None)], []))))".". [11:34] hi FourDollars [11:35] FourDollars, this is a known issue [11:36] jelmer: And ... ? [11:36] FourDollars, the easiest way to work around it is to disable the up-to-date-ness checker [11:37] jelmer: Could you teach me how to do that? [11:40] mgz: Hi [11:40] mgz: Any idea? [11:43] FourDollars, set launchpad.packaging_verbosity=off [11:44] what's the bug jelmer, so he can +affectsmetoo it? [11:45] mgz: no idea; I know there is an open report about this, but launchpad's search isn't very helpful [11:46] jelmer: mgz: Is it one? https://bugs.launchpad.net/bzr/+bug/888615 [11:46] Ubuntu bug 888615 in Bazaar "UDD branch freshness checker breaks on incomplete history" [High,Confirmed] [11:47] FourDollars, yep [11:47] FourDollars: that looks like it [11:47] I have set it also affects me long time a ago. >_< [11:50] Thanks, guys. [11:50] My problem is solved. [11:52] No, there is still some problem. [11:54] The latest version on lp:ubuntu/precise/totem is 3.3.4-0ubuntu1~precise1, not 3.0.1-0ubuntu12 on precise. [11:55] Wait... The version on precise is 3.0.1-0ubuntu21. What the hell? [11:56] jelmer: mgz: Do you know how to get the correct totem version on precise? [12:04] FourDollars: it's possible the import is not in a good state [12:05] mgz: How can it be fixed? [12:06] mgz: I need to work on lp:ubuntu/precise/totem . [12:10] can I do the equivalent of git commit --amend, i.e. uncommit + commit modified change, but without having to retype my commit message? [12:10] jelmer: what are the conditions for checking for new revs in older branches, with verbosity off? [12:11] otherwise it's like: [12:11] 350.341 not checking bzr+ssh://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/totem/precise/ because verbosity is turned [12:11] off [12:11] 350.393 not checking bzr+ssh://bazaar.launchpad.net/~ubuntu-branches/ubuntu/quantal/totem/quantal/ because verbosity is turned [12:11] off [12:11] 352.581 ubuntu precise is imported and so not checking for other publications from there. [12:14] mgedmin: not in standard bzr, there might be something in a plugin (though I'm not aware of such a thing) [12:22] mgz: it should skip checking in older branches too if verbosity is off === cody-somerville_ is now known as cody-somerville === cody-somerville_ is now known as cody-somerville [15:22] "Commit message was not edited, use anyway?" keeps annoying me === jlf` is now known as jlf === zyga is now known as zyga-afk === thomi_ is now known as thomi === zyga-afk is now known as zyga === jelmer is now known as Guest73241 === dpb_ is now known as Guest92976 === jpds is now known as Guest81255 [21:38] Hi, I am trying to do a bzr push, and I am wondering if I am not getting bzr to recognize my ssh keys. I have bzr launchpad-login marco-parillo, which is my launchpad id. [21:38] And I do have a ssh key set in launchpad. [21:41] mparillo, you can probably debug by manually trying to sftp to bazaar.launchpad.net [21:41] with -v [21:43] Ahh, maybe I need to move my key to the .ssh directory? [21:43] sftp -v bazaar.launchpad.net [21:43] OpenSSH_6.0p1 Debian-2ubuntu1, OpenSSL 1.0.1c 10 May 2012 [21:43] debug1: Reading configuration data /etc/ssh/ssh_config [21:43] debug1: /etc/ssh/ssh_config line 19: Applying options for * [21:43] debug1: Connecting to bazaar.launchpad.net [91.189.95.84] port 22. [21:43] debug1: Connection established. [21:44] debug1: identity file /home/mparillo/.ssh/id_rsa type -1 [21:44] debug1: identity file /home/mparillo/.ssh/id_rsa-cert type -1 [21:44] debug1: identity file /home/mparillo/.ssh/id_dsa type -1 [21:44] debug1: identity file /home/mparillo/.ssh/id_dsa-cert type -1 [21:44] debug1: identity file /home/mparillo/.ssh/id_ecdsa type -1 [21:44] debug1: identity file /home/mparillo/.ssh/id_ecdsa-cert type -1 [21:44] debug1: Remote protocol version 2.0, remote software version Twisted [21:44] debug1: no match: Twisted [21:44] debug1: Enabling compatibility mode for protocol 2.0 [21:44] debug1: Local version string SSH-2.0-OpenSSH_6.0p1 Debian-2ubuntu1 [21:44] debug1: SSH2_MSG_KEXINIT sent [21:44] debug1: SSH2_MSG_KEXINIT received [21:44] debug1: kex: server->client aes128-ctr hmac-md5 none [21:44] debug1: kex: client->server aes128-ctr hmac-md5 none [21:44] debug1: sending SSH2_MSG_KEXDH_INIT [21:44] debug1: expecting SSH2_MSG_KEXDH_REPLY [21:44] debug1: Server host key: RSA 9d:38:3a:63:b1:d5:6f:c4:44:67:53:49:2e:ee:fc:89 [21:44] debug1: Host 'bazaar.launchpad.net' is known and matches the RSA host key. [21:44] debug1: Found key in /home/mparillo/.ssh/known_hosts:1 [21:44] debug1: ssh_rsa_verify: signature correct [21:44] debug1: SSH2_MSG_NEWKEYS sent [21:44] debug1: expecting SSH2_MSG_NEWKEYS [21:44] debug1: SSH2_MSG_NEWKEYS received [21:44] debug1: Roaming not allowed by server [21:44] debug1: SSH2_MSG_SERVICE_REQUEST sent [21:44] debug1: SSH2_MSG_SERVICE_ACCEPT received [21:44] !noppaste mparillo [21:44] debug1: Authentications that can continue: publickey [21:44] Lasall: I am only a bot, please don't think I'm intelligent :) [21:45] debug1: Next authentication method: publickey [21:45] debug1: Trying private key: /home/mparillo/.ssh/id_rsa [21:45] debug1: Trying private key: /home/mparillo/.ssh/id_dsa [21:45] debug1: Trying private key: /home/mparillo/.ssh/id_ecdsa [21:45] debug1: No more authentication methods to try. [21:45] Permission denied (publickey). [21:45] Couldn't read packet: Connection reset by peer [21:45] !nopaste mparillo [21:45] Lasall: I am only a bot, please don't think I'm intelligent :) [21:45] arg === Guest73241 is now known as jelmer