Questions tagged [ubuntu-9.10]

Ubuntu 9.10 Karmic Koala

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.

121 questions
73
votes
11 answers

apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName

I keep getting this warning when I (re)start Apache. * Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName ... waiting apache2: Could not reliably determine…
user35402
  • 1,171
  • 3
  • 10
  • 18
29
votes
2 answers

Nginx Config: Front-End Reverse Proxy to Another Port

I have a small web server that serves requests on port 5010 rather than 80. I would like to use nginx as a front end proxy to receive requests on port 80 and then let those requests be handle by port 5010. I have installed nginx successfully and it…
Ted Karmel
  • 393
  • 1
  • 3
  • 4
26
votes
6 answers

Determining PostgreSQL's port

I know that by default PostgreSQL listens on port 5432, but what is the command to actually determine PostgreSQL's port? Configuration: Ubuntu 9.10 with PostgreSQL 8.4
Matthew Rankin
  • 1,155
  • 5
  • 15
  • 32
10
votes
4 answers

Persisting nf_conntrack_max Across Reboots

In /proc I have two entries for nf_conntrack_max: /proc/sys/net/netfilter/nf_conntrack_max /proc/sys/net/nf_conntrack_max The seem to point to the same value as changing one also changes the other. With both of these set in…
Kyle Brandt
  • 82,107
  • 71
  • 302
  • 444
10
votes
3 answers

How to install wget on this?

I did download RubyStack 2.0.3 for VMWare (Ubuntu 9.10) but I cannot download anything on it! It appears that all basic utilities are missing/screwed: bitnami@linux:/var/tmp$ wget -bash: wget: command not found bitnami@linux:/var/tmp$ curl curl:…
Winluser
8
votes
3 answers

What is the best practice to keep a linux ubuntu server up to date (build packages, dist-upgrade, alt repos...)

We are running a production server based on Ubuntu 9.10 Karmic Koala, kernel is almost up-to-date (2.6.38.2-grsec-xxxx-grs-ipv6-64) but karmic package repository is now ridiculously outdated, eg. Nginx is 0.7.62 - really buggy - while latest stable…
Stefano
  • 751
  • 1
  • 12
  • 23
7
votes
1 answer

Two network adapters on Ubuntu Server 9.10 - Can't have both working at once?

I'm trying to set up two network adapters in Ubuntu (server edition) 9.10. One for the public internet, the other a private LAN. During the install, I was asked to pick a primary network adapter (eth0 or eth1). I chose eth0, gave the installer the…
Rob
6
votes
4 answers

Karmic Koala (Ubuntu): enable remote x clients through TCP

It seems every version of Ubuntu has a different way to enable remote connections to the local X server. I'm asking this question, while I do my own research: how can I enable the X server listening to TCP port 6000 on my machine, thus allowing…
ΤΖΩΤΖΙΟΥ
  • 1,038
  • 1
  • 10
  • 18
5
votes
6 answers

Securing SSH on Linux Ubuntu

How can I secure SSH access to a linux box running Ubuntu k for multiple users? This server will be for a web app but I'm not sure how to evaluate the tools to perform this task. I have tried a few tools in the past but not sure how they stack up…
Kevin
  • 291
  • 1
  • 3
  • 11
5
votes
2 answers

Ubuntu: Problem upgrading from Jaunty to Karmic

When i try to upgrade from jaunty to karmic i get this problem: root@server:~# sudo do-release-upgrade Checking for a new ubuntu release Done Upgrade tool signature Done Upgrade tool Done downloading extracting 'lucid.tar.gz' authenticate…
Martin
  • 775
  • 2
  • 7
  • 12
5
votes
2 answers

How can I get VirtualBox Guest Additions installed in an Ubuntu 9.10 server?

I have a freshly installed Ubuntu 9.10 server installed within a VirtualBox VM instance. From the VirtualBox menu bar, I selected Devices: Install Guest Additions... Then performed the following commands: > sudo apt-get install -y build-essential…
sutch
  • 956
  • 1
  • 7
  • 9
5
votes
2 answers

How can I stop pulseaudio from filling /var/log/messages with ratelimit.c suppressed lines under Ubuntu 9.10

I'm running a vanilla, fairly new (a month) installation of Unbuntu 9.10 Karmic Koala on a desktop computer. My sound appears to be working fine, I can listen to music as well as flash audio under firefox and chrome. I'm running VMWare Server with a…
gene_wood
  • 483
  • 5
  • 15
5
votes
2 answers

sendmail on ubuntu (9.10) machine "stopped" sending mail

I'm developing on my ubuntu 9.10 machine for the web (php). I'm using it sendmail for sending mails, and while developing on my local machine, I send local mails (to my user 'doron'). Up until a few days ago, I was able to send mails both from…
Doron
  • 543
  • 1
  • 6
  • 14
4
votes
3 answers

Why won't Ubuntu Server 9.04 won't upgrade to 9.10?

I have a server running 9.04 and I'd like to upgrade it to 9.10 (on the way to getting to the latest version). However, despite following the nice documentation, I am unable to. Specifically, sudo do-release-upgrade fails: Checking for a new ubuntu…
pr1001
  • 225
  • 2
  • 9
4
votes
1 answer

How Do I Install a Webmin Module?

I found that my Webmin doesn't come with the vsftpd module to configure vsftpd. I found on their site that that they have a download tarball. I downloaded it, but don't know what the proper steps are to add this tarball into the webmin config. I'm…
ServerChecker
  • 1,498
  • 2
  • 14
  • 32
1
2 3
8 9