Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't work with Amazon Linux #19

Closed
dieu opened this issue Apr 22, 2014 · 2 comments
Closed

Don't work with Amazon Linux #19

dieu opened this issue Apr 22, 2014 · 2 comments

Comments

@dieu
Copy link

dieu commented Apr 22, 2014

us-east-1/ami-6b726502

/usr/sbin/tzdata-update: No such file or directory
@a13x212
Copy link

a13x212 commented Sep 9, 2014

i’m running into a similar issue with amazon linux.

The run fails because it does not find a clock.erb.

Chef::Exceptions::FileNotFound

Cookbook 'timezone-ii' (0.2.0) does not contain a file at any of these locations:
templates/amazon-2014.03/clock.erb
templates/amazon/clock.erb
templates/default/clock.erb

This cookbook does contain: ['clock.erb','timezone.conf.erb','timezone.conf.erb','clock.erb']

Amazon linux also does not include /usr/sbin/tzdata-update.

CENTOS

rpm -qf /usr/sbin/tzdata-update

glibc-common-2.12-1.132.el6_5.2.x86_64

rpm -ql glibc-common-2.12-1.132.el6_5.2.x86_64 | grep tzdata

/usr/sbin/tzdata-update

AMAZON Linux

rpm -qa | grep -i glibc-common

glibc-common-2.17-55.85.amzn1.x86_64

rpm -ql glibc-common-2.17-55.85.amzn1.x86_64 | grep -i tzdata

@L2G
Copy link
Owner

L2G commented Jan 13, 2015

@dieu, I just pushed a bunch of changes to the master branch, including a fix for this. Let me know if it's still broken. Thanks.

@L2G L2G closed this as completed Jan 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants