search for: rdm

Displaying 20 results from an estimated 49 matches for "rdm".

Did you mean: drm
2006 Aug 19
22
Wazzup with the rubyonrails-talk Google Group?
I just got a Google Groups notification that I had been subscribed to http://groups.google.com/group/rubyonrails-talk. Looking at the page, it appears that about 4300 folks have been subscribed. However, I saw nothing about this on rails@lists.rubyonrails.org. Wazzup? -r -- http://www.cfcl.com/rdm Rich Morin http://www.cfcl.com/rdm/resume rdm@cfcl.com http://www.cfcl.com/rdm/weblog +1 650-873-7841 Technical editing and writing, programming, and web development
2008 Jul 29
4
OCFS2 and VMware ESX
...figure an OCFS2 cluster on 3 SLES 10 SP2 boxes running in VMware ESX 3.0.1. Before I go into any of the detailed errors we are experiencing I first wanted to ask everyone if they have successfully configured this solution? We would be interested to find out what needs to be set at the VMware level (RDM, VMFS, NICS etc) and what needs to be configured at the O/S level. We have a LUN on our SAN that we have presented to our VMware hosts that we are using for this. Any help would be greatly appreciated!
2007 Dec 22
0
another buglet in OSX dtrace? - cwd value
On Solaris 10, dtrace''s cwd yields a full path name: # dtrace -n ''syscall:::entry { printf("%s", cwd); }'' 0 1685 pollsys:entry / 0 1381 write:entry /data/homes/guest/rdm ... On OSX, it yields just a directory name: # dtrace -n ''syscall:::entry { printf("%s", cwd); }'' 0 17596 read:entry rdm 0 17776 select:entry rdm ... This makes it impossible to resolve relative path names, etc. It seems like a bug, so I r...
2005 Dec 25
4
SF Bay Area Beer and Pizza SIG (RSVP request)
Although I don''t _need_ RSVPs for this event 12/28 8:00 pm The Beer & Pizza SIG will meet at Wild Pepper (3601 26th. St.; SF, CA). For details, see http://cfcl/rdm/beer_and_pizza. I''d like to be able to give the restaurant some idea of the size of table we''ll be needing. So, if you are planning to attend, please drop me a line (including the size of your party). -r -- email: rdm-go8te9J4rpw@public.gmane.org; phone: +1 650-873-7841 http:/...
2009 Mar 09
10
Cucumber - RSpec matcher
I must be missing something obvious here but I cannot seem to see it. I have this step definition: When /entity named "(.*)" has a legal name "(.*)"/ do |name, legal| myentity = Entity.find_by_entity_common_name!(name.hll_keycase) myentity.entity_legal_name.should equal legal.hll_keycase end Which fails with this: And the entity named "Myuser" has a legal
2006 Mar 19
20
Instiki 0.11.0 - ActiveRecord Forever
Dear all, If you thought Instiki was a dead project, you were right. Since I''ve got a day job that doesn''t suck (Official Ruby Zealot of ThoughtWorks Canada), my motivation to do open source greatly sufferred :) But... but... but! Here is Instiki 0.11.0, and in this version Instiki is (finally!) moving to ActiveRecord backend and (finally!) has the File Upload feature.
2007 Jun 21
0
problem with redirect_to() and VirtualHost
...es of port numbers to specified machines. So, a request on port 1234 might go to "fido". We are using Apache''s VirtualHost facility to redirect (?) requests to certain machines, as: <VirtualHost *:80> ServerName xyz.cfcl.com ServerAdmin rdm-go8te9J4rpw@public.gmane.org ErrorLog /dev/null CustomLog /dev/null common ProxyRequests Off ProxyPass / http://fido.cfcl.com:1234/ ProxyPassReverse / http://fido.cfcl.com:1234/ </VirtualHost> As a result, requests to http:/...
2007 Feb 03
1
ajuby 0.4 release
Friends, We have released Ajuby 0.4. Please test drive and let us know how we can improve this further. Would love to address specific problems rather than making a yet-another-framework. We are aiming to fill the gap between Rails (amazing !) and business application development by providing necessary glue services (domain objects, authentication, auditing, extensible ui etc).
2007 Dec 15
0
simplified siginfo_t definition?
...definition. I looked at /usr/include/sys/siginfo.h, but I can''t figure out what the maze of #ifdefs would actually resolve to, so I don''t know which data elements I can ask dtrace to print. Could someone point me to a more straightforward definition? -r -- http://www.cfcl.com/rdm Rich Morin http://www.cfcl.com/rdm/resume rdm at cfcl.com http://www.cfcl.com/rdm/weblog +1 650-873-7841 Technical editing and writing, programming, and web development
2007 Nov 26
0
sorry about the triple post
I haven''t the slightest idea why that happened; Eudora only shows one copy as being sent. -r -- http://www.cfcl.com/rdm Rich Morin http://www.cfcl.com/rdm/resume rdm at cfcl.com http://www.cfcl.com/rdm/weblog +1 650-873-7841 Technical editing and writing, programming, and web development
2007 Feb 04
0
Locomotive/lighttpd config questions
...* Assuming that I have a looong-running Rails app, (how) can I raise the lighttpd timeout to some ridiculous value? I''m getting erratic, timing- dependent "500 - Internal Server Error" messages and I''d like them to go away. -- http://www.cfcl.com/rdm Rich Morin http://www.cfcl.com/rdm/resume rdm-go8te9J4rpw@public.gmane.org http://www.cfcl.com/rdm/weblog +1 650-873-7841 Technical editing and writing, programming, and web development --~--~---------~--~----~------------~-------~--~----~ You received this message because you...
2007 Feb 20
0
Wanted: Rails-based, Open Source pastebot (resend)
...en Source pastebot. I''ve found a few: http://common-lisp.net/project/lisppaste/ http://paste.lisp.org/ http://sourceforge.net/projects/pasteme/ http://search.cpan.org/~rcaputo/Bot-Pastebot-0.51/pastebot but none that are written in Rails. Suggestions? -r -- http://www.cfcl.com/rdm Rich Morin http://www.cfcl.com/rdm/resume rdm-go8te9J4rpw@public.gmane.org http://www.cfcl.com/rdm/weblog +1 650-873-7841 Technical editing and writing, programming, and web development --~--~---------~--~----~------------~-------~--~----~ You received this message because you...
2007 Sep 07
1
RoR apps that act as web user agents?
...nts" (i.e., "portals" to the web at large). That is, programs that pass requests up and content back down, but also add some local intelligence, etc. Any suggestions? -r P.S. CritLink (http://zesty.ca/crit/) is an example of this sort of application. -- http://www.cfcl.com/rdm Rich Morin http://www.cfcl.com/rdm/resume rdm-go8te9J4rpw@public.gmane.org http://www.cfcl.com/rdm/weblog +1 650-873-7841 Technical editing and writing, programming, and web development --~--~---------~--~----~------------~-------~--~----~ You received this message because you...
2003 Mar 24
1
negative binomial regression
...) function. I used the poisson regression glm call to assess the count of injuries across census tracts. The glm request was adjusted to handle the data as rates using the offset parameter since the population of census tracts can vary by a factor of three. eg. Call: glm(formula = inj ~ lp + rdm, family = poisson(), data = ww, offset = log(pop)) Deviance Residuals: Min 1Q Median 3Q Max -17.2779 -2.6034 -0.4519 2.0837 16.9275 Coefficients: Estimate Std. Error z value Pr(>|z|) (Intercept) -1.11593 0.01482 -75.290 < 2e-16 ***...
2007 Apr 09
1
multi-way join files with types? (resend)
...fact, my inquiries indicate that it does not. I could use model code to work around this problem, but I''d like to keep things as simple as possible. Am I missing some obvious answer? Can someone suggest some code and/or documentation that addresses this issue? -r -- http://www.cfcl.com/rdm Rich Morin http://www.cfcl.com/rdm/resume rdm-go8te9J4rpw@public.gmane.org http://www.cfcl.com/rdm/weblog +1 650-873-7841 Technical editing and writing, programming, and web development --~--~---------~--~----~------------~-------~--~----~ You received this message because you...
2006 Mar 02
0
March Ruby events in the SF Bay Area
...ffers solicited!) RSVPs requested. -- http://ruby.meetup.com/6/events/4859963/ 3/22 8:00 pm The Beer & Scripting SIG will meet at Wild Pepper (3601 26th St.; SF, CA). For details and directions, see http://www.cfcl.com/rdm/bass. RSVPs requested. -r P.S. If you are planning a Ruby-related event in the SF Bay Area, be sure to let me know about it (early) so that I can list it! -- Technical editing and writing, programming, and web development: http://www.cfcl.com/rdm/resume Contact information: rdm@cfcl....
2006 Feb 12
0
February Ruby events in the SF Bay Area
...San Francisco, CA 94108 415.296.9000 -- http://ruby.meetup.com/6/events/4830851/ 2/22 8:00 pm The Beer & Scripting SIG will meet at Wild Pepper (3601 26th St.; SF, CA). For details and directions, see http://cfcl/rdm/bass. RSVPs requested. Sorry about having these two events almost on top of each other; it shouldn''t happen too often... -r P.S. If you are planning a Ruby-related event in the SF Bay Area, be sure to let me know about it (early) so that I can list it! -- Technical editing and...
2006 Sep 12
22
[ADV] James Edward Gray's TEXTMATE book now in beta
Folks: Sorry for the commercial, but I''m excited about this one. I''ve been using TextMate for most of my work for a year now---if you''re on a Mac, it really is the best tool for writing Rails code. So when James Edward Gray II offered to write a book on TextMate, I jumped at it. James helps maintain the Ruby support in TextMate, and this knowledge comes
2015 Jun 24
2
EXT4/LVM recommendations for 3TB of mdbox ?
...in a consistent state. So, - any particular options to use with mkfs.ext4 for the creation of the FS ? - do you recommend a ?thin? logical volume ? Our storage (IBM Storwize v7000) already have thin provisioning capabilities. The server will be a VMware virtual machine running Debian with RDM LUNs of 500GB. Data blocks will be automatically spread across several RAID disk (SSD, SAS, SATA) by the v7000. The ?mdbox_rotate_size? will be configured around 10MB. Thanks, Nicolas C.
2006 Jan 25
7
Ruby on Rails Presentation Wed (1/24) night in Menlo Park, CA
I''ll be giving a 60 to 90 minute presentation covering Ruby on Rails in the San Francisco bay area. Anyone interested in a quick introduction to Rails is welcome to come. The talk will be focused on Rails, but we''ll also field questions about how the rest of our site (Zvents) works. Here are the event details: http://www.zvents.com/events/show/211380 If you''re