|
I have an Ubuntu 7.10 slice on Slicehost running my main web server. I want to update to Ubuntu 8.10 because the repositories are gone for 7.10 and I want the latest security and application upgrades.
Slicehost does not seem to let me dist-upgrade from...
Started by MikeN on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
8.04 I've done with my slice....
I'd try setting up a local 8.10 server and do a test run of moving your ap (if you haven't already to 8.10. Instead, you need to upgrade to 8.04 first, then upgrade to 8.10, if that's what you desire.
|
|
My System is a Ubuntu 7.10 LTS. I have a (soft) Raid 6 with 5 disks (Samsung 500GB SATA disks), formatted with jsf. Should I upgrade to 8.10 LTS or isn't it worth the hassle? What are the chances that something could happen to the raid configuration? ...
Started by Mauli on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
The only LTS releases so far.
First off, 7.10 and 8.10 are not LTS (long term support) release.
I've been running soft raid5 on Ubuntu since 6.10, and always upgraded without problems.
|
|
I am currently preparing to deploy a JBoss AS into production for the first time. My Linux distribution is Ubuntu Server 8.10 . My original plan was to use aptitude to install JBoss. Currently JBoss AS 4 is the highest version available and my requirements...
Started by Robert Nickens on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Find?
Is there a reason you've selected Ubuntu 8.10 as the platform? It's only going to receive support (security....
On Ubuntu Server 8.10 for a Java Application Server?
Ubuntu 8.10 still uses sysvinit for it's setup.
|
Ask your Facebook Friends
|
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 my searches haven't yielded anything.
Do I have to resort...
Started by Dan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
On Ubuntu.
You can and are forward-compatible with upgrades if everything else fails, build from source .
You can either
Upgrade to Jaunty (Ubuntu 9.04) which has 1.37.
It from sources yourself.
|
|
I'm trying to get ffmpeg running on my server so I can use the PHP Video Toolkit successfully. I'm currently setting up my testing platform, which is a 32-bit Ubuntu 8.10 Intrepid Ibex Server.
Obviously, my first attempt was
apt-get install ffmpeg
But...
Started by scrumpyjack on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
I think this post from the Ubuntu Forums might.
For more information please visit their HowTo page.
LibXaw xvidcore
Disclosure - I haven't personally installed ffmpeg on Ubuntu, only Fedora and SuSE.
|
|
I am actually running phusion passenger on ubuntu for a while. today i updated Ruby Enterprise Edition to the latest version - now it seems i have to reinstall all the gems that were installed on the system. so here are my questions
what is the best way...
Started by z3cko on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I now did the following to make maintainability more easy on my system (any comments welcome, as i am not sure if that is the best practice)
uninstall all gems as the root user: gem list --no-versions | xargs gem uninstall -a -I install passenger as root... .
|
|
I play to self-study 6.001 with the video lectures and lecture handouts. However, I have some problems setting up MIT Scheme in Ubuntu (intrepid).
I used package management and installed MIT-Scheme, but it's obviously the wrong version to use. It should...
Started by Bo Tian on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you don't want to type it every time you launch Scheme, you should put it as a string in your ~/.bash_profile file(in case you use bash)
About the problem itself... .
Step 3 means that you should type export MITSCHEME_6001_DIRECTORY=${your_problems_path}.
|
|
The server is running Apache, Subversion, and Atlassian Confluence. Can this be upgraded safely, and if so, what is the command line? I'd like to stay on a more recent version of the platform but make as few problems for myself as possible.
Started by BrianLy on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
According to the Ubuntu release history , 8.10 will....
According to Upgrading to Ubuntu 9.04 :
Network Upgrade for Ubuntu Servers (Recommended) Install the upgrade tool:
sudo do-release-upgrade
Follow the on-screen instructions.
|
|
I know that VPC does not officially support Linux, but I was wondering if there are any ways to get things similar to the VM additions so that I can get:
1) A higher screen resoultion than 800x600 2) Faster graphics, no jerkey movements 3) Drag and Drop...
Started by Lucas McCoy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's not supported for Ubuntu, but there are Linux editions.
Personally I'm using VirtualBox for Linux, that's certainly one feature I miss from VPC .
This is “not supported” for Ubuntu or VirtualPC, but may work.
|
|
Here is some information saying some libraries are needed to build OpenCV for programming:
-- checking for module 'libunicap'
-- package 'libunicap' not found
-- checking for module 'libucil'
-- package 'libucil' not found
-- checking for module 'libv...
Started by Tim on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Have you taken a look at Ubuntu Canonical Repository ?
Because I searched there and I got and build OpenCV on Ubuntu?.
|