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

Create superblock for software raid-5 array

I have created a raid 5 array with mdadm. I created partitions on all five of the disks created a raid-5 array with mdadm on these five partitions). Everything seems fine however when i try to mount the array i get a complaint about there being no…
Martijn v E
  • 101
  • 3
0
votes
2 answers

Ubuntu Server 10.04 stuck during bootup trying to start gearmand

I installed gearmand (0.20) from source yesterday on an Ubuntu Server 10.04 environment of mine. I shut down the environment last night and when I started it back up this morning, it's stuck during the boot up process trying to start gearmand. Any…
0
votes
2 answers

Can't remove RubyGem in Ubuntu

I ran this command: gem --version 1.3.5 I found it to be kind of strange since I didn't specify which gem I was asking about. I am trying to install the rails gem like this: gem install rails ERROR: Error installing rails: bundler requires…
Genadinik
  • 1,103
  • 4
  • 19
  • 39
0
votes
4 answers

What is the affect of executing "sudo passwd" on a system without a root account?

I've just used "sudo passwd" instead of "passwd" on a system by mistake and I'm wondering what the affect of this would be. There are two users on the system, my user account which has sudo privileges and another with sudo privileges belonging to…
0
votes
1 answer

Apache/PHP configuration setting the wrong permissions on PHP generated files

I have an Ubuntu server running a LAMP stack, and set up the permissions on /var/www such that all developers in our organisation are members of the www-data group, and the directory permissions are 2775 (rwxrwsr-x), file permissions should all be…
HorusKol
  • 751
  • 5
  • 13
  • 31
0
votes
1 answer

DRBD with primary-to-primary as a RAID1 over TCP/IP with both notes read/write?

In my setup I have two machines. Both of them have almost the same setup, except for the amount of RAM. On both sides I want to designate /dev/sdb1 as the underlying device for a common /dev/drbd0. As I understand it (please correct me if I'm wrong)…
0xC0000022L
  • 1,516
  • 2
  • 22
  • 42
0
votes
1 answer

Updating kernel modules in initrd for ubuntu-server usb install

I'm wondering how I can update the kernel modules properly in the hd-media initrd file for Ubuntu: http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-amd64/current/images/hd-media/ Using those files, I want to make a usb bootable ubuntu…
0
votes
1 answer

Multiple Apache2 vhosts are pointing to the same website

I'm having trouble getting multiple sites working with Apache on Ubuntu 10.04. I have two sites I want to serve from the same VPS, psychedeli.ca and mahoganytales.com. The problem is, both domains are pointing to the site for psychedeli.ca instead…
Tom Scott
  • 111
  • 2
0
votes
3 answers

where is cakephp installed ubuntu10.10

I just did apt-get install cakephp and it installed cake php but I have no idea where the root directory is. How can I find that? I'm using ubuntu 10.10
user50946
  • 483
  • 2
  • 7
  • 18
0
votes
1 answer

What are Ubuntu Vad Files?

I am a new user of Ubuntu and have been seeing VAD files in Ubuntu. What are they and what are they used for? Thanks, Alex
Genadinik
  • 1,103
  • 4
  • 19
  • 39
0
votes
1 answer

haproxy ubuntu 10.04.2

I want to install haproxy on my ubuntu server buy the haproxy version from the 10.04 repo is 1.3.x version. I wanted the latest build 1.4.13, since it has improvements and bugfixes. What i did: 1. installed the haproxy from the official repo:…
Elgreco08
  • 228
  • 3
  • 4
  • 16
0
votes
4 answers

Automatically ban user's IP on ftp brute force

Looking for module which will put ProFTPD brute-forcing ip address into hosts.deny. Say if 3 times password was incorrect, ban it from server, preventing to try other services.
Michael
  • 397
  • 1
  • 7
  • 15
0
votes
1 answer

Migrate openldap users and groups

I have an OpenLDAP server running on one of my ubuntu 8.10 servers. I used command-line only for OpenLdap installation and some basic configurations, everything else I'll configure with the Webmin gui tool. I'm trying to migrate to ubuntu 10.04 and…
user53864
  • 1,723
  • 11
  • 37
  • 66
0
votes
1 answer

Remote connection with FreeNX and NXClient to private network over wan

I tried FreeNX and NXClient connecting from my laptop to my deskop running ubuntu desktop over WAN(laptop and desktop has separate public ip each). I felt it's very fast and I want to use it as a best remote client. I'm trying to connect from my…
user53864
  • 1,723
  • 11
  • 37
  • 66
0
votes
1 answer

Use-case for iptables rule

If OUTPUT chain default policy is ACCEPT, is there any use case for the following rule? -A OUTPUT -o $INTIF -s $EXTIP -d $INTNET -j ACCEPT
Michael
  • 397
  • 1
  • 7
  • 15