Top "Ubuntu-8.04" questions

For issues relating to using Ubuntu, version 8.04.

Where are my postgres *.conf files?

I have recently reinstalled postgresql 8.3 on my Ubuntu 8.04 after update. Used EnterpriseDB package. I can connect to the database locally, …

postgresql configuration ubuntu-8.04
Too many open files error on Ubuntu 8.04

mysqldump: Couldn't execute 'show fields from `tablename`': Out of resources when opening file './databasename/tablename#P#p125.MYD' (…

mysql linux mysqldump ubuntu-8.04
Can't install sun-java6-bin package on Ubuntu Hardy (8.04)

I just upgraded to Hardy from Dapper and can't install java for the life of me: $ sudo apt-get install sun-java6…

ubuntu ubuntu-8.04
Can't update RVM - "fatal: Unable to find remote helper for 'http'"

I'm running RVM 1.1.6 on Ubuntu 8.04 and all of a sudden I can't update to the latest version anymore. ~ rvm get …

git ubuntu rvm ubuntu-8.04
'no such file to load -- net/ssh' from rails Controller on Ubuntu

I have a very simple controller: require 'net/ssh' class MyController < ApplicationController def foo render :text => 'bar' end …

ruby-on-rails ubuntu-8.04 net-ssh