search for: douglass

Displaying 20 results from an estimated 30 matches for "douglass".

Did you mean: douglas
2006 Jun 19
10
Lighttpd works fine in development. Production not happening
Hello, I''ve checked out my rails tree from svn into the location I intend to run in production mode. However, I am unclear on what exactly needs to change for it to work in production mode. Yes I have: "bin-environment" => ("RAILS_ENV" => "production") When I switch to the externally routed IP address instead of 0.0.0.0:3000 and try running: %
2006 Jun 17
4
ruby script/console fails to launch
Can someone please explain why I am see the following: <snip> rails/uploadimage> ruby script/console Loading development environment. /usr/local/lib/ruby/1.8/irb/completion.rb:10:in `require'': no such file to load -- readline (LoadError) from /usr/local/lib/ruby/1.8/irb/completion.rb:10 from /usr/local/lib/ruby/1.8/irb/init.rb:252:in `load_modules'' from
2006 Nov 06
2
Two uplinks, two networks and policy routing help requested
...d words I attempted to come up with a diagram: http://studpup74.googlepages.com/networkproblem (I did not want to post this image to the list :) If anyone with this experience has a few moments to assist us, I would be very grateful. Let me know if you need additional information. - John Douglass, Georgia Tech
2006 May 25
3
No joy for newbie Capistrano user
Hello, I tried taking Capistrano out for a test drive and I can''t even get out of the garage. I am following the instructions here: http://manuals.rubyonrails.com/read/chapter/98#page262 As well as Duncan Davidson''s Deploying Rails with Lighty: Deploying Rails with LightTPDhttp://duncandavidson.com/essay/2005/12/railsonlighty Specifically, when I do: rake remote:exec
2006 Jun 30
2
Rather ominous resource consumption figures
Hello, Yesterday I posted about how to email from a worker. I decided to be a bit piggy and just inhale all of rails. Sorted. I am noticing some rather ominous behavior though. The setup: My worker takes an uploaded image as a param and passes it (via system call) to a C++ image processing engine. Take a look at these memory consumption figures for successive runs uploading the identical image
2006 Jun 16
7
How to pass params to long running system call
Hello, Can someone tell me the best way to make a system call (from within my model) that runs for a while and requires params form my model, specifically attributes of my model. So, I need the correct syntax and also general guidelines for launching the process. Thanks so much. Regards, Doug -- Posted via http://www.ruby-forum.com/.
2006 Jun 30
2
Need to send email from a worker
Hello, Can someone suggest the simplest way to send email from a worker? At completion, I need to send the results of it''s work to a recipient. Thanks, Doug Turner skype: dduuggllaa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20060629/94d9fb64/attachment.html
2006 Jun 30
0
Fwd: Need to send email from a worker
Begin forwarded message: > From: Ezra Zygmuntowicz <ez at brainspl.at> > Date: June 29, 2006 8:18:10 PM PDT > To: Douglass Turner <douglass.turner at gmail.com> > Subject: Re: [Backgroundrb-devel] Need to send email from a worker > > > On Jun 29, 2006, at 7:45 PM, Douglass Turner wrote: > >> Hello, >> >> Can someone suggest the simplest way to send email from a worker? >>...
2003 Sep 08
2
No joy installing R with shared libs.
...python. But when I import RS python rolls over and dies with a segmentation fault. It has been two days of futzing with recompiles, environment variable diddling and whatnot. Can some kind soul please give me a fool proof recipe for building R and RSPython so that it actually works? Thanks, Douglass Turner [[alternative HTML version deleted]]
2003 Aug 04
2
winbind timeouts
Hello, I have tried posting to comp.protocols.smb with no luck. Please help. I am running: Slackware 9.0 (x86) kernel 2.4.21 samba 3.0b3 MIT kerberos5 v1.2.7 I am testing samba 3.0b3 as part of migrating my site to Active Directory. Compiles/installs OK. When winbindd is started, it looks for the list of trusted domains and then queries those domains for user/group info. When I have the samba3b3
2006 Jun 03
1
Seek Rails Design Pattern for Photo Manipulation Service
Hello, I''ve built a powerful image manipulation engine in C++ that I want to deploy as a Web-based service for all to use. The idea is straight forward: Visit my site, submit a photo, select a visual treatment, press go, and receive the resultant photo via email. See samples here: http://www.flickr.com/photos/tags/theimageengine While the engine is rock solid, I am struggling a bit
2002 May 13
0
Samba 2.2.4 with Win 2k
...intext passwords this seems to allow the Win 2k machines to see the Samba server in 'Computers Near Me' but not in 'Entire Network'.... Also, there seems to be a problem with using 'smbclient -L <win2kbox> -N' which returns the error: dpsims@blackie:/etc$ smbclient -L douglass -N added interface ip=192.168.1.250 bcast=192.168.1.255 nmask=255.255.255.0 Anonymous login successful Domain=[BENTLEY] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager] Sharename Type Comment --------- ---- ------- Error returning browse list: NT_STATUS_ACCESS...
2006 Jun 13
1
Easy question: need clarification of the form_for idiom
I''ve been trying wrap my head around one specific section of Recipe 57 in "Rails Recipes". The recipe is for image upload and processing. I?m staring at: <% form_for :image, @image, :url => {:action => ?create? }, :html => {multipart => true } do | f | %> ? <% end %> and the associated controller method ?create?: def create @image =
1999 Apr 25
0
swat: bug located
...} if (add_new_user(user_name, pwd->pw_uid, trust_account, disable_user, set_no_password, new_p16, new_nt_p16)) { slprintf(msg_str, msg_str_len-1, "Added user %s.\n", user_name); endsmbpwent(vp); return True; } else { -- Michael Douglass Texas Networking, Inc. Any sufficiently advanced bug is indistinguishable for a feature. -- from some indian guy
1999 Apr 25
0
swat core dump and debug information
...} if (add_new_user(user_name, pwd->pw_uid, trust_account, disable_user, set_no_password, new_p16, new_nt_p16)) { slprintf(msg_str, msg_str_len-1, "Added user %s.\n", user_name); endsmbpwent(vp); return True; } else { -- Michael Douglass Texas Networking, Inc. Any sufficiently advanced bug is indistinguishable for a feature. -- from some indian guy
2005 Dec 15
2
Questions regarding architecture of a server-based image-processor deployed in ROR
Hello, I''m planning to deploy a hybrid 2D/3D visual fx and image manipulation engine as a server accessible via the Web. So you can send Flickr images to it for all manner of image trickery. My engine uses a little text-based language I devised that is parsed and a resultant image produced. The UI for this service collects the input image and associated params and passes the collection
1998 May 02
1
Shadow and OpenLinux
Hi all: I'm running Caldera OpenLinux with kernel 2.0.29, shadow password and quotas. The shadow kit is 980403 and is working fine. Well, when I try to compile I got this output : ------------------------- Begin Compile output ------------------------ Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb" -DNMBLOGFILE="/usr /local/samba/var/log.nmb"
2006 Jun 16
2
Need to call C++ processing beast from backgroudrb
Hello, Bravo Ezra for Backgroundrb! What an elegant piece of engineering. I envision many folks like myself looking at our CPU hogging executables and finally seeing a clean path to the Web. I was wondering if any folks have a good strategy for calling out to a C++ (or any other compiled) executable from a worker. Is the only option to call system() from a worker? That feels a bit unsatisfying.
2010 Jan 07
2
[Announce] Samba 3.4.4 Available for Download
================================================================= "If there is no struggle, there is no progress." Frederick Douglass ================================================================= Release Announcements ===================== This is the latest stable release of Samba 3.4. Major enhancements in Samba 3.4.4 include: o Fix interdomain trust relationships with Win2008R2 (bug #6697). o Fix Winbind crashes...
2010 Jan 07
2
[Announce] Samba 3.4.4 Available for Download
================================================================= "If there is no struggle, there is no progress." Frederick Douglass ================================================================= Release Announcements ===================== This is the latest stable release of Samba 3.4. Major enhancements in Samba 3.4.4 include: o Fix interdomain trust relationships with Win2008R2 (bug #6697). o Fix Winbind crashes...