For issues relating to using Ubuntu, version 9.04.
0
votes
0answers
8 views
mongrel_cluster start on reboot ubuntu 9.04
I have a linode on ubuntu 9.04 with mongrel_clusters for rails 2.x app
I followed
http://articles.slicehost.com/2007/11/29/ubuntu-gutsy-mongrel-clusters-and-surviving-a-reboot
...
0
votes
1answer
135 views
Where can I find list of web browsers for ubuntu that maintain web sockets (different from Chrome)?
I need a webkit browser for ubuntu 9.04 that maintain web sockets. I know that Chrome maintain web sockets but I couldn't install Chrome on i.mx51.
1
vote
1answer
1k views
Is PTHREAD_STACK_MIN defined differently in Ubuntu 10.04 then on Ubuntu 9.04?
First it seems as if the location of definition has changed: in 9.04 its somewhere through pthread.h and in 10.04 its through limits.h (can someone please confirm it? where is it actually defined in ...
7
votes
5answers
15k views
Boost Installation
I have a question regarding the installation of the boost libraries. Is there a package that I can use the sudo apt-get install to install this package. I searched all of the questions in this forum ...
0
votes
0answers
283 views
Eclipse 3.5 glassfish plugin failed to spawn glassfish in debug mode due to gf's default debug configs
The default debug configs for glassfishv3 is
Running "bin/asadmin start-domain domain1" failed. I was able to start the server by changing the config to
I was able to remote debug the ...
0
votes
1answer
4k views
how to uninstall php 5.3 under ubuntu 9.04
How can I completely uninstall php 5.3
I would like to have 5.2.10 instead of.
When I do php -v
PHP 5.3.4 (cli) (built: Dec 28 2010 17:00:24)
Copyright (c) 1997-2010 The PHP Group
Zend Engine ...
0
votes
1answer
369 views
Doctrine CLI :generate-models-db give me this error Couldn't locate driver named mysql
Here is my configuration:
Ubuntu 9.04
Apache 2
MySql
Php 5.3.3-0
Zend Framework 1.11.1
Doctrine 1.2
When I try to create my model from database with the doctrine CLI , I get this error Couldn't ...
0
votes
2answers
75 views
C Array change causing variable modification
I am trying to modify a value in an array using the C programming language and I seem to be hitting a blank wall with this seemingly easy operation. Please see code snippet below:
while(1) {
...
1
vote
1answer
266 views
Tomcat 6 doesn't start my app on Ubuntu Karmic, which works flawlessly on Lucid
I am having some issues with Tomcat 6 on Ubuntu Karmic. It doesn't start the app failing with various errors.
The first on is:
Caused by: java.security.AccessControlException: access denied ...
7
votes
1answer
9k views
ubuntu /usr/bin/env: python: No such file or directory
I update the kernel, after that the Ubuntu doesn't work well, PS: I try to exec "meld" command, it will report that "/usr/bin/env: python: No such file or directory",
then I exec "sudo apt-get ...
0
votes
2answers
232 views
Spawn a process with php doesn't work
I tried to start a background process with php, for that, I added a & at bottom on exec function but after a few days it stop working.
Basically
If i have file 1.php with:
<?php ...
0
votes
1answer
139 views
Does datatable work with Ubuntu?
I've been trying to make a datatable..but the data still does not show although the datatable's head and icons all show.
I tried to get rid of the scripts, one by one, to search for the problem.
...
2
votes
4answers
1k views
Linux blocking udp socket won't receive
I am openning a udp blocking socket on an ubuntu machine, it goes successful (no errors returned).
When sending data to that machine and port from another machine the receive doesnt breaches and in a ...
0
votes
1answer
436 views
Installing Python 3.1.2 from source, how do you resolve the sqlite3-dev dependency?
Running ubuntu 9.04 "jaunty".
When I run make I get the following error:
Python build finished, but the necessary bits to build these modules were not found:
_sqlite3
So the easy solution is ...
1
vote
0answers
114 views
Init Startup of Tomcat
I put a init script into /etc/init.d to startup the Apache-tomcat.
when i'm reboot the machine. i think the Tomcat try to start and aborted
in some level. i am using Ubuntu 9.04.
my guessing is the ...
5
votes
4answers
3k views
Cannot connect to MySQL with JDBC - Connection Timeout - Ubuntu 9.04
I am running Ubuntu and am ultimately trying to connect Tomcat to my MySQL database using JDBC.
It has worked previously but after a reboot the instance now fails to connect.
Both Tomcat 6 and ...
2
votes
6answers
3k views
ubuntu: sem_timedwait not waking (C)
I have 3 processes which need to be synchronized. Process one does something then wakes process two and sleeps, which does something then wakes process three and sleeps, which does something and wakes ...
0
votes
1answer
337 views
PHP not sending emails, no errors in logs
I've got an Ubuntu server set up with PHP 5.2, apache and sendmail. I've got some Drupal sites that should be sending emails but are not. I don't see any errors in the apache logs and there appears ...
2
votes
2answers
2k views
google app engine (python): ImportError no module named django
So I'm trying to use the django 1.1 template engine with the google app engine web app framework, from here. This is on Ubuntu Jaunty, I've made sure that the PYTHONPATH contains the location of ...
1
vote
1answer
82 views
Emacs: Yanking not working when executing a macro
When recording a macro, if I perform any kind of kill (backward-kill-word), followed by a yank , the macro stops execution at the point of the yank and exits. Nothing I do seems to work to be able to ...
9
votes
2answers
17k views
How to use external makefile in Eclipse
I have a source code of an OpenSource project which I get from SVN. I was able to run autogen --> configure --> and make successfully (through the terminal). But I want to build the same project with ...
1
vote
1answer
2k views
Does PySVN need Subversion installed?
I have python script that uses pysvn and checks out or updates a local copy obtained also from a local repo.
client.checkout(url,
path,
revision=pysvn.Revision(pysvn.opt_revision_kind.number, ...
1
vote
1answer
475 views
mod_jk help with apache2 tomcat6 and railo3 on ubuntu server 9.04
Hello
I am trying to setup the coldfusion server railo on tomcat6 and using apache2 to connect to tomcat via mod_jk.
I've gotten everything setup except that i would like to be able to have my railo ...
0
votes
0answers
392 views
ubuntu + httprint [closed]
hi i wanted to install httprint on ubuntu, i write apt-get install httprint. it says that it cannot find package httprint. how can i get httprint? thanks
2
votes
4answers
341 views
Send selected text to a command line argument
I found this utility, pytranslate, which translates a variety of languages into each other using Google's translation API. It works exactly as described.
However I've gotten sick of selecting a word ...
0
votes
1answer
647 views
where can I find video4linux2 device /dev/video in ubuntu 9.04
where can I find video4linux2 device /dev/video in ubuntu 9.04.
ADDED.
I want to work with Hardware Overlays. I want to make a video player which play video on one overlay and draw controls on other ...
1
vote
2answers
4k views
How to install Rails 2.3.2 and 2.3.4 simultaneously on Ubuntu 9.04?
I need to install Rails 2.3.2 and Rails 2.3.4 simultaneously on my Ubuntu 9.04 server. How do I do this?
When I run:
sudo gem install rails
...it installs version 2.3.4. Is there a single ...
6
votes
5answers
888 views
Ubuntu desktop development environment (GNU tools)
I am setting up a Linux development machine (Ubuntu 9.0.x).
I want to know the best development environment for a C++ developer on Ubuntu - giving my background (see below).
5 years+ C++
5 years ...
1
vote
7answers
677 views
Cross platform programming question (file I/O)
I have a C++ class that looks a bit like this:
class BinaryStream : private std::iostream
{
public:
explicit BinaryStream(const std::string& file_name);
bool read();
...
8
votes
2answers
6k views
Domain name resolution not working in Java Applications on Ubuntu64 9.04 machine. All other software resolves DNS correctly
I have an number of Java applications installed on an Ubuntu64 9.04 PC, and none of them can resolve domain names (there are multiple JRE's too - some of them are IBM products). If I put the domain ...
2
votes
4answers
1k views
Is ubuntu 9.04 good choice for embedded linux application development?
I want to change linux distro my Development(Host) Machine which I use for embedded development.
I cross-compile applications for many different processors. It is required for me to download ...
0
votes
3answers
315 views
MySQL 5.1 command line problem: delete last char doesn't work
I can't delete the last character in a given line in the MySQL CLI, if I press "END", it will jump on the character and if I press "DEL", it will delete the char before that (like backspace).
Does ...
0
votes
2answers
307 views
Eclipse on VMPlayer/Ubuntu keeps saying my files have changed on disk
Spurred on by success stories of developers using VMs I've decided to give it a try. I am running Eclipse on an Ubuntu 9.04 guest, on a WinXP host. Since my networked drive on the host is backed up ...
1
vote
1answer
512 views
problems with rabbitmq cluster across 2 ubuntu 9.04 machines
I keep getting unable_to_contact_cluster_nodes error
Has anyone seen this earlier and resolved it?
I am using rabbitmq-server 1.5.4 installed using ubuntu repositories. I have a hunch that this is ...
2
votes
4answers
819 views
Debugging php on ubuntu 9.04?
Is there any IDE (linux based) for PHP that can be used to debug? Or any one can help me to configure debug properties/settings of eclipse? Now i am using ubuntu 9.04. i have tried to debug but havn't ...
5
votes
3answers
444 views
how can i associate/use PDT with eclipse in ubuntu?terr
I want to use PDT to debug PHP with eclipse. I am using ubuntu 9.04.
Can any one help me? please give details if possible.
10
votes
4answers
7k views
/usr/bin/perl: bad interpreter: Text file busy
This is a new one for me: What does this error indicate?
/usr/bin/perl: bad interpreter: Text file busy
There were a couple of disk-intensive processes running at the time, but I've never seen ...
0
votes
2answers
569 views
Change mxmlc from swf to html on ubuntu
When I use mxmlc to compile my mxml file, I get swf file. Now, I want to change the config to make mxmlc compiler generate html file instead, as we can do in Eclipse or Flex Builder. Any solution? ...
2
votes
4answers
2k views
How to configure the filename length that can be handled by Linux Ubuntu?
Im using Liferay portal server on tomcat and Linux Ubuntu.
Liferay is generating a file that is very long. I've seen those files in windows and its working. But when i tried running it in ubuntu, it ...
2
votes
1answer
691 views
MDNS subdomains with Avahi
I have a machine running avahi-daemon on Ubuntu Jaunty. It's currently responding to requests for itself on hostname.local, but I would like it to run a webapp that ends up publishing MDNS addresses ...
1
vote
2answers
2k views
How do i get started with CUDA development on UBUNTU 9.04?
How do i get started with CUDA development on Ubuntu 9.04? Are there any prebuilt binaries? Are the default accelerated drivers sufficient?
My thought is to actually work with OpenCL but that seems ...
1
vote
4answers
346 views
where is my java file?
I'm using ubuntu and I call gedit by using this command:'sudo gedit filename.java'. I'm newbie in ubuntu so now I can not located that file. Ah I'm using windows XP and ubuntu and I have three disk ...
41
votes
8answers
49k views
Installing Ruby 1.9.1 on Ubuntu?
I wonder about installing the latest version of Ruby on Ubuntu 9.04. Now I can run through the ./configure and make stuff fine, but what I wonder about: how to avoid conflicts with the packaging ...
10
votes
5answers
8k views
switch versions of python
Story:
One of the app that i have works on python 2.4 and other on 2.6. I tried to do a sym link of python2.4 to python and things started to break loose on ubuntu jaunty.
Now i am downloading every ...
0
votes
2answers
205 views
Missing file halts boy's first encounter with OGRE3D!
Say - anyone attempted to setup Ogre in Eclipse on Ubuntu?
I'm attempting to run through this here tutorial, it refers to a file called bootstrap in the eclipse workspace/ogreproject/ directory.
...
0
votes
2answers
1k views
Error while compiling in Qt (Ubuntu)
I am getting the following error while compiling a sample program in Qt 4.5 in Ubuntu OS.
/usr/bin/ld: cannot find -lgthread-2.0
collect2: ld returned 1 exit status
0
votes
1answer
820 views
Ubuntu Linux and Crossroads loadbalancer not quite working
after some advice regarding a problem i am getting using a linux based piece of software to balance traffic between two servers.
Basically we have our production website and a backup system (at ...
1
vote
9answers
12k views
permission denied running my own program (ubuntu)
Not exactly programming related...
I've built the program, some basic opengl, then run it and sh: /blabla permission denied. How can I make that dissaper?
the program just makes a rotating square ...
-1
votes
1answer
1k views
Ruby on Rails: Problem installing gitorious in Ubuntu 9.0.4
I seem unable to install Gitorious. I am trying not to install Ruby Enterprise Edition, but apart from that I have been following the instructions for Ubunut (there were some errors but I have gotten ...
0
votes
2answers
745 views
g++ searches /lib/../lib/, then /lib/
According to g++ -print-search-dirs my C++ compiler is searching for libraries in many directories, including ...
/lib/../lib/:
/usr/lib/../lib/:
/lib/:
/usr/lib/
Naively, /lib/../lib/ would ...

