search for: 20121128

Displaying 20 results from an estimated 27 matches for "20121128".

Did you mean: 20121127
2012 Nov 28
1
Issues with USB connectivity
...[Description: Description: Twitter Logo] <http://twitter.com/ConsultingOne> P Please consider the environment before printing this email -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20121128/9bcfd2f1/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 4901 bytes Desc: image001.png URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20121128/9bcfd2f1/attachment-0004.png>...
2012 Nov 28
2
[LLVMdev] MIPs backend generates wrong reloc info for static data
...to help if someone can narrow the search area in the code base. Thanks for you help, -- Fred -------------- next part -------------- A non-text attachment was scrubbed... Name: test.c Type: text/x-csrc Size: 175 bytes Desc: test.c URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121128/64cb0aa7/attachment.c> -------------- next part -------------- A non-text attachment was scrubbed... Name: test.lst Type: application/octet-stream Size: 1134 bytes Desc: test.lst URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121128/64cb0aa7/attachment.obj> -------------- nex...
2012 Nov 29
2
[LLVMdev] Predictive Commoning / Scalar Replacement
...Yin Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121128/52ecfa5e/attachment.html>
2012 Nov 29
0
Centos 6.3 Home-Based Small Business Server
...siness Server and I was wondering if this is something you might want in your wiki perhaps under the How to #7 Web Server section. ? Regards, Darrell Salter -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20121128/b739b164/attachment-0006.html>
2012 Nov 28
1
strange error
Hello, I have dns zone domain.com configured on nsd server. If a try #dig axfr @localhost domain.com then i receive correct answer, but if i try #dig a @localhost domain.com then i received nothing but should be 127.0.0.1 How can i troubleshoot this problem? output: [root at ns1 ~]# dig axfr @localhost domain.com ; <<>> DiG 9.8.3-P1-RedHat-9.8.3-2.P1.fc15 <<>> axfr
2012 Nov 28
0
[LLVMdev] Fwd: clang code-completion question
...b]*/ >> }; >> } >> > > This sounds like a great missing-feature bug report. Please file it at > llvm.org/bugs ! > > Nick > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121128/ab18f266/attachment.html>
2012 Nov 28
1
Macbook DHCP issue.
Hi folks, A while ago I setup my macbook pro to run TINC to my linux box. It's worked just swell since April. The other day it just stopped working. The connection comes up and everything seems fine but I can't DHCP a correct address. I followed the old setup instructions that were located here: http://www.tinc-vpn.org/examples/macbook-install/ They seem to be gone now. When I try and
2012 Nov 28
1
[LLVMdev] Inconsistent result with CallGraph
...lware","run Parallware source to source autoparallel compiler"); Is this a bug or we are making a mistake? Thank you for your time. Best regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121128/a7e7ab6b/attachment.html>
2012 Nov 27
2
[LLVMdev] [polly] removing cloog dependence in the testsuite
Hi Tobi, when polly is configured with isl and without cloog, make polly-test does not pass cleanly as there are several testcases that use a pass flag that does not exist in this configuration: -polly-cloog. I was thinking to address this problem by renaming -polly-cloog and -polly-codegen-isl to -polly-codegen and making all these tests using -polly-codegen. Another option is to disable these
2012 Nov 27
0
[LLVMdev] [cfe-dev] [RFC] Removal of 'deplibs'?
Please nuke it. It is really old and was never used. If it comes back it should be done with module metadata. -Chris On Nov 26, 2012, at 4:35 PM, Bill Wendling <wendling at apple.com> wrote: > Hi all, > > Did you know that there is a 'deplibs' keyword? Neither did I. It looks like it's not really used for much. We don't document it in the Language Reference.
2012 Nov 28
2
[LLVMdev] [cfe-dev] [RFC] Removal of 'deplibs'?
...________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121128/34561e69/attachment.html>
2012 Nov 28
2
[LLVMdev] [polly] removing cloog dependence in the testsuite
...ode Aurora Forum, hosted by The Linux Foundation -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-adapt-cloog-codegen-testcases-to-isl.patch Type: text/x-diff Size: 113483 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121128/17fd6b8f/attachment.patch>
2012 Nov 27
0
[LLVMdev] [polly] removing cloog dependence in the testsuite
Hi Tobi, Sebastian Pop wrote: > Another option is to disable these tests when cloog is not available, and to > write other tests that will work with -polly-codegen-isl. I think I like this way better. The attached patches move all the test dependent on Cloog to be conditionally executed to CLOOG_FOUND. I am preparing another patch that will adapt most of the current tests to work with
2012 Nov 28
0
[LLVMdev] Lost commit mails
> @Patrik: would you mind to check if you are subscribed with your ericsson email address? As far as I can see, I'm subscribed to llvm-commits with the same email address used in commits (I get buildbot failure emails to the same mail account as llvm-commits messages). (BTW, why should my subscription status to llvm-commits matter?) > It would be nice to see your commit mails. Yes,
2012 Nov 27
4
[LLVMdev] [RFC] Removal of 'deplibs'?
Hi all, Did you know that there is a 'deplibs' keyword? Neither did I. It looks like it's not really used for much. We don't document it in the Language Reference. The only support I see if for reading/writing bitcode and manipulating modules. There's a bunch of code that could be removed if we could get rid of this. Does anyone use this thing? Does anyone mind if I nuke it?
2012 Nov 28
4
How to disable ipv6
Hi all, I'm pretty new to CentOS. I am working with a newly set-up server: [cbearden at host ~]$ lsb_release -a LSB Version: :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch Distributor ID: CentOS Description: CentOS release 6.3 (Final) Release: 6.3 Codename: Final I'm trying to solve this problem (X11 forwarding)
2012 Nov 28
3
[LLVMdev] Lost commit mails
On 11/28/2012 03:47 PM, Jean-Daniel Dupas wrote: > > Le 28 nov. 2012 à 15:07, Tobias Grosser <tobias at grosser.es> a écrit : > >> Hi, >> >> I just realized non of Patrik's commit mails has every reached llvm-commits. Neither my own archive nor the web interface contains commit messages for any of his commits. The relevant commits are >> >> 168785,
2012 Nov 28
2
backtrace from postgres dict
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, since I enabled ACLs I get following backtrace. It looks like that it happens if the ACLs had been changed only. Also, it looks like that it always happens 1 minute after last "dict: Info: pgsql(localhost): Connected to database dovecot", no matter if the user is logged in (and idle) or logged off. Postgres logs: "could not
2012 Nov 28
4
[LLVMdev] noreturn attribute on a call instruction vs noreturn on a function
...turn attribute in the call instruction, but not in the function object. Who is wrong here? Should asan also check noreturn in the called function? Thanks, --kcc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121128/c1573c88/attachment.html>
2012 Nov 28
4
Shutting down my Dovecot server?
I am planning to shut down my own Dovecot server and start using the other Dovecot server I am administering together with a friend.. And I was thinking that I don't want to copy the emails I have on my server so I want to start from scratch on the other server.. But I would like to be able to look at the old emails if I need to, so was wondering if there is a way to do this without using an