Displaying 20 results from an estimated 258 matches for "pfaff".
Did you mean:
pfaffe
2004 Aug 06
1
[blp@pfaff.stanford.edu: ]
Hi,
Last week, while trying to compile IceCast2 from CVS on several Debian
machines (sid, woody, sarge), I encountered a problem where autoconf
told me to file a bug report, which I did with Debian's reportbug
utility.
here's the answer from Ben Pfaff, who's in charge of Autoconf at Debian,
which you may find interesting to read.
hth.
bye,
PS: I've not tested his suggestion yet.
Jerome Alet
<strong>attached mail follows:</strong><hr noshade>
>From jerome Mon Mar 17 06:59:56 2003
Return-path: <blp@pfaff.s...
2008 Feb 05
2
Re: samba-3.0.23d, smbpasswd, and "NO PASSWORD" behaviour
...the string "NO PASSWORD" in the smb
passwd file) then just press the <Enter> key when asked for your old
password.
Is this samba documentation incorrect?
Or am I doing something incorrectly?
cheers,
Todd
> Date: Mon, 26 Feb 2007 15:59:44 -0500 (EST)
> From: Todd Pfaff <pfaff@rhpcs.mcmaster.ca>
> Cc: samba@lists.samba.org
> Subject: Re: [Samba] Re: samba-3.0.23d, smbpasswd, and "NO PASSWORD"
> behaviour
>
> The way it's documented to work in the smbpasswd man page, and the way it
> used to work for us with older samba rele...
2007 Feb 22
1
samba-3.0.23d, smbpasswd, and "NO PASSWORD" behaviour
...o change password for testuser
Does anyone know why this failure is happening now?
Was the behaviour of smbpasswd changed intentionally?
If so, in what samba version did this change happen?
Is there an alternative way to achieve the smbpasswd
behaviour that we had in the past?
Thanks,
--
Todd Pfaff <pfaff@mcmaster.ca>
Research & High-Performance Computing Support
McMaster University, Hamilton, Ontario, Canada
http://www.rhpcs.mcmaster.ca/~pfaff
2006 Apr 25
7
R 2.3.0: Use of NULL as an environment is deprecated
...suitable/elegant way to fix the
packages' code such that the warning does not appear any longer. I am
adressing this question to R-devel, because this might also be of
interest for other package mainatiners.
Many thanks in advance for any hints and pointers.
Regards,
Bernhard
Dr. Bernhard Pfaff
Global Structured Products Group
(Europe)
Invesco Asset Management Deutschland GmbH
Bleichstrasse 60-62
D-60313 Frankfurt am Main
Tel: +49(0)69 298 07230
Fax: +49(0)69 298 07178
Email: bernhard_pfaff at fra.invesco.com
*****************************************************************
Confidentia...
2006 Apr 25
7
R 2.3.0: Use of NULL as an environment is deprecated
...suitable/elegant way to fix the
packages' code such that the warning does not appear any longer. I am
adressing this question to R-devel, because this might also be of
interest for other package mainatiners.
Many thanks in advance for any hints and pointers.
Regards,
Bernhard
Dr. Bernhard Pfaff
Global Structured Products Group
(Europe)
Invesco Asset Management Deutschland GmbH
Bleichstrasse 60-62
D-60313 Frankfurt am Main
Tel: +49(0)69 298 07230
Fax: +49(0)69 298 07178
Email: bernhard_pfaff at fra.invesco.com
*****************************************************************
Confidentia...
2018 Apr 20
2
LLVM Pass Managers
+ Vedant: what do you think about the last point, since Debugify is also
related?
Son Tuan Vu
On Thu, Apr 19, 2018 at 6:14 PM, Philip Pfaffe <philip.pfaffe at gmail.com>
wrote:
> Hi Son,
>
> PassManagerBuilder is used to populate legacy PassManagers. That role is
> taken over by PassBuilder for new-PM passes.
>
> Cheers,
> Philip
>
> 2018-04-18 13:40 GMT+02:00 Son Tuan VU <sontuan.vu119 at gmail.co...
2018 Sep 26
2
OptBisect implementation for new pass manager
...M really become default? I would at least like to
see a plan of how Codegen is going to migrate before the new PM becomes
default. Codegen pass pipelines have been wonky ever since I started
working with LLVM and it would be nice to get that cleaned up.
-David
Philip Pfaffe <philip.pfaffe at gmail.com> writes:
> Well, I think we don't have a clear idea about new-PM codegen should
> work in general. Is this really something that concerns us right now?
>
> Philip
>
> On Wed, Sep 26, 2018 at 7:54 PM Friedman, Eli
> <efriedma at codeaur...
1999 Jul 21
1
2.0.5 problem with variable substitutions
...d %U
root postexec = [ %U != nobody ] && /usr/openwin/bin/sessreg -d -l s/%M -s %d %U
If I comment out these lines, all is well. If I take out the %M it fails
on the %d:
[1999/07/20 23:53:59, 0] lib/util_str.c:string_sub(1095)
ERROR: string overflow by 2 in string_sub(%d, 962)
--
Todd Pfaff \ Email: pfaff@mcmaster.ca
Computing and Information Services \ Voice: (905) 525-9140 x22920
ABB 132 \ FAX: (905) 528-3773
McMaster University \
Hamilton, Ontario, Canada L8S 4M1 \
2002 Feb 14
2
domain master browser registration
...registered as such with my wins server, and then i change the
ip address of this host, does the old registration with the wins server
eventually go away so that the new ip address can be registered?
if so, how long should this take?
how would one force the old ip address to be forgotten?
--
Todd Pfaff <pfaff@mcmaster.ca>
Projects Manager, Research and High Performance Computing Support
ABB 132, McMaster University, Hamilton, Ontario, Canada, L8S 4M1
phone: voice: 905-525-9140 ext 22920 fax: 905-528-3773
2018 Apr 20
0
LLVM Pass Managers
...can even replace print-after-all option with apply-after-each=PrintModulePassWrapper for example?
Speaking for myself, I'd rather type "opt -foo-each" over "opt -apply-after-each=foo".
best,
vedant
>
> Son Tuan Vu
>
> On Thu, Apr 19, 2018 at 6:14 PM, Philip Pfaffe <philip.pfaffe at gmail.com <mailto:philip.pfaffe at gmail.com>> wrote:
> Hi Son,
>
> PassManagerBuilder is used to populate legacy PassManagers. That role is taken over by PassBuilder for new-PM passes.
>
> Cheers,
> Philip
>
> 2018-04-18 13:40 GMT+02:00 So...
2018 Apr 20
2
LLVM Pass Managers
...ore intuitive, but if
someone ever wants to apply foo after each pass, she will have to hack into
opt and write her own custom PassManager. Or maybe this situation is not
likely to happen?
>
> best,
> vedant
>
>
>
> Son Tuan Vu
>
> On Thu, Apr 19, 2018 at 6:14 PM, Philip Pfaffe <philip.pfaffe at gmail.com>
> wrote:
>
>> Hi Son,
>>
>> PassManagerBuilder is used to populate legacy PassManagers. That role is
>> taken over by PassBuilder for new-PM passes.
>>
>> Cheers,
>> Philip
>>
>> 2018-04-18 13:40 GMT+02...
2017 Jun 22
2
A bug in DependenceAnalysis?
...reds = %7*
* %14 = add i32 %.0, 1*
* br label %4*
*; <label>:15: ; preds = %4*
* ret void*
*}*
Can you please check whether the anti dependeces that you get are
loop-carried or loop-independent?
Thanks,
- Stan
On Wed, Jun 21, 2017 at 7:21 PM, Philip Pfaffe <philip.pfaffe at gmail.com>
wrote:
> Hi Stan,
>
> can you share your example.bc? Can you reproduce your issue with llvm 4.0
> or, better even, trunk?
>
> Cheers,
> Philip
>
> 2017-06-21 18:58 GMT+02:00 Stanislav Manilov <stanislav.manilov at gmail.com>
>...
1999 Aug 06
2
Solaris 7 5/99 and samba-2.0.5a
...:main(628)
smbd version 2.0.5a started.
Copyright Andrew Tridgell 1992-1998
[1999/08/06 11:36:49, 0] locking/shmem_sysv.c:sysv_shm_open(597)
ERROR: root did not create the semaphore
[1999/08/06 11:36:49, 0] locking/locking.c:locking_init(174)
ERROR: Failed to initialise share modes
--
Todd Pfaff \ Email: pfaff@mcmaster.ca
Computing and Information Services \ Voice: (905) 525-9140 x22920
ABB 132 \ FAX: (905) 528-3773
McMaster University \
Hamilton, Ontario, Canada L8S 4M1 \
2018 Apr 18
2
LLVM Pass Managers
...nk you for your reply. So what would be the right way/API to write
out-of-tree pass? I've been using *PassManagerBuilder*, which requires a
callback refering to *legacy::PassManagerBase*, so I guess this will be no
longer the good way to go?
Son Tuan Vu
On Tue, Apr 17, 2018 at 6:06 PM, Philip Pfaffe <philip.pfaffe at gmail.com>
wrote:
> Hi Son,
>
> I have an answer to your first question:
>
> 1, What are the differences between *LegacyPassManager* and *PassManager*?
>> I see that *opt* uses the former most of the times while the latter is
>> used via *PassBui...
2018 Sep 26
3
OptBisect implementation for new pass manager
On 9/26/2018 10:47 AM, Philip Pfaffe via llvm-dev wrote:
> Hi Fedor,
>
> can you make an example where a pass actually needs to opt-out?
> Because IMO, bisect should quite literally to DebugCounter-style skip
> every step in every ::run method's loop. Passes should not even be
> concerned with this.
This isn...
2018 Apr 20
0
LLVM Pass Managers
...to hack into opt and write her own custom PassManager. Or maybe this situation is not likely to happen?
This doesn't seem like a common scenario to me.
vedant
>
> best,
> vedant
>
>
>>
>> Son Tuan Vu
>>
>> On Thu, Apr 19, 2018 at 6:14 PM, Philip Pfaffe <philip.pfaffe at gmail.com <mailto:philip.pfaffe at gmail.com>> wrote:
>> Hi Son,
>>
>> PassManagerBuilder is used to populate legacy PassManagers. That role is taken over by PassBuilder for new-PM passes.
>>
>> Cheers,
>> Philip
>>
>&g...
2018 Apr 19
0
LLVM Pass Managers
...uld be the right way/API to write
> out-of-tree pass? I've been using *PassManagerBuilder*, which requires a
> callback refering to *legacy::PassManagerBase*, so I guess this will be
> no longer the good way to go?
>
> Son Tuan Vu
>
> On Tue, Apr 17, 2018 at 6:06 PM, Philip Pfaffe <philip.pfaffe at gmail.com>
> wrote:
>
>> Hi Son,
>>
>> I have an answer to your first question:
>>
>> 1, What are the differences between *LegacyPassManager* and *PassManager*?
>>> I see that *opt* uses the former most of the times while the lat...
2018 Sep 26
2
OptBisect implementation for new pass manager
...e a plan of how Codegen is going to migrate before the new PM becomes
>> default. Codegen pass pipelines have been wonky ever since I started
>> working with LLVM and it would be nice to get that cleaned up.
>>
>> -David
>>
>> Philip Pfaffe <philip.pfaffe at gmail.com> writes:
>>
>>> Well, I think we don't have a clear idea about new-PM codegen should
>>> work in general. Is this really something that concerns us right now?
>>>
>>> Philip
>>>
>>> On Wed, Sep 26, 20...
2009 May 16
1
gluster-2.0.1, mandriva-2008.1-x86_64, libtool, lt_unset
...empty in line 466 of libtool.
I'm certainly willing to accept that this may be a bug in my mandriva
linux installation, but something must have changed since gluster-2.0.0rc8
to introduce this new problem.
Can anyone tell me what needs to be done to work around this problem?
Thanks,
--
Todd Pfaff <pfaff at mcmaster.ca>
http://www.rhpcs.mcmaster.ca/
2009 May 23
1
rank reduction method in time series analysis?
Hi all,
Suppose I have 100 simultaneous time series, what's the best
statistical procedure to figure out a transformation of the data, and
see if we could squeeze most of the information into a few transformed
time series?
Thanks!