Displaying 20 results from an estimated 476 matches for "willy".
Did you mean:
will
2014 Mar 20
2
[LLVMdev] load bytecode from string for jiting problem
Hello Willy,
Here is the dump from one of my bitcode files:
0000000 42 43 c0 de 21 0c 00 00 25 05 00 00 0b 82 20 00
As expected, 0x42 (= B), 0x43 (= C), xc0 and 0xde are in correct order. In
your case, the first byte is read as 37 (= 0x25). I wonder why? When you
check the bytes yourself, you get expected re...
2014 Mar 20
2
[LLVMdev] load bytecode from string for jiting problem
This segfault occuring only under valgrind,
in shell way, and in gdb way i have
Invalid bitcode signature
simple_scev_dynamic_array: /home/willy/apollo/llvm/include/llvm/Support/ErrorOr.h:258: storage_type *llvm::ErrorOr<llvm::Module *>::getStorage() [T = llvm::Module *]: Assertion `!HasError && "Cannot get value when an error exists!"' failed.
Command terminated by signal 6
this is the code I use:
long jitte...
2014 Mar 19
2
[LLVMdev] load bytecode from string for jiting problem
...yBuffer::getMemBufferCopy (lsr);
have same result as invalid bit code.
The result of valgrind, effectively, i have invalid reads in the parseBitcodeFile:
==536== Conditional jump or move depends on uninitialised value(s)
==536== at 0x501FE3: llvm::BitstreamCursor::Read(unsigned int) (in /home/willy/blah_test_script/new_blah/simple_scev_dynamic_array)
==536== by 0x501A19: llvm::BitcodeReader::ParseBitcodeInto(llvm::Module*) (in /home/willy/blah_test_script/new_blah/simple_scev_dynamic_array)
==536== by 0x50AEC8: llvm::getLazyBitcodeModule(llvm::MemoryBuffer*, llvm::LLVMContext&) (in...
2007 Jul 03
1
dovecot sieve notify mailto
...:method "mailto" :options "9141141 at sms1.pgsm.hu" :id "test" :message;
if true {
keep;
}
...
I can compile with sievec, deliver also can compile to .dovecot.sievec (no
errors) i can decompile with sieved:
1935: NOTIFY METHOD({6}mailto)
ID({5}willy) OPTIONS {20}9141141 at sms1.pgsm.hu
PRIORITY(13)
MESSAGE({17}$from$: $subject$)
1954: IF (ends at 1957)true
1957:JUMP 1960
1959: KEEP
full len is: 1960
But notification does not work..
Jul 3 17:50:38 WiZARD deliver(willy): Loading modules from directory: /usr/lib/dovec...
2013 Aug 04
1
XP network breaks when shares are accessed by Fedora 19 smbclient
Hi. This is my first samba install.
I have an XP box which connects to internet via dialup "DUN", is the
base of the lan and provides InternetConnectionSharing to the lan.
The XP lan base is 192.168.0.0 and the XP user "Owner" is on 192.168.0.1
and hostname is "WILLY".
My Fedora 19 laptop on 192.168.0.148 with hostname "splurge.f19".
I am having problems from the start using smbclient.
When I do a listing of WILLY I get this:
~> smbclient -L WILLY
Enter how2's password:
Domain=[WILLY] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]...
2014 Mar 19
2
[LLVMdev] load bytecode from string for jiting problem
...The output of the code is :
isRawBitcode output:
B
C
BP != BE ok
B ok
C ok
0xc0 ok
0xde ok
parsebitcodeinto sniff the signature
B :37
B :37
It's possible that Stream object is not correctly initialized?
On 03/13/2014 06:37 PM, Will Dietz wrote:
> On Thu, Mar 13, 2014 at 9:02 AM, Willy WOLFF <willy.wolff at etu.unistra.fr> wrote:
>> Hello,
>>
>> I having a weird problem while writing a bytecode module to a string,
>> and after read/parse it for unsing on a jit.
>>
>> I write a pass to export function to module, and put this module inside...
2018 Mar 20
0
Struggling to compute marginal effects !
...the first model fails but not the
second. I would start looking at "Data" to see what it contains. if:
object2 <- polr(Inc ~ Training ,Data,Hess = T,method = "logistic" )
works, the problem may be with the "Adopt" variable.
Jim
On Tue, Mar 20, 2018 at 10:55 AM, Willy Byamungu
<wmulimbi at email.uark.edu> wrote:
> Sorry, do not read "Inc_reliable_fromNTA" I did a mistake in the email I
> sent you. It should be just "Inc".
>
> The situation looks like this
>
> Data$Inc <- ordered(Data$Inc =
> c("Not_reliable_...
2006 Feb 09
6
Can I protect access to a relationship?
Hi,
I have a class Match that looks like this (simplified)
class Match < ActiveRecord::Base
belongs_to :opp1, :class_name => "Player", :foreign_key => "opp1_id"
belongs_to :opp2, :class_name => "Player", :foreign_key => "opp2_id"
belongs_to :winner, :class_name => "Player", :foreign_key => "winner_id"
end
Can I
2014 May 23
4
[LLVMdev] Selectively Jitting using MCJIT
...resting part is to load
it during runtime. It is not sufficient for me to load it during JIT
initialisation, but rather I want to load and JIT it during program
execution. Hence my idea of declaring the function in the module as
extern and load it through the lazy function creator.
Quoting Willy WOLFF <willy.wolff at etu.unistra.fr>:
>
> On 23 May 2014, at 14:55, Jonatan Waern wrote:
>
>> Hello, I am a novice at using the llvm api to do much of anything.
>>
>> I am trying to lazily apply certain optimisation passes on select
>> functions when jitti...
2004 Apr 05
5
Stable Relase Broken ?
All,
I upgraded to the [*] stable release branch.
When I call into the box (confirmed on 2 installations) the
caller no longer hears the ringing. The CLI confirms that
extensions are being 'rung'.
Whassup?
Willy
Willy Wouters
ypOne Publishing
2007 Mar 27
1
Printer Drivers on Samba server
Dear Samba friends,
I want to have the printer drivers on the samba server. I have created
the following share in the smb.conf file:
[print$]
comment = Printer Driver Download Area
path = /usr/local/samba/printers
valid users = @XXX
write list = @YYY, root, jo, willy
printer admin = @YYY
browseable = No
@XXX are the normal printer users. @YYY are administrators.
This is the physical directory:
drwxrwxrwx 3 root @YYY 512 Feb 13 16:49 /usr/local/samba/printers
There is another share for the printers:
[printers]
comment = All Print...
2018 Mar 19
4
Struggling to compute marginal effects !
...ceton.edu about logit, probit and
multinomial logit models) . The summary results are obtained without any
problem. *However*, when I'm using the package 'erer' to compute the
marginal effects for the ordered logit models, I'm just getting the error
message above.
Please HELP !!!!
Willy
--
Willy Mulimbi B.
AEAB Grad Student & Fulbright Scholar
Tel. (+1) 479-316-5981
Fayetteville, AR
[[alternative HTML version deleted]]
2015 May 11
2
[LLVMdev] about MemoryDependenceAnalysis usage
add -basicaa to your command line :)
On Mon, May 11, 2015 at 7:15 AM, Willy WOLFF <willy.mh.wolff at gmail.com> wrote:
> I play a bit more with MemoryDependenceAnalysis by wrapping my pass, and
> call explicitely BasicAliasAnalysis. Its still using No Alias Analysis.
>
> How can I let MemoryDependenceAnalysis use BasicAliasAnalysis?
>
> Please, find...
2010 Feb 05
6
large scale paging
Has anyone done any large scale intercom deployments with Asterisk? I've
been asked about building a system to one-way page 500 phones
simultaneously from a single server.
My concerns are:
- My limited math capabilities suggest 41 Mbps of RTP traffic, which
seems like a lot, plus asterisk would be taking a single input stream
and exploding it out to 500 endpoints.
- There are 500
2010 Dec 16
3
Samba upgrade HowTo requested
...eal with the printer
definitions and printer drivers? What should we in general do with the
database files, next to backup?
And specifically for FreeBSD users: How should we deal with an upgrade of
samba via portupgrade?
--
Met vriendelijke groeten,
With kind regards,
Mit freundlichen Gruessen,
Willy
*************************************
W.K. Offermans
Home: +31 45 544 49 44
Mobile: +31 681 15 87 68
e-mail: Willy@Offermans.Rompen.nl
2010 Dec 16
3
Samba upgrade HowTo requested
...eal with the printer
definitions and printer drivers? What should we in general do with the
database files, next to backup?
And specifically for FreeBSD users: How should we deal with an upgrade of
samba via portupgrade?
--
Met vriendelijke groeten,
With kind regards,
Mit freundlichen Gruessen,
Willy
*************************************
W.K. Offermans
Home: +31 45 544 49 44
Mobile: +31 681 15 87 68
e-mail: Willy@Offermans.Rompen.nl
2023 Nov 03
2
Multiple email addresses for user accounts
On Fri, 3 Nov 2023 15:13:22 +0000
Willi Schiegel via samba <samba at lists.samba.org> wrote:
> Hello to all,
>
> how can I have multiple email addresses / aliases for an account? I
> can only set one address with samba-tool's mail-address (mail is a
> single value attribute) and mailAternativeAddress is not found in the
> schemata.
>
> Best regards
> Willi
2008 Feb 14
2
Problems with Rcmdr unter JGR (Windows XP)
I try to start Rmcdr from JGR. The Rmcdr-Windows comes up correctly; but
the
Menu-Bar in the Rcmdr-Window goes away, if I try to go into the
Rmcdr-Window.
I hope, someone has a solution.
Regards, willi
--
0(049)753124283 privat
0(049)7531882641 büro
[[alternative HTML version deleted]]
2023 Nov 04
1
Multiple email addresses for user accounts
On Fri, 3 Nov 2023 15:46:07 +0000
Willi Schiegel via samba <samba at lists.samba.org> wrote:
>
> On 11/3/23 16:29, Rowland Penny via samba wrote:
> > On Fri, 3 Nov 2023 15:13:22 +0000
> > Willi Schiegel via samba <samba at lists.samba.org> wrote:
> >
> >> Hello to all,
> >>
> >> how can I have multiple email addresses / aliases
2002 Jan 12
2
Error Message!!
When rsync starts I get the following messages in my log file
Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync: bind failed on port 873
Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync error: error in socket IO (code
10) at socket.c(361)
Anybody know what might be causing this?
David