Started GET "/unattended/provision?spoof=192.168.88.1" for 192.168.88.1 at 2013-06-24 20:36:26 -0700
Processing by UnattendedController#provision as HTML
Parameters: {"spoof"=>"192.168.88.1"}
[1m[35mUser Load (0.4ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]]
Setting current user thread-local variable to admin
[1m[36mHost::Managed Load (0.8ms)[0m [1mSELECT "hosts".* FROM "hosts" WHERE "hosts"."type" IN ('Host::Managed') AND "hosts"."ip" = '192.168.88.1' LIMIT 1[0m
[1m[35mOperatingsystem Load (0.4ms)[0m SELECT "operatingsystems".* FROM "operatingsystems" WHERE "operatingsystems"."id" = 1 ORDER BY LOWER(operatingsystems.name) LIMIT 1
Found test17.localdomain
[1m[36mPtable Load (0.3ms)[0m [1mSELECT "ptables".* FROM "ptables" WHERE "ptables"."id" = 1 ORDER BY LOWER(ptables.name) LIMIT 1[0m
[1m[35mArchitecture Load (0.4ms)[0m SELECT "architectures".* FROM "architectures" WHERE "architectures"."id" = 1 LIMIT 1
[1m[36mMedium Load (0.3ms)[0m [1mSELECT "media".* FROM "media" WHERE "media"."id" = 1 ORDER BY media.name LIMIT 1[0m
[1m[35mConfigTemplate Load (1.3ms)[0m SELECT "config_templates".* FROM "config_templates" INNER JOIN "config_templates_operatingsystems" ON "config_templates_operatingsystems"."config_template_id" = "config_templates"."id" INNER JOIN "operatingsystems" ON "operatingsystems"."id" = "config_templates_operatingsystems"."operatingsystem_id" INNER JOIN "template_kinds" ON "template_kinds"."id" = "config_templates"."template_kind_id" INNER JOIN "template_combinations" ON "template_combinations"."config_template_id" = "config_templates"."id" INNER JOIN "environments" ON "environments"."id" = "template_combinations"."environment_id" WHERE "operatingsystems"."id" = 1 AND "template_kinds"."name" = 'provision' AND "environments"."id" = 1 ORDER BY config_templates.name LIMIT 1
[1m[36mConfigTemplate Load (0.8ms)[0m [1mSELECT "config_templates".* FROM "config_templates" INNER JOIN "config_templates_operatingsystems" ON "config_templates_operatingsystems"."config_template_id" = "config_templates"."id" INNER JOIN "operatingsystems" ON "operatingsystems"."id" = "config_templates_operatingsystems"."operatingsystem_id" INNER JOIN "template_kinds" ON "template_kinds"."id" = "config_templates"."template_kind_id" INNER JOIN "os_default_templates" ON "os_default_templates"."config_template_id" = "config_templates"."id" WHERE "operatingsystems"."id" = 1 AND "template_kinds"."name" = 'provision' AND "os_default_templates"."operatingsystem_id" = 1 ORDER BY config_templates.name LIMIT 1[0m
rendering DB template Kickstart Default - provision
Rendered inline template (20.7ms)
Rendered text template (0.0ms)
Completed 500 Internal Server Error in 38ms (Views: 0.5ms | ActiveRecord: 0.0ms)