search for: avit

Displaying 7 results from an estimated 7 matches for "avit".

Did you mean: avi
2007 Sep 24
7
Parameter Matchers with optional params
Hi, Are there any docs for combining parameter matchers, or some way to define optional parameters? I''m trying to match something like: .find( 42 ) || .find( 42, {:conditions=>nil,:includes=>nil} ) Or for that matter, 42 followed by nothing or anything... Halp? I''ve tried different nested combos with any_of/all_of/anything, but getting lost trying. --Andrew
2008 Oct 15
2
SMBD panic with INTERNAL ERROR: Signal 6 for ARM 922T
...s rpc_wkssvc rpc_svcctl rpc_ntsvcs rpc_net rpc_netdfs rpc_srv rpc_spoolss rpc_et lp_load: refreshing parameters Initialising global parameters params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" Processing section "[global]" doing parameter netbios name = AVIT-0 handle_netbios_name: set global_myname to: AVIT-0 doing parameter server string = AVIT-0 CarDAQ-AVIT doing parameter netbios aliases = CarDAQAVIT doing parameter workgroup = WORKGROUP doing parameter smb passwd file = /etc/smbpasswd doing parameter interfaces = 192.168.0.200/255.255.255.0 doing p...
2007 Oct 28
2
cluster::restart doesn''t wait for stop before starting
Hi, I''m calling restart from my Capistrano task. I have this in my deploy.rb file: # until mongrel_cluster updates to cap2... namespace :deploy do task :start, :roles => :app do start_mongrel_cluster end task :stop, :roles => :app do stop_mongrel_cluster end task :restart, :roles => :app do restart_mongrel_cluster end end (What''s the scoop on
2013 Jul 17
5
Why last doesn't return an ActiveRecord::Relation
Hello, Sorry if this has been still answered, I haven''t found nothing on it. I would love to know why ActiveRecord::Base#last doesn''t return an ActiveRecord::Relation just like all or where since an ActiveRecord::Relation can act more or less like an array (as specified here<https://github.com/rails/rails/commit/0a6833b6f701c8c8febadfe2f45e25df29493602> )? Thanks, have
2014 Apr 08
1
UPSMon question
Hi all: I have an APC1400RMXL with an SNMP card in it. It is set to do it's runtime calibration every 14 days, but I have noticed when it does this, my file server, which is supposed to shut down immediately in a power failure, as it's the largest load, will go into shutdown. Is there a way I can test for line voltage coming in to the UPS, and if it is "0", then use that to
2004 Jul 24
0
Error: make: *** [libsmb/clikrb5.o] Error 1
Hi, new to this list. Running samba 3.0.2 under Mac OS X 10.3.4, Darwin 7.4.0. Downloaded 3.0.5 and compiled. I get the warning: make: *** [libsmb/clikrb5.o] Error 1 Samba 3.0.5 has not been installed, when I do $ smbd --version, I still get 3.0.2 Thanks in advance for any help or suggestion. Charly
2012 Aug 04
6
Automatic asset paths prevent logical asset organization
In 2fe70c1 (last year), rails changed from a static list of assets.paths to automatically register any path under assets/*. (This was not reflected in Rails Guides so I pushed an update to docrails.) However, in my opinion, these automatic asset paths create confusion. The result is that the first-level directories under `(app|lib|vendor)/assets` get swallowed and if I put assets into a