Re: [Bug 1466150] Re: grub-install breaks when ESP is on raid

2019-06-30 Thread Ben Stanley
The way to make it work is to place the EFI on a separate GPT raided partition, outside the LVM PV. Which I forgot about when I wrote the idea earlier. On 1 July 2019 8:54:49 am John Robinson <1466...@bugs.launchpad.net> wrote: > You can use 0.90 or 1.0 metadata. Both leave the partitions under

Re: [Bug 1466150] Re: grub-install breaks when ESP is on raid

2019-06-30 Thread Ben Stanley
> I have EFI partitions on both disks but it is not possible to RAID1 these > as they are FAT32. Actually it is possible to RAID1 FAT32. The problem is that the default RAID format places a header at the front of the partition, which stuffs up the boot loader. But if you use the 0.9.0 format w

[Bug 1594902] Re: Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit

2017-02-11 Thread Ben Stanley
I observed the same messages in /var/log/syslog. Reconfiguring apparmor as shown in #19 solved the problem 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/1594902 Title: Failed to upgrade to l

[Bug 1236035] Re: phpmyadmin does not recognize php5-mcrypt

2016-03-28 Thread Ben Stanley
I am running a Joomla site. I tried to enable two factor authentication, but when I pressed "Save & Close", the page blanked and would not load again. This is running on Ubuntu 14.04.4 LTS x86_64. I had the php5-mcrypt package installed. I was not able to verify the phpmyadmin reproduction, as I d

[Bug 1313952] Re: octave-cli: ../../../../../../../src/mesa/drivers/dri/i965/brw_eu_emit.c:267: validate_reg: Assertion `execsize >= width' failed.

2016-02-22 Thread Ben Stanley
Mike, Thanks for the advice to try the HWE updates. Sorry I have been busy and the email that the bug was marked invalid has reminded me to chase this up. I installed the HWE updates according to the instructions at https://wiki.ubuntu.com/Kernel/LTSEnablementStack That is, I ran sudo apt-get in

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2016-02-03 Thread Ben Stanley
psalter, I have just reproduced the fix you described in post #17. I am now able to use my Dvico Fusion Dual Digital 4 again! I installed the packages linux-image-generic-lts-vivid linux-headers-generic-lts-vivid The net result is linux-image-generic-3.19.0-49-generic linux-headers-generic-3.19.

[Bug 1313952] Re: octave-cli: ../../../../../../../src/mesa/drivers/dri/i965/brw_eu_emit.c:267: validate_reg: Assertion `execsize >= width' failed.

2015-11-21 Thread Ben Stanley
I confirm that the bug is fixed in the following configuration: Octave 3.8.2 Ubuntu 15.04 libglu1-mesa 9.0.0-2 Mesa OpenGL Utility Library (GLU) Octave command for testing: octave:1> plot([0 1], [0 1], 'ko', 'MarkerFaceColor', 'y') octave:2> Test Result: Plot is displayed, octave continues to r

[Bug 1380014] [NEW] modemmanager should blacklist Freetronics devices

2014-10-10 Thread Ben Stanley
Public bug reported: In a similar vein to Bug #910736, there are more Arduino related devices that must be blacklisted. For the LeoStick, the following is required: -- /etc/udev/rules.d/77-modem-manager-freetronics.rules -- ATTRS{idVendor}=="26ba", ENV{ID_MM_D

