similar to: Selector syntax error on Debian Etch

Displaying 20 results from an estimated 200 matches similar to: "Selector syntax error on Debian Etch"

2007 Oct 01
7
Service Availability
I''m still tinkering, moving over code from CFE to Puppet in a test environment. One item I did with CfE was manage services. If something wasn''t running, it was restarted. Puppet''s service integration makes this easy. The flip side, is how do you guarantee Puppet''s running? I pulled some tricks with CfE to ensure it was always running. I made CfE a direct
2007 Jul 05
10
Does Puppet ensure that a service is up and running?
Just curious as to the functionality of puppet. Does Puppet ensure that a service is up and running as long as puppet is running? Ie, I want to make sure ssh is always running, if for some reason ssh get''s shut down, does puppet start it back up when it does it''s config sync run? Thanks! --------------------------------- Pinpoint customers who are looking for
2006 May 01
2
[prototype] Selector class fails on selector strings with spaces
I just ran across this bug when trying to re-create Ben Nolan''s behaviour.js with prototype and was wondering if anyone had fixed it before I went re-inventing the wheel :) Thanks! -Jeremy -- Jeremy Kitchen ++ kitchen-RA8HwDor7flnDGu+y90WmgC/G2K4zDHf@public.gmane.org http://ipaction.org/ -- defend your rights to fair use _______________________________________________
2005 Dec 17
0
handle and u32 selector
Dear all, i have a query about the related subject. As per stated, i have created the filter rules using handle selector for packet shaping purpose of ssh , www, etc. its working nicely.Again i want to this rule to work as global for the two different network. If i was not wrong , i have created the rules as tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip src
2006 Feb 17
0
directory selector
This may be in the wrong forum but here goes. I need a piece of code, html, javascript which allows me to select a directory path and not a file. Is there any rails helper out there for this? Thanks. -- Posted via http://www.ruby-forum.com/.
2012 Jul 17
3
gdm login keyboard layout selector missing
How do I get the keyboard layout selector in gdm login for 6.3? I have language selector but no keyboard layout selector. -- Robert Arkiletian Eric Hamber Secondary, Vancouver, Canada
2011 Jun 06
0
No matching value for selector param '1' with case and ? statements
I have been getting an error message " No matching value for selector param ''1''" when ever I use the following code in a class. What is strange is if I run the code directly with "puppet -v filename" where the code is in the filename or I stick the code in the nodes.pp file it works perfectly. When I put it into a class and include in the node it breaks.
2006 Dec 14
1
Prototype CSS selector to descend tree?
Hi, I''m calling on those with Prototype/CSS selector foo to help with a somewhat tricky issue. I have a tree structure where each item is hierarchical. This is used to manage software components. Think of the case where you''re installing a piece of software, and want to customize which packages are installed: [ ] Internet [ ] Email [ ] Thunderbird [ ]
2009 Jul 05
1
Fax for Asterisk download selector broken?
In what appears to be the most current documentation of FFA I'm directed to http://www.digium.com/en/docs/FAX/faa-download.php However the download selector utility found there "ain't working". Specifically, none of the drop lists appear to be populated (in any browser, on any platform), thereby preventing any actual 'selection'. Has anyone else noticed this? Is there
2001 Jul 13
1
CBQ: U32 selector question : filtering all the port > a value
Hi all, I saw that the u32 selector can match a PATTERN so I can use it to filter on a port value like : tc filter add dev eth0 parent 10;10 protocol ip prio 100 u32 match ip sport 0x0014 0xffff flowid 10:100 (filter on the ftp-data (20) source port) But is there a method to filter all the source ports > 40000 for example ? regards, ------------------------------------------------ Franck
2007 Nov 02
0
HTML::Selector syntax help
I''m trying to do something like "label=Something+span#id" where ''Something'' is the text of the label, but can''t figure out how to do it. I tried using an attribute along the lines of [text=Something], but that didn''t work either. Thanks, Steve --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2007 Nov 28
0
Prototype 1.6: Selector.matchElements Issue?
I haven''t been able to find any discussion about this. It looks as if Selector.matchElements is broken (which means that Selector.findElement, Element.down(elt, cssselector) dont work properly. What I''m seeing is that (line 3310) the Selector.findElements is not called with the root node of the node you are wishing to find elements under (its not called with a parameter at all)
2012 Mar 01
1
Testing selector order in RSpec
Could someone point me to a reference that explains how I would test the order of elements on an HTML page? For example, in RSpec I would like to verify that the content of one <p> element appears before the content of another. response.should have_selector("p", :content => "Should appear first") response.should have_selector("p", :content =>
2007 Jan 25
0
Switcher moving the selector instead of the thumbnail list
Wouldn't it be better if switcher would move the selector? This way there wouldn't be 3 thumbnails for 2 windows, 3 for 4 windows, 5 for more than 6 windows (what looks ugly).
2011 Nov 15
1
[PATCH] virtio-mmio: Correct the name of the guest features selector
Guest features selector spelling mistake. Cc: Pawel Moll <pawel.moll at arm.com> Cc: Rusty Russell <rusty at rustcorp.com.au> Cc: virtualization at lists.linux-foundation.org Signed-off-by: Sasha Levin <levinsasha928 at gmail.com> --- Hopefully not too late to fix, should possibly be done in one of the next RCs since it's user facing. include/linux/virtio_mmio.h | 2 +-
2011 Nov 15
1
[PATCH] virtio-mmio: Correct the name of the guest features selector
Guest features selector spelling mistake. Cc: Pawel Moll <pawel.moll at arm.com> Cc: Rusty Russell <rusty at rustcorp.com.au> Cc: virtualization at lists.linux-foundation.org Signed-off-by: Sasha Levin <levinsasha928 at gmail.com> --- Hopefully not too late to fix, should possibly be done in one of the next RCs since it's user facing. include/linux/virtio_mmio.h | 2 +-
2007 May 16
0
[LLVMdev] instruction selector failure
On Wed, 16 May 2007, Florian Brandner wrote: > i found a problem in LLVM regarding the matching of 'Constant' nodes in > the instruction selector. the testcase is for x86, but similar testcases > for the other architectures (e.g. ppc) should be easy to create. > > i'm using the llvm-gcc 2.0 prerelease binary package. > > here is the testcase: > int foo(int bar)
2007 May 18
1
[LLVMdev] instruction selector failure
Chris Lattner wrote: > On Wed, 16 May 2007, Florian Brandner wrote: > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070514/049609.html > > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070514/049608.html > > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070514/049606.html > >
2007 Oct 05
0
[LLVMdev] Instruction selector internals
> > It's a pattern matcher operating on DAG's. Target independent nodes > in, target specific nodes out. I guess this is general enough. So the restriction lies in the implementation language and not the pattern matcher itself. I'll spend some (a lot of) time to understand the backend-specific issues that are of particular interest to me. Eventually, I'll get back with a
2008 Dec 20
0
[LLVMdev] A faster instruction selector?
> On Dec 17, 2008, at 4:53 AM, Mark Shannon wrote: >> Choosing the fast selector does speed code-generation by almost >> double, >> when using llc, but the reduction in final code speed is obviously a >> downside. > [...] >> Since my toolkit generates an interpreter, I am able to just compile >> hotspots, so final speed of compiled code is quite