search for: errorfil

Displaying 9 results from an estimated 9 matches for "errorfil".

Did you mean: errorfile
2012 Jun 26
0
[LLVMdev] Error compiling llvm/clang with clang+libc++ with -std=cxx0x
...() << OS; >> ~~~~~~ ^ ~~ > Hi Ashok, please try applying this diff from r155978 to your 3.1 release tree: --- llvm/trunk/tools/bugpoint/ToolRunner.cpp 2012/05/02 05:31:31 155977 +++ llvm/trunk/tools/bugpoint/ToolRunner.cpp 2012/05/02 05:39:10 155978 @@ -128,7 +128,7 @@ ErrorFile.close(); } - errs() << OS; + errs() << OS.str(); } return ReturnCode;
2012 Jun 26
2
[LLVMdev] Error compiling llvm/clang with clang+libc++ with -std=cxx0x
Hi All, I'm using LLVM/Clang 3.1 release. I first compiled llvm/clang using GCC per the instructions on the web with cmake. I then compiled libc++ per the instructions on the web. I then tried to compile llvm/clang with previously compiled clang and libc++ using "-std=c++0x -stdlib=libc++" flags. But the compilation fails at: > [ 58%] Building CXX object
2006 Aug 07
0
image uploads not working with lighttpd
...= "localhost" ## error-handler for status 404 #server.error-handler-404 = "/error-handler.html" #server.error-handler-404 = "/error-handler.php" ## to help the rc.scripts server.pid-file = "/var/run/lighttpd.pid" ## ## Format: <errorfile-prefix><status>.html ## -> ..../status-404.html for ''File not found'' #server.errorfile-prefix = "/var/www/" ## virtual directory listings dir-listing.encoding = "utf-8" server.dir-listing = "enable" ## send unhandled...
2005 Nov 14
0
can't display controllers with lighttpd
...me.kneschke.de" #simple-vhost.document-root = "/pages/" simple-vhost.server-root = "/var/www/jeanjacques/test/" simple-vhost.default-host = "/var/www/jeanjacques/test/public/" simple-vhost.document-root = "/public/" ## ## Format: <errorfile-prefix><status>.html ## -> ..../status-404.html for ''File not found'' #server.errorfile-prefix = "/home/weigon/projects/lighttpd/doc/ status-" ## virtual directory listings #server.dir-listing = "enable" ## send unhandled HTTP-header...
2012 Jun 26
1
[LLVMdev] Error compiling llvm/clang with clang+libc++ with -std=cxx0x
...~~ >> > > Hi Ashok, please try applying this diff from r155978 to your 3.1 release tree: > > --- llvm/trunk/tools/bugpoint/ToolRunner.cpp 2012/05/02 05:31:31 155977 > +++ llvm/trunk/tools/bugpoint/ToolRunner.cpp 2012/05/02 05:39:10 155978 > @@ -128,7 +128,7 @@ > ErrorFile.close(); > } > > - errs() << OS; > + errs() << OS.str(); > } > > return ReturnCode; >
2009 Dec 10
1
Dovecot Sieve some rules not working
...ascii-casemap" :contains "subject" "*****SPAM*****" { fileinto "Junk E-mail"; stop; } else { keep; } The first one works as expected. But the second and third one don't work and emails matching those rules remain in INBOX. There are not errors in the errorfile in users home directory. The only thing I changed was to move the Folder "Computer &- Security" and changed the fileinto destinations accordingly. The folder "Junk E-mail" was not moved but the rule that worked before is not working anymore. I have no clue why only part of...
2008 Jun 25
0
Memory allocation failed: Copying Node
...ite.table(output, file=outFile, append=TRUE, sep="\t", eol="\n", quote=FALSE, col.names=FALSE, row.names=FALSE) processed=TRUE return(processed) } unProcessedFiles <- function(filename) { write.table(filename, file="C:/errorFile.txt", append=TRUE, sep="\t", eol="\n", quote=FALSE, col.names=FALSE, row.names=FALSE) return(NULL) } #xValHelperSpecial and xValHelper are prerty similar hence avoiding code for...
2006 Sep 07
4
Install config: lighttpd dead but pid file exists
I''m trying to run rails on RHED (centos 4) by following this tutorial: http://wiki.rubyonrails.org/rails/pages/RailsOnRHEL and something is gone a bit astray during the install process that is not allowing lighttpd \ apache to run rails on the web. Since i''m running Centos, I should mention I''m NOT running SELinux. As it is, i''m at a total loss as to why
2006 Apr 03
12
scgi?? do i need it for ruby?
This might be obvious to everyone but it is something that i haven''t been able to find an answer to. Do I need to have either scgi/fastcgi/cgi running on either lighttpd/apache for ruby scripts to work? If yes, why? I have installed the scgi server and i can get the service to run, i have also installed the following mod_fastcgi/2.4.2 mod_ruby/1.2.4 Ruby/1.8.2(2004-12-25) mod_scgi,