Displaying 20 results from an estimated 200 matches similar to: "connect to postgres db"
2011 Jul 05
6
[PATCH 1/7] ln: Check snprintf() return values
Add some semi-useful error message, as printing the failing dir or file
seems not really advisable after that error.
Signed-off-by: maximilian attems <max at stro.at>
---
 usr/utils/ln.c |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/usr/utils/ln.c b/usr/utils/ln.c
index e826eb8..257b33f 100644
--- a/usr/utils/ln.c
+++ b/usr/utils/ln.c
@@ -9,7
2006 Dec 14
2
puppet --help fails
$ puppet --help
/opt/csw/lib/ruby/gems/1.8/gems/puppet-0.20.1/bin/puppet:103:
undefined method `feature'' for Puppet:Module (NoMethodError)
        from /opt/csw/lib/ruby/1.8/getoptlong.rb:460:in `each''
        from /opt/csw/lib/ruby/1.8/getoptlong.rb:457:in `each''
        from /opt/csw/lib/ruby/gems/1.8/gems/puppet-0.20.1/bin/puppet:97
        from /opt/csw/bin/puppet:18
2007 May 15
5
rake db:migrate sucks
I have installed ruby1.8.5-22 under windows,
and then rails 1.2.3
and also i update rubygems to 0.9.3 with gems update --system
however,when i enter the project directory and input the command rake
db:migrate,it sucks with the following errors:
rake aborted!
uninitialized constant ActionController
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:2028:in
`const_missing''
2007 Nov 28
7
puppetrun failing: "connect'': tlsv1 alert unknown ca"
I''m trying to get puppetrun to work, without luck so far.
I have my puppetmaster and clients working fine with the clients polling
the master. Now I want to be able to force an update. Using version
0.23.2
On the client I set listen=true and created the namespaceauth.conf file.
Restarted puppetd and it appears fine.
On the master I run puppetrun as root and get
root@plane:/etc/puppet#
2007 Dec 04
2
Mongrel 1.1.1 Win32 (latest) + Rubygems
Hello all. Hope this doesn''t appear as spam...
I am trying to run Mongrel on Win XP (SP2) for a web site (just one at the
moment). For some reason it is giving me this error:
E:\web\app2>mongrel_rails start -p 4001 -d
** WARNING: Win32 does not support daemon mode.
** Daemonized, any open files are closed.  Look at log/mongrel.pid and
log/mongr
el.log for info.
** Starting Mongrel
2007 Dec 21
0
[ wxruby-Bugs-16475 ] Problem with wxruby gem in windows
Bugs item #16475, was opened at 20-12-2007 21:09
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=218&aid=16475&group_id=35
Category: Installer problems
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Problem with wxruby gem in windows
Initial Comment:
my setup:
  windows xp sp2
  ruby
