For issues relating to using Ubuntu, version 10.04 LTS.

learn more… | top users | synonyms (1)

0
votes
1answer
5 views

How to install multiple openerp version on ubuntu 10.04 LTS

anyone know how to install multiple openerp version inside ubuntu 10.04 LTS ? i need to support 3 version of openerp which are 6.0.4, 6.1 & 7.0 is it possible to install all versions inside 1 OS ? ...
-1
votes
0answers
14 views

Ubuntu not connect to internet untill i login on my ssh-server [closed]

So right now I'm having it auto log me in so that it will connect to the internet and then I can connect using an ssh-server client so I can do some work on it. So is there a way around this so i can ...
0
votes
0answers
8 views

Delete old postgres version

Can I delete my old postgresql version(8.4) in which I upgraded to version(9.2)? What commands I must use for that? And can I restore the backup script which I took from pgadmin3 to my new ...
0
votes
0answers
21 views

Import and Environment Variable issues using Python/Django in PYcharm on Ubuntu

I am working through the PYcharm tutorial, which sets up a polling site, as my first Python/Django project. I am new to this so if I am asking silly questions I apologize in advance. In the admin.py ...
0
votes
2answers
121 views

Cannot run rake db:migrate, relation does not exist

I am trying to get a working app to work on linux 10.04 running on vagrant I installed all relevant gems, installed postgresql 9.1.9 and when I am trying to run rake db:migrate I am getting rake ...
0
votes
0answers
27 views

gnuplot png unkown and pdf error

I have a shell script that performs some calculations and plot the results. I have used gnuplot for plotting the results. I'm facing two problems. I used to run the script on my cygwin and it's Okay. ...
2
votes
0answers
27 views

Unexpected ArrayIndexOutOfBoundsException in Hibernate UUIDTypeDescriptor$ToBytesTransformer.parse() method

I'm using Java 6 and hibernate-core-4.0.0.final.jar with hibernate-commons-annotations-4.0.1.Final.jar and hibernate-jpa-2.0-api-1.0.1.Final.jar I have an entity with a java.util.UUID column as PK. ...
0
votes
1answer
13 views

How to know the address of my tomcat for mvn?

I have Ubuntu machine in which the tomcat server is sitting in /var/lib/tomcat6, now I have a different directory for my code. I do mvn tomcat6:run but whenever I say localhost from browser it takes ...
-2
votes
0answers
176 views

How to upgrade a Vagrant Ubuntu box from command line? [closed]

I am new to Ubuntu. Currently I am using Vagrant+Virtual Box. My host system is Windows 8 and the virtual system info is as follows, vagrant@lucid32:~$ lsb_release -a No LSB modules are available. ...
-1
votes
0answers
36 views

Scapy running from PHP [closed]

I have a problem with using Scapy with PHP. As Scapy is Python native programme that cannot be run directly from command line (I mean like tshark etc..). I need to run Scapy commands like sniff(), ...
1
vote
0answers
58 views

php 5.4 compiling: WARNING: unrecognized options: --enable-fastcgi [closed]

I'm trying to install php 5.4.14 on my ubuntu 10.04 server. I need the fastcgi option to be able to run two php versions. This is my configuration: ./configure '--with-libdir=lib64' ...
-1
votes
0answers
19 views

Ubuntu 10.04 Brightness stuck at 0 on my hp Laptop.. How to change [closed]

I am Running Ubuntu 10.04 LTE on HP DV2000 Series Laptop. It was working good till last night. But today when I restarted it, I couldn't see a thing. It was all black screen, I can hear the harddisk ...
0
votes
1answer
111 views

Installing nodejs package - madeye - using npm stalls on ubuntu server?

I'm a user, not administrator, on an Ubuntu 10.04 LTS, Lucid box. When I try to install a node js package using ">npm install -g madeye" - it always hangs on this statement: make: Entering directory ...
0
votes
1answer
39 views

assertionerror with python3 and virtualenv

In ubuntu lucid,I have python2.6 by default.I wanted to install python 3.3.1. I extracted from Python-3.3.1.tar.bz2 into my home folder sothat /home/me/Python-3.3.1 contains all the files.Then as ...
0
votes
1answer
71 views

Error while building Spring MVC project

I've download Eclipse STS 3.2.0 and installed Apache Tomcat 7, JDK 6 and Maven 3.0.4, then tried to create a new Spring MVC empty project using Eclipse. Yet I always get this error when I try to run ...
0
votes
0answers
66 views

Deployment Error for module in GlassFish Server 3.1.2

I found the same question asked previously here but I didn't found the suitable answer. I am designing my web in JSF2.0 with PrimeFaces 3.5 as a JSF component suite. Below is the error coming while ...
0
votes
0answers
42 views

How to compile with libboost and scons in Ubuntu

