ubuntu-9.10

How do I set up derby in eclipse on Ubuntu?

The question basically says it all. I'm trying setup up JavaDB on my virtualbox running Ubuntu 9.10. I have the package downloaded and installed through the package manager, which I believe is the right to go about it. I have also installed the Eclipse's Data Platform Tools. I've been following this tutorial here: http://www.vogella.de/...

Translations using Qt Linguist?

Hi all, I am working on Ubuntu 9.10 aka Karmic Kola and latest version of gcc, Qt 4.6.2. I have installed the french fonts and hindi fonts for ubuntu. I changed the language and Keyboard layout accordingly so that I could type in the abovementioned languages. It worked fine. I then made a sample application and added appropriate transla...

Magento connect stuck while installing

Hi Everyone, I am facing this problem while installing extensions, themes basically anything from magento connect. When I enter the extension key and click install It just gets stuck and even when it says done and I try and go back on admin page it says "There are PEAR processes running. If you will close the window or navigate away from...

Magento Installation stuck at configuration

Hi Everyone, I am not sure what is going wrong when I am trying to install magento to my local ubuntu machine. I did all the steps mentionsed in the magento wiki. Everything goes well until I reach the point where I am here which is the magento config page. When I try and continue after entering the necessary details like host, database...

UDP sockets in ad hoc network (Ubuntu 9.10)

Hi! I am using BSD sockets in Ubuntu 9.10 to send UDP packets in broadcast with the following code: sock_fd = socket(PF_INET,SOCK_DGRAM,IPPROTO_UDP); //sock_fd=socket(AF_INET,SOCK_DGRAM,0); receiver_addr.sin_family = PF_INET; //does not send with broadcast in ad hoc receiver_addr.sin_addr.s_addr ...

Apache doesn't execute my copied PHP files, but testing.php works

Hi all, I've just installed LAMP on my Ubuntu 9.10 machine, and everything works fine except when I copy my PHP files from another computer. The LAMP guides I've followed also made me create a phpinfo() test file, which works, but when I try to type in e.g. index.php absolutely nothing happens - just a blank page in FireFox. :( The fi...

How to make Php to call ubuntu script which itself call a jar file

Hello Gurus I've been trying to let a php file call a shell script to run a jar file on Ubuntu and put an output on the screen or at least on a file but it doesn't seem to work at. The script itself run from terminal does the work but not the php file. here is the php file $output=shell_exec('callablescript --import b57b06bb-36d8-de6c...

svnadmin create: Option Expected

Hi all, Can someone enlighten me on this... When i uncomment /etc/subversion/config store-auth-creds = no, and when i create a new repos, i was prompted the following... svnadmin: /etc/subversion/config:37: Option Expected I understand that that 37 is pointing to the "store-auth-creds = no" option but what option does svnadmin expect...

how to have login in WebSVN

Hi All, Can some one tell me how to do I enable LOGIN function for WebSVN in Ubuntu 9.1? I was tasked to create a SVN for my team, and the following is one of the link i followed which helped me successfully setup my first repos. http://agilior.pt/blogs/pedro.rainho/archive/2010/02/06/11698.aspx But after installing WebSVN, i can see...

unoconv error 1287 / ErrorCodeIOException on jaunty

I installed openoffice headless on jaunty, but unoconv won't work via SSH. Any idea? unoconv: UnoException during conversion in <class '__main__.com.sun.star.task.ErrorCodeIOException'>: ERROR: The provided document cannot be converted to the desired format. (code: 1287) I started unoconv -l & before ...

RuntimeError: -ERR Unknown Command running redis gem on Ruby

The environment: Ubuntu 9.10 (run within VirtualBox) Ruby v1.8.7 Redis gem v2.0.6 On irb, when I try to initialize Redis I get a RuntimeError. Here's a snippet: irb(main):001:0> require 'rubygems' => true irb(main):002:0> require 'redis' WARNING: using the built-in Timeout class which is known to have issues when used for openi...

what packages do I need to install on Ubuntu to get ruby-opengl to compile?

I am trying to use the ruby-opengl package, when I install it the compliler complains that it cannot find the correct header files. What Ubuntu packages (9.10) do I need to make this work? ...

Howto Uninstall RVM

How can I uninstall (or reinstall) RVM on Ubuntu 9.10? I messed up my current installation. ...

moving new volume out of media

I have the following Filesystem: Filesystem Size Used Avail Use% Mounted on /dev/sda1 33G 2.7G 29G 9% / udev 1007M 232K 1007M 1% /dev none 1007M 244K 1007M 1% /dev/shm none 1007M 292K 1007M 1% /var/run none 1007M 0 1007M 0% /var...

FTP quote RCMD CALL from Ubuntu Server to remote UNIX system

I have a file containing my clients articles that weekly needs to be uploaded to a remote UNIX server via FTP and a remote command is used to read the articles into their system (an agency that keeps track of EAN-codes). The people running the remote server gave my client a batch-file to run in order to upload this article file to the se...