Displaying 20 results from an estimated 24 matches for "syck".
Did you mean:
sock
2010 Jun 15
8
strange string in /etc/shadow
Hi,
I am using puppet (version 0.25.5-1.e15 for redhat) for password
management for non-system users. This morning, users on some of my
puppet clients had their encrypted password strings in /etc/shadow
replaced with the following string:
YAML::syck::BadAlias
That has effectively broken the users'' ability to login to those
servers. Puppet will not overwrite that string with the correct
encrypted string, and I can''t even change the password manually using
''passwd'', because I get an ''Authentication...
2006 Dec 20
0
undefined method `to_sym' for #<YAML::Syck::MergeKey...
...script/console and probably
others.
0 wicked www/sharkwatch % ./script/console
Loading development environment.
/usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/core_ext/hash/keys.rb:27:in
`symbolize_keys'':NoMethodError: undefined method `to_sym'' for
#<YAML::Syck::MergeKey:0xb71dfa6c>
to_sym is indeed *not* defined in /usr/lib/ruby/1.8/yaml.rb or
/usr/lib/ruby/1.8/yaml/*
What''s going on here?
Thanks,
--Dean
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "...
2008 Mar 11
1
php 4/5 dependency question
...ibssh2.i386 0:0.12-1.2.el4.rf set to be updated
---> Downloading header for libtidy to pack into transaction set.
libtidy-0.99.0-9.20051025 100% |=========================| 5.5 kB 00:00
---> Package libtidy.i386 0:0.99.0-9.20051025.el4.centos.3 set to be updated
---> Downloading header for syck to pack into transaction set.
syck-0.55-4.el4.rf.i386.r 100% |=========================| 3.5 kB 00:00
---> Package syck.i386 0:0.55-4.el4.rf set to be updated
---> Downloading header for automake to pack into transaction set.
automake-1.9.2-3.noarch.r 100% |=========================| 23 kB 00...
2006 Jan 10
0
Problem installing rubygems-0.8.11
...s
<--- lib/rubygems
<--- lib
As of RubyGems 0.8.0, library stubs are no longer needed.
Searching $LOAD_PATH for stubs to optionally delete (may take a
while)...
....done.
No library stubs found.
hook /home/jhodapp/temp/rubygems-0.8.11/./post-install.rb failed:
uninitialized constant YAML::Syck::Resolver
Try ''ruby setup.rb --help'' for detailed usage.
I have Syck installed...
/usr/lib/ruby/1.8/i386-linux/syck.so
/usr/lib/ruby/1.8/yaml/syck.rb
I am not sure why I am getting this error and would like to resolve
it if possible.
Thanks,
Jim Hodapp
2006 Nov 01
0
Re: YAML.load(some_string) doesn't return hash?
Oleg Kh wrote:
> A small problem here. As per documentation on
> http://corelib.rubyonrails.org/classes/YAML.html YAML.load(string)
> should just return a hash. However on my windows machine it returns
> something like this:
>
> #<YAML::Syck::DomainType:0x36d5038
> @domain="yaml.org,2002",
> @type_id="map:HashWithIndifferentAccess",
> @value=
> {"key"=>"value",
> "key"=>"value",
> "key"=>"value",
> "key"...
2007 Oct 12
5
deciphering objects.log
...e actual columns mean?
18,Float,143952,256821,112869,,,
18,String,39543,41693,2150,24.727076,55.526376,2308.000000
18,Array,3014,4232,1218,4.445888,23.633335,612.000000
18,Proc,1699,1750,51,,,
18,Regexp,1300,1310,10,,,
18,Hash,691,730,39,8.008219,36.218131,519.000000
18,Time,134,168,34,,,
18,YAML::Syck::Scalar,60,108,48,,,
18,Mongrel::Stats,44,57,13,,,
18,MatchData,14,24,10,1.416667,1.138904,5.000000
18,StringIO,9,12,3,166.833333,178.322401,408.000000
19,Float,256821,107916,-148905,,,
19,String,41693,39700,-1993,23.864257,52.626340,2308.000000
19,Array,4232,3086,-1146,5.254051,27.529250,612.00000...
2008 Mar 25
0
New package: yaml 1.0 released to CRAN
Hi all,
I've released a new package to CRAN called 'yaml'. It allows R to
parse YAML documents (http://yaml.org) into R objects, and there are
a few methods to convert R objects into YAML. The package uses the
Syck YAML parser (http://whytheluckystiff.net/syck/), the same parser
that Ruby and other languages use to parse YAML.
For more information, please visit:
http://biostat.mc.vanderbilt.edu/YamlR
Thanks!
Jeremy
--
Jeremy Stephens
Computer Systems Analyst I
Department of Biostatistics
Vanderbilt Univer...
2008 Feb 22
1
YAML parser for R in Windows
How can I parse a YAML file in R 2.6.0 in Windows? I cannot get the
RYaml package to compile in Windows, I can't find a MinGW compiled .dll
for an existing YAML parser like syck (which would appear to be the best
hope for creating my own R wrapper functions), and I don't know how to
call a Ruby or Python function from R (so that I could parse the file in
Ruby or Python and pass the parsed object to R - there is a package that
I found, RSPython, that I tried but I get a...
2008 Mar 25
0
New package: yaml 1.0 released to CRAN
Hi all,
I've released a new package to CRAN called 'yaml'. It allows R to
parse YAML documents (http://yaml.org) into R objects, and there are
a few methods to convert R objects into YAML. The package uses the
Syck YAML parser (http://whytheluckystiff.net/syck/), the same parser
that Ruby and other languages use to parse YAML.
For more information, please visit:
http://biostat.mc.vanderbilt.edu/YamlR
Thanks!
Jeremy
--
Jeremy Stephens
Computer Systems Analyst I
Department of Biostatistics
Vanderbilt Univer...
2011 Nov 25
6
Use RbConfig instead of obsolete and deprecated Config
Hi everyone,
since my last gem update, I get the following error when using webgen:
/home/dams/opt/ruby/gems/webgen-0.5.14/lib/webgen/cli/utils.rb:10: Use
RbConfig instead of obsolete and deprecated Config.
/usr/lib/ruby/1.9.1/psych.rb:154:in `parse'': (<unknown>): couldn''t parse
YAML at line 21 column 9 (Psych::SyntaxError)
from /usr/libb/ruby/1.9.1/psych.rb:154:in
2007 Nov 17
1
crash while building index
...:00
6209868 /usr/lib/ruby/1.8/x86_64-linux/stringio.so
2ae17c9d3000-2ae17c9d4000 rw-p 00004000 fe:00
6209868 /usr/lib/ruby/1.8/x86_64-linux/stringio.so
2ae17c9d4000-2ae17c9f0000 r-xp 00000000 fe:00
6209870 /usr/lib/ruby/1.8/x86_64-linux/syck.so
2ae17c9f0000-2ae17cbef000 ---p 0001c000 fe:00
6209870 /usr/lib/ruby/1.8/x86_64-linux/syck.so
2ae17cbef000-2ae17cbf1000 rw-p 0001b000 fe:00
6209870 /usr/lib/ruby/1.8/x86_64-linux/syck.so
2ae17cbf1000-2ae17cbfa000 r-xp 00000000 fe:00
6209872...
2006 Mar 27
2
Mongrel Web Server 0.3.12 -- Pre-Release
Hello Everyone,
Mongrel is due for a 0.3.12 release which will feature some pretty insane
goodies for everyone. There''s talk of IOWA support, lots of speed
improvements (including sendfile support), a great Configurator which makes
configuring Mongrel a snap (especially for framework implementers), and a
ton of debugging stuff.
WARNING
This is a pre-release announcement for the
2006 May 08
1
script/generate scaffold errors
...Specifically, I''ve typed:
% ruby script/generate scaffold Product Admin
and received the following error:
/usr/local//lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/core_ext/hash/keys.rb:27:in
`symbolize_keys'': undefined method `to_sym'' for
#<YAML::Syck::MergeKey:0x23b2e48> (NoMethodError)
I''ve got rail 1.1.2 and have done
% sudo gem update rails --include-dependencies
and been told that all is up to date. I''m on OSX 10.4.6 and I''m aware
this can be temperamental, but I''d appreciate any suggestions as to...
2012 Dec 04
14
custom define type for array with 'case' argument pass to it
I am trying to write a define type which will use an array but in the
meantime have an argument pass to it that sets a case. See for example :
define link_files ($linkcase) {
case $linkcase {
"var" : {
file { "${name}_exelink" :
path => "/var/log/puppet/${name}_log",
ensure => link,
2010 Oct 25
0
Re: MCollective Client Languages (WAS Re: Re: Accessing Facter in other languages than Ruby?)
...eally we''ll get other languages to be clients directly obviously thats the
biggest win.
Are you using the SSL security plugin? It uses YAML and there''s some sample Perl
code that speaks to mcollective - at least mc-ping - in ext, it should be easy
to make any language that has a syck YAML library to work with mcollective.
Eventually I hope to have some nice libraries in the usual suspects like Perl,
Python and PHP but really I dont know or dont care enough for those languages
to bother doing it. I''d gladly help someone who is keen to write such a
library though.
We...
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
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.
-
2013 Feb 02
2
rake db:migrate problem
...ni:~/Sites/music_library$ rake db:migrate --trace
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke db:load_config (first_time)
** Execute db:load_config
rake aborted!
syntax error on line 28, col 1: ` host: localhost''
/usr/lib/ruby/1.9.1/syck.rb:135:in `load''
/usr/lib/ruby/1.9.1/syck.rb:135:in `load''
/home/mini/my_gems/gems/railties-3.2.9/lib/rails/application/configuration.rb:115:in
`database_configuration''
/home/mini/my_gems/gems/activerecord-3.2.9/lib/active_record/railtie.rb:78:in
`block (2 levels) in <...
2006 Jun 15
1
Performance leak with concurrent requests on static files (Rails)
...REG 8,3 30975 537298194
/usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13/lib/http11.so
mongrel_r 32200 curio mem REG 8,3 45420 134491732
/usr/local/lib/ruby/1.8/i686-linux/socket.so
mongrel_r 32200 curio mem REG 8,3 126144 134491736
/usr/local/lib/ruby/1.8/i686-linux/syck.so
mongrel_r 32200 curio mem REG 8,3 1232784 671088799
/lib/tls/i686/cmov/libc-2.3.6.so
mongrel_r 32200 curio mem REG 8,3 136368 671088803
/lib/tls/i686/cmov/libm-2.3.6.so
mongrel_r 32200 curio mem REG 8,3 18900 671088801
/lib/tls/i686/cmov/libcrypt-2.3.6.so
mongrel_r...