Displaying 3 results from an estimated 3 matches for "9cc4".
Did you mean:
9c54
2013 Dec 19
1
Help with Ubuntu Preseed Repository for Puppet Open Source
...re subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/64e7bbda-b2c3-4176-9cc4-2e46a9f1b16c%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
2013 May 28
1
Error "Illegal instruction (core dumped)" when running puppet agent (version 3.2.1)
Hi,
I just upgraded my puppet to version to 3.2.1, and when running the agent,
I get an error saying "Illegal instruction (core dumped)". Here is some
details:
- both master and agent is run on the same machine
- # cat /etc/redhat-release
CentOS release 6.2 (Final)
- # uname -r
3.9.3-x86_64-linode33
- #ruby --version
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
-
2013 Jun 18
2
`require': cannot load such file -- nokogiri (LoadError) in rubyXL
Hi All
Getting the below error when running the source code
My requirement is : I want read / write the excel sheet ( both xls / xlsx )
from Ruby , if you have any other solution also share with me ..
*Source Code :*
*
*
*
bash-3.2$ cat rubyXL.rb
require ''rubyXL''
workbook = RubyXL::Parser.parse("test.xlsx")
workbook = RubyXL::Workbook.new
sheet_Name =