Questions tagged [ubuntu-10.10]

Ubuntu Maverick Meerkat

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. Each release gets the software from the Debian Unstable repository, freezes it and fix and adapt it to Ubuntu philosophy.

Ubuntu Linux is backed by Canonical Ltd., a company founded and funded by south African Mark Shuttleworth, entrepreneur and Debian Developer. The focus of Canonical is to provide support and services to Ubuntu Linux Desktop and Server editions. Canonical employers sometimes develop to Ubuntu and Debian at the same time, that way keeping the contributions flowing back to Debian.

There is a Stack Exchange site dedicated to Ubuntu which is a good place to ask any Ubuntu-related questions.

106 questions
2
votes
1 answer

strongSwan ipsec setup, couple of questions

i am trying to setup a IPsec bridge between my home network and my office network. I want to use StrongSwan to encrypt the traffic as IPsec i am trying to follow this guide A brief description of the networks: the office network has 3 machines…
lurscher
  • 172
  • 1
  • 3
  • 17
2
votes
3 answers

I need folder permissions set to drwxrwxrwt instead of drwsrwsrwx

I just need permissions set to drwxrwxrwt instead of the current drwsrwsrwx . When I transfer files from filezilla to my Ubuntu server in the www folder, it doesn't give them the 755 permission. How can I fix this? (This started happening only…
user50946
  • 483
  • 2
  • 7
  • 18
2
votes
2 answers

Ubuntu 10.10 / Debian preseed keyboard origin seed

Using a preseed file for Ubuntu 10.10 alternate, I am unable to skip pass the "Origin of keyboard" question. Any ideas why? My preseed file is as below Reference link here #### Contents of the preconfiguration file (for squeeze) ### Localization #…
vener
  • 133
  • 1
  • 5
2
votes
3 answers

How can I prevent OpenVPN from clobbering local route?

I have a local network on 192.168.1.0 with netmask 255.255.255.0. When I connect to a VPN though OpenVPN (as a client), it pushes a route for 192.168.1.0 that clobbers the existing one, making my local network inaccessible. I don't to access…
ataylor
  • 131
  • 1
  • 4
2
votes
2 answers

How do I install MySQL with –with-federated-storage-engine on Ubuntu

Well honestly the title says it all. I am new to server install and stuff and basically want this for testing purposes for a web app I am building. I have ubuntu up and running but want to get mysql running with the federated storage engine enabled…
BobFranz
  • 63
  • 1
  • 3
  • 6
2
votes
3 answers

How to Use Crontab to display something to users on DISPLAY=:0.0 or run a GUI program

I really would like to be able to use crontab to update something every 3hrs, BUT crontab won't run my script with enough priveleges to run a GUI. Clarification: I have a complicated script that generates a picture (based on the current available…
palbakulich
  • 119
  • 1
  • 4
2
votes
1 answer

How do I headless install Ubuntu 10.10 Server

I installed Centos 5.5 on a headless server. The BIOS supports console redirection, so all I needed to do was: 1) Connect over a serial cable, 2) adjust the BIOS, 3) put the CD in, and 4) at the boot prompt, type: linux console=ttyS0,115200n8 …
pcapademic
  • 1,670
  • 1
  • 15
  • 22
2
votes
3 answers

Installing RubyonRails on Ubuntu server?

I just finished a fresh install of Ubuntu Server and selected the LAMP package by default. Tested it and it's working great with PHP scripts, but now I want to be able to run RubyOnRails on the same Apache install. How can I accomplish this through…
Industrial
  • 1,579
  • 6
  • 24
  • 37
2
votes
2 answers

/etc/cron.daily/apt: Segmentation fault

I have a system that I set up with Maverick and the "automatically apply security updates" setting. It is now sending e-mail on a daily basis: Subject: Anacron job 'cron.daily' on gwen /etc/cron.daily/apt: Segmentation fault If I manually…
Sean Reifschneider
  • 10,720
  • 3
  • 25
  • 28
1
vote
2 answers

How to upgrade APC to latest in Ubuntu?

I am running 10.10 version. I install APC as sudo apt-get install php-apc It gets APC (3.1.3p1) installed. The latest one is 3.1.10 right now. How can I update to latest one? Thanks.
gilzero
  • 439
  • 4
  • 9
  • 20
1
vote
1 answer

Rails showing files list and not running app

I followed this tutorial: http://railsapps.github.com/tutorial-rails-mongoid-devise.html Running nginx via proxy on port 8000. You can see it here. Why is it listing the files in the /public dir? Also, if I try to go to any of the devise uris, it…
1
vote
1 answer

Having some trouble installing node package manager

I installed node.js with these commands: $ sudo git clone --depth 1 https://github.com/joyent/node.git $ cd node $ export JOBS=2 $ sudo mkdir ~/local $ sudo ./configure --prefix=$HOME/local/node $ sudo make $ sudo make install $ export…
JD Isaacks
  • 895
  • 5
  • 14
  • 25
1
vote
2 answers

How to fetch new IP address under Ubuntu Server on VMware Workstation?

I have VMware Workstation 7 and Ubuntu Server 10.10 installed on it. When I copied my virtual hard drive to another PC it took same IP address. Is it possible to somehow receive another IP address for other VM on other PC? I already tryed to do…
Eugene
  • 259
  • 1
  • 4
  • 16
1
vote
3 answers

PostgreSQL Alternate Database Location

I'm running Ubuntu 10.10 and have a separate partition for my root directory. The partition wasn't set up with large databases in mind, so I would like to put my 2+GB PostgreSQL database on the /home partition. The first piece of advice I ran into…
Richard
  • 111
  • 1
  • 5
1
vote
1 answer

Apache2 - Limit download speed

I am trying to find a way to limit the download speed from my server. I found the module mod_bandwidth but there is no howto on apache2.2, only for 1.3.x. How can I limit the download speed. I have ubuntu 10.10 and apache2.2 on my server.
user785415
  • 11
  • 4