search for: arnt

Displaying 20 results from an estimated 37 matches for "arnt".

Did you mean: arnd
2009 Nov 22
3
[LLVMdev] -O0 compile time speed (was: Go)
On Nov 21, 2009, at 1:00 PM, Arnt Gulbrandsen wrote: > Chris Lattner writes: >> I'm still really interested in making Clang (and thus LLVM) faster at -O0 (while still preserving debuggability of course). > > Why? I want the compiler to build things quickly in all modes, but -O0 in particular is important for a...
2009 Nov 22
0
[LLVMdev] -O0 compile time speed (was: Go)
Chris Lattner writes: > On Nov 21, 2009, at 1:00 PM, Arnt Gulbrandsen wrote: > >> Chris Lattner writes: >>> I'm still really interested in making Clang (and thus LLVM) faster >>> at -O0 (while still preserving debuggability of course). >> >> Why? > > I want the compiler to build things quickly in all m...
2002 Oct 07
4
Application
How should I install windows applications on clients joining a samba PDC? THX Davide Parise E-Mail: d.parise@agora.it
2005 Jan 07
8
Virus Detector ?
...n Anti-virus in this network ? To drop packets with virus ?? To scan HTTP request ?? Or maybe use Dansguardian ? Did you has any tip ? I´m running Shorewall 2.2 into a Quad P3 - 1GHZ with 4 GB Memory. (Shorewall is very happy too !! ehehehehe) Thanks alot for this amazing work ! Cheers Carlos Arnt.  
2009 Nov 22
3
[LLVMdev] -O0 compile time speed
Arnt Gulbrandsen <arnt at gulbrandsen.priv.no> writes: >>>> I'm still really interested in making Clang (and thus LLVM) faster >>>> at -O0 (while still preserving debuggability of course). >>> >>> Why? >> >> I want the compiler to buil...
2009 Nov 21
0
[LLVMdev] -O0 compile time speed (was: Go)
Chris Lattner writes: > I'm still really interested in making Clang (and thus LLVM) faster at > -O0 (while still preserving debuggability of course). Why? Arnt
2006 Jan 16
2
Curl help
I''ve been searching around for a curl implementation on ruby and havn''t had much luck. I have run into open-uri and Net::HTTP but they just arnt as robust as curl. The closest thing i found was this previous thread from July http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/149926 on using ruby-dl to load libcurl. Has anyone gotten any farther on this implementation? I have to admit I''m a ruby newbie and I''...
2009 Nov 20
1
NONEXISTENT status code
I'm going to take exception to the way dovecot (1.2.8) is returning the NONEXISTENT response code in certain cases. For example, these transactions: c: 1 EXAMINE "foo" S: 1 NO [NONEXISTENT] Mailbox doesn't exist: foo C: 2 STATUS "foo" (MESSAGES) S: 2 NO [NONEXISTENT] Mailbox doesn't exist: foo ...don't appear to be the proper usage of NONEXISTENT. From
2003 Sep 17
1
nsd serving localhost
...0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa p/localhost-reverse A bug, or have I miscounted the zeroes or something? The thing also choked on my lovely IN ISDN RRs. I fixed that by deleting them. Perhaps the set of supported RRs should be specified in the man page. Overall, looks great. --Arnt
2009 May 15
2
help with as.numeric
...rm (confirmed by is.numeric) so i changed the code to: bmi <- (as.numeric(weight))/((as.numeric(height)/100)^2) but this just comes up with a result which doesnt make sense i.e. numbers such as 40000 within bmi vector. Ive looked at as.numeric(height)/as.numeric(weight) and these numbers just arnt the same as height/weight which is the reason for the incorrect bmi. Cant anyone tell me where I am going wrong? Its quiet frustrating because I cant understand why a function claiming to convert to numeric would come up with such a bizarre result. -- View this message in context: http://www.nab...
2012 Jul 18
4
Unsecured zone transfers and open resolvers
Hello, My question is not related to NSD in particular, but I have seen here on the list a lot of people that work for TLDs and other Registrars and Registry operators I thought it would be a good place to ask this question. It is about DNS though, not completely off topic :). I have encountered in my DNS studies a few name servers that let you transfer zones they are authoritative for. The
2003 Feb 08
0
[Bug 46] New: ..patch-o-matic: nfnetlink_conntrack.c or -.h ... compile failure:
...Product: netfilter/iptables Version: patch-o-matic Platform: i386 OS/Version: RedHat Linux Status: NEW Severity: blocker Priority: P2 Component: connection tracking AssignedTo: laforge@netfilter.org ReportedBy: arnt@c2i.net CC: netfilter-buglog@lists.netfilter.org Hi, ..patch-o-matic: bughunt to try fix nfnetlink_conntrack.c || -.h: I _think_ I've found the root cause of this compile failure: cc1: warning: -malign-functions is obsolete, use -falign-functions In file included from...
2010 Dec 19
1
Error creating a new vm
Hi, I wonder if anyone can help me with this, I have been trying to get a vm up and running for a while now and cant for the life of me work out why it isnt working. The errors I get arnt very helpful and im at a loss as how to debug this any further. Here is the command and output that I get...(Also nothing shows up with virsh list --all after so its starting to install then dropping out) Hope someone can help. Thanks! [root at server ~]# /usr/bin/virt-install -n test01 -r 512 -...
2006 Nov 21
2
PDC/BDC problem - clients not authenticating against BDC
Hey list, I've got a problem with my PDC/BDC setup. They're both running 3.0.23c on Sarge, and I've verified that both the PDC and BDC will authenticate users. test-pdc:/etc/samba# testparm Load smb config files from /etc/samba/smb.conf Processing section "[netlogon]" Loaded services file OK. Server role: ROLE_DOMAIN_PDC test-bdc:/var/log/samba# testparm Load smb config
2009 Nov 21
2
[LLVMdev] -O0 compile time speed (was: Go)
On Nov 19, 2009, at 1:04 PM, Bob Wilson wrote: >> I've tested it and LLVM is indeed 2x slower to compile, although it >> generates >> code that is 2x faster to run... >> >>> Compared to a compiler in the same category as PCC, whose pinnacle of >>> optimization is doing register allocation? I'm not surprised at all. >> >> What else
2012 Feb 16
0
[LLVMdev] difference in function prologue generated with clang and gcc
> Thanks for the reply. I have not specified optimization level explicitly > during compilation. For GCC default is O0 ie., no optimization. Do you mean > that clang uses other optimization level other than O0 ? No, here it's still -O0. However it makes no sense to compare the size of unoptimized code. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics,
2005 Mar 03
1
Shorewall Show Arp address speeds..
Hi Folks, There is any way to show my arp´s used speeds ? I have a class 24 and i´m using shorewall with arp to bypass then, there is any kind of program or even way to show my arp´s Kbps ?? Like this : Example : IP 200.200.100.100 - Speed used 20 Kbp´s etc etc I just need know how much every arped (i think it´s the right speak), Ip address take out from my total bandwidth. Thanks
2005 Jan 07
1
Virus Detector.
[This email is either empty or too large to be displayed at this time]
2004 Sep 19
1
Dial 0 to outbound
Hi Folks. I see that can put 0 to call out using a x101p (zaptel) or even a pstn service. Thats great, but when press the 0 i just dial then the numbers to call out. There is any way after hit 0 (ear) the line sound ?? I know it's just a style way put some users, really like it !! So after hit 0 to call for example a pstn the user will ear the line sound to dial out. I read lot's of
2008 Jul 11
1
Microsoft CRM 4.0 integration with asterisk
Hello ! I am wondering if anyone has experiences with the integration of Asterisk 1.4.19 into Microsoft Dynamics CRM 4.0 ? Or alternatively integration with Microsoft Office Communications server (however trying to avoid this, if it isn't really necessary for the integration). I would be glad to receive any links or manuals on this topic, which helped you to integrate it. Kind regards, Jan