Questions tagged [ubuntu-11.10]

ubuntu 11.10 Oneiric Ocelot

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.

55 questions
21
votes
1 answer

What is the difference between installing libcurl4-gnutls-dev or libcurl4-nss-dev in ubuntu 11.10?

For a software that I am installing in an ubuntu server, it needs the curl deb packages. When I try to install libcurl4-dev it says that this is a virtual package and I need to install libcurl4-gnutls-dev or libcurl4-nss-dev. What is the difference…
9
votes
7 answers

mysql my.cnf ignored

The Issue I'm trying to modify a my.cnf value on my production server but the changes aren't taking effect after a sudo service mysql restart, using an exact copy of the my.cnf (downloaded and replaced original) on my development server the changes…
mr12086
  • 235
  • 1
  • 2
  • 7
8
votes
1 answer

NTP not syncing, only syncs on service restart

My ubuntu 11.10 server has been sitting there quite happily for the last 3 - 4 months, then suddenly the time started going out of sync by one hour. I'm not sure why, nothing has changed re the configuration of the server, i read it can be down to…
Michael Barrett
  • 135
  • 1
  • 1
  • 4
7
votes
2 answers

'pip install carbon' looks like it works, but pip disagrees afterward

I'm trying to use pip to install the package carbon, a package related to statistics collection. When I run pip install carbon, it looks like everything works. However, pip is unconvinced that the package is actually installed. (This ultimately…
user33638
6
votes
1 answer

Disable "shared terminal" behavior with Ubuntu 11.10 on EC2?

I recently created by first EC2 server using an Ubuntu 11.10 AMI (previously had been using 10.4). The default terminal behavior for this server seems a bit odd. When I ssh to the server from a Mac terminal window, and then ssh to the server again…
cailinanne
  • 163
  • 5
5
votes
4 answers

Postfix - How to write outgoing mail to harddrive (not internet)?

In order for my webb-app unit tests to work in my local development environment, namely where email delivery is concerned, I installed postfix. Come to find out my co-workers are now getting numerous emails each time I run our unit tests. So I'd…
Daniel B.
  • 153
  • 1
  • 4
5
votes
2 answers

Puppet Ubuntu remove packages no longer required

teaching myself puppet. Using Ubuntu 11.10 Puppet 2.7.1 (straight from apt) Running some test scripts on a single node (following http://docs.puppetlabs.com/learning/manifests.html). I made a manifest that installs and starts the apache2 package…
sMoZely
  • 151
  • 1
  • 2
4
votes
4 answers

Python SVN Bindings - ImportError: No module named svn

I have recently updated my server using apt-get upgrade and then suddenly trac started showing the following error message: Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look…
d_inevitable
  • 209
  • 1
  • 6
  • 19
4
votes
2 answers

How do I override apt-get removing dependent packages?

I want to replace postfix with exim4 on my Ubuntu test server to reflect the setup I have on my production server, but apt-get and aptitude (quite understandably) insist on removing several packages that depend upon having a mail stack. However, in…
iainH
  • 301
  • 1
  • 3
  • 11
4
votes
1 answer

NFS client mount fails behind firewall

I have an Ubuntu 11.10 system with an iptables firewall. After pinning the ports for mountd, lockd and statd, then opening them up in iptables, I am able to expose NFS shares through the firewall with no issues. What I am having a problem with is…
JoeFish
  • 141
  • 1
  • 1
  • 5
3
votes
2 answers

Why is there no git repository after installing etckeeper?

I installed etckeeper on my ubuntu 11.10 server, and after creating the etckeeper repository with: etckeeper init etckeeper commit "Initial version" I got the error: bzr: ERROR: No changes to commit. Please 'bzr add' the files you want to commit,…
rubo77
  • 2,282
  • 3
  • 32
  • 63
3
votes
2 answers

Unable to ping my Ubuntu AWS instance

I'm new to AWS, just setup a ubuntu ec2 and I've made a security group which allows me to ssh in and that's about all for now. What do I have to do to make it so I can also ping my instance?
3
votes
1 answer

completely remove mysql-server from Ubuntu

I want to completely remove and re-install mysql on Ubuntu 11.10. I've tried removing it by running: apt-get remove --purge 'mysql-.*' But when I re-install it, the old databases are still there, so it obviously wasn't completely removes. How do I…
Dónal
  • 281
  • 6
  • 12
3
votes
2 answers

Restrict User Access to Certain Ports

This question is purely hypothetical. Is it possible to restrict which ports certain users may use for their processes? Say users1 gets ports 8000-8999 and user2 gets ports 9000-9999. I am running Ubuntu 11.10.
knpwrs
  • 357
  • 1
  • 4
  • 14
2
votes
4 answers

Why does a valid set of iptables rules slow my server to a crawl?

So I implemented some a different set of iptables rules and now if i enable them, then lighttpd simply takes forever to load php enabled pages(like wp). There is no load on the server, processor usage stays low. Here is my config, what could be the…
HackToHell
  • 250
  • 1
  • 4
  • 15
1
2 3 4