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

Adding SquashFS support to Ubuntu 10.04 EC2 AMI

I am using Ubuntu provided EC2 AMI for Ubuntu Lucid 10.04 LTS 64-bit and it doesn't come with support for SquashFS built in. Is there a way to add support, so I can mount a SquashFS filesystem?
kolrie
  • 235
  • 3
  • 12
0
votes
1 answer

Permission changes of home directory of first user created are not being applied to other users

When I first installed ubuntu server 10.04 I created my first user 'bonzo'. When I'm logged in as bonzo the permissions on directory /home/bonzo are 755. However when I'm logged in as any other user the permissions on the directory /home/bonzo…
user784637
  • 1,542
  • 7
  • 35
  • 52
0
votes
2 answers

Is there a way to automatically forward ports over SSH upon a user successfully logging in?

I've looked around Google for a solution to this problem and I may be horribly over-complicating it. All I'm looking for is a way to automatically forward certain ports as soon as a user logs in. Basically, I'm working on a website which serves as a…
AvaMango
  • 11
  • 2
0
votes
2 answers

Command not found

I downloaded the AWS CloudWatch command line api and I have also set the env_path variable that is AWS_CLOUDWATCH_HOME=local/usr/CloudWatch. But when I run mon-cmd, I get command not found error in the console. I am working on ubuntu 10.04 server…
Jeevan Dongre
  • 741
  • 2
  • 17
  • 33
0
votes
1 answer

Tomcat access control exceptions (binding to RMI) with no Security Manager running (Ubuntu)

I'm encountering some strange access control exceptions from a Tomcat servlet (when it tries to bind to an RMI server). I'm running without a Security Manager, and this whole application worked fine previously on essentially the same setup. It's a…
0
votes
1 answer

Ubuntu 10.04 (LTS) DomU on Debian Wheezy Dom0 Xen 4

I have been forced to move from a Centos Dom0 xen 3 Centos + Ubuntu Lucid DomUs To Debian Wheezy Dom0 Xen 4 Ubuntu Lucid DomUs However although I can create new DomUs on wheezy I cannot get them to boot. pygrub returns Error: Bootloader didn't…
mdjp
  • 1
0
votes
1 answer

UBUNTU - Broken DPKG and Index

Was doing a package update and it ended a process and hung so I rebooted the server and now it will not allow me to perform any more updates. I tried the following to no avail: sudo apt-get clean sudo apt-get install -f (I get a message: E: DPKG…
Ubuntu User
  • 71
  • 2
  • 3
  • 11
0
votes
2 answers

Linux kernel upgrade broke : How do I remove the kernel that broke it all?

I just upgraded an Ubuntu 10.04 (Server Edition) to '2.6.32-36'. However, after doing that upgrade the server would not longer start and GRUB tells me that it is unable to read the header. I rebooted the machine, held down shift while starting up…
sbrattla
  • 1,578
  • 4
  • 28
  • 52
0
votes
1 answer

What AWS volume am I booted from and how do I change it if necessary?

I had an Ubuntu Lucid 10.04 instance running on an m1.small in AWS us-east region. A while back it had some issues (I think it was an AWS problem) anyway we started up a new one, attached our separate data volumes to the new instance and everything…
Paul Willis
  • 316
  • 1
  • 6
0
votes
1 answer

Service generated content interaction with PHP

I have a daemonized service that generates content at /usr/share/service/content I need this content to be accessible from PHP. The service runs under a user named _service which belongs to the same group as the one running PHP (www-data). Both…
goliatone
  • 115
  • 1
  • 5
0
votes
2 answers

CouchDB/xulrunner hang on Ubuntu 10.04 LTS

I have an Ubuntu 10.04 LTS box setup as a Chef server. This was all working fine until the first time the box was rebooted, after which the following three (possibly unrelated) things happened: chef-client attempted to install updates via. apt,…
Tim Fountain
  • 53
  • 1
  • 8
0
votes
1 answer

Problems Mounting NFS Shared Drive Using Fstab (Ubuntu - Lucid Linux)

Currently I have clients hooked up to a server through NFS such that user home folders mount to the clients (if you want more info on that, let me know). I am trying to set up a shared drive, in which every file and folder can be edited by any user.…
Alex Brooks
  • 103
  • 1
  • 4
0
votes
1 answer

I lost my password on lucidworks 1.7

I have installed lucidworks-enterprise-installer-1.7 on my ubuntu server at /etc/solr it is working fine. but when i go to http://XXX.YY.ZZZ.VV:8989/login i can't login using the default username/password (admin/admin)... it seems i have changed…
Alaa Alomari
  • 638
  • 6
  • 19
  • 37
0
votes
1 answer

Trying to troubleshoot regular server crash

I have a VPS (unmanaged, Ubuntu 10.04.3 LTS) which seems to crash every few days. I am fairly sure it is caused by Apache2, since restarting the service (when I get the chance) does address the issue. Right before the machine crashes, the server…
0
votes
1 answer

password less sudo access for deploy user

Possible Duplicate: ubuntu - how can I avoid typing a password on every admin action? Googled and tried various approaches to solve the password-less sudo access commands, but none seem worked for me. The server is Ubuntu 10.04 I've a deploy user…
millisami
  • 395
  • 2
  • 4
  • 13