Tagged Questions
For issues relating to using Ubuntu, version 8.04.
5
votes
2answers
2k views
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 head
Original installed RVM version:
rvm 1.1.6 by Wayne E. Seguin ...
4
votes
2answers
2k views
Nginx restart command failing after installing passenger
I just installed passenger for nginx on my Ubuntu (8.04) box. Now "sudo /etc/init.d/nginx restart" fails with the following errors:
Restarting nginx: [emerg]: bind() to 0.0.0.0:3000 failed (98: ...
4
votes
2answers
414 views
Can't install egenix-mx-base on Django production VPS
I have been following these instructions for setting up a Django production server with postgres, apache, nginx, and memcache. My problem is that I cannot get egenix-mx-base to install and without ...
4
votes
3answers
20k views
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-bin sun-java6-jre sun-java6-jdk
[sudo] password for bobpete:
Reading package lists... ...
4
votes
7answers
8k views
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' (Errcode: 24) (23)
on checking the error 24 on the shell it says
...
2
votes
3answers
317 views
Compiling ruby1.9.1 hangs and fills swap!
I'm compiling Ruby 1.9.1-p376 under Ubuntu 8.04 server LTS (64-bit), by doing the following:
$ ./configure
$ make
$ sudo make install
./configure works without complaints.
make hangs indefinitely ...
2
votes
3answers
6k views
mysqli for php on Ubuntu 8.04 LAMP stack
Does anyone know how, on Ubuntu 8.04, with PHP 5 and MySQL 5.0, to enable/install the mysqli package/extensions?
Preferably I'd like to preserve the existing installations, but, if necessary, I'll ...
2
votes
1answer
416 views
what is the equivalent of the following jdk path in slicehost ubuntu?
I got to setup the following two variables:
export LD_LIBRARY_PATH=/usr/java/jdk1.6.0/jre/lib/i386/:/usr/java/jdk1.6.0/jre/lib/i386/client/:./
export JAVA_HOME=/usr/java/jdk1.6.0/
Since, the above ...
1
vote
1answer
3k views
Undefined method `end_with?' for “no such file to load — Win32API”:String (NoMethodError)
I'm just setting up a new server and want to install the Twitter gem but am running into problems on Ubuntu 8.04/Ruby 1.8.6
It says that "multi_json requires RubyGems >= 1.3.6", but running "gem ...
1
vote
1answer
270 views
Upgrade maven.2.0.8 to maven.2.0.9 on Ubuntu Hardy Heron (8.04)
Ubuntu packages for 8.04 only goes upto version 2.0.8 of Maven. How do I install maven 2.0.9 package using apt-get or other Ubuntu package installer ? Thanks.
1
vote
2answers
362 views
PHP5 getrusage() returning incorrect information?
I'm trying to determine CPU usage of my PHP scripts. I just found this article which details how to find system and user CPU usage time (Section 4).
However, when I tried out the examples, I ...
1
vote
2answers
1k views
bash_completion not working, source command not found
I recently inherited a Ubuntu Hardy box that acts rather funky out-of-the-box. The first things I tried to do was edit my .bashrc profile to do some coloring and add some aliases I usually have, but ...
1
vote
1answer
481 views
Reverse Proxy with Apache2 don't work
I'm using Apache/2.2.8 (Ubuntu) and have a problem. There is a file /etc/apache2/sites-available/backuppc with the following:
<VirtualHost *>
ProxyRequests Off
<Proxy *>
Order ...
1
vote
3answers
318 views
My server intermittently won't serve pages to Safari 4… Need help!
I just upgraded my browser to Safari 4 and find that our website is having some major issues specific to that browser version. As I click through pages on our site it takes one or two clicks before ...
1
vote
6answers
3k views
'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
end
But when I request ...
0
votes
0answers
25 views
How do I disable quotas live on an LVM mount
I had an issue with quotas on a LVM mount preventing a zimbra service from operating (dm-0: write failed, user block limit reached). I wanted to simply disable quotas for the whole system.
I tried ...
0
votes
0answers
49 views
Error installing ffmpeg on Ubuntu 8.04 JeOS with Speex
I'm having an issue installing ffmpeg with Speex support on Ubuntu 8.04 JeOS. After some wandering around in dependency hell I managed to secure the proper libspeex and ffmpeg versions, and it ...
0
votes
0answers
48 views
mysql installtion problem in ubuntu 8.04
I want to install mysql in ubuntu8.04.Not using the command
$sudo apt-get install mysql-client mysql server. So i downloaded themysql-5.0.91.tar.gz then extratced and changed the directory to mysql ...
0
votes
0answers
402 views
rsync error: Bad file number
I'm trying to rsync content from local machine (Windows 7 on 64bits) to remote server (Ubuntu 8 on 64bits) and it fails. Any piece of advice is more than welcome as I've already spent too much time ...
0
votes
0answers
68 views
a issue about pl2303 on ubuntu8.04
when i send data via /dev/ttyUSB0 which is created by the driver pl2303 , it is always sending the data that is last time i wondering send. That meaning :
if i type the command as below:
echo ...
0
votes
1answer
113 views
sqlite group_concat without group_concat
Hey all, I'm in a bit of a bind: I'm limited to using sqlite 3.4.2 w/ php5-sqlite (ubuntu hardy) and I've got some complex queries that were written using the group_concat() function.
Now, this ...
0
votes
1answer
165 views
manually compiling ruby 1.8.7 on ubuntu hardy
running two rails 2.3.8 apps on two virtual servers in ubuntu 8.04 with apache and passenger. the ruby version is 1.8.6
we are upgrading one of the apps to rails 3.0.4. my understanding is that we ...
0
votes
2answers
67 views
cant understand mondodb server installation steps
i followed a lot of steps and finally am stuck here. am a rookie. pls help me understand the following lines :: (frm the page http://www.mongodb.org/display/DOCS/Building+for+Linux)
pick a stable ...
0
votes
1answer
239 views
nginx - ubuntu 8.04 LTS - php-fpm
Does anyone know a repository which can be used to install php5-fpm for Ubuntu 8.04 LTS ? Can it be installed onto 8.04 LTS ?
Im currently usnig spwan-fcgi, but wanted to try php5-fpm to see the ...
0
votes
1answer
111 views
RSS via Ubuntu Apache PHP - content delivered but not recognized by reader
This is a little difficult to explain so please bear with me :
Using FF as my RSS reader to test,
I am migrating a site which has an RSS Feed component to it; on the old server (apache on fedora ...
0
votes
2answers
248 views
Where are my postgres *.conf files, dude?
Recently reinstalled postgre 8.3 on my Ubuntu 8.04 after update. Used EnterpriseDB package. I can connect to the database locally, I see system DB postgres but I can't configure it because I can't ...
0
votes
2answers
825 views
I get a timeout when i try to install Android app through Eclipse ADT
Whenever i try to install an Android app on my HTC device via the Eclipse ADT i get:
[2010-07-27 15:33:20 - Touch] Failed to upload Touch.apk on device ''
[2010-07-27 15:33:20 - Touch] ...
0
votes
1answer
402 views
CVS - Cleaning up the CVS repository
I just set up CVS on my local machine. But now I need to clean it up and bring it up to a point of the raw CVS installation. I tried searching for "uninstall cvs on ubuntu" but did n't find any luck.
...
0
votes
2answers
566 views
monit and apache site behind http-basic-auth
I have a web server which is protected behind http-basic-auth. I've read through the monit docs and it doesn't seem like there's a clear way to pass credentials in order to test that the test page on ...
0
votes
4answers
2k views
How to install python-igraph on Ubuntu 8.04 LTS 64-Bit?
Apparently libigraph and python-igraph are the only packages on earth that can't be installed via apt-get or easy_install under Ubuntu 8.04 LTS 64-bit.
Installing both from source from source on ...
0
votes
2answers
1k views
How to Mono, PHP and .NET module run together on Ubunty Hardy at Slicehost?
I'm running a rails app and PHP at my SliceHost Ubuntu Hardy Heron vps server. I've a PdfProcess.exe module built upon ASP.NET (.NET 2). I've one PHP file which uses a passthru("PdfProcess.exe ...
0
votes
3answers
7k views
How to fix “GRUB error 17” problem on laptop without working CD reader
I broke the laptop. How did I break it?
I remember feeling happy about wubi. Now I feel bad about wubi and everything that I did.
I used the partition editor within Windows (System Tools - ...
0
votes
1answer
269 views
ubuntu trouble with SDL
I'm trying to learn to use SDL for a little game I'm writing , but I have a problem . One single application can play sound at a given time on my system . If for example I have amarok or kaffeine ( or ...