[Bug 1134881] Re: Crash in LibreOffice Impress when using formulas

2013-03-16 Thread James Shackleford
Hi Björn, Thanks for taking a look. I upgraded to raring and cannot reproduce the issue under LibureOffice 4.0.1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1134881 Title: Crash in LibreOffice

[Bug 1134881] Re: Crash in LibreOffice Impress when using formulas

2013-03-16 Thread James Shackleford
Ah, I see. I would have set it as Fix Released myself, but I thought perhaps there would be some slight degree of interest in back porting the fix to people not running the beta version of Ubuntu. Sorry to waste your time. -- You received this bug notification because you are a member of

[Bug 704232] Re: can´t resize side pane

2013-01-15 Thread James Shackleford
I have also ran into the bug on Precise 12.04 LTS, which is really a shame for an LTS release. However, I have found a work around that resets the side pane for an afflicted PDF file. If you can not longer make the size pane smaller: [1] Close the offending PDF if it is currently opened in

[Bug 974765] Re: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs

2012-04-28 Thread James Shackleford
** Changed in: ubiquity (Ubuntu) Status: Invalid = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/974765 Title: Drive not found since 3.2.0-21... kernel panic, unable to mount root

[Bug 974765] Re: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs

2012-04-12 Thread James Shackleford
Richard, thank you for your contributions. Good to know I was not the only person with this bug. I agree. Setting this bug back to invalid. ** Changed in: ubiquity (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 860821] Re: gcalctool crashed with signal 5 in g_simple_async_result_complete()

2012-04-12 Thread James Shackleford
Encountered when switching from financial to programming mode. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/860821 Title: gcalctool crashed with signal 5 in g_simple_async_result_complete() To

[Bug 974765] Re: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs

2012-04-11 Thread James Shackleford
I have performed some more work towards this issue and I have found that it is an issue not with the kernel but with the generation of initrd.img. Ubuntu-3.2.0-20-generic is the kernel I received upon initial install via CD-ROM. This kernel came with the proper initrd.img-3.2.0-20-generic image.

[Bug 974765] Re: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs

2012-04-11 Thread James Shackleford
Yes, I can confirm that on my system the problem is with update- initramfs. After kernel installation, update-initramfs is invoked via /etc/kernel/postinst.d/initramfs-tools. However, initrd.img is not created. In fact, update-initramfs seems to do nothing. Running update-initramfs manually

[Bug 974765] Re: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs

2012-04-11 Thread James Shackleford
Final update. After further investigation, it seems that update-initramfs on my 12.04 LTS partition was merely a symlink to /bin/true The real update-initramfs was diverted to /usr/sbin/update- initramfs.distrib I am guessing there was just a hiccup in ubiquity during the install, perhaps? --

[Bug 974765] Re: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs

2012-04-11 Thread James Shackleford
Final-Final update. No guessing. It was ubiquity: $ sudo dpkg-divert --list . . . diversion of /usr/sbin/update-initramfs to /usr/sbin/update-initramfs.distrib by ubiquity . . . ** Changed in: linux (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because

[Bug 974765] Re: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs

2012-04-11 Thread James Shackleford
For reference, I will post my solution as well. First, I undid the divert performed by ubiquity via: $ sudo rm /usr/sbin/update-initramfs $ sudo dpkg-divert --rename --remove /usr/sbin/update-initramfs Then I was able to generate initrd images for all kernels via: $ sudo update-initramfs -c -t

[Bug 974765] Re: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs

2012-04-11 Thread James Shackleford
I am removing the 'needs-bisect' tag. It should be noted that in Post #10 I only mentioned building 3.2.0-23, but I also built 3.2.0-9, 3.2.0-20, 3.2.0-21, and 3.2.0-22. All of these build failed to boot due to lack of initrd.img. Naturally, the bisection failed because I could not find a good

[Bug 974765] Re: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs

2012-04-06 Thread James Shackleford
Here are the results of the debugging kernel boot. Due to the nature of the issue, the best I could do is camera shots. If there is a trick in this situation for obtaining a full boot log, I would be interested to hear. --- Case 1: (default as per

[Bug 974765] Re: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs

2012-04-06 Thread James Shackleford
** Attachment added: debug.jpg https://bugs.launchpad.net/ubuntu/+source/linux/+bug/974765/+attachment/3017094/+files/debug.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/974765 Title: Drive

[Bug 974765] Re: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs

2012-04-06 Thread James Shackleford
Sorry, the note at the bottom of #4 accidentally included the wrong UUID, but you get the idea. Corrected post reads as follows: Note that using root=UUID=862bcf01-fc44-4c29-8d08-f8be78763567 does not work either. For kernel 3.2.0-20, update-grub still generates root= using UUID on the kernel

[Bug 974765] Re: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs

2012-04-06 Thread James Shackleford
Tried the pre-compiled mainline daily for April 6th 3.4.0 : (from: http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/) * linux-headers-3.4.0-999_3.4.0-999.201204060408_all.deb * linux-headers-3.4.0-999-generic_3.4.0-999.201204060408_amd64.deb *

[Bug 974765] Re: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs

2012-04-06 Thread James Shackleford
** Tags removed: needs-upstream-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/974765 Title: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs To manage

[Bug 974765] Re: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs

2012-04-06 Thread James Shackleford
Hi Christopher. No problem. However, I am currently traveling so I will not be able to perform the kernel bisection until I return on Tuesday. I apologize for this delay. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 974765] [NEW] Drive not found since 3.2.0-21... kernel panic, unable to mount root fs

2012-04-05 Thread James Shackleford
Public bug reported: Since 3.2.0-21 the kernel does not locate my hard drive. Consequently, the kernel cannot locate the system partition, which results in a kernel panic -- unable to mount root filesystem. The suggested valid boot devices following this error include only my CD-ROM drive

[Bug 974765] Re: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs

2012-04-05 Thread James Shackleford
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/974765 Title: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs To manage notifications about this bug go to:

[Bug 974765] Re: Drive not found since 3.2.0-21... kernel panic, unable to mount root fs

2012-04-05 Thread James Shackleford
** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/974765 Title: Drive not found since 3.2.0-21... kernel panic, unable to mount root

[Bug 972968] Re: Spurious delayed command line output when using gvim and gnome-shell

2012-04-03 Thread James Shackleford
Confirmed. Precise 12.04 beta2 with latest updates. As a developer who uses Vim everyday - this bug would make 12.04 unusable for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/972968 Title:

[Bug 280571] Re: NetworkManager does not auto-connect to VPNs marked Connect Automatically

2011-07-16 Thread James Shackleford
+1 Bug needs fixing or checkbox needs to be removed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/280571 Title: NetworkManager does not auto-connect to VPNs marked Connect Automatically To