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
3 answers

`Which php` isn't working on linode servers (Ubuntu 10.04)?

Currently trying to configure a linode server running on ubuntu 10.04. I utilized a stackscript (Default drupal profile) which seemed to run successfully. The log indicate so as well. Then ssh'd into the server (as root) to try to configure…
chrisjlee
  • 1,005
  • 2
  • 13
  • 21
0
votes
2 answers

MySql information_schema error - Lock Tables

I have written a quick shell script to take each backup of MySql database & that works good. I was using the same scripts for all mysql servers tool, I have installed it on ubuntu 10.04 server. Now the problem is when run the shell script I am…
Caterpillar
  • 1,132
  • 2
  • 23
  • 47
0
votes
2 answers

How to setup postfix for multiple domains

I have multiple domains and I want to install postfix to send emails only. How can I do this on ubuntu?
Ruriko
  • 105
  • 1
  • 4
0
votes
3 answers

cannot load such file -- OpenSSL (LoadError)

I'm having an issue with an uncooperative EC2 Ubuntu 10.04 4 LTS instance. I'm trying to install a few prerequisites for a Ruby web app which has the following dependencies: require 'rubygems' require 'webrick/https' require 'OpenSSL' require…
upbeat.linux
  • 275
  • 4
  • 12
0
votes
1 answer

ubuntu change default files and folders permission

i have ubuntu 10.04 on my server. when i was create a file by ftp, php and ... files permission is 600 and folders is 700. how can i change default files permission into 644 and folders to 755? upload file by CuteFtp my username is not ROOT suphp…
Hamid Tanhaei
0
votes
2 answers

change default permission of files and folders which create by php

When I create a file by exec() or other php functions, permissions is 600 and for folders is 700. How can I change it without chmod() or other like functions to 644 and folders to 755. Server detail: server os: ubuntu 10.04 suphp installed PHP…
0
votes
1 answer

DNS Bind9 Issue - Server not forwarding requests

I'm new to dns admin so please be gentle. Here is my set-up: Domain name with a few A records points to my personal IP. example.com server1.example.com server2.example.com Router forwards all port 80 requests to a Ubuntu VM box with Bind9 and…
Adam
  • 145
  • 6
0
votes
1 answer

Multiple domains in apache

having difficulties setting multiple domains when I sudo a2ensite example2, it doesn't load regardless of whether exampe1 is enabled or disabled...and of course takes down example1 with itself . Here are the two files(example2 is a based on…
dobata
  • 3
  • 1
0
votes
1 answer

Ubuntu 10.04 Port 3306

I am trying to open port 3306 in Lucid, but when I do netstat -tan|grep 3306 it just shows me tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN What I am going for is: tcp 0 0 0.0.0.0:3306 0.0.0.0:* …
honyovk
  • 101
  • 2
0
votes
1 answer

wget wont work on ubuntu 10.04

i just get my new web server (Ubuntu 10.04) at Leaseweb and when i try to install Virtualmin i get this error : wget http://software.virtualmin.com/gpl/scripts/install.sh --2012-02-11 13:53:03-- …
Tahola
  • 103
  • 4
0
votes
1 answer

Apache proxypass virtual hosting for backend redirection

I have a apache proxy load balancer running. I have a domain wiki.mydomain.com registered to this lb. I am trying to make proxy redirect from wiki.mydomain.com to the backend http://192.168.1.56/mediawiki/ and below is the virtual…
user53864
  • 1,723
  • 11
  • 37
  • 66
0
votes
1 answer

Ubuntu Server SSH does not autostart

I use a VPS with Ubuntu 10.04. After I performed "apt-get upgrade", the ssh daemon stopped working and does not automatically start when I restart my server. I have only access to files (edit, create delete etc.) and no shell access. Could you…
Paris
  • 123
  • 1
  • 5
0
votes
2 answers

setting server hostname

I'm using ubuntu 10.04 on my server and I'm looking to set the hostname. Looking around it seems I have to set this in the /etc/hostname file, but on my system I do not have one. Typing hostname does return a value Is there anywhere else this could…
terrid25
  • 251
  • 2
  • 5
  • 12
0
votes
1 answer

Reset Linode root password

I've recently been put in charge of a Ubuntu server in the Linode platform. This webserver is running a production Rails application with a MySQL database. I need to ssh into it to download a copy of the database to perform further development…
bbonamin
  • 167
  • 8
0
votes
4 answers

How to determine the cause of high resource usage for two hours last week?

I know there are several tools I can use to find out what's causing heavy network and CPU usage right now, but every so often on my server I'll check the logs and notice that there were periods of very high network/CPU activity. The most recent…
Brian Lacy
  • 1,113
  • 4
  • 15
  • 23