search for: sheldonh

Displaying 5 results from an estimated 5 matches for "sheldonh".

Did you mean: sheldon
2003 May 16
1
awk/gawk
A quickie question: Could someone tell me why, on RELENG_4, we have a gawk(1) manpage but no gawk executable? Given the manpage links, and the fact that our system awk is really built from gawk sources, I'd expect to have a link from /usr/bin/gawk to /usr/bin/awk (or vice versa). Thanks, Bruce. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available
2006 Jul 07
2
Hello New MAC / DHCP Request - How to spot the presents of a new MAC address...
Hi All, How do I find out about new new DHCP connections as they appear? I want to write a script that will do some stuff based on a new ip request from a machine on my lan. ie - new user connects to the lan, DHCP server on my Linux (debian) gateway gives them an IP, my script is run automatically to change the firewall rules and start recording their presents, or if it''s an unknown
2007 Jan 10
7
ultramonkey vs pound?
I know most people use pound, but has anyone tried using ultramonkey as a load balancing solution between a cluster of mongrels and lighttpd? Thanks, Ray -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email
2006 Apr 28
0
Model caching for pseudo-constant globals
Hi folks, I have a number of models which do sometimes change, but which are mostly invariant. These include things like FeatureType, Feature, Country and SwearWord. They''re ActiveRecord subclasses, backed by the database, so that they''re easy for administrators to edit. Is there a sane way to implement model caching for these, such that I can do stuff like this in my
2009 Jul 02
3
Extending the storeconfigs database
I''m adding tables to the storeconfigs database, to support my storereports plugin, and would like some guidance on handling the schema version. First prize would see my database extensions applied as migrations. But then ActiveRecord would want to bump the schema version. Any ideas on how to handle this gracefully so that I don''t confuse the hell out of puppet itself, on