search for: find

Displaying 20 results from an estimated 129537 matches for "find".

2008 Nov 06
2
understanding this wine message
...n wincfg (some was not listed so i just manually type their name). now i got that. any help would be appreciate dagobert program Files/MoI 1.0/MoI.exe" fixme:system:SetProcessDPIAware stub! fixme:win:EnumDisplayDevicesW ((null),0,0xe4fa7c,0x00000000), stub! err:ole:ITypeInfo_fnInvoke did not find member id -5512, flags 0x2! err:ole:ITypeInfo_fnInvoke did not find member id -5502, flags 0x2! err:ole:ITypeInfo_fnInvoke did not find member id -5501, flags 0x2! err:ole:ITypeInfo_fnInvoke did not find member id -5513, flags 0x2! err:ole:ITypeInfo_fnInvoke did not find member id -726, flags 0x2!...
2013 Aug 15
12
[Bug 845] New: checking for LIBNFNETLINK... configure: error: Package requirements (libnfnetlink >= 0.0.41) were not met:
https://bugzilla.netfilter.org/show_bug.cgi?id=845 Summary: checking for LIBNFNETLINK... configure: error: Package requirements (libnfnetlink >= 0.0.41) were not met: Product: libnetfilter_queue Version: unspecified Platform: i386 OS/Version: RedHat Linux Status: NEW Severity: normal
2006 Sep 28
10
What does "State group failed" mean?
One one of my new vmware guests... puppetd -v spits out a bunch of err & warnings about "State group failed"... what does this mean? <snip> info: Caching configuration at /var/lib/puppet/localconfig.yaml err: Could not create root: Could not find a default provider for group warning: file=/etc/yum.repos.d/: State group failed: Could not find a default provider for group err: Could not create root: Could not find a default provider for group warning: file=/etc/pki/rpm-gpg/RPM-GPG-KEY-gadmin: State group failed: Could not find a default p...
2011 Feb 24
4
ls returns file doesn't exist, find finds it??
Howdy, I am getting some errors with find and ls command - such that find is able to see a file whereas ls says the file doesn't exist. Initially I was trying find and ls together as: # find ./ -type f -mtime +15 | xargs ls Similar behavior is seen even when I execute both commands separately. Any thoughts on what might be wrong here?...
2006 Jan 18
6
Using conditions in ActiveRecord
This bit of code finds several groups; all those which have entity_id''s of ''1'' OR ''2'' OR ''3'', as you would expect: ee = [ 1, 2, 3 ] groups = Group.find(:all, :conditions => "entity_id in (" + ee.join (",") + ")") But thi...
2010 Mar 30
6
find conditions issue
I am making a search to look through my database at a string that I enter into a text field. I got it to work properly if I enter in the exact title but I wanted to see if I could find database entries with similar titles. I currently have this code that works: @find = Product.find(:first, :conditions => ["title = ''#{name}''"]) So when I enter in "Rolling Rock" it finds that name in the database What I want to do now is if I enter in &quo...
2018 Apr 16
2
tools/llvm-dwarfdump/X86/debug-names-find.s spurious failure
******************** FAIL: LLVM :: tools/llvm-dwarfdump/X86/debug-names-find.s (38881 of 41794) ******************** TEST 'LLVM :: tools/llvm-dwarfdump/X86/debug-names-find.s' FAILED ******************** Script: -- /home/csabaraduly/wk/LLVM/build_release/bin/llvm-mc -triple x86_64-pc-linux /home/csabaraduly/wk/LLVM/llvm/test/tools/llvm-dwarfdump/X86/debug-names-find...
2007 Jan 26
1
newhidups output for Geek Squad GS1285U
...000000 Path: UPS.Output.DelayBeforeStartup, Type: Feature, Value: 0.000000 Path: UPS.Output.Boost, Type: Feature, Value: 0.000000 Path: UPS.Output.Overload, Type: Feature, Value: 0.000000 Path: UPS.Output., Type: Feature Path: UPS.Output.ConfigActivePower, Type: Feature, Value: 238.000000 Can't find object UPS.Battery.ConfigVoltage Can't find object UPS.Battery.Temperature Can't find object UPS.Battery.ManufacturerDate Can't find object UPS.PowerSummary.APCBattReplaceDate Can't find object UPS.Battery.APCBattReplaceDate Can't find object UPS.PowerSummary.DelayBeforeShutdown...
2006 Jun 14
3
Trouble Configuring NUT with Gamatronic USB
Hi I am running FC5 with nut coming from the fc5 extras repositories. I am trying to configure a Gamatronic D-Compact ups. The cable that came with the ups has a serial connector on one end and a usb on the other. cat /proc/bus/usb/devices produces T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 4 Spd=1.5 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P:
2015 Jan 05
2
backup using the packages of Sernet
...n '' -a -d '' ']' SRD + = 'private etc sysvol' + = 90 DAYS ++ Date +% d% m% y WHEN = + 050 115 + '[' '!' -d / root / backups ']' + '[' '!' -d / var / lib / samba ']' + Cd / var / lib / samba D + is in '$ SRD' ++ Find. -type d -name private -prune Relativedirname + =. / Private ++ Echo private ++ Sed 's / \ // _ / g' + N = private + '[' Private = private ']' + ./private Find -name '* .ldb.bak' -exec rm '{}' ';' ++ ./private Find -name '* .ldb' + For ldb in...
2011 Jan 05
6
recursively find duplicate filenames
find duplicate filenames in a folder find | perl -ne 's!([^/]+)$!lc $1!e; print if 1 == $seen{$_}++' find duplicate filenames in a folder recursively ? how?
2011 Jul 27
0
Left 4 dead 2(STEAM) installation errors
...i seem to be getting the hang of it, i can't understand why my installation of Left 4 dead 2 (steam) isn't working? i would seriously love some help if someone has the patience to walk me through it! im using wine 1.2.3_1 and using steam V011!SOMEONE PLEASE HELP! left4dead2.exe Can't find steam.dll relative to executable path: Z:\Users\####\documents\games\charles\left 4 dead 2\bin. AppFramework : Unable to create system Physics2 Interface v0.5! fixme:d3d_caps:init_driver_info Unhandled vendor 8086. fixme:win:EnumDisplayDevicesW ((null),0,0x32dff8,0x00000000), stub! ***VPK: FastFind...
2006 Jun 22
9
OT -- BASH
Can someone explain why this: find . -depth -print0 | cpio --null -pmd /tmp/test will copy all files in and below the current directory -and- this: find . -depth -print | grep -v .iso$ | wc -l will count all the non-iso files -and- this: find . -depth -print | grep .iso$ | wc -l will count *only* the iso files -but- this: fin...
2006 Jan 04
2
SwitchTower deployment
...like this: loading configuration c:/ruby/lib/ruby/gems/1.8/gems/switchtower-0.1 chtower/recipes/standard.rb loading configuration ./config/deploy.rb executing task deploy transaction: start executing task update_code querying latest revision... svn: Can''t create tunnel: The system cannot find the file specified. svn: Can''t create tunnel: The system cannot find the file specified. svn: Can''t create tunnel: The system cannot find the file specified. svn: Can''t create tunnel: The system cannot find the file specified. svn: Can''t create tunnel: The system...
2006 Mar 23
3
Newbie: ''find'' across multiple relationships
For security purposes, I often want to find objects that are ''visible''. e.g. class Person < ActiveRecord::Base has_many :x end ... @person.x.find(params[:id]) as opposed to X.find([params[:id]). Simple enough for me. My question: Say we have - class Person < ActiveRecord::Base has_many :x, :class_name '...
2009 Oct 17
2
New issue with a New Vista Client - couldn't find service
...riate pw and user name to log into the vista box. Problem is vista is spamming my server, taking up >50% cpu time and creating a 500K log file every 2 min it is filling the log file with [2009/10/17 08:11:28, 0] smbd/service.c:make_connection(800) dads-pc (10.0.2.124) couldn't find service roo [2009/10/17 08:11:28, 0] smbd/service.c:make_connection(800) dads-pc (10.0.2.124) couldn't find service roo [2009/10/17 08:11:28, 0] smbd/service.c:make_connection(800) dads-pc (10.0.2.124) couldn't find service roo [2009/10/17 08:11:28, 0] smbd/service.c:make_connectio...
2006 Aug 06
6
View passing empty or no value to controller -- help
Hi, I have the following view: <%= start_form_tag ( { :action => ''find'' }, :method => ''get'') %> <p> <%= text_field_tag :lemma, params[:lemma] %> </p> <%= link_to "Find It", :class => "submit" %> <%= end_form_tag %> And the following find action in the c...
2012 Jan 05
1
Re old message CPQPOWER-MIB - nearly there (using snmp-ups with HP AH401A management card)
...4470.html NB: This is on an HP-UX 11.31 box, using a self compiled and packaged version of NUT 2.6.3, and net-snmp v5.7.1. Therefore some of the search paths and things like that may well be wrong because I've done something dumb. I'm also only just getting started with NUT on account of finding the HP tools don't appear to do the right thing. Therefore, my post may in fact be unwanted gibberish. I've got an HP "R5500 XR" UPS with an additional network-capable management card (AH401A). On using the client to talk to it I get the following output: # /usr/local/ups/b...
2006 Feb 14
6
[newb] Find vs Find :all question
...ar it has accounts, addressbooks, and orders, and those 3 are tied together with an customer ID. I also have orderDetails, which are associated to the order via an order number. See models below... When I do the following I can access the orderDetails information just fine: @order = Order.find(params[:id]) # i pass it a customer id and i could access the orderDetails by doing this: <%for detail in @order.orderDetails %> item #: <%=detail.itemId%><br>etc etc <%end%> However, not all customers have orders, so it sometimes would return RecordNotFound error....
2007 Sep 30
9
Problems with testing nested routes using mocking
Hello forum I have there to files #----- virtual_host_controller.rb class VirtualHostsController < ApplicationController before_filter :capture_domain # GET /domain/1/virtual_hosts/1 def show @virtual_host = @domain.virtual_hosts.find(params[:id]) respond_to do |format| format.html # show.rhtml end end private def capture_domain if params[:domain_id].blank? flash[:notice] = ''Need domain.'' redirect_to domains_url else @domain = Domain.find(params[:domain_id])...