Re: [Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-08-28 Thread Ben Stanley
Sounds like a good solution. On 28 August 2014 6:21:25 PM Blowdesign <1291...@bugs.launchpad.net> wrote: > Thanks for your reply. > > I think I'll use the old kernel. > > Regards > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.

Re: [Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-08-27 Thread Ben Stanley
x27;t work as well as I claimed. Regards, Ben Stanley On 28 August 2014 5:21:08 AM Blowdesign <1291...@bugs.launchpad.net> wrote: > Hi, > > How do fix this issue ? > > I've the same error : > > 3242.308051] xc2028 0-0061: i2c output error: rc = -95 (should

[Bug 260875] Re: Minimize option is broken or non-existant

2014-07-28 Thread Ben Stanley
When will there be a release containing the -Y minimize active window fix? It seems there has been no activity on github for for 2 years now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/260875 Title

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-04-30 Thread Ben Stanley
The details of how the problem was traced are contained in the attached Notes_xc2028.txt file. ** Attachment added: "Notes on tracing the calls that produce the log messages." https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1291459/+attachment/4101603/+files/Notes_xc2028.txt -- You rece

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-04-30 Thread Ben Stanley
After further work and testing, I have found that changing drivers/media/tuners/tuner-xc2028.c:28 #define MAX_XFER_SIZE 80 to #define MAX_XFER_SIZE 61 is enough to fix the problem. I have confirmed that with this change the firmware loads and I am able to watch TV using me-tv. -- You received

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-04-29 Thread Ben Stanley
Unfortunately, that change had no effect. The errors found in the log previously still occur, but they are delayed from the initially successful output posted previously. More investigation is required. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-04-29 Thread Ben Stanley
I have poked around in the source code and found some inconsistencies. = Summary: There are multiple definitions of MAX_XFER_SIZE in the drivers/media sub-directory, containing values such as 64, 80, 128, 256. The definition that appears to matter is in driver

[Bug 1298162] [NEW] systemtap script mutex-contention.stp fails due to ambiguous process path

2014-03-26 Thread Ben Stanley
Public bug reported: I tried to run systemtap with the mutex-contention.stp script supplied in the systemtap-doc package. /usr/share/doc/systemtap-doc/examples/process/mutex-contention.stp I ran systemtap like this: ---

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-03-13 Thread Ben Stanley
Furhter testing has revealed that the DViCO FusionHDTV tuners don't work with mythtv or with me-tv (running upstream 3.14 kernel). The Budget-CI card is working OK with me-tv. It appears that the firmware loading problems are real. -- You received this bug notification because you are a member o

[Bug 1291459] Re: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual Digital 4 card

2014-03-13 Thread Ben Stanley
** Tags removed: kernel-fixed-upstream ** Tags added: kernel-bug-exists-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1291459 Title: ioctl FE_GET_INFO hangs with DViCO FusionHDTV DVB-T Dual

[Bug 1291459] Re: xc2028 11-0061: Error -22 while loading base firmware

2014-03-13 Thread Ben Stanley
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed ** Summary changed: - xc2028 11-0061: Error -22 while loading base firmware + ioctl FE_GET_INFO hangs with DViCO FusionHDTV ** Summary changed: - ioctl FE_GET_INFO hangs with DViCO FusionHDTV + ioctl FE_GET_INFO hangs with DVi

[Bug 1291459] Re: xc2028 11-0061: Error -22 while loading base firmware

2014-03-13 Thread Ben Stanley
Tested with Linux version 3.14.0-031400rc6-generic (apw@gomeisa) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201403100035 SMP Mon Mar 10 04:36:54 UTC 2014 The firmware loading error is now repeated many times: Mar 13 21:50:53 mythtv kernel: [ 42.816252] xc2028 10-0061: Loading firmware

[Bug 1291459] [NEW] xc2028 11-0061: Error -22 while loading base firmware

2014-03-12 Thread Ben Stanley
Public bug reported: Top level symptom: mythtv-backend fails to listen for client connections. It stops at: (strace mythbackend) open("/dev/dvb/adapter1/frontend0", O_RDWR|O_NONBLOCK) = 16 ioctl(16, FE_GET_INFO me-tv also hangs in a similar manner. I expected the ioctl call to succeed, and for t

[Bug 1080665] Re: At minimum window width, search field is hidden by "Progress"

2013-09-06 Thread Ben Stanley
Problem remains in raring. software-center 5.6.0-0ubuntu2 Ubuntu 13.04 To reproduce, just resize the software centre to its minimum width. I didn't have to change to installed - the search box does not appear on the default startup screen (All Software). -- You received this bug notification bec

[Bug 967332] Re: update-software-center-agent crashed with OSError in rmtree(): [Errno 39] Directory not empty: '/home/username/.cache/software-center/software-center-agent.db'

2013-09-02 Thread Ben Stanley
I still see this after updating to raring. The hidden .nfs temporary files in the /home/username/.cache/software-center/software-center-agent.db directory are held open by the process /usr/lib/x86_64-linux-gnu/unity-lens-applications/unity-applications-daemon That is why they have not disappear

[Bug 632696] Re: libvirt won't start a VM with serial or console

2013-02-13 Thread Ben Stanley
I had a similar problem, but the cause turned out to be different for me. I had changed the GID of group tty from 5 to 11. I later found out that this contravenes the Ubuntu standard GID policy. The symptom was similar to the above chardev: opening backend "pty" failed: Exec format error It turn

[Bug 774096] Re: nautilus ftp file copy crashes connection

2011-04-30 Thread Ben Stanley
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/774096 Title: nautilus ftp file copy crashes connection -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listi

[Bug 774096] [NEW] nautilus ftp file copy crashes connection

2011-04-30 Thread Ben Stanley
Public bug reported: Binary package hint: nautilus I attempted to copy a directory tree from a local source to an ftp destination (login with username/password). The copy begins and makes some progress, but after copying one file, the ftp session logs out (the nautilus panel returns to 'computer:

[Bug 305465] Re: Marvell 88E8001 Gigabit Ethernet Controller skge checksum error

2008-12-05 Thread Ben Stanley
** Attachment added: "lspci-vvnn.log" http://launchpadlibrarian.net/20230877/lspci-vvnn.log -- Marvell 88E8001 Gigabit Ethernet Controller skge checksum error https://bugs.launchpad.net/bugs/305465 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 305465] Re: Marvell 88E8001 Gigabit Ethernet Controller skge checksum error

2008-12-05 Thread Ben Stanley
** Attachment added: "dmesg.log" http://launchpadlibrarian.net/20230875/dmesg.log -- Marvell 88E8001 Gigabit Ethernet Controller skge checksum error https://bugs.launchpad.net/bugs/305465 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 305465] Re: Marvell 88E8001 Gigabit Ethernet Controller skge checksum error

2008-12-05 Thread Ben Stanley
** Attachment added: "version.log" http://launchpadlibrarian.net/20230870/version.log -- Marvell 88E8001 Gigabit Ethernet Controller skge checksum error https://bugs.launchpad.net/bugs/305465 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 305465] Re: Marvell 88E8001 Gigabit Ethernet Controller skge checksum error

2008-12-05 Thread Ben Stanley
** Attachment added: "uname-a.log" http://launchpadlibrarian.net/20230847/uname-a.log -- Marvell 88E8001 Gigabit Ethernet Controller skge checksum error https://bugs.launchpad.net/bugs/305465 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 305465] [NEW] Marvell 88E8001 Gigabit Ethernet Controller skge checksum error

2008-12-05 Thread Ben Stanley
Public bug reported: I have a Gigabyte GA-K8NSC-939 motherboard with an onboard Marvell 88E8001 Gigabit Ethernet Controller. While doing some network sniffing with wireshark 1.0.2, I noted that a significant number of packets were flagged as having an invalid checksum error. All the erroneous p

[Bug 82617] Re: GDM starts before home directories mounted

2007-12-10 Thread Ben Stanley
I see this bug on Gutsy 7.10 with NFS mounted home directories. I note here that in /etc/rc5.d, gdm is started before nfs: S13gdm S20nfs-common I'm not yet sure if renumbering gdm to S21gdm fixes the problem. -- GDM starts before home directories mounted https://bugs.launchpad.net/bugs/82617 Y

Re: [Bug 94071] Re: dhcp not working automatically in feisty

2007-07-22 Thread Ben Stanley
DHCP is working properly now on Feisty with Ubuntu (I don't have Kubuntu installed). Ben. On Sat, 2007-07-21 at 08:27 +, LinuxLover wrote: > DHCP and KNetworkManager seem to be working properly for me on Feisty (7.04) > and Gutsy (7.10). Can you run with latest updates and verify? > Thanks!

[Bug 94071] Re: dhcp not working automatically in feisty

2007-04-15 Thread Ben Stanley
I can reproduce this with the Feisty 7.04 Beta i386 CD and an updated hard disk installation. I'm using a simple desktop box with one network card. My network has a DHCP server. When the box comes up, ifconfig reveals that the network card has no IP address. I can resolve this manually by running

[Bug 4179] Re: Palm Handheld /dev/ttyUSB* symlink to /dev/palm

2007-04-14 Thread Ben Stanley
when I upgraded from Dapper to Edgy, as the visor module stopped working completely (separate problem to this bug) in Edgy. Ben Stanley. -- Palm Handheld /dev/ttyUSB* symlink to /dev/palm https://bugs.launchpad.net/bugs/4179 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 64075] Re: amarok can't play flac

2006-10-16 Thread Ben Stanley
I am using Dapper Drake on amd64 ith a fully updated amarok, and I have libxine-extracodecs installed. I get the same error message as Jared Sutton, that is Error Loading Media There is no audio channel! This bug has been the subject of a discussion in the forums (http://ubuntuforums.org/showthre