search for: jist

Displaying 20 results from an estimated 47 matches for "jist".

Did you mean: ist
2013 Nov 06
4
augeas onlyif problem
I''m trying to make sure a specific user has a special ssh key used as his identity file. so I''m trying something like: augeas{"user_second_key": context => "/files/home/user/.ssh/config", changes => [ "ins IdentityFile after /files/home/user/.ssh/config/IdentityFile[last()]", " set
2006 Oct 11
5
Where is djvmti Agent?
...JAVA_TOOL_OPTIONS: -Xrundjvmti:all Error occurred during initialization of VM Could not find agent library on the library path or in the local directory: djvmti What am I missing? Where are the dvm and/or djvm[tp]i agent libraries? [jbuckley at load0 ~]$ Thanks, Joel. Joel.Buckley at Sun.COM JIST Development Lead 303-272-5556, x75556 "Luck is a Planned Event." ----- Original Message ----- From: Adam Leventhal <ahl at eng.sun.com> Date: Tuesday, October 10, 2006 6:31 pm Subject: Re: [dtrace-discuss] Using dTrace on Java Apps To: Russ Petruzzelli <Russ.Petruzzelli at Sun.C...
2013 Jul 29
2
[LLVMdev] [RFC] Add warning capabilities in LLVM.
On 7/24/2013 11:37 PM, Chris Lattner wrote: > > How about this: keep the jist of the current API, but drop the > "warning"- or "error"-ness of the API. Instead, the backend just > includes an enum value (plus string message for extra data). The > frontend makes the decision of how to render the diagnostic (or not, > dropping them is fine) al...
2003 Jun 15
2
selective dirs only
Hi All, Just to get the jist of things, trying to sort 5 diff rsyncs into the same process:) if I want to copy only say 2 dirs and everything under them when use include exclude, I have to define the dir first then the dir/all ? like : rsync -azr host::/top_dir --include "pub/" --include "pub/*" --in...
2013 Jul 25
0
[LLVMdev] [RFC] Add warning capabilities in LLVM.
...ack-based mechanism, but that it should be a fully general mechanism rather than having something to do with warnings, errors, notes, etc. If a frontend chooses to use it to produce such diagnostics, cool, but there are other use cases that the same machinery should serve. How about this: keep the jist of the current API, but drop the "warning"- or "error"-ness of the API. Instead, the backend just includes an enum value (plus string message for extra data). The frontend makes the decision of how to render the diagnostic (or not, dropping them is fine) along with how to map...
2013 Jul 25
3
[LLVMdev] [RFC] Add warning capabilities in LLVM.
...it should be a fully general mechanism > rather than having something to do with warnings, errors, notes, etc. If a > frontend chooses to use it to produce such diagnostics, cool, but there are > other use cases that the same machinery should serve. > > > How about this: keep the jist of the current API, but drop the "warning"- or > "error"-ness of the API. Instead, the backend just includes an enum value > (plus string message for extra data). The frontend makes the decision of > how to render the diagnostic (or not, dropping them is fine) along w...
2006 May 11
2
How do you make in_place_edit fields appear when empty?
Here''s a simple one... When using in_place_edit fields, they don''t appear unless they already have a value. How can I get similar functionality when they are empty? Thanks, Nathan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060511/a98640cf/attachment.html
2012 Nov 27
0
[LLVMdev] [llvm-commits] Flag to print vectorized loops
...ke a Value *, BasicBlock *, Function *, etc. so that the frontend can do the appropriate mapping for the user. >> > > +1 IMO, the right way to build this is something like "InlineAsmDiagnosticHandler" in LLVMContext (but hopefully better, and more structured :). The basic jist of it is that the backend can push messages up, and the frontend can register its hooks to render them however it likes. In this case, I agree that clang "Notes" or some new "informational" diagnostic is probably the right way to go. -Chris -------------- next part --------...
2013 Jul 25
0
[LLVMdev] [RFC] Add warning capabilities in LLVM.
On Jul 24, 2013, at 10:16 PM, David Blaikie <dblaikie at gmail.com> wrote: >> How about this: keep the jist of the current API, but drop the "warning"- or >> "error"-ness of the API. Instead, the backend just includes an enum value >> (plus string message for extra data). The frontend makes the decision of >> how to render the diagnostic (or not, dropping them is f...
2014 Jan 22
2
Question about Asterisk 12
...new CLI? I am so, so freaking lost! I'm not looking for hand-holding, I just want to understand. Something that will show me how to: - create users - configure SIP trunks - configure basic dialplan I'm lost - anyone point me to a resource that is easy to follow? Once I get the jist, I think I'll be fine. I looked on http://www.voip-info.org - maybe I missed it? The Digium/Asterisk site - I see all sorts of cool things about the REST API, but CLI - maybe I missed it!!?? - again, I could be looking in the wrong place? Overwhelming - sigh. Thank much - any help would b...
2012 Nov 27
2
[LLVMdev] [llvm-commits] Flag to print vectorized loops
On Nov 26, 2012, at 3:46 PM, Hal Finkel <hfinkel at anl.gov> wrote: > > In my opinion, what we really need is an interface that the frontend can use to get information from the backend optimizers. Then the frontend can display this information to users in an appropriate way. I agree. > Furthermore, this information should be structured (we already have a YAML parser, so that
2014 Nov 25
2
High resident memory with 11.14.0 ?
...channel drivers? > > This PBX has about 100 registered SIP clients, along with 23 PRI channels, 2 inbound/outbound SIP trunks and around 100 IAXModems registered to it. It primarily handles faxing. I am not using any non-standard channel drivers. I am using the T.38 gateway funcionality. The jist of the dialplan is this: (example of the PRI and a SIP trunk, inbound) [pri-in] exten => _X.,1,Set(__FROM_DID=${EXTEN}) exten => _X.,n,Set(FAX_IDX=700) exten => _X.,n,Set(MAX_IDX=719) exten => _X.,n,Goto(dial-hylafax,s,1) [sip-trunk-in] exten => _X.,1(normal),Set(__FROM_DID=${EXTEN...
2006 Feb 11
6
models and validation problem
In my model, I am attempting to correct some bad data rather than just pass an error message back to the user. The problem is that my fix seems to get the data past validation but it then puts the bad data into the database rather than the new(and improved) data. If I pass in web_site with the value of ''www.test.com'', it will pass validation but it won''t add
2013 Jul 29
0
[LLVMdev] [RFC] Add warning capabilities in LLVM.
On Mon, Jul 29, 2013 at 9:24 AM, Krzysztof Parzyszek <kparzysz at codeaurora.org> wrote: > On 7/24/2013 11:37 PM, Chris Lattner wrote: >> >> >> How about this: keep the jist of the current API, but drop the >> "warning"- or "error"-ness of the API. Instead, the backend just >> includes an enum value (plus string message for extra data). The >> frontend makes the decision of how to render the diagnostic (or not, >> dropping...
2008 Jan 30
0
Fwd: Re: Problems running Debian as Guest System on SLES10 Dom0
...uesday 29 January 2008 From: jim burns <jim_burn@bellsouth.net> To: deshantm@gmail.com On Tuesday 29 January 2008 11:21:09 am Todd Deshane wrote: > Why doesn''t sles 10 have pygrub? pygrub comes with Xen. Old problem that was covered in this list a week or two ago. I believe the jist of it was that pygrub had problems with reiser, which was SuSE''s default fs till 10.3, altho'' 10.3 still doesn''t come with it. ------------------------------------------------------- _______________________________________________ Xen-users mailing list Xen-users@lists...
2005 Jun 16
0
Tapes... DVDs... Now this...
Hey, Then I started ''teaching''. You know, I''m a good teacher. (Well, maybe just an average teacher, but you get the jist). I know what good teachers do. Or I thought I did. I sat with the children at the computer. When they pressed the IntelliKeys'' keyboard or the Touch Window'' and the computer said the word, I repeated the word and then expanded on the word. After they had pressed the same word sev...
2006 Oct 12
0
Jmeeting & Wine .22
...00 VFW Driver +Could not create capture window JNIEXPORT void JNICALL Java_com_jsyntax_directshow_CaptureDeviceManager_detect0(JNIEnv * pEnv, jclass jCaptureDeviceManagerClass, jobject jDevicesList) fixme:imm:ImmGetOpenStatus (0xb491f40): semi-stub There are more similar errors, but that's the jist of it. I'm sure avicap had been attended to - or is it just that function that's not implemented? Anyone planning on anymore avicap work? Rick
2010 Apr 15
0
Please review #4400, "Avoid app_const when drawing routes in app generator"
The jist: by avoiding "MyApp::Application" in config/routes.rb generator template, those generated config/routes.rb work out-of-box when turning the app into an engine. https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/4400-patch-avoid-app_const-when-drawing-routes-in-app-genera...
2009 Aug 06
0
High iowait in dom0 after creating a new guest, with file-based domU disk on GFS
Hopefully I summed up the jist of the problem in the subject line. ;) I have a GFS cluster with ten Xen 3.0 dom0s sharing an iSCSI LUN. There are on average 8 domUs running on each Xen server. The dom0 on each server is hard-coded to 2 CPUs and 2GB of RAM with no ballooning, and has 2GB of partition-based swap. When creating...
2004 Jul 20
1
Chasing the "ads_add_machine_acct: Insufficient access" problem
Okay, the jist of this whole thing, I get this infamous (?) problem, I have been trying to search though the archives of samba-general on gmane and also in my archive of this list. I have only seen requests for the magical answer. Environment: W2K/W2K3 mixed ADS going Native ADS only soon. Samba 3.0.4 compiled...