I am trying to compile some program that needs boost libraries on Ubuntu 10.04, and installation should be performed using scons. Error I get is : error: boost/property_tree/ptree.hpp: No such file ...
0
votes
1answer
335 views

Python 2.7.4 on Ubuntu 10.04, Import readline error(Tried many ways never work)

As in the title, my system version is Ubuntu 10.04. The default version of Python is 2.6.5. When I start python2.6 in command line and import readline This works well. Then I compile the python ...
0
votes
0answers
11 views

Got the error : org.apache.tomcat.dbcp.DataSourceConnectionFactory

javax.naming.NamingException: Could not load resource factory class [Root exception is java.lang.ClassNotFoundException: org.apache.tomcat.dbcp.DataSourceConnectionFactory] i am using ...
2
votes
2answers
56 views

Unusual behavior of AWS Elastic Load balancer

I have runnning e-commerce based ruby on rails application on AWS stack. I am running ubuntu 10.04 ec2 instances with Elastic load balancer and I have maintained equal number of instance in the both ...
0
votes
0answers
330 views

How can I configure a Huawei E3131 Modem on Ubuntu 10.04? [closed]

am using an E3131 Huawei usb modem. I tried instructions here, but not success yet. I installed the mod-switch as advised. I ran $ lsusb | grep 12d1 I get the output below Bus 002 Device 005: ID ...
-1
votes
1answer
60 views

ubunut 10.0.4 ipv6 default gateway [closed]

ubutuv0:eth2 <--------> ubunutv0:eth1 <---> client d | | | ubuntuv1:eth2 <--->ubuntuv1:eth1 <---->client c os:ubuntu 10.0.4 what i want to do is just add a default gatway to ...
0
votes
0answers
44 views

Gnome/xdg menu : How do I sort desktop menu entries by category in <Layout> (ie: without <Filename>)?

after N readings of http://standards.freedesktop.org/menu-spec/menu-spec-latest.html I just can't figure out how to achieve the following. I suspect this may be not feasible or too complex...As I ...
0
votes
1answer
492 views

MySQL Access denied for user 'root'@'localhost' [closed]

I'm having some issues with mysql on Ubuntu 10.04. When installing, it's not creating any INFORMATION_SCHEMA.USER_PRIVILEGES records for root@localhost. I had issues with /tmp, so i did a chown ...
0
votes
1answer
176 views

“PHP program not installed” message while installing ZF2 on ubuntu Xampp

I am trying to install ZF2 on ubuntu Xampp. I am following :- http://framework.zend.com/manual/2.0/en/user-guide/skeleton-application.html I have downloaded the zip file. But when I run the command ...
1
vote
1answer
41 views

Can I use -fstack-check when compiling my Ubuntu 10.04 kernel module?

It looks like my kernel module is performing some stack smashing under heavy loads. Can I use the -fstack-check compile option for kernel modules? It appears as if that compile option causes the ...
1
vote
2answers
125 views

HEap memory for running process [duplicate]

Actually my code has malloc. I'm using ubuntu OS and I want to know how much heap memory is used? Is there any command by which I can find how much heap a running process has used in ubuntu OS? Say ...
-1
votes
2answers
493 views

Downgrading Php 5.4 to 5.3 on Ubuntu 10.04 [closed]

I recently upgraded my Ubuntu 10.04 server to 5.4 using these instructions: http://www.upubuntu.com/2012/03/how-to-upgrade-install-php-540-under.html. I'm experiencing some rather critical errors, ...
-1
votes
2answers
89 views

Can using cp command corrupt files transferred across different filesystems? Should I be using something like rsync instead? [closed]

I am trying to copy files from one hard drive to another in my home server using the cp command. I am copying from an NTFS-formatted partition to an ext4 partition on a new hard drive I have ...
1
vote
2answers
85 views

Ubuntu root Cron job not completing

I'm running a combination backup script from a root cron on my Ubuntu 10.04 LTS Server. The root cron looks like this: # m h dom mon dow command 0 1 * * 2-6 /home/cbhiadmin/archive It's ...
1
vote
0answers
125 views

Rails VERY slow in development using Ubuntu VVM

I have the following config Ubuntu server 10.04 running on a VirtualBox VM (RAM and cpu usage are low) ruby 1.9.3 rails 3.2.12 webrick If I do any of the things below the system seems to wait for ...
0
votes
1answer
130 views

Install latest php_intl on Ubuntu 10.04

I'm using the Ondřej Surý source for the latest php Version on Ubuntu 10.04. So i get PHP Version 5.4.12-1~lucid+1 For my Symfony2 applciation I need the latest version of the php-intl extension. ...
1
vote
1answer
43 views

Removing nautilus support for git from rabitvcs in ubuntu

