| MTecknology | There should be a BIG message on answers.lp.net/lp that says that they should only ask lp questions here, not about issues w/ their computer.... | 00:07 |
|---|---|---|
| pulaski | hello I'm trying to paste up my signed Ubuntu code of conduct and I get the error (7.2 'Bad signature'). I've gone through the steps to create the UbuntuCodeofConduct-1.0.1.txt.asc file more than once. Can anyone offer any suggestions? | 01:32 |
| jmarsden | pulaski: Verify your signature with gpg --verify UbuntuCodeofConduct-1.0.1.txt.asc perhaps? | 01:41 |
| pulaski | jmarsden: Thanks for responding. I'll try it | 01:42 |
| pulaski | jmarsden: Does the command need an argument? I'm not getting a response to it. | 01:44 |
| pulaski | oh, let me try again | 01:44 |
| pulaski | jmarsden: good signature thanks | 01:46 |
| jmarsden | The parameter is the filename to be verified... the .asc file. You could also check that your signature is uploaded to the keyserver.ubuntu.com keyserver already? | 01:46 |
| jmarsden | Make that "check that your public key is uploaded..." :) | 01:46 |
| pulaski | yes I was able to issue the command "gpg --keyserver keyserver.ubuntu.com --send-keys" and it immediately returned a prompt. | 01:53 |
| jmarsden | And can you now receive the key concerned back from it OK? gpg --keyserver keyserver.ubuntu.com --recv-keys 01234567 # if 0123457 is your key id | 01:54 |
| pulaski | Oh, no I just received a plan prompt from the command | 01:56 |
| Ampelbein | pulaski: can you give the key-id? | 01:57 |
| pulaski | Ampelbein: here and now? yes | 01:58 |
| Ampelbein | pulaski: you can /msg it to me if you don't want it to be public. ;-) | 01:58 |
| jmarsden | pulaski: Then we can see if *we* can receive that key from the keyserver... what is it? | 01:58 |
| pulaski | hold on please I need to scroll back for it. | 02:00 |
| jmarsden | When you uploaded it, you did put your key id at the end of the gpg --send-keys command, right? | 02:00 |
| jmarsden | BTW, gpg --list-keys will list key ids of all keys on your keyring, which should include your own... | 02:01 |
| Ampelbein | pulaski: you can just use seahorse to look it up or use 'gpg --list-secret-keys' | 02:01 |
| pulaski | I believe this is my key DA52F09C | 02:04 |
| pulaski | let me issue the send-key command with the key as an argument | 02:04 |
| jmarsden | It's there. | 02:04 |
| jmarsden | You are Mike Ring... :) | 02:04 |
| pulaski | yeah thats me | 02:05 |
| jmarsden | So then there must be something odd about the paste operation you were using? Lack of final end of line, maybe? | 02:05 |
| jmarsden | Or it wrapped badly somehow when you pasted it? | 02:05 |
| pulaski | I've pasted it a couple of times. i took the .asc file and opened it in emacs and copied it from there. let me try one more time please. | 02:07 |
| pulaski | Bingo it took it this time thanks for your help | 02:09 |
| jmarsden | :) No problem. | 02:10 |
| pulaski | I'm trying to grabe the blueman package. I'm going to push on. You guys have been a great help. I'll return with any more questions. | 02:10 |
| jmarsden | OK. You shouldn't absolutely need to be a Ubuntero to download software, though... is it in a bzr repository on LaunchPad? | 02:11 |
| pulaski | here's my sources.list entry line 1 :deb http://ppa.launchpad.net/blueman/ppa/ubuntu jaunty main and line 2: deb-src http://ppa.launchpad.net/blueman/ppa/ubuntu jaunty main | 02:14 |
| pulaski | The instructions are a bit involved, can you guys post a link to a blueman binary? | 02:15 |
| pulaski | sudo apt-get install blueman doesn't work, it doesn't recognize the package. | 02:18 |
| pulaski | makes me wonder about the repository | 02:19 |
| wgrant | The repository is fine. Did you follow the instructions linked from https://launchpad.net/~blueman/+archive/ppa? | 02:19 |
| pulaski | thanks I have so many launchpad window open. I'll try that one. | 02:20 |
| wgrant | pulaski: Also, as jmarsden pointed out, you only need to sign the Code of Conduct in order to *upload* to a PPA. | 02:25 |
| pulaski | wgrant: thanks, I'm not skilled enough yet to do any coding or uploading I'm just trying to find a deb binary package. I'd rather not try and build from source | 02:30 |
| jmarsden | pulaski: If you really need a link to the .deb, try https://launchpad.net/~blueman/+archive/ppa/+files/blueman_1.10-1~ppa3j_i386.deb | 02:30 |
| jmarsden | Nut you should be able to add those two lines to your sources.list and do sudo apt-get update && sudo apt-get install blueman | 02:31 |
| jmarsden | s/Nut/But/ | 02:31 |
| pulaski | jmarsden: that's the problem I didn't update yet | 02:31 |
| jmarsden | OK :) | 02:32 |
| pulaski | jmarsden: sudo apt-get update returned: W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn'tbe verified because the public key is not available: NO_PUBKEY 6B15AB91951DC1E2 | 02:34 |
| jmarsden | You can either follow the instructions at the link wgrant gave to fix that, or decide you don't need to verify that key | 02:35 |
| pulaski | jmarsden: I'll try the deb link above | 02:35 |
| jmarsden | :) You should find that sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 6B15AB91951DC1E2 | 02:37 |
| jmarsden | Will fix the PPA key issue | 02:37 |
| pulaski | ok, refrained from installing the deb because the sudo apt-get install blueman seemed to work. | 02:42 |
| pulaski | Now I can proceed and try to connect to my T-mobile G1 phone using bluetooth. | 02:42 |
| pulaski | jmarsden: I'm having trouble locating and running the bluetooth manager. Nothing in /usr/bin/blueman, nothing in utilites. Do you have a suggestion? | 02:59 |
| jmarsden | pulaski: dpkg -L blueman will list all the files in the package so you can see where it installed them to. | 03:00 |
| pulaski | jmarsden: thanks I found the bluetooth manager. It's not showing my device. I'm going to try and get more help elsewhere. You have been very helpdul. Thanks | 03:07 |
| jmarsden | No problem. I'm not a bluetooth expert at all, so yes, getting help elsewhere is a good idea for that :) | 03:07 |
| zu22 | hi i wish to upload my code to my launchpad project | 04:12 |
| zu22 | it is currently in no version control system | 04:12 |
| zu22 | how do i get it into launchpad? | 04:12 |
| wgrant | zu22: https://help.launchpad.net/Code is probably a good introduction. | 04:14 |
| wgrant | https://help.launchpad.net/Projects too. | 04:14 |
| zu22 | wgrant: ok thanks | 04:15 |
| === ripps_ is now known as ripps | ||
| ripps | Man the shipova ppa build server is ungodly slow, it's taken four hours, and it's still building a package. I know it hasn't frozen because i've checked on it periodcally and it's been working, just slow as shit. | 06:33 |
| ripps | pardon my language | 06:33 |
| dlynch | Is a launchpad team a good way of setting up a mailing list for end users? Or does experience show that the step to become a member of LP and then a team member will turn off people who are not already involved in LP? | 06:45 |
| Demophobie | Hey! Danilo istn here? | 12:07 |
| Demophobie | isnt* | 12:07 |
| === Mez is now known as Lethargy | ||
| === Lethargy is now known as Mez | ||
| === Mez is now known as Lethargy | ||
| === Lethargy is now known as Mez | ||
| === _neversfelde is now known as neversfelde | ||
| === asac_ is now known as asac | ||
| AskHL | Good day. TLE and I are trying to set up a launchpad bzr repository where we can both check in code using e.g. bzr push. This does not work for me, as it complains about "readonly transport". I have set up an ssh key, and my local branch is identified with my launchpad account (askhl). Can anyone help with this? | 15:17 |
| maxb | AskHL: One of you should create a team, add the other person, and assign the bzr repository to be owned by the team | 15:18 |
| TLE | maxb: that has already been done, I created the team and added ask to it and assigned the team as the project owner | 15:20 |
| LarstiQ | ok, so how is AskHL accessing the branc? | 15:20 |
| AskHL | Hmmm, wait. I'm checking this again now, and I don't think the branch ownership is quite correct | 15:20 |
| LarstiQ | lp:project? | 15:20 |
| AskHL | Wait a moment, we'll (maybe) sort it out | 15:21 |
| TLE | it works now, my fault, sorry | 15:28 |
| AskHL | Great. Thank you for the help | 15:29 |
| LarstiQ | ok :) | 15:29 |
| LarstiQ | np | 15:29 |
| LarstiQ | AskHL, TLE: have fun and succes! | 15:29 |
| * LarstiQ returns to his laundry and shopping | 15:29 | |
| AskHL | LarstiQ, thanks! | 15:31 |
| TLE | thank you good sir | 15:32 |
| MTecknology | How do I go back one revision with bzr? | 16:35 |
| MTecknology | I don't want to go back to a specific revision, but back one from where I'm at | 16:35 |
| savvas | bzr revert I thinl | 16:41 |
| savvas | *think | 16:41 |
| savvas | or was it bzr uncommit ? | 16:41 |
| andrea-bs | `revert` reverts all uncommitted changes done; `uncommit` removes a revision | 16:55 |
| === mcasadevall is now known as NCommander | ||
| mithro | any launchpad developers around? I'm still trying to get help with https://answers.launchpad.net/launchpad/+question/69460 | 19:16 |
| aneptun | Hello everybody! Can someone help me to install virtualbox-ose 2.0.4 in ubuntu hardy 8.04?private me.thank you! | 21:04 |
| LaPingvino | take a look at #ubuntu | 21:19 |
| rockstar | aneptun, #launchpad is for Launchpad questions. You want #ubuntu, or maybe a vbox specific channel. | 21:20 |
| broonie | How can I get myself removed as the bug contact for a package? | 21:21 |
| geser | the same way you added yourself to it? | 21:39 |
| henux | hello | 22:46 |
| === nhandler_ is now known as nhandler | ||
| === Snova_ is now known as Snova | ||
| === Qermany is now known as Qball | ||
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!