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