For issues relating to using Ubuntu, version 8.10.
1
vote
5answers
91 views
Does apache / php blocks a single file to be processed from the same client concurrently?
I have everything setup and running with KalturaCE & Drupak and the server (Ubuntu 8.02+Apache2+PHP5+MySql) is working fine.
The issue here I am having is unclassified.
When I play two videos ...
1
vote
1answer
583 views
Problem Installing Eclipse on Ubuntu
I downloaded the Eclipse IDE for Java Developers Linux 32 Bit file from here.
I extracted the file and launched eclipse from the command line.
Instead of Eclipse starting I get this message in a ...
2
votes
3answers
4k views
How to install Lucene 3.0.0 in Ubuntu 8.10
I have downloaded Lucene 3.0.0 and
when I used the command
java -jar lucene-core-3.0.0.jar in the directory where Lucene is present
I got this message
Failed to load Main-Class manifest ...
0
votes
1answer
218 views
Gem::RemoteFetcher::FetchErro when installing rails
I am trying to install rails on Ubuntu 8.10, and met following errors. Please help me get through.Thanks.
root@pierr-desktop:~# gem install rails
ERROR: While executing gem ... ...
1
vote
4answers
2k views
How do you install MySQL 5.1 on Ubuntu 8.10?
According to various blogs and forums, you should be able to do simply "sudo apt-get install mysql-server-5.1".
But I tried and it doesn't work (package not found by this name). What am I missing?
1
vote
1answer
291 views
Mysterious 500 Error with Basic Rails App on Slicehost
I am getting a mysterious 500 error when i try to deploy my first rails app on slicehost.
I have followed the Ubuntu Intrepid articles very closely and it seems to be all setup accordingly.
I am ...
0
votes
1answer
1k views
Apt-Pinning: Installing libboost from Jaunty repository into Intrepid Ubuntu
I'm trying to install libboost 1.38 in Ubuntu 8.10 using a Ubuntu 9.04 repository since it isn't avalable in any of the 8.10 repositories. I'm trying to use an Apt-pinning by adding the following ...
0
votes
3answers
2k views
Installing Libboost 1.38 on Ubuntu 8.10
Is there a way to Install Libboost 1.38 on Ubuntu 8.10? The highest version in my repositories is 1.35. It has been suggested that there may be some repositories I could add to accomplish this, but ...
0
votes
0answers
158 views
Enable L1 cache as Ring 0
I could finally disable the cache by running the code as Ring0, Thank you DrJokepu, the link you gave me was exactly what I needed.. but I have a new problem, cause when I insert the new module who ...
0
votes
1answer
85 views
how to code themes for linux?
i am using ubuntu , and the themes of firefox sucks .. so does the whole screen feel . I wish give it a os x theme and i know that there exists a MAC4lin to do that but i want to code it on my own .. ...
0
votes
1answer
2k views
Ubuntu: Error installing php5-xsl package
I am trying to install php5-xsl (XSLT) package in my Ubuntu 8.10 but I am getting an error message. I think I need to update the repository of the apt-get? Thanks in advance :) - Mark
My syntax:
...
1
vote
6answers
3k views
Produce keyboard Events key hits
How to make a simple C program which will produce keyboard key hits.
if ( condition ) {
KeyPress('A');
}
I am working on Ubuntu 8.10 Linux OS
1
vote
3answers
848 views
Problem setting up SVN & WebDAV in Ubuntu
I've followed every step posted in here:
http://stackoverflow.com/questions/60736/how-to-setup-a-subversion-svn-server-on-gnu-linux-ubuntu
I'm using Ubuntu 8.10
After firing up the browser, I get
...
0
votes
1answer
882 views
How to make mail() work on Ubuntu?
I have a new install of Ubuntu and trying to use the php's mail() function.
The function fails, I guess I am missing a package or two in my installation.
120
votes
13answers
55k views
Ubuntu noob rails install fails on zlib
I've just moved over to Ubuntu 8.10 as my dev box; it's my first serious foray into Linux as a daily-use OS, and I'm having a hard time getting Rails going. I have followed a number of tutorials ...
1
vote
2answers
584 views
How to install a second JVM?
I am working on a Linux Ubuntu 8.10 and I would like to install a second JVM. I am currently working with Java 1.6, but I want to install Java 1.4 and afterwards, set the 1.4 JVM as my default JVM, to ...
0
votes
2answers
2k views
Ubuntu - SmartFoxServer - Check program is running
I am wanting to run SmartFox Server on my Ubuntu 8.10 Intrepid server
default port is 9339
I cant telnet localhost 9339 as it says connection reused
UFW is off as status shows not loaded
So I want ...
1
vote
4answers
870 views
Why do my Swing application windows intermittently not close when the application exits?
Why are my Swing applications not closing when using Netbeans 6.5 on Ubuntu 8.10 with Sun JDK 6. Even the Netbeans tutorials downloaded from the Netbeans website do the same. When I close the ...
0
votes
1answer
85 views
Page displays true after running command: 'webby'
So, I'm running though the webby tutorial and I get to the part where you run the webby command for the first time to generate the website in the /output directory.
I do that, and next I'm told to ...
