Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
167 views

Mercurial http interface under Ubuntu Hardy. Doesn't work

I am trying to deploy mercurial under Ubuntu 8.04. Mercurial packages were installed correctly, but when I've configured http interface I always get 500 error. I enabled outputting debug info to ...
1
vote
2answers
1k views

Ubuntu Startup Script for Varnish

I am wondering if anyone has a working startup script (/etc/init.d/varnish) for Varnishd that works on Ubuntu Hardy. It should set a pid file so it can be monitored. I have been looking all over ...
0
votes
1answer
773 views

gcc std=gnu++0x option

I need to compile a C++ code that uses std=gnu++0x option to the g++ compiler in the Makefile.am , As this option is compatible only with gcc 4.3 and above, the build crashes on my machine where i ...