Re: python error

2012-03-21 Thread Michael Havens
> Did you add the paths for python to your .bashrc as I suggested? When did you suggest it? I must have missed it. Here is my bashrc: Do you mean this: [[ -s $HOME/.pythonbrew/etc/bashrc ]] && source $HOME/.pythonbrew/etc/bashrc That is the only line in my bashrc and that is what you told me to

Re: python error

2012-03-21 Thread Michael Havens
That produced the same error with additional text: bmike1@Michaels-Laptop ~ $ sudo -i [sudo] password for bmike1: Traceback (most recent call last): File "", line 1, in ImportError: No module named virtualenvwrapper.hook_loader virtualenvwrapper.sh: There was a problem running the initializatio

Re: python error

2012-03-21 Thread Lisa Kachold
On Wed, Mar 21, 2012 at 12:35 AM, Michael Havens wrote: > > Did you add the paths for python to your .bashrc as I suggested? > > When did you suggest it? I must have missed it. > Here is my bashrc: > Do you mean this: > [[ -s $HOME/.pythonbrew/etc/bashrc ]] && source > $HOME/.pythonbrew/etc/bash

Going from Centos 6 to Ubuntu Server

2012-03-21 Thread Nadim Hoque
I currently have Centos 6 installed with software raid 0 with LVM. I was wondering if it is possible to install Ubuntu server 10.04 with those settings without data loss and that the current raid/lvm will stay in tact. So far in my experience I should be able to do this, but I just wanted your inpu

Re: python error

2012-03-21 Thread Michael Havens
> What is your complete /home/bmike1/.bashrc? there is one line in my .bashrc file. it is: [[ -s $HOME/.pythonbrew/etc/bashrc ]] && source $HOME/.pythonbrew/etc/bashrc that is all that the file has in it. >> >> This is weird; look at what happened in the shell: >> bmike1@Michaels-Laptop ~ $

Re: Going from Centos 6 to Ubuntu Server

2012-03-21 Thread Stephen
if it boots up and sees the LVM then you should be able to customer partition and configure without reformatting. you can look and see a fair amount without even writing changes to the disk. However i would still make a backup. On Wed, Mar 21, 2012 at 1:55 PM, Nadim Hoque wrote: > I currently h

Re: moving home to /dev/sda6

2012-03-21 Thread Michael Havens
well I am learning. I realized that I NEED to put the home directory on its own partition. Take that as a warning you newbies from the longest-newbie on this list! On Thu, Jan 26, 2012 at 7:01 PM, Michael Havens wrote: > oh my GOSH! It worrked! unless it is mounting it wrong but I >

Re: Going from Centos 6 to Ubuntu Server

2012-03-21 Thread Michael Butash
Should be able to - depends how you're partitioned. I'm assuming your raid0 is done with mdadm and not fake-raid based. As long as your boot partition (non-lvm) is large enough to support enough kernels, you should be able to install over the system lv's you don't want, and not touch the ones

Re: Going from Centos 6 to Ubuntu Server

2012-03-21 Thread Nadim Hoque
Well with my setup I do have the boot partition separate from the LVM and the raid is pure software as far as I know. I was just asking if it was safe to do so. Unfortunately the boot partition is a bit on the smaller size at 100mb so I can easily fit around 2 kernels. I guess the other reason I am