search for: gaurd

Displaying 10 results from an estimated 10 matches for "gaurd".

Did you mean: gauri
2018 Jul 17
2
[PATCH 4/5] drm/nouveau: Grab RPM ref when i2c bus is in use
mhh, we shouldn't call to Linux APIs from within of nvkm. Rather gaurd the Linux glue code to the i2c stuff instead, but this is all done from inside of nvkm. I think we should move it out into drm/nouveau/nouveau_i2c.c and do the handling there. On Tue, Jul 17, 2018 at 1:59 AM, Lyude Paul <lyude at redhat.com> wrote: > The i2c bus can be both accessed by DR...
2008 Apr 06
1
Re: Lineage 2 priv server
Sam Fourman Jr. wrote: > has anyone ever gotten lineage 2 to work in wine? You are looking in the wrong place. That's what we have AppDB for: http://appdb.winehq.org/appview.php?iAppId=2273
2018 Jul 17
0
[PATCH 4/5] drm/nouveau: Grab RPM ref when i2c bus is in use
On Tue, 17 Jul 2018 at 20:18, Karol Herbst <kherbst at redhat.com> wrote: > > mhh, we shouldn't call to Linux APIs from within of nvkm. Rather gaurd > the Linux glue code to the i2c stuff instead, but this is all done > from inside of nvkm. I think we should move it out into > drm/nouveau/nouveau_i2c.c and do the handling there. Huh? No, this is completely fine. > > On Tue, Jul 17, 2018 at 1:59 AM, Lyude Paul <lyude at redha...
2008 Apr 19
2
How can i install and play Lineage II?
I want to install lineage 2 but i don't have any idea how to do that.. I was reading the supported games of Code Weavers and i don't found lineage 2 but i know people who play in linux. I use ubuntu 7.1 Sorry my bad english, can someone help me?
2008 Apr 06
0
Re: Lineage 2 priv server
Sam Fourman Jr. wrote: > I was hoping someone here would know how to make Game Gaurd Work (or at least not care that we have Wine) It does not and will not ever work on Wine, unless it's broken in some way. It's a kernel level rootkit which can't be supported on Wine. The ways to break it - is off-topic here and should not be discussed.
2015 Apr 22
2
non-openssl build fixes
...PT.patch Type: text/x-patch Size: 992 bytes Desc: not available URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20150422/65c57fa1/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-ssh-keygen.c-add-needed-WITH_OPENSSL-gaurds.patch Type: text/x-patch Size: 1243 bytes Desc: not available URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20150422/65c57fa1/attachment-0001.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0003-ssh-keygen.c-isolate-ssl-code-wr...
2007 Sep 17
2
Why do we check for the controller file?
I remember having this discussion on IRC before, so Ezra if you could remind me that would be appreciated: Why do we check for the existence of the controller file in (what is now) Request#controller_class? The reason I ask is that I would like to implement some sort of "Rails engine" like features for gem plugins--in other words, drop in a gem that has controllers/views etc.
2004 Sep 27
0
Re: Asterisk-Users Digest, Vol 2, Issue 281
...#39;s setup. Of course, the Setup only means running the Windows Server Kernel and not any of the crappy Microsludge Daemons. Like Linux, Windows does not have to accept the garbage that comes in the package. It does take one awhile to find the Daemons that should be kept. When you find it, you gaurd it jealously. Since there are so many attacks on windows systems, we don't even tell you what we really run. But I don't have a single Microsludge Daemon running on ANY of the servers. BTW, Microsoft has a VOIP on the back burner. So don't believe that Nix is the only flavor. It'...
2006 Sep 12
3
rails threads / contexts / fastcgi - can someone explain ???
Hi, Would someone be able to explain how ruby class/object contexts work from the point of view of a deployed rails application using FASTCGI and noting there are multiple Ruby processes running (say on dreamhost for example). Some questions to help clarify what I''m trying to understand: a) how do incoming URL requests get spread across the multiple Ruby processes (let''s
2018 Jul 16
9
[PATCH 0/5] drm/nouveau: Fix a lot of nasty RPM bugs and deadlocks
This fixes quite a number of runtime PM bugs I found that have been causing some pretty nasty issues such as: - Deadlocking on boot - Connector probing potentially not working while the GPU is in runtime suspend - i2c char dev not working while the GPU is in runtime suspend - aux char dev not working while the GPU is in runtime suspend There's definitely more parts of nouveau that need