Tagged Questions
For issues relating to using Ubuntu, version 9.04.
34
votes
8answers
12k views
21
votes
7answers
25k 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
6answers
9k views
Using Boost on ubuntu
I've heard a lot of good comments about Boost in the past and thought I would give it a try. So I downloaded all the required packages from the package manager in Ubuntu 9.04. Now I'm having trouble ...
10
votes
7answers
1k views
Feasibility of C# development with Mono
Recently, I came across Mono and MonoDevelop packages in Ubuntu linux. They claim to have a .NET runtime in accordance with CLI. Before installing the packages myself, I would like to know the ...
8
votes
3answers
4k 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 ...
8
votes
3answers
3k 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 ...
6
votes
2answers
5k 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 ...
6
votes
5answers
525 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 ...
6
votes
2answers
2k 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 ...
5
votes
4answers
2k 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 ...
5
votes
3answers
406 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.
4
votes
4answers
8k views
What the best setup latest Mono + MonoDevelop on Ubuntu 9.04?
I start using Ubuntu 9.04 on my laptop. What I really want is to be able to write my C# projects on Ubuntu, including unit testing. Could anyone guide me how to setup it?
2
votes
4answers
309 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 ...
2
votes
6answers
1k 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 ...
2
votes
2answers
1k 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 ...
2
votes
4answers
249 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 ...
2
votes
4answers
898 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 ...
2
votes
4answers
689 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 ...
2
votes
1answer
407 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
1answer
207 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 ...
1
vote
2answers
2k 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 ...
1
vote
0answers
83 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 ...
1
vote
1answer
63 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 ...
1
vote
1answer
1k 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
420 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 ...
1
vote
2answers
3k 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 ...
1
vote
7answers
419 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();
...
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
175 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 ...
1
vote
4answers
228 views
C GUI, with a C++ backbone?
I have a simple (and also trivial) banking application that I wrote in C++. I'm on ubuntu so I'm using GNOME (GTK+). I was wondering if I could write all my GUI in C/GTK+ and then somehow link it to ...
1
vote
2answers
678 views
Invoking the new NotifyOSD framework in C?
I want to make my GTK+ applications use the new notification area in Ubuntu. How can I do this? An example is shown below:
0
votes
1answer
65 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.
0
votes
1answer
165 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 ...
0
votes
3answers
456 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
210 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
2k 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
248 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
67 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) {
...
0
votes
2answers
153 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
85 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.
...
0
votes
1answer
302 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 ...
0
votes
1answer
158 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 ...
0
votes
0answers
240 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
0
votes
1answer
493 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 ...
0
votes
3answers
252 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
206 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 ...
0
votes
1answer
410 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 ...
0
votes
2answers
425 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? ...
0
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 ...
0
votes
2answers
189 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.
...