search for: racc

Displaying 15 results from an estimated 15 matches for "racc".

Did you mean: acc
2012 May 29
0
racc/parser.rb:27: warning: already initialized constant Racc_Runtime_Version
Hi, I tried this puppet shell command and I''m getting a warning: oracle@z3:/pt/b/puppet$ puppet describe -s user racc/parser.rb:27: warning: already initialized constant Racc_Runtime_Version Here is some info about my setup: oracle@z3:/pt/b/puppet$ oracle@z3:/pt/b/puppet$ ruby -v ruby 1.9.2p318 (2012-02-14 revision 34678) [x86_64-linux] oracle@z3:/pt/b/puppet$ oracle@z3:/pt/b/puppet$ oracle@z3:/pt/b/puppet$ or...
2005 Dec 19
2
Parentheses for precedence?
...th of these work: (other_text:"Collaborative tools") AND other_text:podcasts (other_text:"Collaborative tools") AND (other_text:podcasts) My use of parentheses is for precedence (I assume they work that way). I quickly looked at query_parser.y, but as I''ve never used racc (or yacc), it''s not apparent to me what should be happening. Thanks! Jen
2006 Sep 06
9
Which analyzer to use
Lucene''s standard analyzer splits words separater with underscores. Ferret doesn''t do this. For example, if I create an index with only document ''test_case'' and search for ''case'' it doesn''t find anything. Lucene on the other hand finds it. The same story goes for words separated by colons. Which analyzer should I use to emulate
2010 Oct 04
3
Upgrade to 2.6.1 appears to break puppetmaster
...parser/type_loader.rb:140:in `import_if_possible'' /usr/lib/ruby/1.8/puppet/parser/parser_support.rb:114:in `import'' grammar.ra:674:in `_reduce_178'' grammar.ra:673:in `each'' grammar.ra:673:in `_reduce_178'' /usr/lib/ruby/1.8/puppet/util/autoload.rb:79:in `_racc_yyparse_c'' /usr/lib/ruby/1.8/puppet/util/autoload.rb:79:in `catch'' /usr/lib/ruby/1.8/puppet/util/autoload.rb:79:in `_racc_yyparse_c'' /usr/lib/ruby/1.8/puppet/parser/lexer.rb:483:in `scan'' /usr/lib/ruby/1.8/racc/parser.rb:152:in `_racc_yyparse_c'' /usr/lib...
2007 Nov 17
1
crash while building index
...6209850 /usr/lib/ruby/1.8/x86_64-linux/digest/md5.so 2ae17f5eb000-2ae17f5ec000 rw-p 00001000 fe:00 6209850 /usr/lib/ruby/1.8/x86_64-linux/digest/md5.so 2ae17f5ec000-2ae17f5ef000 r-xp 00000000 fe:00 6209864 /usr/lib/ruby/1.8/x86_64-linux/racc/cparse.so 2ae17f5ef000-2ae17f7ef000 ---p 00003000 fe:00 6209864 /usr/lib/ruby/1.8/x86_64-linux/racc/cparse.so 2ae17f7ef000-2ae17f7f0000 rw-p 00003000 fe:00 6209864 /usr/lib/ruby/1.8/x86_64-linux/racc/cparse.so 2ae17f7f0000-2ae17f7f4000 r-xp 00000000 fe:00...
2008 Mar 31
16
Mongrels stop responding
I have a Rails 1.2.3 app (due for an update, I know) running on a Mongrel 1.1.4 behind Apache 2.2.3 mod_proxy on Debian 4.0. It keeps hanging up for no reason I can tell. I have tried everything that anyone has ever hinted at being a solution for this problem: - The application doesn''t use MySQL, so setting the connection timeout won''t help. - Using AR not PStore for sessions. -
2005 Nov 22
1
Ferret NoMethodError
Using the current ferret gem (on Win-XP): irb(main):001:0> require ''ferret'' c:/ruby/lib/ruby/1.8/fileutils.rb:950: warning: already initialized constant OPT_TABLE => true irb(main):002:0> include Ferret => Object irb(main):003:0> index = Index::Index.new => #<Ferret::Index::Index:0x3477ba8 @qp=nil, ...> irb(main):004:0> index << "This is
2007 Feb 27
14
Using a single class multiple times
Hi- Recently starting using puppet while migrating an existing messy group of systems to some nice new hardware. Things are going incredibly well, and puppet''s functioning great. Have a bit of a headache. I''d like to keep myself from duplicating lots of included classes. Lets say I have this (snippet of a) class: class dbserver { file { "/etc/my_${db}.cnf":
2006 Jul 23
9
Kubuntu, Apache 2.2, Mongrel, Mongrel Cluster
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: new_notes Type: application/octet-stream Size: 5801 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060723/34e20e45/new_notes.obj
2006 Jun 15
1
Performance leak with concurrent requests on static files (Rails)
...grel_r 32200 curio mem REG 0,0 0 [heap] (stat: No such file or directory) mongrel_r 32200 curio mem REG 8,3 18707 134491718 /usr/local/lib/ruby/1.8/i686-linux/iconv.so mongrel_r 32200 curio mem REG 8,3 16101 335612184 /usr/local/lib/ruby/1.8/i686-linux/racc/cparse.so mongrel_r 32200 curio mem REG 8,3 159997 134491721 /usr/local/lib/ruby/1.8/i686-linux/nkf.so mongrel_r 32200 curio mem REG 8,3 10796 134491709 /usr/local/lib/ruby/1.8/i686-linux/digest.so mongrel_r 32200 curio mem REG 8,3 10754 201362293 /usr/local/lib/ruby...
2010 Mar 07
7
Upgraded puppet-server from EPEL 24.8 to 25.1 - now seeing "puppetmasterd[xxxx]: Too many connections"
I have updated the 1100 clients that prior to the update used to connect to the master just fine. Now after about 30 minutes of running, puppetmasterd starts to complain "puppetmasterd[6875]: Too many connections", and from that point forward will stop compiling catalogs. Puppetmaster is configured using the Mongrel Apache configuration as described here:
2010 Sep 02
3
err: Too many open files - /var/lib/puppet/state/state.yaml.tmp
I keep on getting this message: err: Too many open files - /var/lib/puppet/state/state.yaml.tmp Does anybody know what might be causing it? I''m also getting "err: State got corrupted". Everything does seem to be kind of working, but it''s sort of worrying getting these new errors. -- You received this message because you are subscribed to the Google Groups
2007 Jan 17
32
Managing manifests
Hi, I was talking to Luke today about managing manifests and related files, and he suggested that I post to the list.. What would be nice (and what I''ve use in in-house systems I''ve used previously) is to have a way to dynamically include manifest fragments at runtime. Lets assume that you''re setting up bugzilla using puppet. In the ''main'' manifest
2010 Aug 25
18
Puppet hangs
Hello, we have one puppet server managing approx servers, all FreeBSD. The problem is that the puppet clients all hangs, one by one, eventually. They will run for anything between an hour up to a week. But eventually the all hang. We really like puppet and want to keep using it. But the way it is now is completely unusable. We''ve tried many versions, from 24.x, and now 2.6.1rc1. But
2007 Dec 11
54
1.9
Hey so, People are asking about Mongrel Ruby 1.9 compatibility. Isn''t the point of 1.9 for library developers to have time to get ready for 2.0? It''s not like 1.9 is a production release. Evan -- Evan Weaver Cloudburst, LLC