search for: addme

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

Did you mean: adde
2008 Oct 29
2
Problem with Bridging ... and bge devices under FreeBSD 7.x?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm trying to run a QEMU VM on top of a FreeBSD 7.x server ... I've tried the exact same setup on my desktop, using 192.168.1.x and an fxp device, and it all works perfectly, but as soon as I do this on another machine on a public IP, I'm not getting any routing, I can't even ping it from the same machine ... My first thought was
2013 Nov 10
2
[LLVMdev] loop vectorizer: JIT + AVX segfaults
...kend is not mature? I am getting segfaults when switching from a vector length 4 to 8 in my application. I isolated the barfing function and it still segfaults in the minimal setup: The IR attached implements the following simple function: void bar(int start, int end, int ignore , bool add , bool addme , float* out, float* in) { int loop_start = add ? start+add : start; int loop_end = add ? end+add : end; loop_start /= 8; loop_end /= 8; for ( int i = loop_start ; i < loop_end ; ++i ) for ( int q = 0 ; q < 8 ; ++q ) out[ i * 8 + q ] = in[ i * 8 + q ]; } The main....
2013 Nov 11
0
[LLVMdev] loop vectorizer: JIT + AVX segfaults
...ting segfaults when switching from a vector > length 4 to 8 in my application. I isolated the barfing function and it > still segfaults in the minimal setup: > > The IR attached implements the following simple function: > > void bar(int start, int end, int ignore , bool add , bool addme , float* > out, float* in) > { > int loop_start = add ? start+add : start; > int loop_end = add ? end+add : end; > loop_start /= 8; > loop_end /= 8; > for ( int i = loop_start ; i < loop_end ; ++i ) > for ( int q = 0 ; q < 8 ; ++q ) > out[ i * 8...
2018 Aug 09
0
"Communication prohibited" error when pinging
Hi, I installed tinc on two of my server and it runs fine. But I have two problems: * if I try to ping my server via its tinc address I get a "Communication prohibited" error even though I know that the goal server should be open to communication. also, I would like to use ssh with the others in my vpn ( right now only my NeetBSD server ) but nmap says the port is filtrered. I made sure
2009 Aug 05
2
XML issue
Debian Lenny, latest Wine. I just installed a program that my WOW guild is raving about. Had to install .NET 2 to get it to run. Only problem so far is that I can't open a saved profile. It saves in XML format. That part seems ok, but I can't open it again. The process hangs on the first of three steps, locks up, and I have to force quit the app. I can open and read the file with a web
2004 Feb 05
0
Re: Status
...il" folder for kennkat@earthlink.net. In order for your message to be moved to this recipient's Inbox, he or she must add your email address to a list of allowed senders. Click the link below to request that kennkat@earthlink.net add you to this list. https://webmail.pas.earthlink.net/wam/addme?a=kennkat@earthlink.net&id=1aOPCF1Fy3NZFkD0
2013 Nov 11
2
[LLVMdev] loop vectorizer: JIT + AVX segfaults
...hing from a vector > length 4 to 8 in my application. I isolated the barfing function > and it > still segfaults in the minimal setup: > > The IR attached implements the following simple function: > > void bar(int start, int end, int ignore , bool add , bool addme , > float* out, float* in) > { > int loop_start = add ? start+add : start; > int loop_end = add ? end+add : end; > loop_start /= 8; > loop_end /= 8; > for ( int i = loop_start ; i < loop_end ; ++i ) > for ( int q = 0 ; q <...
2017 Mar 07
2
multiprecision add/sub
> On Feb 21, 2017, at 9:54 PM, Nemanja Ivanovic via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I believe that providing additional intrinsics that would directly produce the ISD::ADDC/ISD::SUBC nodes would provide the additional advantage of being able to directly produce these nodes for code that doesn't have anything to do with multiprecision addition/subtraction. I am
2000 Dec 04
29
Thank You!
Robert's suggestion indeed fixed the problem. I kept thinking those entries were necessary in inetd.conf. Also, kind thanks to Fred Gilbert for his prompt responses.:-) John
2019 Jun 26
4
One DC cannot authenticate off of another DC
Thank you, Louis, for your reply. By simply asking me to provide outputs of the aforementioned files, I found the cause of my first problem (auth failing). It was my /etc/hosts file on dc1. All of them should look like this, and indeed DC2 and DC3's *did* look like this: # cat /etc/hosts > 127.0.0.1 ? ? ? localhost.samdom.mycompany.net ?localhost > 192.168.3.201