Questions tagged [ubuntu]

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

A list of Ubuntu releases can be found here

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.

16409 questions
5
votes
3 answers

Moving pulseaudio out of home

We have a bunch of Ubuntu desktops with their home directories mounted as NFS shares. If an NFS connection is dropped, even for seemingly less than a second, pulseaudio loses its mind. The results either are a temporary soft-lock(with Ubuntu…
Mike Shultz
  • 151
  • 1
  • 7
5
votes
1 answer

3 drives fell out of Raid6 mdadm - rebuilding?

i had an mdadm raid6 array with 13x1TB drives. Within 10 minutes 3 of these drives fell out of the array... we assume bad cable to the controller card and replaced, however now we need to get the drives back into a working array. because md0 was…
pironic
  • 51
  • 3
5
votes
1 answer

.deb repository management software

I've been searching for an user friendly solution to manage a repository for some custom .deb packages we're using inside my company. I've briefly looked over the tools listed here, but they seem to me to be just bunch of scripts glued together to…
Unknown
  • 1,341
  • 2
  • 13
  • 19
5
votes
4 answers

Chef 'notifies' fails to restart or reload services

I'm using chef-solo v10.12.0 to configure an Ubuntu 12.04 VM, and I keep running into an issue where services don't restart or reload as expected when a configuration file is changed. There are no errors in the log although it's clearly doing…
John Debs
  • 287
  • 1
  • 4
  • 10
5
votes
1 answer

Why does nf_conntrack_count keep increasing?

I'm using Ubuntu 11.10 & nginx. My server's currently doing about 350 rps (that's the load that's coming in). I use iptables to make sure connections on certain ports are restricted only to boxes I own. I've noticed nf_conntrack_count keeps…
bluesmoon
  • 291
  • 1
  • 3
  • 8
5
votes
3 answers

open port on ubuntu in azure

I have created an ubuntu image in windows azure vm. I am trying to open port 7171 to the outside world. how can I do it? I have tried issue the iptables command but it did not work, not sure if I did not use it correctly or there is azure level…
Yaron Naveh
  • 345
  • 4
  • 6
  • 17
5
votes
3 answers

Problems installing puppet-dashboard

I'm using Ubuntu 12.04 LTS (32bit, Server), puppet 2.7.17, ruby 1.8.7.352 rubygems 1.8.15. and Apache 2.2.22. When I try to run the command to migrate the DB, :/usr/share/puppet-dashboard# rake RAILS_ENV=production db:migrate I get the…
Lee Lowder
  • 440
  • 1
  • 5
  • 17
5
votes
3 answers

Ubuntu 12.04 Netinstall URL? Xen Host

Well I have an Xen server, I've got a CentOS container up fine but a friend of mine wants (oh god) Ubuntu Server 12.04, why he can't use Debian is beyond my understanding. But anyways, I can't remember how I installed the CentOS container but I'm…
notFound
  • 81
  • 1
  • 1
  • 4
5
votes
4 answers

How can I configure my server to notify me whenever it is remotely accessed via ssh?

I need to be notified by email when my Ubuntu server is accessed via SSH. If it is possible, how can I do it?
Nam G VU
  • 287
  • 2
  • 5
  • 15
5
votes
1 answer

How can I use SetUID on a shell script to run as a non-root user?

Our company's server is running Ubuntu 12.04 (Precise) and Apache 2. We have a custom, internal web application installed. I have a bash script which pulls any updates to that app from source control to the server. Only one user on the system (the…
Jazz
  • 153
  • 1
  • 4
5
votes
1 answer

Why is "Bundle Instance" disabled for EC2 instance running Ubuntu 12.04?

I have an instance store (not EBS) based EC2 instance, launched from an official Ubuntu 12.04 AMI (specifically ami-25e8d351: eu-west-1, 32-bit, instance root store). It is up and running, and I've made some changes to it (installed software;…
5
votes
1 answer

Configure Exim to forward email

I have an Ubuntu 10.04 VPS set up to manage sub.example.com and I've configured Exim to send email using this tutorial from the Linode Library. That's working, but in addition to sending email I realized I need a single non-root email address…
IceCreamYou
  • 153
  • 1
  • 1
  • 5
5
votes
6 answers

Display recent login failures on login

I have an Ubuntu Linux server that is web facing. Because of this I get a fair number of brute force SSH attempts (who doesn't). I'd like to display the last N failed login attempts at my login prompt. I've worked out the simple script: grep…
C. Ross
  • 3,075
  • 9
  • 35
  • 36
5
votes
3 answers

How to get Postfix statistics of second instance?

I have a quick question. I have two instances of Postfix running on an Ubuntu server and I want to write some scripts to email our server admin Postfix statistics (queue count, sent, etc). How would I get that information on the second…
thiesdiggity
  • 437
  • 1
  • 9
  • 22
5
votes
6 answers

Ubuntu Server 12.04 can access LAN but not internet

Using Ubuntu Server (12.04) via command line, I can access the LAN (e.g. ping local machines) but not the internet (e.g. "ping google.com" or "sudo apt-get update"). How should I troubleshoot this? I'll start by saying that I was able to access the…
Paul Masri-Stone
  • 155
  • 1
  • 1
  • 8
1 2 3
99
100