search for: addm

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

Did you mean: add
2008 Oct 29
2
Problem with Bridging ... and bge devices under FreeBSD 7.x?
...at there was an issue with IP aliases already on the bge device, but tried doing the following: ifconfig bridge0 destroy ifconfig tap0 destroy ifconfig fxp0 -alias 192.168.1.101 ifconfig fxp0 alias 192.168.1.101 netmask 255.255.255.255 ifconfig bridge0 create ifconfig tap0 create ifconfig bridge0 addm fxp0 addm tap0 up on my desktop here and then starting up the qemu image, and all worked as expected, so having an alias on the interface, before or after, doesn't make a difference ... at least with the fxp device ... Using VNC to connect to the VM, I can look at the interface, and it says...
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
...vuan server: https://pastebin.com/Gc8YSdhD tinc-up script on my Devuan server: #!/bin/sh ip link set $INTERFACE up ip addr add 172.23.22.2 dev $INTERFACE ip route add 172.23.22.0/32 dev $INTERFACE tinc-up script on my NetBSD server: #!/bin/sh ifconfig "$INTERFACE" up ifconfig bridge0 addm "$INTERFACE" stp "$INTERFACE" tinc.conf on my NetBSD server: Name = citron Device = /dev/tun0 AddressFamily = ipv4 Mode=switch ProccessPriority=high ConnectTo=apelsin I have the same config file my Devuan file except the lines Name and ConnectTo. * NetBSD doesnt seem to have...
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