Displaying 20 results from an estimated 1100 matches similar to: "Problems Deploying a Camping app on TxD"
2006 Aug 24
3
Mousehole stuff
Hey everyone,
I''m using mousehole for the first time today (love the artwork, btw) and I
seem to be having problems with Camping and Markaby. When I go to the Apps
page I get:
Camping Problem! MouseHole::Controllers::RApps.GET TypeError
/Users/tzaharia/Sites/mouseHole/lib/mouseHole/views.rb:78:in `+'': can''t
convert String into Array:bla bla bla...
The line in question
2007 Sep 24
3
Trouble using backgroundrb
Hi all, 
I''m a newbie to backgroundrb and am having trouble integrating it into
my rails-app. I''m using namespaces to differentiate between the parts of
my app.
When I want to create a new worker, it seems that it cannot find the
worker object. Here''s my code:
-------------------- controller app/passwd/index --------------------
class Passwd::IndexController <
2007 Jun 06
2
struggling with stability
Greetings all,
Unit tests are passing, but I''m having mucho problems getting brb to  
run without exceptions for more than 6 hours.
I''m seeing a mixture of the following 2 exceptions:
20070605-11:26:56 (21497) failed to find slave socket - (RuntimeError)
20070605-11:26:56 (21497) /usr/local/lib/ruby/gems/1.8/gems/ 
slave-1.2.1/lib/slave.rb:435:in `initialize''
2014 Jul 05
1
[PATCH 1/2] nvc0/ir: use manual TXD when offsets are involved
Something about how we're implementing offsets for TXD is wrong, just
flip to the generic quadop-based implementation in that case.
This is the minimal fix appropriate for backporting.
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
Cc: <mesa-stable at lists.freedesktop.org>
---
 src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 3 ++-
 1 file changed, 2
2014 Jul 05
0
[PATCH] nvc0: do quadops on the right texture coordinates for TXD
handleTEX moves the layer as the first argument. This makes sure that
the quadops deal with the texture coordinates.
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
Cc: <mesa-stable at lists.freedesktop.org>
---
 src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git
2005 Dec 22
2
Lightty idle-timeout - does it work?
Rails 1.0 on RedHat with MySQL
It seems that my app stops functioning overnight [actually I am  
assuming that it is after a period of inactivity]. Googling around  
for solutions, it seems that it might be an issue with timeouts on  
the MySQL session. A suggestion I found was to a) increase timeout on  
MySQL [don''t want to do that]; b) add idle-timeout parameter to  
Lightty. So I
2006 Apr 10
1
Capistrano/SwitchTower "current" dir deployment question
All,
I have successfully executed the "deploy" task in Capistrano/Switchtower 
to establish a symbolic link named "current" which points to the current 
version of my app. on my remote server.
My app. was already deployed to the existing Rails root directory (call 
it "appname") though.
I have Apache fronting my app. through a virtual host whose doc. root is 
itself
2012 May 15
5
setting up the SQLite database
I know this isn''t Python, but I''d like to get a view on the ''one  
obvious'' way to set up an SQLite (or other) database and its location  
per-app. I''ve got a bit lost with the Camping 2 changes and various  
code snippets I have kicking around.
1.
is it best to set up the DB creation/connection:
1.1
at the end of the app
2006 Apr 06
3
Apache as proxy for webrick
Hello,
We have a webrick server running our nice app, and an apache server 
being used to serve the rest of the site and act as a proxy for the 
webrick app.
<code>
<IfModule mod_proxy.c>
    ProxyRequests Off
    <Proxy *>
        Order deny,allow
        Allow from all
    </Proxy>
    ProxyPass /appname http://server.com:3000
    ProxyPassReverse /appname
