Displaying 20 results from an estimated 34 matches for "kain".
Did you mean:
akin
2013 Sep 05
2
[LLVMdev] Fix crash in llvm_gcda_emit_arcs()
Hi Nick,
Thanks for looking over my patch. I'd be happy to add the compare against
cur_buffer_size. I'll try to write up such a change today and then send a
new patch to the list.
Joseph Kain
On Thu, Sep 5, 2013 at 1:37 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
> Bill, could you take a look at this? I don't have a checkout of
> compiler-rt that builds.
>
> It seems obviously-correct to me, but I wish it did a compare against
> cur_buffer_size to make sure...
2013 Sep 05
0
[LLVMdev] Fix crash in llvm_gcda_emit_arcs()
Hi Nick and Bill,
Attached is a new version of the patch that checks against cur_buffer_size.
This works with the cases I've been using but again I haven't run the
official tests on this change.
Thanks,
Joseph Kain
On Thu, Sep 5, 2013 at 9:46 AM, Joseph Kain <joekain at gmail.com> wrote:
> Hi Nick,
>
> Thanks for looking over my patch. I'd be happy to add the compare against
> cur_buffer_size. I'll try to write up such a change today and then send a
> new patch to the list....
2013 Aug 30
2
[LLVMdev] Fix crash in llvm_gcda_emit_arcs()
...if
someone could point me to documentation on how to do so. I couldn't find
testing instructions linked from http://llvm.org/docs/DeveloperPolicy.html.
I have built the change and run it with the programs I was testing
originally. With this change the crash no longer occurs.
Thanks,
Joseph Kain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130830/c9651628/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: memcpy-to-writebuffer.patch
Type: applic...
2013 Sep 05
0
[LLVMdev] Fix crash in llvm_gcda_emit_arcs()
Bill, could you take a look at this? I don't have a checkout of
compiler-rt that builds.
It seems obviously-correct to me, but I wish it did a compare against
cur_buffer_size to make sure it's in range.
Nick
Joseph Kain wrote:
> Hi,
>
> I've been seeing a crash in llvm_gcda_emit_arcs() on x86_64. The crash
> occurs executing a movdqa instruction with an unaligned src address.
> The attached patch to the compiler-rt project fixes the problem by
> using memcpy() to read data from the write_b...
2008 Jul 10
2
[PATCH] tripplite driver updates
...10:24:26.000000000 -0400
+++ nut-2.2.2-nk/drivers/tripplite.c 2008-07-09 16:38:08.000000000 -0400
@@ -6,7 +6,7 @@
Copyright (C) 1999 Russell Kroll <rkroll at exploits.org>
Copyright (C) 2001 Rickard E. (Rik) Faith <faith at alephnull.com>
- Copyright (C) 2004 Nicholas J. Kain <nicholas at kain.us>
+ Copyright (C) 2004,2008 Nicholas J. Kain <nicholas at kain.us>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -26,8 +26,8 @@
/* REFERENCE 1
A few mag...
2018 Feb 01
1
Guest access to a foreign NT domain fail...
I'm migrating from a (set of) NT domain, say SANVITO, to an AD domain,
say LNFFVG.
Both domain live in the same network, so there's no
firewall/routing/... in the middle.
In SANVITO domain, there's a share (say \\MEDIA\Software) with public
access enabled. In SANVITO domain, public access works as expected.
The same share are accessible with login (and password; so, non
2018 Jan 15
3
Avoiding uid conflicts between rfc2307 user/groups and computers
Mandi! Rowland Penny via samba
In chel di` si favelave...
> I am not disputing what you say, I am just asking for concrete proof
> that a computer account MUST have a uidNumber account.
Rowland, it is not (only) a matter of authentication, it is a matter of
'act' with machine account.
I've digged a bit but found nothing than (i use WPKG as deployment
system, it is only an
2018 Jan 15
2
Avoiding uid conflicts between rfc2307 user/groups and computers
...shares with the
> SYSTEM user, try to logon with the machine account.
Correct, thats by design, and if you get access denied, you did hit the "winbind" "user SYSTEM" bug(s).
Fix, use acl_xattr:ignore system acl = yes for now.
>
> So, suppose i have a computer called KAIN, i spawn a cmd shell in
> SYSTEM context and then i try to write to \\my_server\share\text.txt;
> workstation at a fist glance, try to acess using KAIN$ account, and if
> fail, do a guest access.
Yes, which is totaly correct.
>
> If KAIN$ account have no UID (and 'Domain Comput...
2011 Nov 19
2
[LLVMdev] Insert a function call in the code
...nsert.so
-bishe_insert <1.bc> 2.bc
I want get the code
#include <stdio.h>
int sleep(int a, int b)
{
return a+b;
}
int main(int argc, char **argv)
{
hook() //void *hook(void )
sleep(1,2);
}
after Using apt................................................
ERROR Occured
[kain at localhost 4]$ opt -load
/home/kain/Documents/bishe/llvm-2.8/Release+Asserts/lib/bishe_insert.so
-bishe_insert <1.bc> 2.bc
opt: Type.cpp:456: llvm::FunctionType::FunctionType(const llvm::Type*,
const std::vector<const llvm::Type*, std::allocator<const llvm::Type*> >&,
bool):...
2005 Nov 07
4
[LLVMdev] LLVM 1.6 Release Branch
Tanya Lattner wrote:
>
> Everything builds fine on sparc. The configure script needs to be fixed
> though (see previous email).
I'm not getting the error with the configure script (on Kain, anyway).
I've tried it with --with-f2c and with f96 (NAG Fortran compiler) in and
out of my $PATH.
Can you verify that the configure script works for you without the
--with-f2c option? If it does, I think we'll just file a bug report and
fix it in 1.7.
As for the regressions below,...
2008 Dec 29
1
Tripplite UPS
Leslie,
This message is most appropriate for the NUT user list. I kept Rik
Faith's and Nicholas Kain's copyright information because the
tripplite_usb driver borrows heavily from the tripplite (serial)
driver, but they are not responsible for the mess that I made in the
USB driver.
See below.
On Dec 28, 2008, at 5:28 PM, Lelsie Rhorer wrote:
> Gentlemen,
>
> I am...
2018 Jan 15
0
Avoiding uid conflicts between rfc2307 user/groups and computers
...ist on the domain).
> Yes it does. Look at "Builtin\system" which is also "NT Authority\System.
Ahem, clearly every machine (workstation, server; i suppose also the
domain) have a SYSTEM account, but they are ''different'':
MY_SERVER\SYSTEM, MY_DOMAIN\SYSTEM and KAIN\SYSTEM are different
account, and i think have not to be mapped each other...
> > But still windows workstation, when accessing some shares with the
> > SYSTEM user, try to logon with the machine account.
> Correct, thats by design, and if you get access denied, you did hit the &qu...
2005 Nov 07
0
[LLVMdev] LLVM 1.6 Release Branch
On Mon, 7 Nov 2005, John Criswell wrote:
> Tanya Lattner wrote:
>> Everything builds fine on sparc. The configure script needs to be fixed
>> though (see previous email).
>
> I'm not getting the error with the configure script (on Kain, anyway). I've
> tried it with --with-f2c and with f96 (NAG Fortran compiler) in and out of my
> $PATH.
>
> Can you verify that the configure script works for you without the --with-f2c
> option? If it does, I think we'll just file a bug report and fix it in 1.7.
Did you...
2018 Jan 15
5
Avoiding uid conflicts between rfc2307 user/groups and computers
...t does. Look at "Builtin\system" which is also "NT
> > Authority\System.
>
> Ahem, clearly every machine (workstation, server; i suppose also the
> domain) have a SYSTEM account, but they are ''different'':
> MY_SERVER\SYSTEM, MY_DOMAIN\SYSTEM and KAIN\SYSTEM are different
> account, and i think have not to be mapped each other...
>
>
> > > But still windows workstation, when accessing some shares with the
> > > SYSTEM user, try to logon with the machine account.
> > Correct, thats by design, and if you get acce...
2018 Jan 15
0
Avoiding uid conflicts between rfc2307 user/groups and computers
...Look at "Builtin\system" which is also "NT
>>> Authority\System.
>> Ahem, clearly every machine (workstation, server; i suppose also the
>> domain) have a SYSTEM account, but they are ''different'':
>> MY_SERVER\SYSTEM, MY_DOMAIN\SYSTEM and KAIN\SYSTEM are different
>> account, and i think have not to be mapped each other...
>>
>>
>>>> But still windows workstation, when accessing some shares with the
>>>> SYSTEM user, try to logon with the machine account.
>>> Correct, thats by design, an...
2005 Nov 07
0
[LLVMdev] LLVM 1.6 Release Branch
>> Everything builds fine on sparc. The configure script needs to be fixed
>> though (see previous email).
>
> I'm not getting the error with the configure script (on Kain, anyway). I've
> tried it with --with-f2c and with f96 (NAG Fortran compiler) in and out of my
> $PATH.
I get the error with and without the --with-f2c option. I never used the
NAG Fotran option. It works fine if I specifically use bash.
> Can you verify that the configure script...
2018 Jan 16
3
Avoiding uid conflicts between rfc2307 user/groups and computers
Mandi! Kacper Wirski via samba
In chel di` si favelave...
> I understand the OP, I was asking some time ago similar question, but it was
> in relation to samba domain member.
Thanks, Kacper.
> I couldn't get backend: ad to work for
> machine accounts, so i switched to idmap: rid and it solved everything. I
> tried manually adding UID and GID to Domain Computer group and to
2001 Jul 12
3
Install wine, dependency problem, newbie woes
Downloaded wine from codeweavers and tried to install with Kpackage.
"Needs libXv.so.1" Tried locating lib* with Google, but Google
comes up with packages with different names. Maybe the lib I need is
part of a larger library. So, where to find what I need, and then what
to do with it (eg. just copy to /lib)??
Thanks in advance for clues,
dave
2000 Jan 27
0
cannot chdir/400 error
...pop up netscape and do a http://localhost:901/
and the error I get "400 server error. chdir failed - the server is not
configured correctly". I added the lines into /etc/inetd.conf and services
and hup'ed inetd. Ideas? and I will summarize so it's in the archive
thanks
becki kain
gale group
2005 Nov 07
1
[LLVMdev] LLVM 1.6 Release Branch
...n Mon, 7 Nov 2005, John Criswell wrote:
>
>> Tanya Lattner wrote:
>>
>>> Everything builds fine on sparc. The configure script needs to be
>>> fixed though (see previous email).
>>
>>
>> I'm not getting the error with the configure script (on Kain, anyway).
>> I've tried it with --with-f2c and with f96 (NAG Fortran compiler) in
>> and out of my $PATH.
>>
>> Can you verify that the configure script works for you without the
>> --with-f2c option? If it does, I think we'll just file a bug report
>&g...