search for: strider

Displaying 9 results from an estimated 9 matches for "strider".

Did you mean: stride
2003 Sep 03
1
samba-3.0.0rc dc domain logon problem
...n I try to list the shares on the member server. The error the user gets is: "session setup failed: NT_STATUS_LOGON_FAILURE" but digging the logs of the member server , I get "domain_client_validate: unable to validate password for user test in domain LOTR to Domain controller \\STRIDER. Error was NT_STATUS_WRONG_PASSWORD." This error first came up with an LDAP passdb backend, but reproduced with a smbpasswd backend as well. I attach the config files for both machines. If anyone has an idea. cheers. -- Yann Brillouet -------------- next part -------------- #==========...
2013 Oct 17
2
MmioTrace: Using the Instruction Decoder, etc.
...There is an interesting TODO item on MmioTraceDeveloper page: > "kprobes has a generic instruction decoding facility, use that instead of > homebrewn (or KVM), and use emulation instead of page faulting" > > Actually, I have done something similar in one of my systems, KernelStrider > (http://code.google.com/p/kernel-strider/). The system instruments a kernel > module when that module is being loaded. The instrumented code executes > instead of the original one and provides information about the memory > accesses it makes and the functions it calls. These data are...
2007 Jul 17
0
Help with Apache on Suse 10
...Apache was not accepting the Ruby Module (or at list the module shows as not accepted in Apache Console (YAST)), therefore installed FastCGI, activated, and retried but result still the same. Can anyone help me with this or adress me to some clear site about this issue? Thank you in advance. Ciao Strider -- 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 to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gma...
2006 Sep 29
0
Re: compiz Digest, Vol 7, Issue 20
...ser. Again, my gratitude to David Reveman for even proceeding with this venture in the first place, because it has developed into something very exciting. -David (Not Reveman ;P) [ 2.6.16-gentoo-r12, AMD Opteron 165@1.8GHz Dual Core, 2x1G G.Skill DDR533 184-pin, e-VGA nVidia 7900GT KO, Silverstone Strider 600W, Asus A8N-SLI-Premium, 445G disk space]
2013 Oct 25
0
MmioTrace: Using the Instruction Decoder, etc.
...I haven't thought that through yet. I suppose, I'll look at the code first when I have time and try to understand at least the common ways for a driver to access mmio areas. It will be clearer then how to make sure we do not lose anything. And - if it is possible with the techniques KernelStrider uses. > > We could use some comments from the real reverse-engineers. I used > to be mostly a tool writer. > Yes, if some experts could share their knowledge of this matter, this would be most welcome! Regards, Eugene P.S. If you are interested, more info concerning KernelStrider...
2013 Oct 17
0
MmioTrace: Using the Instruction Decoder, etc.
...before that. Suggestions, comments and other feedback are welcome of course. And, by the way, video drivers do not use SSE and similar instructions when accessing ioremapped memory, do they? Such things are rare in the kernel and usually frowned upon so I opted not to handle them so far in KernelStrider. Regards, Eugene 2013/10/17 Pekka Paalanen <pq at iki.fi> > On Mon, 14 Oct 2013 22:45:09 +0400 > Eugene Shatokhin <euspectre at gmail.com> wrote: > > > Hi, > > > > There is an interesting TODO item on MmioTraceDeveloper page: > > "kprobes has...
2013 Oct 25
2
MmioTrace: Using the Instruction Decoder, etc.
...3 17:12:20 +0400 Eugene Shatokhin <euspectre at gmail.com> wrote: > Hi, > > > Ah, you are not using the ftrace framework nor relayfs? Mmiotrace > used to be relayfs at one point and then converted to ftrace. > > Yes, I considered these when I started working on KernelStrider but finally > borrowed ideas from Perf and implemented them. A mmapped ring buffer does > its job well and has a higher throughput than Ftrace in my case. > > > Are you saying that you intercept function calls, and *never* rely > > on page faulting? > > The system inter...
2013 Oct 19
3
MmioTrace: Using the Instruction Decoder, etc.
...s, comments and other feedback are welcome of course. > > And, by the way, video drivers do not use SSE and similar instructions when > accessing ioremapped memory, do they? > Such things are rare in the kernel and usually frowned upon so I opted not > to handle them so far in KernelStrider. I don't really know. I guess everything could be possible in proprietary drivers, but you can look at the instruction decoding code in mmiotrace, which digs up the type and size of access and the value. That has been enough so far. Thanks, pq > 2013/10/17 Pekka Paalanen <pq at iki.fi...
2006 May 18
5
Uninitialized Constant in scaffold list page
I''m new to Ruby on Rails and just trying to get it up and running. I''m using RadRails, but I don''t think that matters for this problem. I''ve got a very basic app with one table and I used the scaffold generator for a table called datedgoals. The new page works fine, but then when it switches over to the list page, I get the errors below. Any idea how to fix