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

Disabling script execution on Apache2

On a ubuntu-10.04 and Apache2 I am trying to disable PHP execution on /var/www/upload directory. So I've added the following to /etc/apache2/sites-enabled/000-default: < Directory /var/www/upload/> AddType text/plain .php < /Directory> Then of…
lisa1987
  • 881
  • 1
  • 9
  • 17
0
votes
1 answer

Solr could not index my table from mysql

I have ubuntu server and mysql version 5.1.41-3ubuntu12.10-log. i need to run solr on my webserver. i have installed lucidworks-enterprise-installer-1.7 and mysql-connector-java-5.1.17-bin.jar on the webserver already. but i can't build the index…
Alaa Alomari
  • 638
  • 6
  • 19
  • 37
0
votes
2 answers

routing calls from landline to end user cell phones

I have to setup a server to route telephone calls coming to a particular landline no to cell phone phones depending upon the availability of user. I want to know what technology call centres or telecom giants use for the same. While exploring some…
Registered User
  • 1,463
  • 5
  • 18
  • 37
0
votes
1 answer

Odd Postfix message right before system crash/freeze. What does it mean?

I just had my web server lock up on me, it stopped serving pages and wouldn't accept any SSH connections. I was able to reboot this server through the control panel Linode provides. Below you'll see the last few entries in the syslog before the…
PHLAK
  • 153
  • 1
  • 5
0
votes
1 answer

Error while loading shared libraries /lib/libsepl.so.1: cannot read file data

I've created quite a predicament with my desktop installation and would prefer to be able to salvage it instead of having to reformat/re-install Ubuntu. Quite a lot happened and here's my best recollection: My Ubuntu installation stopped working…
Lex
  • 101
  • 1
0
votes
2 answers

live migration on ubuntu llucid lynx

I tried do live migration from ubuntu lucid lynx machine 1, to ubuntu lucid lynx machine 2. The name of vm is VM3jasmine I and would like to migrate to machine2 when i enter a command, (from machine1) #vrsh migrate --live VM3jasmine…
anne
  • 1
0
votes
2 answers

Dedicate more cpu usage to apache and modules

I'm currently trying to process a bunch of data with apache and php, I estimate it will take a few hours and I'd like to reduce that time In my webmin I see following information CPU usage 25% user, 0% kernel, 19% IO, 55% idle is there a way i…
Moak
  • 734
  • 3
  • 10
  • 31
0
votes
1 answer

Dansguardian - Allowing some user to view some websites

I have configured squid+ldap with dansguardian. Now the requirement is all the users should not get all the websites opened. Can I configure dansguardian in a such a way that it should allow only some users which have paermision. I have also…
Caterpillar
  • 1,132
  • 2
  • 23
  • 47
0
votes
1 answer

LAMP set up idling on connections

I've set up a basic LAMP installation on a Linode Ubuntu 10.04 server using the following apt-get command: sudo apt-get install apache2 apache2.2-common apache2-mpm-prefork apache2-utils ssl-cert mysql-server mysql-client php5 php5-common…
Luke
  • 3,826
  • 8
  • 36
  • 40
0
votes
1 answer

Migrating domains in LAMP - how to serve proper directory

I'm working on migrating a bunch of sites to a linode server running Ubuntu 10.04 & Apache2. I've pointed to the new domain name servers at linode, and created zone files. All this seems to have worked. When I load the URL, however, it's serving…
0
votes
1 answer

Ubuntu 10.04 - /etc/rc*.d disappeared?

My /etc/rc*.d have disappeared, and now apt-get install doesn't work. Is this normal? How to fix it?
Alex R
  • 1,063
  • 3
  • 14
  • 29
0
votes
3 answers

Ubuntu server (VM) with two interfaces. Can only pass traffic on one or the other interface at a time

Let me start with a crude network diagram. Internal Layer 3 switch (Multiple VLANS, including 172.16.220.0 network) --> Internal network (172.16.220.0/24) --> eth1(172.16.220.100)-Ubuntu 10.04 VM-eth0(192.168.1.100) --> NATed network…
fourleggedfish
  • 110
  • 2
  • 9
0
votes
2 answers

Can't copy .htpasswd or .changes from ubuntu server via samba. Why?

I'm trying to copy a twiki data dir (ubuntu server) via a samba share to an XP box... all files copy except for .htpasswd and .changes. Any ideas why not? Is there some service that is protecting them?
Dave
  • 3
  • 1
0
votes
3 answers

how to connect to server continuously using an bad internet connetion

I have a bad Internet connection, it disconnects frequently and on reconnect, I'm assigned a different IP address by the ISP. The problem is that I connect to a remote VPS (Ubuntu), and when Internet connection is disrupted n reconnected, I can no…
Nikhil
  • 115
  • 3
0
votes
1 answer

Am I doing ubuntu 10.0.4 software installation correctly (packages and none-packages)?

Background: I first installed everything using a terminal and "sudo su", i.e. as root. Then I installed jenkins, and then the jenkins user could not run any android sdk tools in /root/androidsdk/tools folder due to "Permission denied" I want to…
user27465
  • 259
  • 2
  • 7