[Bug 1361951] Re: Ubiquity freezes during partition creation

2015-05-06 Thread Lance Rushing
I think I found the fix: Installer was freezing during installation ( ubuntu-gnome 15.04 USB ). I jumped over to a tty and checked the process list: $ ps -ef --forest The process that was stalled was: mkfs.ext4 /dev/sde1 I kill -HUP it's pid, and then ran the command by hand: and I get a

[Bug 1239417] Re: ls /vagrant fails in 13.10 vagrant cloud image

2013-12-20 Thread Lance Rushing
After re-reading the comments, I upgraded to 4.3 and shared folders are working now. Recap: I upgraded virtual box on the host machine to 4.3.6, and installed the 4.3.6 guest additions on the guest. Bug is closed (for me...). Thanks, Lance -- You received this bug notification because you

[Bug 1239417] Re: ls /vagrant fails in 13.10 vagrant cloud image

2013-11-08 Thread Lance Rushing
I've tested this further with pure virtual box (no vagrant) on windows7 Host and ubuntu 13.10 guest. Windows7 - Virtual Box - Version 4.2.18 r88780 I've installed the VBOXADDITIONS_4.2.18_88780 guest additions. Guest machine: $ uname -a Linux sandbox 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9

[Bug 1239417] Re: ls /vagrant fails in 13.10 vagrant cloud image

2013-11-01 Thread Lance Rushing
Steps to reproduce: # Install Vagrant / Virtual Box first $ vagrant box add saucy64 http://cloud-images.ubuntu.com/vagrant/saucy/current/saucy-server-cloudimg-amd64-vagrant-disk1.box $ vagrant init saucy64 $ vagrant up $ vagrant ssh ## in ssh connection... $ ls /vagrant -- You received this

[Bug 971051] Re: no alt+tab in gnome classic session

2012-04-30 Thread Lance Rushing
I found out that the application switcher was not activated in Compiz To fix: run ccsm scroll down/filter to window management activate Application Switcher or Static Application Switcher http://imgur.com/8LzO2 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 130059] R_HOME environtmental variable not set

2007-08-02 Thread Lance Rushing
Public bug reported: When installing postgresql-8.1-plr on fiesty (other releases/plr versions??) the R_HOME environmental variable is not set in /etc/postgresql/version/cluster/environment. Usually setting R_HOME is not a big deal, as one can put it in /etc/profile, or ~postgres/.bashrc, etc.

[Bug 122183] Re: postgresql-8.1-plr for Feisty missing plr.so and plr.sql

2007-07-23 Thread Lance Rushing
One way to see if everything works: $ sudo dpkg --install postgresql-8.1-plr_0.6.2-4ubuntu1.1~demo1_i386.deb # install it $ sudo su - postgres # become the postgres user $ createdb plr_test; # create test db $ psql plr_test

[Bug 122183] Re: postgresql-8.1-plr for Feisty missing plr.so and plr.sql

2007-07-09 Thread Lance Rushing
Yes, usr/lib/postgresql/8.1/lib/plr.so and usr/share/postgresql/8.1/plr.sql are required for this software to run correctly. -Lance P.S. I also have a writeup on how to build postgresql-8.2-plr for feisty using gutsy deb-src: http://lancerushing.blogspot.com/2007/06/building-

[Bug 122183] postgresql-8.1-plr for Feisty missing plr.so and plr.sql

2007-06-25 Thread Lance Rushing
Public bug reported: Binary package hint: postgresql-8.1-plr For some reason postgresql-8.1-plr (http://packages.ubuntu.com/feisty/libs/postgresql-8.1-plr) is missing usr/lib/postgresql/8.1/lib/plr.so and usr/share/postgresql/8.1/plr.sql These two files are the important ones. All other files

[Bug 122183] Re: postgresql-8.1-plr for Feisty missing plr.so and plr.sql

2007-06-25 Thread Lance Rushing
I've been trying to figure out the problem. I noticed that when the package builds, it creates directories for version 8.2 (!), but I only have 8.1 installed code$ find install-8.1/ install-8.1/ install-8.1/usr install-8.1/usr/lib install-8.1/usr/lib/postgresql install-8.1/usr/lib/postgresql/8.2

[Bug 122183] Re: postgresql-8.1-plr for Feisty missing plr.so and plr.sql

2007-06-25 Thread Lance Rushing
Download the patch file to your home directory as rules.patch, then do: code$ mkdir /tmp/plr $ cd /tmp/plr $ apt-get source postgresql-8.1-plr $ sudo apt-get build-dep postgresql-8.1-plr $ cd plr-0.6.2 $ patch -p0 -i ~/rules.patch $ dpkg-buildpackage -rfakeroot -uc -b $ cd .. $ sudo dpkg