2007 Sep 26
0
Rake DB Migration
Hai All,
i have installed Ruby and Rails in my localhost, and i have to download
Rubricks CMS and installed in my localhost in the installing process i
got below Error Please Say how can i rectify this.
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
wrong number of arguments (1 for 0)
2008 Feb 27
2
problem installing webOrb => Plugin not found: "http://themidnightcoders.net:8089/svn/weborb"
I''m trying to install weborb in my applications but it is not working
as you can see:
C:\RoR\mijnapplication>ruby script/plugin install http://themidnightcoders.net:8
089/svn/weborb --force to reinstall
+ ./README
+ ./Rakefile
+ ./init.rb
+ ./install.rb
+ ./lib/AC_OETags.js
+ ./lib/InfoService.rb
+ ./lib/data-management-config.xml
+ ./lib/example.html
+ ./lib/example.mxml
+
2008 Mar 14
0
acts_as_ferret issue on windows
I installed ferret-0.11.5-x86-mswin32 successfully but I''m having no
luck with either the acts_as_ferret gem or the plugin.
The plugin installs clean but when I try to start the server I get the
following:
D:\test>ruby script\ferret_server --debug start
fork() function is unimplemented on this machine
D:/test/vendor/plugins/acts_as_ferret/lib/unix_daemon.rb:41:in `fork''
2007 Jun 14
19
Please test export/collect from svn
For those of you out there using export/collect (which we really need  
to come up with a better name for...), can you test the current SVN  
code?
I''m mostly wondering if the performance is any better.  To use it,  
you''ll have to remove your current database, since the database  
schema is significantly changed.
I''m getting what looks like an additional 25% reduction
2010 Feb 23
12
"no such file to load -- gettext/rails" error
I get the error below when I try to start my server.
Here are the versions installed:
    OS: Windows Server 2008
    Ruby: 1.8.7
    Gems:
    actionmailer (2.3.5, 1.3.5)
    actionpack (2.3.5, 1.13.5)
    actionwebservice (1.2.5)
    activerecord (2.3.5, 1.15.5)
    activeresource (2.3.5)
    activesupport (2.3.5, 1.4.4)
    cgi_multipart_eof_fix (2.5.0)
    daemons (1.0.10)
    gem_plugin
2006 Feb 10
22
Mongrel 0.3 -- Runs Ruby On Rails
Hello Folks,
This is the long awaited release of the Mongrel HTTP library that  
supports *Ruby On Rails*.  I know tons of people have been waiting  
for it, so I''ve got a few things to lay down first before you get all  
excited:
1)  It''s very very ALPHA support for Rails.  It will run a Rails app,  
and runs my simple apps, but it''s not fast or correct as it needs to
2006 Aug 22
0
gem install postgres, dead meat - revisited
I''m still trying to install this sucker ... (RR)
I''m behind a firewall on a WinXP machine.
I open up a DOS window, go to my RR sample app and type the following to 
set up postgres:
gem install postgres
I get back the following error:
ERROR: While executing gem ... (SocketError)
    getaddrinfo: no address associated with hostname.
So ... I create this environment variable
2006 Aug 08
4
Creating a child simultaneously with parent via form
Hi there
I''ve got a user model and an address model; a user has_many addresses.
A user object can be created via an html form which also allows for an
initial address to be created.
I''ve got a controller method working to save both objects via the
form, but I suspect I can achieve this in a more rails-esque manner.
Here is my controller method:
def signup
 @user =
2005 Dec 21
1
how to sort records??
hey, 
ยต
i have these records in my database, in a many-to-many relationship
clients_users
1;66
2;66
3;66
5;66
6;66
7;66
8;66
14;66
15;66
16;66
17;66
18;66
19;66
20;66
21;66
22;66
clients
1;VME Complex Foster
2;VME Res. Canada
3;Twodecode
5;Index
6;Verleye bvba
7;Venus bvba
8;All Building Services nv
14;Vitro-Service sa
15;Vitro-Clean
16;Vecom nv
17;Ultra lean bvba
18;Solar Cleaning Services nv
2007 Apr 11
2
Error: Device 0 (vkbd) is already connected.
Hi,
   Is vfb working well lately?  I thought I''d test it out on ia64 and it
works great, but only once per boot.  If I stop the domain and restart
it, I get the following:
Error: Device 0 (vkbd) is already connected.
To make sure this isn''t an ia64 anomaly, I tried it on an x86_64 system.
Same thing, works the first time, reboot the domain and it''s broken.  I
see
2006 Feb 09
4
Login_Engine: trouble configuring
Hi Guys,
I''m having some trouble getting login_engine to work. I''ve followed the 
steps in the README file to the letter (I think) with the exception of 
the Mailer stuff and cannot get my application to run. Heres what I have;
module ApplicationHelper
   include login_engine
end
#####################################
require ''login_engine''
class
2006 May 03
2
WEBrick initialisation error
I am new to Ruby so I thought the best way to get into it would be to
follow the ONLamp "Rolling with Ruby on Rails" intro. I followed the
instructions to the letter and everything work just great, very
impressive:-).
A couple of days later when I went back to it I got the following
message when trying to start the WEBrick server.
U:\RoRProjects\cookbook>ruby script\server
=>
2006 Jun 21
1
Newbie Four Days on Rails
Hi all,
Having successfully gone through  Bill Walton''s Tutorial ''Rollining with Ruby on [Instant] Rails'' 
I decided to tackle John McCreesh''s ''Four Days on Rails'' Tutorial.
I changed the Rails version as recommended in the tutorial.
All went well until I entered the following command:-
ruby script/generate model category
I got:-
2005 Jul 25
1
Error in xend start of xen-unstable
xend cannot start with error:
 
...ption starting xend: ''module'' object has no attribute ''VIRQ_DOM_EXC''
Traceback (most recent call last):
  File "/usr/lib/python2.3/xen/xend/server/SrvDaemon.py", line 304, in run
    self.createFactories()
  File "/usr/lib/python2.3/xen/xend/server/SrvDaemon.py", line 319, in createFactories