Top "Ubuntu-10.04" questions

This tag is for programming issues relating to Ubuntu, version 10.

Setting up Tornado with Nginx on Ubuntu 10.04 for production use

I understand that there's an nginx configuration file at http://www.friendfeed.com But i don't really know how to …

nginx ubuntu-10.04 tornado
Why sigprocmask is used to block SIGCHLD from delivering in the following code

Base on http://man7.org/tlpi/code/online/book/procexec/multi_SIGCHLD.c.html int main(int argc, char *argv[]) { …

c linux multiprocessing ubuntu-10.04
Is PTHREAD_STACK_MIN defined differently in Ubuntu 10.04 then on Ubuntu 9.04?

First it seems as if the location of definition has changed: in 9.04 its somewhere through pthread.h and in 10.04 its …

linux pthreads ubuntu-10.04 ubuntu-9.04
What is the valid range for program return value in Linux/bash?

I have a C program which returns an integer value. I was surprised to find out that when examining the …

c bash return-value ubuntu-10.04
Ruby on Rails MySQL #08S01Bad handshake - downgrade MySQL?

We recently upgraded from MySQL 5.1.41 to 5.1.61 on our Ubuntu 10.04LTS server. We have an ancient RoR web app that's now …

mysql ruby-on-rails ruby ubuntu-10.04