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
1 answer

Failed none and iptables

The problem is that when I ssh to my host with putty and enter user name, after that the password prompt delays. Found this is directly related to my iptables and can solve by changing default policy to ACCEPT. If default INPUT policy is ACCEPT,…
Michael
  • 397
  • 1
  • 7
  • 15
0
votes
1 answer

How to specify a host ip address to sendmail

I have sendmail installed on a server running Ubuntu 10.04. I need to be able to send email to my companies email server from this machine, but I am not currently able to. A rep in the IP department determined that my issue was that the IP address…
Mark Roddy
  • 777
  • 2
  • 11
  • 13
0
votes
1 answer

assign auto static ip on ubuntu 10.04

I'm trying to set auto static ip. I've set the content of /etc/network/interfaces to be: auto lo auto eth0 iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1. and /etc/resolv.conf to be: nameserver 192.168.1.1. It…
Forge
  • 107
  • 5
0
votes
1 answer

connect remotely to apache2 on ubuntu 10.04

I've apache2 server installed on a machine that connected to two different networks, therefore it has two different addresses: 192.168.1.111 (static ip on ethernet network) and 109.253.78.211. when connecting through 109.253.78.211 on the browser,…
Forge
  • 107
  • 5
0
votes
1 answer

ldap installation in ubuntu

during LDAP installation in ubuntu the following error has been occured. "ldap_bind: Invalid credentials (49)" can any one help me to figure it out ???
akb.zak
  • 19
  • 3
0
votes
3 answers

Web server www files storage

I am currently setting up a few virtual machines with Ubuntu Server 10.04.02 on them and was wondering what is the best place to store the www files. I will be using nginx and I see that the default /var/www can be changed to something else. Cpanel…
user44923
0
votes
1 answer

Bind9: Permission denied and file not found when loading from master file, only first time

I have installed bind9 on ubuntu server 10.04.1. And there is some strange things. Just after boot here is my log file: Feb 26 18:30:57 myserver init: apport pre-start process (793) terminated with status 1 Feb 26 18:30:57 myserver init: apport…
radu c
  • 103
  • 1
  • 1
  • 3
0
votes
2 answers

how to reduce time of git pulling each time when you do a make world on Xen source

I am compiling xen from source and each time I do a make world it basically gives some or the other error my problem are not those errors ( I am trying to debug them) but the problem is each time when I do a make world Xen basically pulls things…
Registered User
  • 1,463
  • 5
  • 18
  • 37
0
votes
1 answer

Accessing Ubuntu Server 10.04 that is installed in Ubuntu Desktop 10.04 using VirtualBox?

I've installed Ubuntu Server 10.04 in Ubuntu Desktop 10.04 using Oracle's VirtualBox successfully. I've also configured the IP address of the server during the installation process. But I am unable to access the server via SSH in my Ubuntu Desktop…
DjangoRocks
  • 201
  • 1
  • 2
  • 6
0
votes
4 answers

how to find a text string which may be present in some unknown file in entire filesystem

I am stuck up with a problem I have a line 'something' in some file. In which file is this line that I have forgotten. In the entire root file system I would like to find out which file and where is this line. So how can I go for this.I have used…
Registered User
  • 1,463
  • 5
  • 18
  • 37
0
votes
2 answers

problem when running apt-get update

I'm on an ubuntu server (ec2) , I'm running sudo apt-get update and get the following error : Err http://ppa.launchpad.net lucid/main Packages 404 Not Found W: Failed to fetch…
Ido Shilon
  • 123
  • 4
0
votes
3 answers

How can I repair apt / dpkg?

Apt keeps crashing when I try to run apt-get upgrade xxx@xxx:/root/# sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done The following packages have been kept back: linux-generic…
glisignoli
  • 123
  • 1
  • 2
  • 15
0
votes
1 answer

problem in installing dnsproxy on Lucid

I am trying to install dnsproxy on a Ubuntu 10.04 64 bit server but this is failing. root@some:/etc/apache2/mods-enabled# aptitude install dnsproxy Reading package lists... Done Building dependency tree Reading state information... Done…
0
votes
1 answer

How do I upgrade ubuntu eglibc from 2.11 to 2.12?

I m currently on Ubuntu 10.04 $ uname -a Linux dpn2 2.6.32-27-server #49-Ubuntu SMP Thu Dec 2 02:05:21 UTC 2010 x86_64 GNU/Linux $ ldd --version $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 10.04.1…
ankimal
  • 211
  • 1
  • 4
  • 16
0
votes
2 answers

how to undo system user creation

to troubleshoot a Ubuntu package manager problem I have to do sudo deluser --system messagebus I want to know what is the command to undo the above before I try it.
Registered User
  • 1,463
  • 5
  • 18
  • 37