Chef server 0.11 on Debian Wheezy

Hello!

Is there any known issues with running latest Chef server on the Debian
Wheezy?
It looks like only Ubuntu is officially supported at the moment.

Hi,

Is there any known issues with running latest Chef server on the Debian
Wheezy?
It looks like only Ubuntu is officially supported at the moment.

Not even chef-client is available for wheezy :frowning:

I'm running the ubuntu 11.04 version of chef-server on wheezy - not in
production, yet, because of CHEF-4339 [1], but this is not a wheezy-only
problem.

So I can say that it runs on wheezy and I haven't encountered other
trouble until now.

Yours
Steffen

Hi,

On Thu, 18 Jul 2013 11:38:19 +0200 Steffen Gebert st+gmane@st-g.de
wrote:

Is there any known issues with running latest Chef server on the
Debian Wheezy?
It looks like only Ubuntu is officially supported at the moment.

Not even chef-client is available for wheezy :frowning:

I'm running the ubuntu 11.04 version of chef-server on wheezy - not in
production, yet, because of CHEF-4339 [1], but this is not a
wheezy-only problem.

So I can say that it runs on wheezy and I haven't encountered other
trouble until now.

I am very happy running chef from gems on wheezy. Adopted my bootstrap
(and pxe_dust) scripts for that and it works like a charm.

But yes, one of the points stopping me from upgrading our chef-oss
server to 11 is because of missing debs for wheezy...

Have fun,

Arnold

Hi,

On 18.07.2013 12:38, Steffen Gebert wrote:

I'm running the ubuntu 11.04 version of chef-server on wheezy - not
in production, yet, because of CHEF-4339 [1], but this is not a
wheezy-only problem.

So I can say that it runs on wheezy and I haven't encountered
other trouble until now.

Have you tried uploading data from the 0.10 chef server of creating
items, like roles or clients, manually?

I have installed chef 0.11.4 on fresh wheezy system, but i'm not able
to upload config, nor edit anything manually. For example:

root@chef:~/transfer# knife role list
[nothing here]

root@chef:~/transfer# knife role create test

Created role[test]
root@chef:~/transfer# knife role list

[nothing here]

Hi Denis,

Have you tried uploading data from the 0.10 chef server of creating
items, like roles or clients, manually?
Yes, I've followed the 10->11 guide [1].
Uploading things one by one looks okay, only knife upload fails at
random places.

I have installed chef 0.11.4 on fresh wheezy system, but i'm not able
to upload config, nor edit anything manually. For example:

so what's the error?

Steffen

[1] Turn it to 11: Upgrading From Chef 10 - Chef Blog | Chef

Hello!

On 22.07.2013 21:20, Steffen Gebert wrote:

Have you tried uploading data from the 0.10 chef server of creating
items, like roles or clients, manually?
Yes, I've followed the 10->11 guide [1].
Uploading things one by one looks okay, only knife upload fails at
random places.

Yep, it acts same here. The only problem is that nothing is created even
when knife reports that everything went ok.

I have installed chef 0.11.4 on fresh wheezy system, but i'm not able
to upload config, nor edit anything manually. For example:

so what's the error?

So, the error is: i'm not able to create any object in chef server.
knife reports that everything is okay, but i do not see kreated objects
via 'list' commands. Even more - i can create same objects with same
name again and again.