I have installed rabbitVcs on my machine Ubuntu 11.10, it has support for SVN and git. But with git it's misbehaving in the sense i find these question marks in all the folder which is irritating, how ...
0
votes
1answer
444 views

ubuntu 10.0.4 gives kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) while booting

Hi i recently installed ubuntu 8.04 on my desktop and in the upgrades menu i gave upgrade to ubuntu 10.04.3 LTS but after installing it started giving me this error [ 0.694063] Kernel panic - not ...
0
votes
1answer
108 views

open jdk 7 for ubuntu 10.04 from quantal repo

I've successfully installed openjdk 7 and tomcat7 on ubuntu 10.04 using repo for ubuntu 12.10, everything seems to work fine, but I realize that this is not the way I supposed to get sofware for old ...
0
votes
0answers
92 views

Multiple definition error compiling C++ project

I'm trying to compile this C++ project on my development system and I am getting the following error. z3@z3-desktop:~/Projects/DVRY/Software/core_video_server$ bjam release -j4 target-os=linux ...
0
votes
0answers
76 views

What is bjam executing before it enters Jamroot file?

I am trying to compile this project using bjam, but it hasn't been doing what I would expect it to do. Basically, what's happening is that I have this project that includes libraries from this Z3 SDK. ...
0
votes
1answer
49 views

MPI Unexpected output

I was reading and practicing MPI programs from a tutorial. There I saw an example of finding a rank of a process. But the same example is giving different output on my machine(Ubuntu 10.04).. Here is ...
0
votes
0answers
100 views

Apache .htaccess not working when connecting by IP

I'm setting up my Apache server on my freshly installed Ubuntu server and I have this problem. .htaccess files work perfectly when accessing the virtual hosts by their domain names but when I access ...
1
vote
2answers
61 views

Openshift : Get Error while instralling rhc client tool in ubuntu 10.04

I am using Ubunto 10.04. I have already install Git,Ruby 1.8 and also rhc client tool. The rhc gems is available in [/var/lib/gems/1.8/bin] directory. but when I apply any command in console it ...
-1
votes
1answer
98 views

Installing Multiple Vesions of GStreamer [closed]

Is it Possible to Install GStreamer Packages (eg: gstreamer-0.10.31, gst-plugins-base-0.10.31, gst-plugins-good-0.10.23) in non standard location (Generally we will install in /usr/local) ? Because ...
2
votes
2answers
442 views

Setting up Linode (Ubuntu 10.04 32bit) nginx not starting. 98: address already in use

Hello having a little issue with setting up linode via Railscast instructions of Ep. #335 My Configuration for this server is: Ubuntu 10.04 LTS Disk Image 32bit I can get this far: Running both of ...
0
votes
0answers
41 views

run script at login

I recently switched from Ubuntu 10.0.4 to CentOS 6.3. On ubuntu, as soon as I logged in (i.e. my desktop was displayed), my todo list opened. I achieved this by adding gvim todo.txt to my ~/.gnomerc ...
0
votes
1answer
242 views

Ubuntu server 10.04 LTS - How to install RVM?

These are the steps I have taken to install RVM: Installing Ruby: sudo apt-get install curl git-core ruby the which ruby command works Installing RVM: curl -L https://get.rvm.io | bash -s stable ...
0
votes
3answers
156 views

Ubuntu bashrc file how to find what file is used?

How do I find which .bashrc file is loaded when shell is started? Are there any command that can tell me that? Currently I think it is /root/.bashrc it is a Ubuntu server 10.04 LTS. Is it userbased ...
0
votes
2answers
113 views

opengl fixed function uses gpu or cpu?

I have a code which basically draws parallel coordinates using opengl fixed func pipeline. The coordinate has 7 axes and draws 64k lines. SO the output is cluttered, but when I run the code on my ...
1
vote
1answer
44 views

ubuntu 10.04 sudo and path

Ubuntu 10.04.4 LTS I have seen the posts regarding sudo and PATH on various sites including stackoverflow. I think this is different, so I'm pretty sure it is not a duplicate (but I'm not sure). 1) ...
0
votes
1answer
289 views

libxml2 2.8 on Ubuntu 10.04

I need to get libxml2 2.8+ working in my Ubuntu 10.04 environment and I can't seem to find the version I need for the OS. I could upgrade to 12.04 as it has 2.8 installed by default, but that's more ...
1
vote
0answers
22 views

how to check if my script has stopped on server rails?

I have a script which keeps running on a screen as background job continuously on my ubnutu server. But sometimes if some error occurs it can stop. Is there any way by which I can monitor it and get ...
0
votes
0answers
134 views

How to cross compile the program using poco c++ library into ARM-Linux?

I am writing c++ program using poco c++ library and execute in PC environment successfully. But how to cross compile into ARM-Linux . I am following from the poco GMakeBuildNotes ,but i dont know ...

1 2 3 4 5 13