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
2 answers

Difference of postgreSQL's "trust" and "ident"?

In postgreSQL's /var/lib/pgsql/data/pg_hba.conf trust and ident can be set as method e.g. like so. # TYPE DATABASE USER CIDR-ADDRESS METHOD local all postgres trust host all postgres …
Sandra
  • 10,303
  • 38
  • 112
  • 165
5
votes
4 answers

Ubuntu install php5-ffmpeg

When I try to install php5-ffmpeg: apt-get install php5-ffmpeg I get an error: The following packages have unmet dependencies: php5-ffmpeg : Depends: phpapi-20090626+lfs As I understand my php5-ffmpeg was broken when I upgraded php from 5.3 to…
Victor
  • 149
  • 1
  • 7
5
votes
3 answers

tail: inotify cannot be used, reverting to polling: Too many open files

tail: inotify cannot be used, reverting to polling: Too many open files I'm running apache and tomcat servers on Ubuntu (AWS ec2). Whenever I try to tail the catalina.out of tomcat I get too many open files. However I am able to view it using…
user23577
  • 71
  • 1
  • 1
  • 6
5
votes
3 answers

Uninstall Python packages built from source

How do I uninstall Python packages that have been built from source and installed via... python setup.py build python setup.py install ?
pufferfish
  • 2,830
  • 11
  • 39
  • 40
5
votes
2 answers

How can I automate a new linux server's initial setup?

Every time I setup a new server, I follow a series of steps on each server in order to get updates, set passwd, remove login via root user, customize a familiar environment (bashrc) and secure the server. Is it possible to do all that using a…
5
votes
2 answers

pgAdmin cannot connect to PostgreSQL 9.1

I am trying to use pgAdmin on Windows to connect to postgresql 9.1.8 running on localhost's Ubuntu 12.04 VM. The host's port 5432 forwards to VM's port 5432. pgAdmin Error: Error connecting to the server: could not receive data from server: Software…
Nyxynyx
  • 1,459
  • 11
  • 39
  • 49
5
votes
2 answers

ionice idle is ignored

I have been testing the ionice command for a while and the idle (3) mode seems to be ignored in most cases. My test is to run both command at the same time: du ionice -c 3 du If I check both process in iotop I see…
5
votes
3 answers

Is there an easier way to add public-key authentication for new users?

I am in the arduous and painful process of setting up secure users on a new web LEMP server with Ubuntu 12.04. I was initially going to setup something like vsftpd or proftpd but many have suggested just to use SFTP directly so I will. Ultimately,…
JM4
  • 1,144
  • 3
  • 18
  • 29
5
votes
1 answer

iptables rule(s) to send openvpn traffic from clients over an sshuttle tunnel?

I have an Ubuntu 12.04 box with OpenVPN. The VPN is working as expected -- clients can connect, browse the Web, etc. The OpenVPN server IP is 10.8.0.1 on tun0. On that same box, I can use sshuttle to tunnel into another network to access a Web…
Sam Martin
  • 151
  • 3
5
votes
2 answers

Is it unwise to publish my server configuration?

I have got a small VPS running Ubuntu which (for the foreseeable future) will only host my own, static, website. The only services accessible from the outside will be SSH (only public key authentication allowed) and HTTP (probably nginx). I am…
5
votes
1 answer

How to set up Ubuntu + Apache + Active Directory?

I've got Ubuntu and Apache + PHP + MySQL working fine on a box on our Intranet. The box is only accessible via IP address (currently). Now I want to set it up so that users who are already authenticated via an enterprise Active Directory server…
ad_newb
  • 53
  • 1
  • 3
5
votes
1 answer

Ubuntu EC2 Apache 2 : Access Log only shows Internal Dummy Connection

I'm running a micro instance on Amazon Cloud Services, and a recent spike made our web server unresponsive, I'm trying to do a little research to determine if this was a DOS attack, or which process was hogging down the server. I checked the Apache…
Thomas Depole
  • 155
  • 1
  • 1
  • 3
5
votes
1 answer

Whats the cause of VMWare esxi Ubuntu very slow disk performance (3MB/s)?

Currently I am running Zentyal Server(Ubuntu) as Guest on a esxi 5 host on a Adaptec raid controller RAID 10 with Enterprise WD hard drives, 8 Core CPU and 8 Gb of ram (I know a bit overkill) to server about 40 Users. Currently 300GB of storage is…
Reza
  • 91
  • 1
  • 5
5
votes
2 answers

balanced (currentness vs. stability) linux server distribution

I am a long-time user of Gentoo, both on the desktop and server. As a software engineer, I love its flexibility and customizability (as well as the fact that it is bleeding edge and a rolling release). But for my new server, I want to go with a…
khaos
  • 213
  • 2
  • 8
5
votes
3 answers

Network bonding mode 802.3ad on Ubuntu 12.04 and a Cisco Switch

I am trying to team 3 network cards together on 2 servers. I am trying to achieve a maximum throughput of 3Gbps to replicate data between the servers. The setup is simple, I have 2 servers with 3 Gigabit network card connected on the same Cisco…
drivard
  • 407
  • 1
  • 6
  • 18