SEI-TAS / pycloud

Server software to manage virtualized services on a KVM-based discoverable cloudlet (Cloudlet Server component of the KD-Cloudlet.project)
Other
20 stars 11 forks source link

debsign failed #1

Closed Shajitha-shifa closed 8 years ago

Shajitha-shifa commented 8 years ago

I am Final year engineering student, I am trying to implement cloudlet to understand it better . While trying to build the package I get the following error.

Finished running lintian. Now signing changes and any dsc files... signfile python-pycloud_0.2.0.dsc Shajitha shifa shajithashifa@gmail.com gpg: skipped "Shajitha shifa shajithashifa@gmail.com": secret key not available gpg: /tmp/debsign.KAN91f9X/python-pycloud_0.2.0.dsc: clearsign failed: secret key not available debsign: gpg error occurred! Aborting.... debuild: fatal error at line 1283: running debsign failed

and my changelog file contains the following details python-pycloud (0.2.0) unstable; urgency=medium

python-pycloud (0.1) precise; urgency=medium

Can you please help me how to solve this issue.

Thanks in advance Shajitha

jdroot commented 8 years ago

Shajitha,

I think to actually build the package, you need to generate a gpg key for that email address with the following command: gpg --gen-key

Are you just trying to run pycloud? You shouldn't need to build the Debian installer to just run it.

On Saturday, October 17, 2015, Shajitha-shifa notifications@github.com wrote:

I am Final year engineering student, I am trying to implement cloudlet to understand it better . While trying to build the package I get the following error.

Finished running lintian. Now signing changes and any dsc files... signfile python-pycloud_0.2.0.dsc Shajitha shifa shajithashifa@gmail.com gpg: skipped "Shajitha shifa shajithashifa@gmail.com": secret key not available gpg: /tmp/debsign.KAN91f9X/python-pycloud_0.2.0.dsc: clearsign failed: secret key not available debsign: gpg error occurred! Aborting.... debuild: fatal error at line 1283: running debsign failed

and my changelog file contains the following details python-pycloud (0.2.0) unstable; urgency=medium

-

Adds security support for the trusted identity work.

-- Shajitha shifa shajithashifa@gmail.com Fri, 8 Jun 2015 11:38:51 -0400

python-pycloud (0.1) precise; urgency=medium

-

Initial release. (Closes: #0)

-- James Root jdroot@sei.cmu.edu Fri, 30 May 2014 11:38:51 -0400

Can you please help me how to solve this issue.

Thanks in advance Shajitha

— Reply to this email directly or view it on GitHub https://github.com/SEI-AMS/pycloud/issues/1.

sebastian-echeverria commented 8 years ago

Hello,

Yes, the error message you are getting indicates that the "secret key not available". You either did not generate it with gpg, or did not import it correctly, or mispelled your name/email when creating the key. The name and email used when generating the key must be the same ones that you put in the changelog.

But also, as James indicates, you do not need to create a deb package if you just want to test the system. Check out the "Development Environment Setup" section. That is a much faster way of setting up an environment in which to run the system, if you are not setting up a production cloudlet.

Shajitha-shifa commented 8 years ago

Thanks for the fast reply. I would like implement the test speech recognition to understand the cloudlet concept better. so, initially I have followed the instruction given in "Development Environment Setup" and was able to see the dashboard. I would like to know what steps should I follow . Please can you tell me the steps which I must follow to successfully implement this project of cloudlet - speech recognition.

jdroot commented 8 years ago

I believe information on how to create a VM can be found here: https://github.com/SEI-AMS/pycloud/wiki/Service-VMs

On Sat, Oct 17, 2015 at 12:32 PM, Shajitha-shifa notifications@github.com wrote:

Thanks for the fast reply. I would like implement the test speech recognition to understand the cloudlet concept better. so, initially I have followed the instruction given in "Development Environment Setup" and was able to see the dashboard. I would like to know what steps should I follow . Please can you tell me the steps which I must follow to successfully implement this project of cloudlet - speech recognition.

— Reply to this email directly or view it on GitHub https://github.com/SEI-AMS/pycloud/issues/1#issuecomment-148929751.

sebastian-echeverria commented 8 years ago

Will close since there has been no activity in more than 6 months...