2009 Jun 16
2
OT - Tomcat CLASSPATH issue
if this is ignored then fair enough as its not really the place for it 
but if anyone has seen this it would be good to know
tomcat is 6.0.18
CLASSPATH is set in /etc/sysconfig/<appname> and this IS getting used as 
_some_ configuration items are being picked up from /etc/<appname> but 
the issue is when default setting from within the webapp are not being 
overwritten by settings in
2006 Jun 09
1
RewriteBase w/ Capistrano on a shared host
Hello,
I''m on a shared hosting, and tried this as a test:
[code]
svn co {repo} to /home/{user}/{appname}
ln -s {appname}/public/ public_html
chmod -R 755 trunk
[/code]
With the .htaccess file''s RewriteBase directive set to /
This setup works great, with no problems at all.
Here''s my issue, I''m attempting to use Capistrano, which is setup by 
default to 
2009 Mar 22
2
wineboot not working as expected
I'm trying to install "Microsoft Digital Image 9", and the very first thing it does is configures a few files then immediately prompts the user it's going to reboot.  I press "Ok", and it then does what it just did, and pops up the same message.  This can continue forever.  So, I decided to try to press "Ok", then immediately enter in "wineboot". 
2011 Sep 20
1
sudo wildcards problem: for every argument a *-wildcard? Better solution?
Hi folks
I allow the user tommy to run this command as root
sudoCommand: /app/appname/connectors/*/*/current/bin/*
With "sudo -l" he sees the sudoers, but is unable to execute.
$ sudo /app/appname/connectors/zur/namename/current/bin/othername
agentsvc --i --u root --sn 1m7command
Sorry, user tommy is not allowed to execute
2006 Jul 31
0
Can''t get into production mode!
Hi all,
I''m deploying my first rails app.  I''m using lighty and fcgi, and cannot
get the app to go into production mode.  I deploy via Capistrano.
When I dump ENV, RAILS_ENV is still ''development''.  Is something
overriding the lighty config?
Here is the lighty config:
var.appname = "mcalogin"
server.port = 1411
server.modules =
2006 Feb 21
0
Deployment question: running multiple applications using symlinks, what does my lighttp.conf look like?
Hi,
I''m looking to run several installation of a rails app. Each one has 
certain unique elements, like database.yml some and some css stuff, 
possible some templates as well.
I''ve set this up like
/w/sites/clienta
/w/sites/clientb
/w/sites/clientc
Inside these directories there will be mostly symlinks to:
/apps/myapp
Urls for these apps will be:
http://clienta.example.com
2015 Mar 13
0
mysql replication - problems
On Thu, March 12, 2015 11:49, Tim Dunphy wrote:
>
> Ok, yeah I can understand that. I'll correct it. Still need a way to
> get SSL enabled however. Any suggestions there?
The method we use is to create an application specific directory under
/etc/pki and place its certificates and keys in there.  This is how
several packages from RHEL/EPEL do things:
drwxr-xr-x. 2 root root 4096 Mar
2006 May 18
0
+ Camping::FastCGI
Getting Camping to work with FastCGI is a little clunky, since FastCGI 
doesn''t really understand mounting apps and sometimes the environment 
vars are a little whack.  To keep the postambles easy to read, I''ve 
moved the handy stuff into lib/camping/fastcgi.rb.
== Mounting a Single App
Assuming: Camping.goes :Blog ... this goes in your postamble ...
    require
2006 Jul 29
6
why is webrick running in development mode?
Hi,
I changed my environmnet.rb to say PRODUCTION mode, however when I start 
up a server "ruby scripts/server"
a) it runs in development mode (via the logs) - any ideas why?
b) why does webbrick run - I thought by default now it was supposed to 
be lightty
Tks
-- 
Posted via http://www.ruby-forum.com/.
2020 Feb 18
1
install_prereq install-unpackaged fails on Debian Buster
Hello,
For the very first time, I tried the command bellow on a newly build Debian
Buster box on which I successfully built Asterisk 17.2.0 before. I got :
# contrib/scripts/install_prereq install-unpackaged
*** Installing NBS (Network Broadcast Sound) ***
A    nbs-trunk/LICENSE
A    nbs-trunk/nbsclient.c
A    nbs-trunk/nbsd.c
A    nbs-trunk/nbs.h
A    nbs-trunk/nbscat.c
A    nbs-trunk/Makefile
2006 Oct 31
3
works with webrick,lighty, not mongrel
Hello,
  I''ve been working away to setup mongrel as my production server, however I
am running into an odd problem and am not sure where to investigate for the
answer.
  When I run using mongrel_rails start most things work fine, but a I get a
few inexplicable undefined method errors, for example:
undefined method `send_qbxml'' for #<Sync:0x2aaaafa7aa78>
The method is