ubuntu-10.04

mplot3d broken ubuntu 10.04

I'm trying to use mplot3d. I installed matibplot using the Ubuntu (lucid) repositories and it seems broken out-of-the-box. Any help would be appreciated. This is the code I'm running: from __future__ import division from mpl_toolkits.mplot3d import Axes3D from random import * from scipy import * import matplotlib.pyplot as plt locA = ...

Groupbox borders

I am using Ubuntu 10.04 64 bit and QT 4.6.3. QGroupBox borders in any Qt Application are not visible. I changed Ubuntu themes but borders are still not visible. I want them to be visible. How can I solve this? ...

PHPUnit: Failed asserting last controller used <"error">

Hi, I am working on a ZF project wich use a postgre database, on my local server (ubuntu 10.04 LTS Lucid Lynx). I'm trying to run a very simple test with phpunit: public function testIndexAction() { $this->dispatch('/'); $this->assertController('index'); $this->assertAction('index'); $this->asse...

PHP code writing

Hi Folks, I need a help to write code in php following server generate .pdf file at /root/datatools/report folder, which works with firefox well i need to write a php and get run in cron can same help me with this i dont coding in php or any other scripting. we want to watch the report folder and if any request comes get report for the...

Command that works in local comuter, but doesnt work in server?

Hi all, I am using ubuntu 10.04 for my desktop and Ubunt 10.04 server edition ofr my server. the following commnad: sudo pip install -e git+http://github.com/facebook/python-sdk.git#egg=facebook Works on my deskotp, but doesnt work on the server. On the server, I received the following error message: Obtaining facebook from git+ht...

which on is appServerDir required for jasperserver war installation on ubuntu

Hello Gurus!!! trying to install jasperserver ce on ubuntu 10.04.When editing the source_mysql_master.properties there is the appServerDir properties and i'm a bit confused on the one to use. i have catalina_base: /var/lib/tomcat6 and catalina_home: /usr/share/tomcat6 i'm just confused about the one to use.can anyone shed some light?...

Ubuntu: un-wanted documents open up at startup

I do not know the reason that some program/documents automatically tries to open up in Ubuntu 10.4 Programs: Document viewer (tries to open a pdf document that had been deleted or moved) Gedit (tries to open a removed text file) Evolution How to stop them loading start-up? In addition to this what are the technique to keep system re...

My drupal only runs when I'm online

Hey, I'm using ubuntu 10.04, and when I try to run online on localhost without being connected on internet, it doesn't run. It only runs when I'm connected on internet. Everything is installed right, mysql, apache, bla bla bla, etc. help! ...

Postfix hangs when sending email

If I try to send an email as follows, the process hangs and nothing happens: >>> from django.core.management import setup_environ >>> from cube import settings >>> setup_environ(settings) 'cube' >>> from django.core.mail import send_mail >>> send_mail('Subject', 'Message', '[email protected]', ['[email protected]'], fail_silently=Fal...

How best do I get to use OpenMP on Mac OS X 10.5 and Ubuntu 10.4?

I'm looking at an open-source library (DDS, a double-dummy bridge solver) which in its latest release (2.1.1) adds some very useful multi-tasking functionality requiring either a Windows system or OpenMP (indeed, that latest version won't even compile at all on a non-Windows system without full OpenMP support!-). Ubuntu 10.4 has a packa...

Setting up Java in Ubuntu Lucid linux

hi , i am trying to setup java in my Ubuntu LUcid linux . I checked my machine whether i am having JAva already installed in my machine. when i tried for java -version it showed me aruna@aruna-desktop:/usr/bin$ java -version java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-4ubuntu3) OpenJDK Server VM (...

Setup Python varible enviroment on ubuntu

hello all, how to set or create new environment variables in ubuntu(10.04, 64bits), for a python library. I have to configure PYTHONPATH library_HOME library_data thanks for your help ...

Installing Postfix without MySQL? (all I want is to send mail from Django/PHP)

I'm currently setting up two servers, one for me and one for a client. Mine is purely a Django server with no PHP in sight. The other is a PHP server with no Django in sight. They are both VPSs with Ubuntu Server 10.04 Lucid on them. Both require some sort of mail server so the Django and PHP applications can send mail from the server. ...

Configure OpenLDAP inside Unbuntu 10.04 server for svn user and group administration

After configuring apache2 and svn inside ubuntu 10.04 serve I'm pretending to install OpenLDAP to use LDAP protocol to configure and administrate users and groups with the svn repositories. However it seems that OpenLDAP recently went through some modifications and the Ubuntu offical documentation about OpenLDAP is out of date. I foun...

GDB locking up in Ubuntu 10.04 (Lucid Lynx)

Since I upgraded my OS to Ubuntu 10.04, I'm experiencing serious problems with GDB. Basically, every time I try to auto-complete using TAB, the process becomes unresponsive for several seconds, or forever. I have to kill gdb and lose my session. The same happens if I accidentally try to print a variable that isn't in scope or doesn't ex...

Chrome V8 Bug? Function Acting different after being called a 2nd time.

Please take a look at the following JavaScript. I've taken stuff out of it, so you may focus on the essence of the problem. You'll notice that I call the prepPath function twice in a row, passing in the exact same string. In firefox and IE8, this function alerts true each time (as expected). But, in Chromium 5.0.375.127 (55887) Ubuntu 1...

How do I properly mount a filesystem on boot with data=writeback?

I'm using ubuntu 10, although I found a few HOWto's in google they seem outdated since they aren't tailored for grub2. In the past I've also had problems with the data=writeback flag in /etc/fstab and I'm pretty sure it has to do with whether a ramdisk was used or not. ...

Help installing static binary for wkhtmltopdf

I am trying to use the static binary of wkhtmltopdf on Ubuntu server 10.0.4. The reason for is that it apparently has a built in modified QT that will allow me to run wkhtmltopdf without an X Server. Result: Once installed (see steps below), when I execute wkhtmltopdf in the terminal, it does not fire up... just returns me to the promp...

Ocropus 4.4. crashes on Xubuntu 10.4.

I have problems with Ocropus 4.4. (open source OCR). I installed Ocropus and neccessary libries following this script. Compilation/Installation goes without any problem. However after successful installation of ocropus, I am not able to run any of ocropus-* commands. Ocropus-page and ocropus-hocr crash without giving any error meaningfu...

OpenLDAP configuration error ldap_bind: Invalid credentials (49)

I'm using Ubuntu 10.4 server and I'm trying to configure OpenLDAP as a protocol for authentication for SVN and other services. However I quite don't understand how ldap works and after setting a example config I tried to populate it without success. This is the error: ldap_bind: Invalid credentials (49) It seems to be example config p...