Lutz Bergner
2010-Apr-19 08:22 UTC
[Puppet Users] Puppetmaster with storeconfig crashes on Solaris10
Hi all, Once again I need some help... ------------------------------------------------------------------------ info: Connecting to mysql database: puppet (eval):3: [BUG] Segmentation fault ruby 1.8.7 (2009-06-12 patchlevel 174) [i386-solaris2.10] Abort ------------------------------------------------------------------------- Get this one when I start puppetmaster with storeconfig enabled. Database gets initialized, some tables e.g. facts get filled but then the above failure... Here my situation: -- Mysql server 64Bit compiled 5.0.67.I could not use the shipped (SFW) 4.0 server as it apearantly does not support UTF-8 which in turn is needed for dashboard. -- mysql-ruby 2.8.1 (2.7 tested as well) -- Ruby ruby-1.8.7-p174 - could not use the shipped 1.8.5 as mysql- ruby refused to work with. -- rails 2.3.5 as 2.2.2 does not work with puppet 0.25.4 ue to incompatible iconv After about one week of work , I am really stuck with this one. Perhaps someone has a version chain of components that really works. With the shipped components of Solaris10 with ruby 1.8.7 storeconfig does work - but does not support UTF-8 which prevents dashboard from starting. Many thanks in advance... Lutz -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Lutz Bergner
2010-Apr-20 11:28 UTC
[Puppet Users] Re: Puppetmaster with storeconfig crashes on Solaris10
...found it by myself. Anyway it may be helpful to others. A 64 Bit mysql-server accessed by 32bit libmysqlclient.so did not work in my case at least when both reside on the same machine. Have build now mysql 5.1 latest stable as a 32bit executable and all is doing fine . By the way - the shipped one by SUN is a 32Bit as well.... OS is Solaris10 64Bit regards Lutz On Apr 19, 10:22 am, Lutz Bergner <lutz.berg...@tomtom.com> wrote:> Hi all, > Once again I need some help... > ------------------------------------------------------------------------ > info: Connecting to mysql database: puppet > (eval):3: [BUG] Segmentation fault > ruby 1.8.7 (2009-06-12 patchlevel 174) [i386-solaris2.10] > > Abort > ------------------------------------------------------------------------- > Get this one when I start puppetmaster with storeconfig enabled. > Database gets initialized, some tables e.g. facts get filled but then > the above failure... > Here my situation: > -- Mysql server 64Bit compiled 5.0.67.I could not use the shipped > (SFW) 4.0 server as it apearantly does not support UTF-8 which in turn > is needed for dashboard. > -- mysql-ruby 2.8.1 (2.7 tested as well) > -- Ruby ruby-1.8.7-p174 - could not use the shipped 1.8.5 as mysql- > ruby refused to work with. > -- rails 2.3.5 as 2.2.2 does not work with puppet 0.25.4 ue to > incompatible iconv > After about one week of work , I am really stuck with this one. > Perhaps someone has a version chain of components that really works. > With the shipped components of Solaris10 with ruby 1.8.7 storeconfig > does work - but does not support UTF-8 which prevents dashboard from > starting. > > Many thanks in advance... > > Lutz > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/puppet-users?hl=en.-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.