For issues relating to using Ubuntu, version 8.04.
1
vote
1answer
72 views
Syntax shell scripting? “word unexpected in” getopts
Good evening everybody, We're looking forward to execute a shell script on an Ubuntu 8.04, But it returns a special error:
line 14: Word unexpected (expecting "in")
So here is a preview of the ...
1
vote
0answers
1k views
How to install Socket.IO>=0.7.8 with npm on Ubuntu 8.04?
I searched for a long time, but haven't found the right answer yet.
I'm not the only one who has/had problems installing Socket.IO >0.7.7 but other solutions didn't work for me.
A possible problem ...
0
votes
0answers
184 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 ...
1
vote
1answer
888 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
1answer
300 views
sqlite group_concat without group_concat
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 function isn't ...
0
votes
1answer
280 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 ...
1
vote
1answer
4k 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 ...
7
votes
2answers
5k 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: ...
0
votes
2answers
81 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 ...
8
votes
3answers
6k 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 ...
0
votes
1answer
341 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
182 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 ...
9
votes
4answers
11k views
Where are my postgres *.conf files?
Recently reinstalled postgresql 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
954 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 '<MyHTC serialNo>'
[2010-07-27 15:33:20 - ...
1
vote
1answer
435 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.
2
votes
4answers
527 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 ...
1
vote
2answers
738 views
PHP 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 ...
5
votes
2answers
528 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 ...
2
votes
2answers
3k 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 ...
8
votes
3answers
27k 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... ...
0
votes
1answer
620 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.
...
1
vote
1answer
764 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 ...
0
votes
2answers
938 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 ...
1
vote
3answers
381 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
6k 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 ...
1
vote
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 ...
5
votes
3answers
11k 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 ...
0
votes
2answers
2k 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 ...
2
votes
1answer
626 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 ...
7
votes
7answers
15k 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
...
0
votes
1answer
329 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 ...