Questions tagged [ubuntu-10.04]

Ubuntu Linux is a Debian derivative that aims to bring Linux mainstream. Questions on this site should generally refer to Ubuntu Server. Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.

Ubuntu Linux is a Debian derivative that aims to bring Linux mainstream. Ubuntu is named after the South African philosophy of "humanity towards others," and the community observes a Code of Conduct in an effort to keep the project civil and appealing to novices.

Ubuntu versions are released every six months, following a YEAR.MONTH pattern. For example, the release codenamed Maverick was officially published October 10th 2010 as Ubuntu 10.10.

Ubuntu 10.04.x is the LTS edition (Lucid Lynx). It has been designated as a Long Term Support (LTS) release, indicating that it has updates for three years for desktop use and five years for server.

There is a Stack Exchange site dedicated to Ubuntu which is a good place to ask any Ubuntu-related questions.

726 questions
0
votes
2 answers

Connection Timed Out - Simple outbound Postfix for PHP Contact form

Alright, so I only got Postfix for a PHP contact form that will send email to a single . I only want it to send out mail to a single external address (foo@example.com). I have domain sub1.sub2.domain.com. I installed Postfix out of the Ubuntu repo,…
BLaZuRE
  • 103
  • 1
  • 1
  • 4
0
votes
1 answer

strange Postfix logwatch log summary on my ubuntu vps

Hi I would be very thankful if someone could help me on explaining this logwatch summary of my postfix installation on my ubuntu 10.04 vps. I dont really know if this might be a normal log file because of the many authentication failed entries and…
DannyRe
  • 109
  • 4
0
votes
1 answer

Birt on Tomcat unable to find JARs

First, my setup: BiRT Runtime: 3.7.2. Ubuntu 10.04 Tomcat 6 Sun Java 1.6.0 I have a jar file I want to deploy onto the Tomcat server so it is usable by the runtime, so I placed the jar file in /var/lib/tomcat6/webapps/birt/WEB-INF/lib. As I…
0
votes
1 answer

Ubuntu with Netatalk and Samba TimeMachine can't connect

I installed netatalk on my Ubuntu Server a few weeks ago and configured it so that I could use Timemachine from my mac to backup on a server instead of a external hard drive. It worked really good until yesterday when I installed Samba to be able to…
Philip
  • 375
  • 1
  • 4
  • 8
0
votes
2 answers

Choice of Ubuntu or Ubuntu LTS for Virtualmin Server

My VPS provider currently offers several versions of Ubuntu. They offer from 10.04 to 11.10 (which only 10.04 is LTS). I would not like to wait for them to get the 12.04 LTS version out. Should I opt for a newer version of Ubuntu like 11.10? Or…
muncherelli
  • 759
  • 1
  • 4
  • 22
0
votes
1 answer

How to upgrade php curl on Ubuntu 10.04

I have a web service on 64bit AWS/ubuntu 10.04 machine. Current php ver PHP Version 5.3.2-1ubuntu4.15. Current curl ver: 7.19.7 This Curl version has a memory leak and I need to upgrade to V 7.25.0 apt-get says my version is the latest, On curl…
Niro
  • 1,401
  • 4
  • 20
  • 36
0
votes
1 answer

apache returns 301 error after apache & php upgrade on ubuntu 10.04

I just upgraded a bunch of packages, including apache2 and php5, on a Ubuntu 10.04 VPS. Apache is serving php as the backend to an nginx reverse proxy. Now all of a sudden all connections attempted by nginx to apache are refused. I haven't…
user101570
  • 77
  • 8
0
votes
1 answer

Mysql server doesn't start at boot on Ubuntu 10.04LTS VPS

I did a apt-get update & installed few updates on my server which runs 10.04LTS. But this has broken mysql. it doesn't start at boot. I tried to manually start it using the following commands: $ sudo /etc/init.d/mysql restart Rather than invoking…
CuriousMind
  • 185
  • 1
  • 8
0
votes
1 answer

JSP: Trying to configure Apache2 + Tomcat6 using mod_jk

I'm trying to configure Apache2 + Tomcat using the mod_jk on an Ubuntu 10.04. I installed everything and configured, but it always returns the source code of my JSP files. I've read around that the most possible problem is that Httpd isn't…
0
votes
1 answer

PostgreSQL 9.1 on Ubuntu Lucid fails to start - how to debug?

I'm using Vagrant with Chef Solo to setup a Lucid 64 box. I'm using a Chef recipe to install PostgreSQL 9.1 from Martin Pitt's backports. The install goes ok until the point where the database is started with /etc/init.d/postgresql start There's a…
Tom Fakes
  • 109
  • 2
0
votes
1 answer

Securing Erlang / Ubuntu server

I have written a web service in Erlang using mochiweb and jiffy and now face the task of deploying it to production. Since it is going to be open to the public I was wondering how secure Erlang actually is, since this is something that seems to be…
0
votes
1 answer

iptables error: "No chain/target/match by that name."

Trying to block a certain http/https URL request from hitting the server by adding this rule to iptables: iptables -I INPUT 1 -p tcp -m multiport --destination-ports 80,443 -m string --string "my_string" --algo bm -j DROP This returns the following…
user101570
  • 77
  • 8
0
votes
1 answer

Why won't my Web site work over the internet?

I have setup an Ubuntu 10.04(LTS) server at home that is used as a web server. Primarily to give me access to my private cloud where I have 2TB of storage available to me. I am using OwnCloud for this and I installed Webmin to make administering my…
TheCodeGeek
  • 101
  • 3
0
votes
2 answers

Nginx 1.0.15 doesn't start at boot on Ubuntu 10.04 32-bit server

I installed the latest version of nginx (1.0.15) using apt-get from the source listed here: http://nginx.org/en/download.html. For some reason, nginx isn't starting up automatically when I reboot the server, as I believe it should. …
user101570
  • 77
  • 8
0
votes
1 answer

Configuring /etc/host file in Ubuntu Server

I am configuring an Ubuntu server on Amazon EC2. The tutorial I am following says /etc/host to be configured like this. 127.0.0.1 localhost.domain.com localhost X.X.X.X subdomain.domain.com subdomain Suppose my site name is…
Terminal
  • 103
  • 4