Displaying 20 results from an estimated 200 matches similar to: "loaderror in line 85"
2007 Apr 03
1
rpm package for sles10
Hi,
I thought about changing the RPM package the guys of Redhat created,
because I wanted an Init Script for SLES10 built-in. I started documenting
the steps I took. Maybe it''s useful for someone else, although in German..
but the basic steps should be useable.
My little Installating puppet Howto:
http://wiki.njh.eu/Konfigurationsmanagement#Installation_3
The Init Script for SLES10:
2007 Mar 29
1
connection problems
hello,
so today i started setting up a puppet server and client and am already
having a problem (even before i started). the client tries to talk to the
server for the first time to get a certificate.
debug: Calling puppetca.getcert
that is what it says as last line on the client. tcpdump says there are
four packages transmitted between the hosts.. all coming from the client
and going to the
2007 Apr 05
1
signing certs
I noticed a behaviour which is kind of confusing. I have the puppetmasterd
running. Now I want a new client to connect. I edit the site.pp and add
the client. When the client is started I can see it with puppetca --list.
So I sign the client. When it next tries to connect it shows:
notice: Allowing ::ffff:192.168.x.y(::ffff:192.168.x.y) untrusted access
to CA methods
notice: Host
2016 Jun 15
1
id shows only primary group on domain member server
cat /usr/local/samba/etc/smb.conf:
# Eintraege fuer das ActiveDirectory Samba4 workgroup = SAMDOM
realm =SAMDOM.LOCAL security = ADS # Alle Template
Einstellungen kommen direkt aus der AD # Die Shell ist nur aus
Sicherheitsgruenden hier eingetragen template shell = /bin/false
kerberos method = secrets and keytab dedicated keytab file =
2006 Jul 26
0
LoadError: no such file to load
Suddenly I noticed that I can''t require installed gems from irb or
./script/console. Any ideas?
irb(main):001:0> require ''RMagick''
LoadError: no such file to load -- RMagick
from (irb):1:in `require''
from (irb):1
irb(main):002:0> require ''mysql''
LoadError: no such file to load -- mysql
from (irb):2:in
2006 Jun 05
1
script/console LoadError - ''no such file to load''
Hello,
When I enter the command "ruby script/console", instead of an irb
session beginning, I get the following error:
[code]
c:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
''require__'': No such file to load --
./script/../config/../config/environment (LoadError)
[/code]
I''m a little new to Rails, but it appears to me that the path to the
2006 May 19
1
LoadError - no such file to load -- pathname (Dreamhost)
I''ve started getting the following error on Dreamhost when trying to run
any scripts or dispatch.*
[barry]$ ruby -d script/server
Exception `LoadError'' at ./script/../config/boot.rb:6 - no such file to
load -- pathname
./script/../config/boot.rb:6:in `require'': no such file to load --
pathname (LoadError)
from ./script/../config/boot.rb:6
from
2009 Oct 23
0
The specified procedure could not be found - Init_win32api (LoadError)
Hi All,
I just installed Ruby1.8.6 using One step installer and installed
following gems in order
- rspec
- watir
- dbi
In one my script i use - require ''win32api''
When I run this script I get the following error.
C:/ruby/lib/ruby/1.8/i386-mswin32/win32api.so: 127: The specified
procedure could not be found. - Init_win32api (LoadError)
2007 Jul 23
1
readline (LoadError)
hi,
i''m a noob in ror, today i bought a book to learn ror.
i do everthing that stand''s in this book, and the shit does''t work!
i use Aptana IDE with RadRails
the problem is:
Loading development environment.
/usr/lib/ruby/1.8/irb/completion.rb:10:in `require'': No such file to
load -- readline (LoadError)
from /usr/lib/ruby/1.8/irb/completion.rb:10
from
2010 May 18
0
no such file to load -- thread (LoadError)
Hi All,
I removed all my rails and then ruby installation using sudo apt-get
remove and by deleting all gem and ruby folder manually.
Then I installed ruby. And tried to install gem(1.3.5 and1.3.6 also)
using
ruby setup.rb
I got following error
./lib/rubygems.rb:9:in `require'': no such file to load -- thread
(LoadError)
from ./lib/rubygems.rb:9
from setup.rb:24:in `require''
2009 Mar 25
0
RMagick LoadError
I installed RMagick 2.9.1 and tried to test RMagick code below.
irb -rubygems -r RMagick
But I got an error like below.
/usr/local/lib/ruby/gems/1.8/gems/rmagick-2.9.1/lib/RMagick2.so:
libMagickCore.so.2: cannot open shared object file: No such file or
directory - /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.9.1/lib/RMagick2.so
(LoadError)
from
2011 Feb 10
0
Testing custom function and puupet LoadError
I am using ruby-enterprise, installed under: /opt/ruby-enterprise,
when I try to run ruby interpreter I get error about loading puppet:
# ruby -rpuppet netbackup_servers.rb
ruby: no such file to load -- puppet (LoadError)
What do I need to set RUBYLIB env var to? I tried this:
export RUBYLIB=$RUBYLIB:/opt/ruby-enterprise/lib/ruby/
export RUBYLIB=$RUBYLIB:/opt/ruby-enterprise/lib/ruby/1.8/
2007 Apr 09
0
rubygems LoadError with Apache
Hi, I tried to deploy Ruby with Apache on OS X, but i got this error
just from clicking on the "About your applications environment" on the
"Welcome aboard" rails page.
========================================================================
public/../config/boot.rb:18:in `require'': No such file to load --
rubygems (LoadError)
from
2012 Sep 18
0
No such file to load -- gem_prelude.rb (LoadError)
Hi,
I am new to IronRuby. I have installed IronRuby1.1. When I execute my
IronRuby script I get an error:
unknown: no such file to load -- gem_prelude.rb (LoadError)
Can someone tell me why this error is occuring???
I am trying to automate using Bewildr.
This is my script:
require ''rubygems''
require ''bewildr''
puts "hello"
@app =
2009 Jun 05
0
Newbie help - Rails LoadError on Windows Xp
Hi all,
I''m new to RoR and just installed Ruby on windows xp. I cant get rails
to load. The command "rails -v" displays the following error:
<mylocaldir>/Ruby/bin/rails:19:in `load'': no such file to load --
"<mylocaldir>/Ruby/lib/ruby/gems/1.8/gems/rails-2.3.2/bin/rails"
(LoadError)
from <mylocaldir>/Ruby/bin/rails:19
I''m
2009 Nov 17
0
No such file or directory - /usr/local/lib/ruby/1.8/sparc-solaris2.10/readline.so (LoadError)
I am trying to run console on a Solaris server and I get this error:
-bash-3.00$ script/console
Loading development environment (Rails 2.3.4)
/usr/local/lib/ruby/1.8/sparc-solaris2.10/readline.so: ld.so.1: ruby:
fatal: libedit.so.0: open failed: No such file or directory - /usr/
local/lib/ruby/1.8/sparc-solaris2.10/readline.so (LoadError)
from /usr/local/lib/ruby/1.8/irb/completion.rb:10
2013 Mar 11
0
test.rb:1:in `require': no such file to load -- yaml (LoadError)
Hello
I am trying to migrate my ruby from old server to new server.
I did a copy of all the binaries and have set all the relevant patch.
However I am not sure what I am missing. Below require works completely
fine on my old server. however , does not work fine in new server.
How can I know where is the yaml file located on the old server and any
advise how to fix this issue.
File Content:
2012 Mar 07
0
LoadError: Expected X to define on gem upgrade
I''m upgrading to the latest version of ActiveAdmin and am running into the
following when trying to start the app:
Expected ../app/model/store/base.rb to define Base
base.rb defines base like:
module MyApp
class Store::Base
end
end
I''ve done some digging and found that ActiveAdmin did some refactoring to derive everything from a BaseController. It also depends on
2009 Jan 13
2
Cucumber newbie gets Webrat::Se ssion (LoadError)
Just trying to get cucumber/webrat going and so after following the
installation process here
http://wiki.github.com/aslakhellesoy/cucumber/ruby-on-rails i wrote a
quick feature and when I rake features, I get the following in the
console:
c:/InstantRails-2.0-win/ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/acti
ve_support/dependencies.rb:262:in `load_missing_constant'': Expected
2011 Jan 12
1
gem and rails3: LoadError
Hi everybody,
I''m trying to use the prawn gem into a new rails3 application on debian.
What I did:
As root:
- install rubygems, from
http://rubyforge.org/frs/download.php/73882/rubygems-1.4.2.tgz
- gem install rails
- gem install prawn
- gem install pdf-reader
- gem list | grep prawn =>
prawn (0.8.4)
prawn-core (0.8.4)
prawn-layout (0.8.4)