Hi,
I did a drop database puppet which is used for storing puppet
storconfigs. Now I get the following error.
===
err: Could not retrieve catalog: TypeError: unknown buffer_type:
498322352: SELECT `hosts`.* FROM `hosts` WHERE `hosts`.`name` =
'testdb' LIMIT 1
===
Is th
; grant all privileges on puppet.* to
> >> puppet@localhostidentified by 'xxx';
> >> 09 Query OK, 0 rows affected (0.00 sec)
>
> >> The initial table structure will then be done by Puppet.
>
> >> Bernd
>
> >> > -
gem versions
activerecord 3.1.1
rails 3.0.1
On Oct 21, 9:33 am, sysborg wrote:
> master log
> ==
>
> err: Could not call: TypeError: unknown buffer_type: 241744256:
> SELECT `hosts`.* FROM `hosts` WHERE `hosts`.`name` =
|
+++--+-+--
+-+-+-+
+-+
| 1 | testdb | NULL | NULL| NULL | NULL|
NULL| 2011-10-21 02:34:15 | NULL | 2011-10-21
02:34:15 |
On Oct 21, 11:15 am, sysborg wrote:
> gem versions
>
> act
Fixed by uninstalling mysql gem and installing ruby-mysql using yum.
On Oct 21, 12:37 pm, sysborg wrote:
> puppet version 2.7.3
>
> Change the activerecord and rails versions as per doc.
>
> rails 2.2.2
> activerecord 2.3.5
>
> Now I get the following error
> =