=== cp16net is now known as cp16net|away === cp16net|away is now known as cp16net === tasdomas_afk is now known as tasdomas === mwhudson_ is now known as mwhudson === jam1 is now known as jam === ral_ is now known as ral === andreas__ is now known as ahasenack === cp16net is now known as cp16net|away [14:03] Hi, I have a question about removing packages from PPAs in older series. On Launchpad, on the PPA page, there's a list at the bottom, listing which series (releases) the package is available in. There's also the package details which displays the same list with more detail. The latter page contains a delete packages link, but I am not sure if this will offer me a selection of series or remove everyting. [14:04] Basically the PPA still carries packages for natty and oneiric and since these have reached EOL, I think these packages could be removed now. (I would of course like to keep the packages for currently supported series) [14:06] hjd: on the delete packages page you can select individual packages in individual series [14:13] tsimpson: Oh, nice. Thanks :) === kiko` is now known as kiko === tasdomas is now known as tasdomas_afk === tasdomas_afk is now known as tasdomas === tasdomas is now known as tasdomas_afk === Ursinha-afk is now known as Ursinha [15:18] I tried https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair to create a ssh key i followed the step now i am confused how to import the key on the launch pad id [15:23] aviral_: https://launchpad.net/~/+editsshkeys [15:23] dobey: thanks :) [15:23] aviral_: there's a place to paste a public key and add it. you can get to that page from your profile page by clicking the little circular yellow pencil icon next to "SSH Keys" [15:24] When I'm building a custom executable build from source, where do I want to place the executable in the rules file? [15:25] dobey: i reached at the ssh key page already and i folloewd the key in terminal but i am unable to import it [15:25] dobey: tell me hoe to do that [15:26] basically i am not able to locate where the public key is stored [15:27] aviral_: the public key should be in ~/.ssh [15:28] it's in ~/.ssh, and possibly accessible via the seahorse UI if that's easier to use [15:28] i am not able to locate it can you tell me the procedure [15:28] ls ~/.ssh/*.pub [15:28] should use id_rsa.pub iirc [15:29] unless you changed to dsa. [15:29] the page/docs you are already looking at should tell you which one [15:35] https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair i followed linex uptill step 4 then i dont knw what to do [15:36] kindly tell me [15:36] what do you not understand? it clearly tells you waht to do [15:38] i am not able to locate ssh folder [15:38] Your identification has been saved in /home/aviral/.ssh/id_rsa. Your public key has been saved in /home/aviral/.ssh/id_rsa.pub. [15:39] after this i am not able to find the specified folder [15:41] Are you doing it in a gui? [15:41] or a terminal? [15:41] aviral_: ^^ [15:42] terminal [15:42] aviral_: that clearly states to you exactly where the file is, and the full path of folders leading up to that file. [15:42] the folder is /home/aviral/.ssh/ [15:42] the file you want is id_rsa.pub [15:42] aviral_: `cd ~/.ssh; cat id_rsa.pub` [15:43] "~" is a shortcut that means "home folder" === Ursinha is now known as Ursinha-afk === joeyfreenode is now known as joey === matsubara is now known as matsubara-lunch === andreas__ is now known as ahasenack === cp16net|away is now known as cp16net [17:38] Agent admitted failure to sign using the key. Permission denied (publickey). ConnectionReset reading response for 'BzrDir.open_2.1', retrying Agent admitted failure to sign using the key. Permission denied (publickey). bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist [17:38] can anyone tell me why the above error is showing ?? === kiko` is now known as kiko [17:58] hi everyone, Aviral__ is having a problem getting bzr+ssh working with Launchpad [17:58] he's got his ssh key uploaded, and has bzr launchpad-login configured for his LP username [17:58] Aviral_: can you paste the error in here? [17:58] Agent admitted failure to sign using the key. Permission denied (publickey). ConnectionReset reading response for 'BzrDir.open_2.1', retrying Agent admitted failure to sign using the key. Permission denied (publickey). bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. [17:58] I've tried everything I know of to help, but came up empty === matsubara-lunch is now known as matsubara [18:31] Agent admitted failure to sign using the key. Permission denied (publickey). ConnectionReset reading response for 'BzrDir.open_2.1', retrying Agent admitted failure to sign using the key. Permission denied (publickey). bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. [18:32] That sounds like a local problem with your gpg-agent [18:32] the error is coming when i try to branch the code to launchpad [18:32] Er, ssh-agent, sorry [18:32] how i can solve it? [18:32] Or it could be that you have a different key than you think you do ... [18:33] Run 'ssh -vvv bazaar.launchpad.net' and put the output on paste.ubuntu.com [18:33] means?? [18:34] I'm thinking out loud. Run that command and show me the output and maybe I can make some better guesses [18:34] Also, what's your Launchpad user ID? [18:34] aviral@aviral-G31M-ES2L:~$ ssh -vvv bazaar.launchpad.net OpenSSH_6.1p1 Debian-4, OpenSSL 1.0.1c 10 May 2012 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to bazaar.launchpad.net [91.189.95.84] port 22. debug1: Connection established. debug3: Incorrect RSA1 identifier debug3: Could not load "/home/aviral/.ssh/id [18:34] NO no no no no [18:34] Do not paste it here!~ [18:34] paste.ubuntu.com [18:34] ohh sorry [18:35] http://paste.ubuntu.com/5868889/ [18:35] https://launchpad.net/~aviral190694 [18:36] "No such Launchpad account: aviral" [18:37] hmmm how i can correct that? [18:37] You need to follow the instructions in https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair#Using_a_custom_SSH_key_for_Launchpad, minus the bit about a non-default SSH key name [18:37] In other words, you need to add this to ~/.ssh/config: [18:37] Host bazaar.launchpad.net [18:37] User aviral190694 [18:37] or just use bzr lp-login [18:38] Right, that too [18:38] So it turns out the above was probably an untruth [18:38] 18:58 he's got his ssh key uploaded, and has bzr launchpad-login configured for his LP username [18:38] Type "bzr launchpad-login" and it will show you what it thinks your LP username is [18:38] yeah, that; he might have put 'aviral' in without the appended numbers [18:39] aviral190694 [18:39] it is showing the above output after writing bzr launchpad-login [18:39] what branch are you trying to clone off launchpad? [18:41] dobey: i am not able to get your point [18:42] cjwatson: I confirmed that bzr launchpad-login had his actual Launchpad username [18:42] Aviral_: what command did you run, when you got the failure? [18:42] bzr push lp:~aviral190694/animal-farm/aviralupdate [18:44] Do you have python-paramiko installed? (It should work either way, but I'd like to know in order to narrow down my search.) [18:44] i didnot have any clue about it [18:44] Do you have the python-paramiko package installed? [18:45] i dont think so [18:45] Please check. "dpkg-query -W python-paramiko" [18:45] python-paramiko 1.7.7.1-3.1ubuntu1 [18:46] OK. I'll have to check more later. In the meantime, try the ~/.ssh/config change I suggested above. === Ursinha-afk is now known as Ursinha [18:46] ok :) [18:48] cjwatson: sir in the .ssh folder there are only three files id_rsa id_rsa.pub and known_hhosts [18:49] known_hosts [18:50] Aviral_: you can make the config file if it doesn't exist [18:50] ohh ok [18:52] mhall119: i has to name it as?? === cp16net is now known as cp16net|away === cp16net|away is now known as cp16net [18:57] Aviral_: the file? [18:58] Aviral_: the file should just be called "config" under ~/.ssh [18:58] chmod 600 [19:00] mhall119: i just named the file as config and added the text Host bazaar.launchpad.net User aviral190694 [19:05] Aviral_: on 2 lines instead of 1 I hope [19:06] mhall119: ya i write it on 2 lines :) [19:06] and did you try running bzr push again? [19:11] ya [19:11] same error [19:12] i am thinking to delete ssh folder and the key on launchpad id and do all the process again may be that will work?? [19:12] mhall119 : ^^ [19:12] i will do that tomorrow.. after restarting it [20:31] What distributions can I list in the debian/changelog file to have launchpad build packages for me? And alternatively, is there a way to list multiple ones? [20:39] debian/changelog doesn't contain any distributions listed. you can only build packages for ubuntu on launchpad PPAs [20:39] and no, you can't list multiple series in a single changelog entry [20:40] you should appeand ~series1 (replacing "series" with the actual series name) for each series you want to upload for, and specify that series in the changelog as normal; build source package for each series, and upload them [21:22] dobey: is there an easy way to see if the dependency package names conflict between a previous series, and a current series?