Displaying 18 results from an estimated 18 matches for "dneilson".
Did you mean:
neilson
2002 Dec 05
4
Printing - "lprm command" not getting executed
...rity = domain
# You may wish to use password encryption. Please read
# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
# Do not enable this option unless you have read those documents
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
printer admin = tiberius,dneilson,root
print command = /usr/bin/lpr -r -P%p %s
lpq command = /usr/bin/lpq -P%p %j
lprm command = /usr/bin/lprm -P%p %j
queuepause command = /usr/sbin/lpc stop %p
queueresume command = /usr/sbin/lpc start %p
#============================ Share Definitions
==============================
[lp11]
comm...
2002 Dec 17
1
Windows 2000 Printers: "Access Denied, Unable to Connect"
...crypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
os level = 0
[printers]
comment = All Printers
path = /var/spool/samba/public
browseable = no
printable = yes
public = yes
writable = no
create mode = 0700
[lp11]
comment=David's Printer
path=/home/dneilson
create mask = 0700
writable = yes
public = yes
guest ok = yes
hosts allow = 172.16.
printable = yes
printing = lprng
print command = /usr/bin/lpr -r -Plp11 %s
lpq command = /usr/bin/lpq -Plp11 %j
lprm command = /usr/sbin/lprm -Plp11 %j
printer name = lp11
share m...
2018 Jan 25
0
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...the ll-printer does specify it, which either means the printer is not ideal on this case and I should fix it, or in this case the ABI alignment is not what I think it is, then I should fix the test-cases.
I'm not sure which side is correct.
On Wed, Jan 24, 2018 at 7:11 PM, Daniel Neilson <dneilson at azul.com<mailto:dneilson at azul.com>> wrote:
Hi Alexandre,
Before the change you would have been expecting one of the following, correct?
a) call void @llvm.memcpy.p3i8.p1i8.i64(i8 addrspace(3)* bitcast ([512 x float] addrspace(3)* [[SPM0]] to i8 addrspace(3)*), i8 addrspace(1)* [[APT...
2018 Jan 25
3
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...the ll-printer does specify it,
which either means the printer is not ideal on this case and I should fix
it, or in this case the ABI alignment is not what I think it is, then I
should fix the test-cases.
I'm not sure which side is correct.
On Wed, Jan 24, 2018 at 7:11 PM, Daniel Neilson <dneilson at azul.com> wrote:
> Hi Alexandre,
> Before the change you would have been expecting one of the following,
> correct?
> a) call void @llvm.memcpy.p3i8.p1i8.i64(i8 addrspace(3)* bitcast ([512 x
> float] addrspace(3)* [[SPM0]] to i8 addrspace(3)*), i8 addrspace(1)*
> [[APTR]],...
2017 Oct 04
2
Minimal glibc version supported by LLVM build
Reverted: https://reviews.llvm.org/rL314922
On Oct 4, 2017, at 1:17 PM, Philip Reames via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote:
+ Rui, the patch author
Do we know what the oldest glibc which works with this patch is?
For context, the most recent REHL 5 ships with glibc 2.5. REHL 6 ships with 2.12 and REHL ships with 2.17. I have evidence
2017 May 08
2
RFC: Element-atomic memory intrinsics
Hi Sanjoy,
Responses inlined…
> On May 8, 2017, at 12:49 PM, Sanjoy Das <sanjoy at playingwithpointers.com> wrote:
>
> Hi Daniel,
>
> [+CC Mehdi, Vedant for the auto upgrade issue]
>
> On Mon, May 8, 2017 at 7:54 AM, Daniel Neilson via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> **Method**
>>
>> Clearly we are going to have to teach
2017 Aug 21
2
[RFC] Injecting new element atomic memory intrinsics into MemIntrinsic class hierarchy
Hi Sanjoy,
Response/thoughts below...
On Aug 19, 2017, at 3:13 PM, Sanjoy Das <sanjoy at playingwithpointers.com<mailto:sanjoy at playingwithpointers.com>> wrote:
Hi Daniel,
On Thu, Aug 17, 2017 at 8:32 AM, Daniel Neilson via llvm-dev
<llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote:
Cons:
One more attribute to check when implementing a pass that
2018 Jan 25
0
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...orrect, isn't it equivalent (that is, this is the natural ABI alignment of that type)?
Here is my datalayout:
target datalayout = "e-m:e-i64:64-n8:16:32:64-S128-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024"
2018-01-23 20:14 GMT-08:00 Daniel Neilson <dneilson at azul.com<mailto:dneilson at azul.com>>:
Hi Alexandre,
The script uses extended-sed syntax, so you need to run sed with the -E option.
For example, when preparing the patch I created a file ( script.sed ) containing all of the lines that I copied into the commit message. Then, I ran t...
2002 Dec 09
1
Samba and Windows 2000 Password Authentication
Is there a way to configure Samba so that all password authentication is
done through the Windows domain controllers?
As I understand it, the variable "encrypt passwords" must be set to yes if
"security" is set to "domain". This causes Samba to reference the smbpasswd
file, so if the W2K user's password on the domain controller is not the same
as that in the
2018 Jan 25
2
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...orrect, isn't
it equivalent (that is, this is the natural ABI alignment of that type)?
Here is my datalayout:
target datalayout =
"e-m:e-i64:64-n8:16:32:64-S128-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024"
2018-01-23 20:14 GMT-08:00 Daniel Neilson <dneilson at azul.com>:
> Hi Alexandre,
> The script uses extended-sed syntax, so you need to run sed with the -E
> option.
>
> For example, when preparing the patch I created a file ( script.sed )
> containing all of the lines that I copied into the commit message. Then, I
> ran t...
2018 Jan 19
0
Change memcpy/memmove/memset to have dest and source alignment attributes
On Jan 18, 2018, at 10:48 PM, Chris Lattner <clattner at nondot.org<mailto:clattner at nondot.org>> wrote:
On Jan 18, 2018, at 7:45 AM, Daniel Neilson via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote:
Hi all,
This change has been reviewed, and appears to be ready to land (review available here if anyone still wants to chime in:
2017 May 16
4
Which pass should be propagating memory copies
Consider the following IR example:
define void @simple([4 x double] *%ptr, i64 %idx) {
%stack = alloca [4 x double]
%ptri8 = bitcast [4 x double] *%ptr to i8*
%stacki8 = bitcast [4 x double] *%stack to i8*
call void @llvm.memcpy.p0i8.p0i8.i32(i8 *%stacki8, i8 *%ptri8, i32 32,
i32 0, i1 0)
%dataptr = getelementptr inbounds [4 x double], [4 x double] *%ptr, i32
0, i64 %idx
2018 Jan 24
0
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...via llvm-commits <llvm-commits at lists.llvm.org<mailto:llvm-commits at lists.llvm.org>> wrote:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL322965: Remove alignment argument from memcpy/memmove/memset in favour of alignment… (authored by dneilson, committed by ).
Repository:
rL LLVM
https://reviews.llvm.org/D41675
Files:
llvm/trunk/docs/LangRef.rst
llvm/trunk/include/llvm/IR/IntrinsicInst.h
llvm/trunk/include/llvm/IR/Intrinsics.td<http://rinsics.td/>
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/trunk...
2018 Jan 24
2
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...aniel Neilson via Phabricator via
llvm-commits <llvm-commits at lists.llvm.org> wrote:
> This revision was automatically updated to reflect the committed changes.
> Closed by commit rL322965: Remove alignment argument from
> memcpy/memmove/memset in favour of alignment… (authored by dneilson,
> committed by ).
>
> Repository:
> rL LLVM
>
> https://reviews.llvm.org/D41675
>
> Files:
> llvm/trunk/docs/LangRef.rst
> llvm/trunk/include/llvm/IR/IntrinsicInst.h
> llvm/trunk/include/llvm/IR/Intrinsics.td
> llvm/trunk/lib/CodeGen/SelectionDAG/Selec...
2018 Jan 19
2
Change memcpy/memmove/memset to have dest and source alignment attributes
> On Jan 18, 2018, at 7:45 AM, Daniel Neilson via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
>
> Hi all,
> This change has been reviewed, and appears to be ready to land (review available here if anyone still wants to chime in: https://reviews.llvm.org/D41675 <https://reviews.llvm.org/D41675> ). The process that we’re going to use for landing this will take a few
2002 Dec 10
0
FW: Samba and Windows 2000 Password Authentication - Here is the Answer with a clarification.
> To Samba Users Group:
>
> I posted the message below, and a member of the group called me and talked
> me through the problem. The solution is at the bottom of the page.
>
> -----Original Message-----
> From: David Neilson
> Sent: Monday, December 09, 2002 3:40 PM
> To: 'samba@lists.samba.org'
> Subject: Samba and Windows 2000 Password
2002 Dec 10
1
FW: Samba and Windows 2000 Password Authentication - Here is the Answer.
To Samba Users Group:
I posted the message below, and a member of the group called me and talked
me through the problem. The solution is at the bottom of the page.
> -----Original Message-----
> From: David Neilson
> Sent: Monday, December 09, 2002 3:40 PM
> To: 'samba@lists.samba.org'
> Subject: Samba and Windows 2000 Password Authentication
>
> Is there a
2002 Dec 12
3
lprm command not getting called.
I have configured Samba on both a RH Linux 7.2 box and Solaris 8 box and am
not able to remove print jobs. The lprm command is not getting called. I
know that for a fact because I changed lprm command to equal a script which
will log when it is called. And that script is never called. There are no
errors in any log files - system or samba.
The printing parts of the smb.conf file are: