sous-chefs / rundeck

Development repository for the rundeck cookbook
https://supermarket.chef.io/cookbooks/rundeck
Apache License 2.0
46 stars 68 forks source link

Can't update to new version of rundeck #44

Closed holycow001 closed 9 years ago

holycow001 commented 9 years ago

I'm trying to install rundeck-2.4.2-1-GA.deb. I override the override['rundeck']['deb']['package'] = 'rundeck-2.4.2-1-GA.deb' & override['rundeck']['checksum'] = 'd2038440542b64921449e4ea0d7899f723bb29a58d713532fb8a0ab434ddac89'.

When i run the cookbook, i get

================================================================================ Error executing action install on resource 'apt_package[http://download.rundeck.org/deb/rundeck-2.4.2-1-GA.deb]'

       Chef::Exceptions::Package
       -------------------------
   dpkg failed - #<Process::Status: pid 27164 exit 2>!
pcross616 commented 9 years ago

seems the package is failing to install.

if you run dpkg -i rundeck-2.4.2-1-GA.deb what do you get?

Is this an upgrade?

holycow001 commented 9 years ago

it installs without errors... I'm doing a first time install using the latest version of rundeck.

Preparing to unpack rundeck-2.4.2-1-GA.deb ... Unpacking rundeck (2.4.2) over (2.4.2) ... Setting up rundeck (2.4.2) ... usermod: no changes Processing triggers for ureadahead (0.100.0-16) ...

pcross616 commented 9 years ago

That’s odd it says it was installed already. Can you remove it and run chef-client in debug mode.

From: frank kang [mailto:notifications@github.com] Sent: Wednesday, February 25, 2015 1:13 PM To: Webtrends/rundeck Cc: Peter Crossley Subject: Re: [rundeck] Can't update to new version of rundeck (#44)

it installs without errors...

Preparing to unpack rundeck-2.4.2-1-GA.deb ... Unpacking rundeck (2.4.2) over (2.4.2) ... Setting up rundeck (2.4.2) ... usermod: no changes Processing triggers for ureadahead (0.100.0-16) ...

— Reply to this email directly or view it on GitHubhttps://github.com/Webtrends/rundeck/issues/44#issuecomment-76060026.

holycow001 commented 9 years ago

sorry about that, i spun up a new server and received the same error. ssh'd to the box, wget'd the rundeck .deb file and ran dpkg -i. Here's the out put.

root@default-ubuntu-1404:/home/vagrant# dpkg -i rundeck-2.4.2-1-GA.deb Selecting previously unselected package rundeck. (Reading database ... 81604 files and directories currently installed.) Preparing to unpack rundeck-2.4.2-1-GA.deb ... Unpacking rundeck (2.4.2) ... Setting up rundeck (2.4.2) ... Processing triggers for ureadahead (0.100.0-16) ...

holycow001 commented 9 years ago

Closing this issue. I grabbed the cookbook from Github instead of supermarket and that fixed the issue.

pcross616 commented 9 years ago

Ah yes trying to get the market place cookbook updated but having an issue with that. Thanks for reminding me.

Sent from my Windows Phone


From: frank kangmailto:notifications@github.com Sent: �3/�31/�2015 10:10 AM To: Webtrends/rundeckmailto:rundeck@noreply.github.com Cc: Peter Crossleymailto:peterc@xley.com Subject: Re: [rundeck] Can't update to new version of rundeck (#44)

Closing this issue. I grabbed the cookbook from Github instead of supermarket and that fixed the issue.

� Reply to this email directly or view it on GitHubhttps://github.com/Webtrends/rundeck/issues/44#issuecomment-88173829.

lock[bot] commented 6 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.