[Bug 1909748] [NEW] Apparmor profile improvements for letsencrypt

2020-12-31 Thread Paul McEnery
Public bug reported:

I can see that the slapd apparmor profile goes 90% of the way to working
out of the box with letsencrypt/certbot, but fails to include
abstractions/ssl_keys. The attached patch should work support all the
methods in these abstractions, and should be the default with the slapd
package.

Please can you look at including this in future?

Many thanks,
Paul.

** Affects: openldap (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "usr.sbin.slapd patch"
   
https://bugs.launchpad.net/bugs/1909748/+attachment/5448292/+files/usr.sbin.slapd.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1909748

Title:
  Apparmor profile improvements for letsencrypt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1909748/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1701102] Re: partman-auto-raid refuses to allow /boot inside raid + LVM when using preseed.cfg partman-auto/expert_recipe

2019-09-25 Thread Paul McEnery
I have been attempting to preseed install 19.10 (eoan) and discovered
that this fix has not yet made its way into Ubuntu yet. Does anyone have
any idea when the fix is likely to make it in? Would be nice if it was
available in LTS (18.04) as well.

If you are quick enough to edit
/lib/partman/display.d/56initial_auto_raid_lvm and comment out the
relevant section in the upstream fix, the installation continues without
bailing out.

I would have hoped that almost 2.5 years would be sufficient time for an
upstream sync...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1701102

Title:
  partman-auto-raid refuses to allow /boot inside raid + LVM when using
  preseed.cfg partman-auto/expert_recipe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/partman-auto-raid/+bug/1701102/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 692355] Re: fsck doesn't update system info on login

2011-06-25 Thread Paul McEnery
After applying the above patch; either reboot, or regenerate /var/lib
/update-notifier/fsck-at-boot as follows:

$ sudo -s
# run-parts --lsbsysinit /etc/update-motd.d > /var/run/motd

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/692355

Title:
  fsck doesn't update system info on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/692355/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 692355] Re: fsck doesn't update system info on login

2011-06-25 Thread Paul McEnery
I was affected by this and bug and discovered that it appears to be
caused when the file /var/lib/update-notifier/fsck-at-reboot has a
datestamp in the future. This will never rectify itself unless the
actual date passes the datestamp on the file.

The attached patch fixes the problem.

** Patch added: "motd-fsck.patch"
   
https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/692355/+attachment/2181094/+files/motd-fsck.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/692355

Title:
  fsck doesn't update system info on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/692355/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 771227] Re: Domain save/restore does not work (kvm)

2011-05-02 Thread Paul McEnery
*** This bug is a duplicate of bug 747090 ***
https://bugs.launchpad.net/bugs/747090

@Serge,

Sorry for the delay. I am sure the kernel update will fix the issue. I
have however been running 2.6.38-8 with a custom patch to fix an issue
with LXC (https://bugzilla.kernel.org/show_bug.cgi?id=31232), so I have
not had a chance to roll a new one. I'm sure all the fixes will be part
of the Ubuntu kernel soon...

Thanks for your help!

** Bug watch added: Linux Kernel Bug Tracker #31232
   http://bugzilla.kernel.org/show_bug.cgi?id=31232

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771227

Title:
  Domain save/restore does not work (kvm)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 771227] Re: Domain save/restore does not work (kvm)

2011-04-26 Thread Paul McEnery
After some further investigation, this bug appears to be a qemu-kvm bug.
I installed the lucid version of qemu-kvm, downgraded the domain
definition as follows:


  [...]
  
hvm
^
  [...]


And the domain now suspends and resumes reliably.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771227

Title:
  Domain save/restore does not work (kvm)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 771227] Re: Domain save/restore does not work (kvm)

2011-04-26 Thread Paul McEnery
I've been trying this out every time a new version of Ubuntu is coming up for 
release, and it has never worked! However, this is the most promising result 
that I have seen to date. Maverick version of virt-manager seems to be able to 
correctly save the running state to a file, however it prompts you for a save 
location. It does not default to the location down /var/lib/libvirt. However, 
there appears to be no way to restore the VM through virt-manager on maverick. 
Despite this, I could successfully restore via virsh as follows:

$ virsh restore debian.save

In this case, the console springs to life inside virt-manager - with the
VM in the running state that I saved. This is the behaviour I would
expect to see.

In terms of reproducibility, I have a Fedora and Debian guest. Neither
are restorable on natty. They both simply start booting from scratch on
restore.

I am very encouraged by the how good things are looking on the
virtualisation front on natty. As I was saying, this is the closest that
I have come seeing this work seamlessly since libvirt and virt-manager
were included.

I suspect there is an issue with this particular version of libvirt. If
I get some time I'll try rebuilding the 0.8.8 package with the 0.9.0
source and put it in my PPA.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771227

Title:
  Domain save/restore does not work (kvm)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 771227] Re: Domain save/restore does not work (kvm)

2011-04-26 Thread Paul McEnery
** Attachment added: "Video of symptom..."
   
https://bugs.launchpad.net/bugs/771227/+attachment/2089833/+files/26-04-2011%2013-42-35.avi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771227

Title:
  Domain save/restore does not work (kvm)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 771227] [NEW] Domain save/restore does not work (kvm)

2011-04-26 Thread Paul McEnery
Public bug reported:

Description:Ubuntu 11.04
Release:11.04

libvirt-bin:
  Installed: 0.8.8-1ubuntu6
  Candidate: 0.8.8-1ubuntu6
  Version table:
 *** 0.8.8-1ubuntu6 0
500 http://gb.archive.ubuntu.com/ubuntu/ natty/main amd64 Packages
100 /var/lib/dpkg/status


You create a domain via virt-manager. Once installed it should be possible to 
save the state of a VM to disk, and restore it.

The domain appears to save correctly, and restores, but the host performs a 
fresh boot.
The same behaviour is seen when using virsh:

$ virsh save  .save
$ virsh restore .save

Please see attached video.

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771227

Title:
  Domain save/restore does not work (kvm)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 549593] Re: mythfrontend.real crashed with SIGSEGV in QX11PixmapData::x11ConvertToDefaultDepth()

2010-05-08 Thread Paul McEnery
In terms of testing, the auto-builds version seems to be working fine
for me with this fix...

-- 
mythfrontend.real crashed with SIGSEGV in 
QX11PixmapData::x11ConvertToDefaultDepth()
https://bugs.launchpad.net/bugs/549593
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 574945] Re: Eclipse hangs occasionally in Ubuntu Lucid

2010-05-04 Thread Paul McEnery
I also had problems with eclipse hanging after I upgraded from karmic to
lucid. After reading comment #2, I saw that I I had xulrunner-1.9.1
installed and removed it. I have not had any issues since.

-- 
Eclipse hangs occasionally in Ubuntu Lucid
https://bugs.launchpad.net/bugs/574945
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468091] Re: WARNING: at /build/buildd/linux-2.6.31/net/mac80211/scan.c:281 ieee80211_scan_completed+0xcf/0x3f0 [mac80211]()

2010-04-23 Thread Paul McEnery
I've not seen this issue recently. I'm guessing that it's been fixed
upstream at some point over the last few months. The bug can be closed.

Regards,
Paul.

-- 
WARNING: at /build/buildd/linux-2.6.31/net/mac80211/scan.c:281 
ieee80211_scan_completed+0xcf/0x3f0 [mac80211]()
https://bugs.launchpad.net/bugs/468091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 460323] Re: Karmic RC tries to load rt2870sta AND rt2800usb. Results in no WiFi

2010-04-11 Thread Paul McEnery
On current lucid beta this device:

Bus 001 Device 004: ID 7392:7711

Works perfectly after blacklisting rt2800usb

-- 
Karmic RC tries to load rt2870sta AND rt2800usb. Results in no WiFi
https://bugs.launchpad.net/bugs/460323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 558946] Re: FFe: Sync ipheth 1.0-1 (universe) from Debian sid (main)

2010-04-11 Thread Paul McEnery
Sorry,

I attached the wrong build log :( (you might have noticed its called
gvfs...). The correct one is now attached.

Testing

As with the Debian package, I have installed and tested on a USB stick -
since the installation needs to compile and load the ipheth kernel
module.

My guess is that it is unlikely that there will be many other people to
test this...

Regards,
Paul.

** Attachment added: "Correct Build Log"
   http://launchpadlibrarian.net/43801294/ipheth_1.0-1_amd64.build

-- 
FFe: Sync ipheth 1.0-1 (universe) from Debian sid (main)
https://bugs.launchpad.net/bugs/558946
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 558946] Re: FFe: Sync ipheth 1.0-1 (universe) from Debian sid (main)

2010-04-11 Thread Paul McEnery

** Attachment added: "Install Log"
   http://launchpadlibrarian.net/43777406/ipheth-install.log

-- 
FFe: Sync ipheth 1.0-1 (universe) from Debian sid (main)
https://bugs.launchpad.net/bugs/558946
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 558946] Re: FFe: Sync ipheth 1.0-1 (universe) from Debian sid (main)

2010-04-11 Thread Paul McEnery

** Attachment added: "Build Log"
   
http://launchpadlibrarian.net/43777259/gvfs_1.4.2-0ubuntu1-amd64-20091205-1213

-- 
FFe: Sync ipheth 1.0-1 (universe) from Debian sid (main)
https://bugs.launchpad.net/bugs/558946
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 558946] Re: FFe: Sync ipheth 1.0-1 (universe) from Debian sid (main)

2010-04-11 Thread Paul McEnery
Hi.

Please find the attached logs:

- Build log is produced by sbuild on a clean lucid debootstrap.
- Install log is produced on the same LVM chroot:
  - dpkg -i ipheth*.deb.
  - apt-get install -f to install failed dependencies.

-- 
FFe: Sync ipheth 1.0-1 (universe) from Debian sid (main)
https://bugs.launchpad.net/bugs/558946
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 558946] [NEW] FFe: Sync ipheth 1.0-1 (universe) from Debian sid (main)

2010-04-08 Thread Paul McEnery
Public bug reported:

Please sync ipheth 1.0-1 (universe) from Debian sid (main)

Explanation of FeatureFreeze exception:
Ipheth adds support for Internet tethering on the Apple iPhone. In my view,
it is the only package which is now missing from lucid to give full iPhone
support. To this end, I believe it is worth of an exception.

A significant amount of testing has been done by way of my PPA 
(https://launchpad.net/~pmcenery/+archive/ppa), and there
are already many users of the package on karmic.

Why the late submission? It is not easy to find Debian sponsors. They are
very thorough. It has unfortunately taken time to find a Debian Developer
willing to sponsor it, but ipheth has now been sponsored! The package has
passed NEW, and should now be available to sync.

All changelog entries:

ipheth (1.0-1) unstable; urgency=low

  * Initial release (Closes: #566313)

 -- Paul McEnery   Sun, 07 Feb 2010 21:13:09 +

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
FFe: Sync ipheth 1.0-1 (universe) from Debian sid (main)
https://bugs.launchpad.net/bugs/558946
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 504224] Re: NFS mounts at boot time prevent boot or print spurious errors

2010-03-31 Thread Paul McEnery
I've built and installed version 2.10 and have been through a couple of
reboot cycles and everything on the NFS front appears to be working
correctly now.

On the first boot however, I noticed that the boot stalled while it was
supposedly doing an fsck. To my surprise, I was able to ssh to the
system while it was in this state, and found that all filesystems
including nfs ones were in fact mounted. I ran a reboot, and it has
since booted up correctly. I've attached a picture of where it got
stuck.

I think there may be an issue with how routine disk checks are handled.

Regards,
Paul.

** Attachment added: "img_0014.jpg"
   http://launchpadlibrarian.net/42749690/img_0014.jpg

-- 
NFS mounts at boot time prevent boot or print spurious errors
https://bugs.launchpad.net/bugs/504224
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 549593] Re: mythfrontend.real crashed with SIGSEGV in QX11PixmapData::x11ConvertToDefaultDepth()

2010-03-31 Thread Paul McEnery
I've done some further testing to ensure that mounting the DVD while
mythtv is running does not cause any adverse effects. No unexpected
behaviour has arisen as a result of applying the patch. I've updated the
upstream bug report asking if the patch can be committed to the 0.23
branch.

-- 
mythfrontend.real crashed with SIGSEGV in 
QX11PixmapData::x11ConvertToDefaultDepth()
https://bugs.launchpad.net/bugs/549593
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 549593] Re: mythfrontend.real crashed with SIGSEGV in QX11PixmapData::x11ConvertToDefaultDepth()

2010-03-30 Thread Paul McEnery
I have tested the patch in the referenced upstream bug, and can confirm
that it solves the problem!

-- 
mythfrontend.real crashed with SIGSEGV in 
QX11PixmapData::x11ConvertToDefaultDepth()
https://bugs.launchpad.net/bugs/549593
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551769] Re: Missing build dependency on mythtv source package

2010-03-30 Thread Paul McEnery

** Attachment added: "mythtv_build_fail.txt"
   http://launchpadlibrarian.net/42502881/mythtv_build_fail.txt

-- 
Missing build dependency on mythtv source package
https://bugs.launchpad.net/bugs/551769
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551769] [NEW] Missing build dependency on mythtv source package

2010-03-30 Thread Paul McEnery
Public bug reported:

Binary package hint: mythtv

Latest mythbuntu 0.23 package appears to be missing a build dependency.
Install build deps with:

apt-get build-dep mythtv
dpkg-buildpackage fails with the attached.

** Affects: mythtv (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Missing build dependency on mythtv source package
https://bugs.launchpad.net/bugs/551769
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 549593] Re: mythfrontend.real crashed with SIGSEGV in QX11PixmapData::x11ConvertToDefaultDepth()

2010-03-27 Thread Paul McEnery

** Attachment added: ".var.log.mythtv.mythfrontend.log.txt"
   http://launchpadlibrarian.net/42169939/.var.log.mythtv.mythfrontend.log.txt

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/42169940/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/42169941/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/42169942/Disassembly.txt

** Attachment added: "MythTVDirectoryPermissions.txt"
   http://launchpadlibrarian.net/42169943/MythTVDirectoryPermissions.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/42169944/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/42169945/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/42169946/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/42169947/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/42169948/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
mythfrontend.real crashed with SIGSEGV in 
QX11PixmapData::x11ConvertToDefaultDepth()
https://bugs.launchpad.net/bugs/549593
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 549459] Re: mythfrontend.real crashed with SIGSEGV in QX11PixmapData::x11ConvertToDefaultDepth()

2010-03-27 Thread Paul McEnery
** Visibility changed to: Public

-- 
mythfrontend.real crashed with SIGSEGV in 
QX11PixmapData::x11ConvertToDefaultDepth()
https://bugs.launchpad.net/bugs/549459
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 239774] Re: Subtotal function not summing correct when using autofilter

2010-03-13 Thread Paul McEnery
This is still a problem on 9.10. Following this guide results in a
document that doesn't work as described.

http://wiki.services.openoffice.org/wiki/Documentation/How_Tos/Calc:_SUBTOTAL_function

Attached is an example document saved in .ods format on 9.10 with a
single formula.

Most people switching from Excel are not trying to use the rocket
science functionality available in OpenOffice - they just need the
basics to work. I can't believe that such simple things that stop
ordinary people from using OpenOffice have not been addressed yet -
after YEARS. If bug #1 if ever going to be addressed, we need to start
by getting some of the basics right first!


** Attachment added: "Sample document where SUBTOTAL function doesnt work"
   http://launchpadlibrarian.net/40899621/subtotal_broken.ods

-- 
Subtotal function not summing correct when using autofilter
https://bugs.launchpad.net/bugs/239774
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 485277] Re: Error: The MythTV python interface is not installed or Cannot connect to MythTV Backend

2010-01-20 Thread Paul McEnery
Seems like some sort of differentiation is needed between mythvideo for
the frontend, and mythvideo for the backend.

The postinst script for mythvideo appears to create
/home/mythtv/.mythtv. On one of my frontend systems I've simply deleted
/home/mythtv/.mythtv as its not needed on a frontend. Hardly a fix, but
stops the annoying cron messages.

One possible solution:

Separate mythvideo-backend and mythvideo-frontend packages - with the
mythvideo-backend package having a dependency on the python package
complained about above... and mythvideo-frontend not creating
/home/mythtv/.mythtv

This may have other implications... but worth a thought.

-- 
Error: The MythTV python interface is not installed or Cannot connect to MythTV 
Backend
https://bugs.launchpad.net/bugs/485277
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 471372] Re: tv_grab_uk_rt (xmltv) fails when updating listings

2009-12-15 Thread Paul McEnery
I have built the latest CVS snapshot to overcome this issue (in the
short term), and its available in my PPA:

https://launchpad.net/~pmcenery/+archive/ppa

-- 
tv_grab_uk_rt (xmltv) fails when updating listings
https://bugs.launchpad.net/bugs/471372
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 474921] [NEW] Beagle not indexing Tomboy notes

2009-11-04 Thread Paul McEnery
Public bug reported:

Binary package hint: beagle

Beagle is not indexing my Tomboy notes on Karmic. I have noticed that
the location of the notes has moved from ~/.tomboy to
~/.local/share/tomboy. I suspect this may have something to do with it.
I therefore added a path of ~/.local/share/tomboy to be indexed, but
this resulted in the notes being indexed as "Documents" which simply
open in the browser.

It seems that a symbolic link created from ~/.local/share/tomboy to
~/.tomboy fixes this.


$ lsb_release -rd
Description:Ubuntu 9.10
Release:9.10


$ apt-cache policy beagle
beagle:
  Installed: 0.3.9-3ubuntu1
  Candidate: 0.3.9-3ubuntu1
  Version table:
 *** 0.3.9-3ubuntu1 0
500 http://gb.archive.ubuntu.com karmic/universe Packages
100 /var/lib/dpkg/status

** Affects: beagle (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Beagle not indexing Tomboy notes
https://bugs.launchpad.net/bugs/474921
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468091] Re: WARNING: at /build/buildd/linux-2.6.31/net/mac80211/scan.c:281 ieee80211_scan_completed+0xcf/0x3f0 [mac80211]()

2009-11-01 Thread Paul McEnery

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/34845163/AlsaDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/34845164/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/34845165/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/34845166/Card0.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/34845167/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/34845169/Dependencies.txt

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/34845170/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/34845171/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/34845172/Lsusb.txt

** Attachment added: "OopsText.txt"
   http://launchpadlibrarian.net/34845173/OopsText.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/34845174/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/34845175/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/34845176/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/34845178/ProcModules.txt

** Attachment added: "RfKill.txt"
   http://launchpadlibrarian.net/34845180/RfKill.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/34845181/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/34845182/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/34845183/WifiSyslog.txt

-- 
WARNING: at /build/buildd/linux-2.6.31/net/mac80211/scan.c:281 
ieee80211_scan_completed+0xcf/0x3f0 [mac80211]()
https://bugs.launchpad.net/bugs/468091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468091] [NEW] WARNING: at /build/buildd/linux-2.6.31/net/mac80211/scan.c:281 ieee80211_scan_completed+0xcf/0x3f0 [mac80211]()

2009-11-01 Thread Paul McEnery
Public bug reported:

Problem occurred on resume from a S3 suspend.

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  paulm  1925 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf6ffc000 irq 21'
   Mixer name   : 'IDT 92HD71B7X'
   Components   : 'HDA:111d76b2,10280251,00100302'
   Controls  : 28
   Simple ctrls  : 18
Date: Sun Nov  1 08:25:38 2009
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=UUID=99a5525b-513e-4b4b-bf10-89ce58a43521
MachineType: Dell Inc. Precision M6400
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.31-14-generic root=/dev/mapper/system-root 
ro reboot=bios,warm quiet splash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
SourcePackage: linux
Tags: kernel-oops
Title: WARNING: at /build/buildd/linux-2.6.31/net/mac80211/scan.c:281 
ieee80211_scan_completed+0xcf/0x3f0 [mac80211]()
Uname: Linux 2.6.31-14-generic i686
dmi.bios.date: 04/20/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A04
dmi.board.name: 0G841G
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd04/20/2009:svnDellInc.:pnPrecisionM6400:pvr:rvnDellInc.:rn0G841G:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Precision M6400
dmi.sys.vendor: Dell Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-kerneloops i386 kernel-oops

-- 
WARNING: at /build/buildd/linux-2.6.31/net/mac80211/scan.c:281 
ieee80211_scan_completed+0xcf/0x3f0 [mac80211]()
https://bugs.launchpad.net/bugs/468091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 396564] Re: grub2 shows 'biosdisk read error', then boots

2009-10-22 Thread Paul McEnery
I can also confirm this behaviour. I updated from Jaunty to Karmic (I
assume beta at this point), and I have the following configuration:

$ sudo fdisk -l
===
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1  13  104391   fd  Linux RAID autodetect
/dev/sda2  14  121601   976655610   fd  Linux RAID autodetect

===

$ sudo mdadm --detail /dev/md0
===
/dev/md0:
Version : 00.90
  Creation Time : Mon Apr 23 00:17:47 2007
 Raid Level : raid1
 Array Size : 104320 (101.89 MiB 106.82 MB)
  Used Dev Size : 104320 (101.89 MiB 106.82 MB)
   Raid Devices : 2
  Total Devices : 1
Preferred Minor : 0
Persistence : Superblock is persistent

Update Time : Thu Oct 22 08:12:49 2009
  State : clean, degraded
 Active Devices : 1
Working Devices : 1
 Failed Devices : 0
  Spare Devices : 0

   UUID : 74ad3d60:5074597c:0324c307:5941c2e9
 Events : 0.7296

Number   Major   Minor   RaidDevice State
   0   000  removed
   1   811  active sync   /dev/sda1
===


$ sudo mdadm --detail /dev/md1
===
/dev/md1:
Version : 00.90
  Creation Time : Mon Apr 23 00:18:02 2007
 Raid Level : raid1
 Array Size : 976655488 (931.41 GiB 1000.10 GB)
  Used Dev Size : 976655488 (931.41 GiB 1000.10 GB)
   Raid Devices : 2
  Total Devices : 1
Preferred Minor : 1
Persistence : Superblock is persistent

Update Time : Thu Oct 22 08:32:24 2009
  State : clean, degraded
 Active Devices : 1
Working Devices : 1
 Failed Devices : 0
  Spare Devices : 0

   UUID : 58a33554:66ab860b:f095819a:ef47ab1e
 Events : 0.108323780

Number   Major   Minor   RaidDevice State
   0   000  removed
   1   821  active sync   /dev/sda2
===

$ sudo pvs
===
  PV VG Fmt  Attr PSize   PFree
  /dev/md1   rootvg lvm2 a-   931.41G 772.00M
===

$ sudo vgs
===
  VG #PV #LV #SN Attr   VSize   VFree
  rootvg   1   4   0 wz--n- 931.41G 772.00M
===

$ sudo lvs
===
  LV VG Attr   LSize   Origin Snap%  Move Log Copy%  Convert
  mythtv rootvg -wi-ao 901.66G
  root   rootvg -wi-ao  25.00G
  swap   rootvg -wi-ao   1.00G
  varlog rootvg -wi-ao   3.00G
===

It is worth noting that I have a RAID 1 which was created with a second
disk of `missing', but by the sound of it - most folks here are seeing
this with RAID setups which are not running degraded like mine.

-- 
grub2 shows 'biosdisk read error', then boots
https://bugs.launchpad.net/bugs/396564
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 292183] Re: monit cannot find default monitrc on Intrepid

2009-06-14 Thread Paul McEnery
On 15/06/2009, agent 8131  wrote:
>
> [...]
>
>  A quick fix might be to symlink /etc/monitrc to /etc/monit/monitrc
>  though I have not tested that.
>

IIRC from my testing, this does NOT work. Monit checks that the file
is in fact a file and not a link before starting up.

-- 
monit cannot find default monitrc on Intrepid
https://bugs.launchpad.net/bugs/292183
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292183] Re: monit cannot find default monitrc on Intrepid

2009-02-19 Thread Paul McEnery
This looks like at upstream bug:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479357

A fix appears to have been released Is it possible for this fix to
be implemented in the Ubuntu package?

-- 
monit cannot find default monitrc on Intrepid
https://bugs.launchpad.net/bugs/292183
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 310298] Re: Regression: HDMI not working in Intrepid (945GM)

2008-12-23 Thread Paul McEnery
No. I tried both the LVDS- and TV-out quirk fixes with no success. The
problem appears to be the missing TMDS-2 output. When I disable the LVDS
output, X fails to start altogether with "No Screens". The TMDS-1 output
is the DVI port which seems to work when the TV is connected.

I have now reverted to runing Hardy which works over HDMI with both the
"i810" and "intel" drivers...

-- 
Regression: HDMI not working in Intrepid (945GM)
https://bugs.launchpad.net/bugs/310298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 310298] Re: Regression: HDMI not working in Intrepid (945GM)

2008-12-21 Thread Paul McEnery

** Attachment added: "lspci-vvnn.txt"
   http://launchpadlibrarian.net/20621294/lspci-vvnn.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/20621295/Dependencies.txt

** Attachment added: "LsMod.txt"
   http://launchpadlibrarian.net/20621296/LsMod.txt

** Attachment added: "LsPci.txt"
   http://launchpadlibrarian.net/20621297/LsPci.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/20621298/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/20621299/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/20621300/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/20621301/Xrandr.txt

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/20621302/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/20621303/xdpyinfo.txt

-- 
Regression: HDMI not working in Intrepid (945GM)
https://bugs.launchpad.net/bugs/310298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 310298] [NEW] Regression: HDMI not working in Intrepid (945GM)

2008-12-21 Thread Paul McEnery
Public bug reported:

Binary package hint: xserver-xorg-video-intel

I have a mythtv frontend system installed on a Jetway J9F2-Extreme
motherboard which features an onboard HDMI port:

http://www.jetway.com.tw/jetway/system/productshow.asp?id=404&proname=J9F2-Extreme

I usually use the system with a distribution called minimyth, but have
run the system with Mythbuntu Hardy heron as well. I recently tried
updating to the latest version of Minimyth which when booted simply
produced "No Signal" on the HDMI connected TV. I thought this was just
an issue with Minimyth and decided to install Intrepid. I saw the same
result! I know for a fact that the HDMI port was working under Hardy
Heron, but somewhere between Hardy and Intrepid, HDMI no longer works.

Here are a few observations

Under Hardy, I saw the following in my Xorg.0.log:

(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output TMDS-1 disconnected
(II) intel(0): Output TMDS-2 connected
^^
(II) intel(0): Output TV disconnected


Under Intrepid, I see the following output in the Xorg.0.log:

(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output TMDS-1 disconnected
(II) intel(0): Output TV disconnected


It appears to no longer detect the TMDS-2 output which (I think) is the HDMI 
output.

P.S. I have installed and tried the latest PPA Intel drivers which fail
in the same way.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: xserver-xorg-video-intel 2:2.5.1-1ubuntu5~intrepid
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersion: Linux version 2.6.27-9-generic (bui...@rothera) (gcc version 4.3.2 
(Ubuntu 4.3.2-1ubuntu11) ) #1 SMP Thu Nov 20 21:57:00 UTC 2008

SourcePackage: xserver-xorg-video-intel
Uname: Linux 2.6.27-9-generic i686
UnreportableReason: This is not a genuine Ubuntu package
xkbcomp:

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
Regression: HDMI not working in Intrepid (945GM)
https://bugs.launchpad.net/bugs/310298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 152978] Re: "fuse: mountpoint is not empty" syncing over ssh

2008-09-24 Thread Paul McEnery
I downloaded the source package for the version that comes with hardy,
replaced the source with 0.12.0 and recompiled. Synchronisation is
_much_ better now. I havent had any lock issues.

Thanks Sandy. Works a treat so far!

Sorry no package for everyone else. I dont have a proper build
environment setup... Hopefully one finds its way into Hardy soon.

-- 
"fuse: mountpoint is not empty" syncing over ssh
https://bugs.launchpad.net/bugs/152978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 249020] Re: Places list in "Save As" not up to date

2008-07-16 Thread Paul McEnery
** Description changed:

  Sorry. I cant find where this bug really belongs, so I have posted it
  here hoping that it can be moved to the appropriate place.
  
  The places menu is dynamically updated when media such as CD/DVD's and
  USB sticks are inserted. When you select File -> Save As from any
  application, the dialogue that appears does not contain the dynamic list
  of attached media. This is a feature that works on Ubuntu, but not
  Xubuntu.
  
  See the attachments for details.
+ 
+ *Edit*
+ Platform: Xubuntu Hardy (8.04) w/ latest updates

-- 
Places list in "Save As" not up to date
https://bugs.launchpad.net/bugs/249020
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 249020] Re: Places list in "Save As" not up to date

2008-07-16 Thread Paul McEnery

** Attachment added: "save_as.png"
   http://launchpadlibrarian.net/16086449/save_as.png

-- 
Places list in "Save As" not up to date
https://bugs.launchpad.net/bugs/249020
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 249020] Re: Places list in "Save As" not up to date

2008-07-16 Thread Paul McEnery

** Attachment added: "places.png"
   http://launchpadlibrarian.net/16086438/places.png

-- 
Places list in "Save As" not up to date
https://bugs.launchpad.net/bugs/249020
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 249020] [NEW] Places list in "Save As" not up to date

2008-07-16 Thread Paul McEnery
Public bug reported:

Sorry. I cant find where this bug really belongs, so I have posted it
here hoping that it can be moved to the appropriate place.

The places menu is dynamically updated when media such as CD/DVD's and
USB sticks are inserted. When you select File -> Save As from any
application, the dialogue that appears does not contain the dynamic list
of attached media. This is a feature that works on Ubuntu, but not
Xubuntu.

See the attachments for details.

** Affects: xubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Places list in "Save As" not up to date
https://bugs.launchpad.net/bugs/249020
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 196571] Re: crash on start in xen 3.2

2008-06-04 Thread Paul McEnery
I also have this problem on a Dell Inspiron 9300. It has the ATI
Mobility Radeon X300 graphics card. Obviously on a laptop there is no
choice when it comes to trying an alternative graphics card! I have also
tried the 2.6.24-18-xen kernel, but this doesn't seem to make any
difference. In a last-ditch effort I even tried going back to the xorg
driver instead of fglrx, but this made no difference.

** Attachment added: "lspci-v.txt"
   http://launchpadlibrarian.net/15028776/lspci-v.txt

-- 
crash on start in xen 3.2
https://bugs.launchpad.net/bugs/196571
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 237113] [NEW] 'AttributeError: ParaVirtGuest' object has no attribute 'get_virtio_blk'

2008-06-03 Thread Paul McEnery
Public bug reported:

Binary package hint: virt-manager

virt-manager doesn't appear to be able to create a Xen domU. When you
run the wizard to create a new VM on a Xen server, you are unable to
select a disk that exists or create a new image. In fact, no error
appears, the interface simply doesn't respond when you click "Next".
Looking at ~/.virt-manager/virt-manager.log, you get the following:

=== 8< ===
[Mon, 02 Jun 2008 15:03:59 virt-install 5460] ERROR (virt-install:523) 
'ParaVirtGuest' object has no attribute 'get_virtio_blk'
Traceback (most recent call last):
  File "/usr/bin/virt-install", line 519, in 
main()
  File "/usr/bin/virt-install", line 438, in main
guest, hvm, conn)
  File "/usr/bin/virt-install", line 134, in get_disks
disk, size)
  File "/usr/bin/virt-install", line 133, in 
map(lambda d, s: get_disk(d, s, sparse, guest, hvm, conn),
  File "/usr/bin/virt-install", line 108, in get_disk
d.virtio = guest.get_virtio_blk()
AttributeError: 'ParaVirtGuest' object has no attribute 'get_virtio_blk'
=== >8 ===

This could be an issue with libvirt as I get the same error with virt-
install:

The libvirt-bin package has the following description:

=== 8< ===
Description: the programs for the libvirt library
 Libvirt is a C toolkit to interact with the virtualization capabilities
 of recent versions of Linux (and other OSes). The library aims at providing
 a long term stable C API for different virtualization mechanisms. It currently
 supports QEMU and KVM.
 === >8 ===

Umm. What happened to Xen? According to libvirt.org, it should support
Xen, QEMU and KVM.

** Affects: virt-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
'AttributeError: ParaVirtGuest' object has no attribute 'get_virtio_blk'
https://bugs.launchpad.net/bugs/237113
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220985] Re: Virt-Manager Error: Unable to open a connection to the Xen hypervisor/daemon.

2008-06-02 Thread Paul McEnery
I think this is a feature. If you launch virt-manager as root (sudo),
you are able to connect. Here is an extract from the libvirt site:

== >8 ==
 Legacy: Xen proxy

Libvirt continues to support connections to a separately running Xen proxy 
daemon.
This provides a way to allow non-root users to make a safe (read-only) subset 
of queries to the hypervisor.

There is no specific "Xen proxy" URI. However if a Xen URI of any of the 
ordinary or legacy forms is used (eg. NULL, "", "xen", ...)
which fails, and the user is not root, and the Xen proxy socket can be 
connected to (/tmp/libvirt_proxy_conn), then libvirt will use a proxy 
connection.

You should consider using libvirt remote support in future.
== 8< ==

Ref:
http://libvirt.org/uri.html

-- 
Virt-Manager Error: Unable to open a connection to the Xen hypervisor/daemon. 
https://bugs.launchpad.net/bugs/220985
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 183990] Re: mythtv-frontend doesnt disable gnome-screensaver

2008-01-23 Thread Paul McEnery
I suspect putting sleep in ~mythtv/.mythtv/session didnt work because its
executed in the background...(/usr/share/mythtv/startmythtv.sh)

echo "Checking for custom mythtv commands in ~/.mythtv/session"
if [ -x $HOME/.mythtv/session ]; then
$HOME/.mythtv/session &
fi

I have now edited startmythtv.sh and put a sleep directly after launching
gnome-screensaver. I'll report back on how this goes.

-- 
mythtv-frontend doesnt disable gnome-screensaver
https://bugs.launchpad.net/bugs/183990
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183990] Re: mythtv-frontend doesnt disable gnome-screensaver

2008-01-23 Thread Paul McEnery
Has the fix mentioned here found its way into hardy yet?

https://bugs.launchpad.net/mythbuntu/+bug/139770

-- 
mythtv-frontend doesnt disable gnome-screensaver
https://bugs.launchpad.net/bugs/183990
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 183990] Re: mythtv-frontend doesnt disable gnome-screensaver

2008-01-23 Thread Paul McEnery
On 23/01/2008, Mario Limonciello <[EMAIL PROTECTED]> wrote:
>
> The important part is the order in which the two are started.  make sure
> that gnome screensaver is indeed fully started before myth is starting.
> You can try to experiment with adding a sleep in the ubuntu-mythtv-
> frontend session file.
>
>
I have tried adding sleep 10 to ~mythtv/.mythtv/session (mode 755). This
doesnt appear to work. Every 5 minutes the screen fades to black until the
keyboard buttons are pressed. I recall reading somewhere on the mythtv lists
about a special patch that has to be applied to mythfrontend to make is
gnome-screensaver aware and not just xscreensaver. I am assuming that the
packages have this update applied?

Nowhere in the mythfrontend.pid.log file can I find any reference to
*saver*

The only way that I can stop the screen going blank is to kill off
gnome-screensaver. One thing that I must point out, is that I am running the
old version of libmyth, because if I update to the latest version, nothing
works (https://bugs.launchpad.net/ubuntu/+source/mythtv/+bug/185108 and
https://bugs.launchpad.net/ubuntu/+source/mythtv/+bug/185108)

-- 
mythtv-frontend doesnt disable gnome-screensaver
https://bugs.launchpad.net/bugs/183990
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 184055] Re: package libmono-addins-gui0.2-cil 0.3-2 failed to install/upgrade: dependency problems - leaving unconfigured

2008-01-18 Thread Paul McEnery
same problem here...

-- 
package libmono-addins-gui0.2-cil 0.3-2 failed to install/upgrade: dependency 
problems - leaving unconfigured
https://bugs.launchpad.net/bugs/184055
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183990] Re: mythtv-frontend doesnt disable gnome-screensaver

2008-01-18 Thread Paul McEnery
I think this is a duplicate of this bug:

https://bugs.launchpad.net/mythbuntu/+bug/139770

Apparently a fix was released on the 10/01/2008. My guess is that this
package hasn't filtered through yet.

-- 
mythtv-frontend doesnt disable gnome-screensaver
https://bugs.launchpad.net/bugs/183990
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183990] mythtv-frontend doesnt disable gnome-screensaver

2008-01-18 Thread Paul McEnery
Public bug reported:

I'm running hardy (18/01/2008) and have installed ubuntu-mythtv-frontend
(the package that causes the mythtv user to automatically login and
launch mythtv-frontend. The problem that I am seeing is that gnome-
screensaver seems to be kicking in after about 5 minutes and the screen
fades away till its blank.

>From what I understand, mythtv-frontend should be disabling gnome-
screensaver when it starts up. This doesnt seem to be happening

Version: 0.20.2+fixes15096-0ubuntu2

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
mythtv-frontend doesnt disable gnome-screensaver
https://bugs.launchpad.net/bugs/183990
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 116897] Re: [needs-packaging] virt-manager

2007-12-21 Thread Paul McEnery
On 21/12/2007, Marcelo Boveto Shima <[EMAIL PROTECTED]> wrote:
>
> Included with some changes. There were some places that were using
> /var/run/$NAME.pid
> We have to take a closer look because I think the pidfile is created by
> the
> daemon itself not by start-stop-daemon.


Yes. I have played with this a little and it appears that libvirtd does not
work properly when you try and supply --pid-file  to it. Even if you
run it without start-stop-daemon, it never quite manages to start properly.
I think this must be a bug in libvirtd.

Since the --pid-file is an issue, I think it would be better to set the
variables as follows in the init script:

PIDDIR=/var/run/libvirt
PIDFILE=/var/run/$NAME.pid

rather than

PIDDIR=/var/run/libvirt
PIDFILE=$PIDDIR/$NAME.pid


Can you please check if /var/lib/libvirt is provided by the package? After
installing the latest version, I had to manually mkdir /var/lib/libvirt for
the dnsmasq dhcpd.leases file to be created.

P.S. I see that you have added /var/run/libvirt to the libvirt-bin package.
I am not sure this is a good idea as /var/run is mounted in memory on boot,
hence the need to mkdir $PIDDIR.

-- 
[needs-packaging] virt-manager
https://bugs.launchpad.net/bugs/116897
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 116897] Re: [needs-packaging] virt-manager

2007-12-21 Thread Paul McEnery

** Attachment added: "libvirt-bin_init_piddir.patch"
   http://launchpadlibrarian.net/11020308/libvirt-bin_init_piddir.patch

-- 
[needs-packaging] virt-manager
https://bugs.launchpad.net/bugs/116897
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 116897] Re: [needs-packaging] virt-manager

2007-12-21 Thread Paul McEnery
On 21/12/2007, Marcelo Boveto Shima <[EMAIL PROTECTED]> wrote:
>
> Ok, this happened some time ago to me when libvirtd sigfaulted, but the
> bridge was
> up and didn't went down. brctl didn't help me so to remove this bridge the
> only way
> I found was to reboot.
>
> Try to debug it by:
> disabling auto start on /etc/default/libvirt
> reboot
>
> Then
> $ sudo libvirtd -v
>
> This should start libvirtd on verbose mode.
> When you use virt-manager the console with libvirtd should print
> informations
> about some operations.
>
> Post the results here. Try to use the new package, it is built already.



The new packages have fixed the bridge issue. I am able to stop, start and
restart libvirt-bin and there are no issues. Yeah!

Unfortunately, /var/run/libvirt is still not being created by the init
script. Would you mind getting my patch integrated or ensuring that the
sockets are created somewhere that exists? Attached is a diff of the latest
package's init script.

-- 
[needs-packaging] virt-manager
https://bugs.launchpad.net/bugs/116897
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 116897] Re: [needs-packaging] virt-manager

2007-12-21 Thread Paul McEnery
On 21/12/2007, Marcelo Boveto Shima <[EMAIL PROTECTED]> wrote:
>
> On Dec 21, 2007 8:38 AM, Paul McEnery <[EMAIL PROTECTED]> wrote:
>
> > I added the above mentioned repository a while ago, but recently there
> > have been a few virt-manager/libvirt updates. I think these may have
> > been some upstream packages. Anyway, these packages dont seem to work
> > too well as /var/run/libvirt doesnt exist. I have made the following
> > change to the init file to get it working.
> >
>
> This has been fixed in debian and Soren told me he was working on a merge.
> He just uploaded.
> So I just backported the new package.


Thanks Marcelo


>
> > Also... with the updated packages, when you restart or stop libvirt-bin,
> > the bridge is not taken down. Not sure where that is run.
> >
>
> Sorry, can't reproduce this. Do you have more info about this?
> I will figure out how to used the new libvirt0-dbg. This should help to
> debug it.



If libvirt-bin is started, then you have the bridge interface:

$ ifconfig virbr0
virbr0Link encap:Ethernet  HWaddr 00:00:00:00:00:00
  inet addr:192.168.122.1  Bcast:192.168.122.255  Mask:255.255.255.0
  inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:31 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:0 (0.0 b)  TX bytes:5135 (5.0 KB)

Stop it:

~$ sudo /etc/init.d/libvirt-bin stop
 * Stopping libvirt management daemon libvirtd   [
OK ]

Problem, its still up:

$ ifconfig virbr0
virbr0Link encap:Ethernet  HWaddr 00:00:00:00:00:00
  inet addr:192.168.122.1  Bcast:192.168.122.255  Mask:255.255.255.0
  inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:31 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:0 (0.0 b)  TX bytes:5135 (5.0 KB)


Try and start it:

$ sudo /etc/init.d/libvirt-bin start
 * Starting libvirt management daemon
libvirtd  libvir: QEMU error : cannot create
bridge 'virbr0' : File exists
Failed to autostart network 'default': cannot create bridge 'virbr0' : File
exists
[fail]


I am running the following packages and versions:

$ dpkg -l |grep virt
ii  kvm
1:28-4ubuntu2Full virtualization on x86 hardware
ii  libvirt-bin
0.4.0-0ubuntu0ppa6~gutsy1
the programs for the libvirt library
ii  libvirt0
0.4.0-0ubuntu0ppa6~gutsy1
library for interfacing with Xen & other virtu
ii  python-libvirt
0.4.0-0ubuntu0ppa6~gutsy1
libvirt python bindings
ii  python-virtkey 0.42
Library to emulate keyboard keypresses.
ii  virt-manager   0.5.2-3ubuntu0ppa2
desktop application for managing virtual machi
ii  virtinst
0.300.1+hg20071213-0ubuntu0~gutsy0.3 Programs to create and clone virtual
machines
ii  xen-tools  3.5-1ubuntu2
Tools to manage debian XEN virtual servers


Not sure if this helps. I have two laptops with the same configuration. I.e.
I started with the same version from the ppa repo. They have recently been
upgraded. They never used to have the bridge problem before the package
upgrades. Something must have changed. I must say that you only notice the
brigde issue if you are restarting the service at the command line. When its
all working and you boot up, you dont notice it.

-- 
[needs-packaging] virt-manager
https://bugs.launchpad.net/bugs/116897
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 116897] Re: [needs-packaging] virt-manager

2007-12-21 Thread Paul McEnery
I added the above mentioned repository a while ago, but recently there
have been a few virt-manager/libvirt updates. I think these may have
been some upstream packages. Anyway, these packages dont seem to work
too well as /var/run/libvirt doesnt exist. I have made the following
change to the init file to get it working.


--- libvirt-bin~2007-12-21 09:51:25.0 +
+++ libvirt-bin 2007-12-21 10:33:11.0 +
@@ -22,7 +22,8 @@
 test -x $DAEMON || exit 0
 . /lib/lsb/init-functions
 
-PIDFILE=/var/run/$NAME.pid
+PIDDIR=/var/run/libvirt
+PIDFILE=$PIDDIR/$NAME.pid
 DODTIME=1   # Time to wait for the server to die, in seconds
 
 # Include libvirtd defaults if available
@@ -41,6 +42,12 @@
   fi
 }
 
+check_pid_dir() {
+  if [ ! -d "$PIDDIR" ]; then
+mkdir -p $PIDDIR
+  fi
+}
+
 running_pid()
 {
 # Check if a given process pid's cmdline matches a given name
@@ -89,6 +96,7 @@
 case "$1" in
   start)
if check_start_libvirtd_option; then
+   check_pid_dir
log_daemon_msg "Starting $DESC" "$NAME"
if running ;  then
log_progress_msg "already running"


Also... with the updated packages, when you restart or stop libvirt-bin, the 
bridge is not taken down. Not sure where that is run.

-- 
[needs-packaging] virt-manager
https://bugs.launchpad.net/bugs/116897
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 177083] Re: as crashed with SIGSEGV in strlen()

2007-12-19 Thread Paul McEnery
Not sure if this is of any help to anyone. I have built binutils with
the nostrip option and installed libc6-dbg. Attached is a full backtrace
of the core.


** Attachment added: "backtract.txt"
   http://launchpadlibrarian.net/10984899/backtract.txt

-- 
as crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/177083
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 177083] Re: as crashed with SIGSEGV in strlen()

2007-12-18 Thread Paul McEnery
** Visibility changed to: Public

-- 
as crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/177083
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148005] Re: rpmstrap, centos4 package names mismatch

2007-11-17 Thread Paul McEnery
I came up against this issue while trying to install a Centos4 domU
today.

I painstakingly went through the list and updated it so that I could
install a Centos4 domU. It started to get a little messy as the list had
to have hal and dbus added. I just added hal, dbus and all of their
dependencies to priority 36. This included simply changing the
dependencies of everything down from 36 all the way down to where python
was. It's nasty, but it worked for me.

I only updated the x86 list. I take it that the x86_64 list is much the
same, but unfortunately... I don't have time to update it.

Attached is the patch that can be applied to get a xen-create-image to
work. Hopefully someone more skilled than myself can get it integrated
into the package. I would imagine that someone needs to use anaconda's
pkgorder (or whatever it is these days) to produce a slightly more
elegant solution than `simply adding them all to priority 36'.

I would have thought that the base version of CentOS would remain static
(4)? Theoretically the package names should not need updating

Oh well.


** Attachment added: "centos4 hack"
   http://launchpadlibrarian.net/10457288/rpmstrap-centos.patch

-- 
rpmstrap, centos4 package names mismatch
https://bugs.launchpad.net/bugs/148005
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 133765] Re: gutsy md module not present in ramdisk

2007-10-22 Thread Paul McEnery
I think I have solved this one now, but cant test till the weekend.
After further scrutiny of the difference between feisty and gutsy
initrd's, I now see that gutsy simply copies your /etc/mdadm/mdadm.conf
into the initramfs. Feisty appears to generate a correct
/etc/mdadm/mdadm.conf with UUID's in the initramfs.

I suspect that adding the appropriate lines for your array into
/etc/mdadm/mdadm.conf and regenerating the initramfs will allow the
system to find the array and boot up. I wont be able to test this till
the weekend, but it looks like it should solve the problem.

Take a look at the bugs listed under the mdadm package. I think that the
above dialogue would have been more at home there

-- 
gutsy md module not present in ramdisk
https://bugs.launchpad.net/bugs/133765
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 133765] Re: gutsy md module not present in ramdisk

2007-10-22 Thread Paul McEnery
I have also tried placing the mdadm binary from the feisty initrd into
the gutsy initrd. This didn't work either. I guess the problem exists
somewhere else in the initrd.

Does anyone think this could be a problem with the version of mdadm that
created the raid device? I.e. The feisty initrd is the only one that can
start the array after an upgrade, because the array was created with a
previous version of madam. In this vein, a fresh install may work
because the version of mdadm that created the array is the one that now
attempts to activate it.

I think that this bug may be filed under the wrong package - it has
nothing to do with missing modules. Could a developer or the package
maintainer please take a look and make a judgment as to whether this bug
needs to be moved?

-- 
gutsy md module not present in ramdisk
https://bugs.launchpad.net/bugs/133765
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 133765] Re: gutsy md module not present in ramdisk

2007-10-21 Thread Paul McEnery
I tried extracting the contents of both the 2.6.20 and 2.6.22 kernels. I
copied the lib/modules/2.6.22-14-generic (gutsy) into the lib/modules
directory of the feisty initrd. This booted up no problem. This proves
that the kernel is NOT the issue here.

As I said before, I believe the problem to be in either udev or the
mdadm command that ends up in the initrd.

I guess the next exercise is to try replacing only the mdadm command in
the gutsy standard initrd with the one from Feisty.

-- 
gutsy md module not present in ramdisk
https://bugs.launchpad.net/bugs/133765
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 133765] Re: gutsy md module not present in ramdisk

2007-10-21 Thread Paul McEnery
I have also tried booting up with the gutsy CD into `rescue mode' and
rebuilt the initrd with dpkg-reconfigure linux-image-2.6.22-14-generic.
Needless to say, this didnt help.

I am beginning to wonder if this has anything to do with the version of
mdadm in the initrd? From the look of debugging in the initramfs, md_mod
and raid1 are loaded. This should be all that is needed for mdadm to
find and activate the raid with `mdadm --assemble --scan'. This appears
to be the command that is failing (or similar).

Does anyone have any suggestiions? Re-installing is NOT an option. I am
prepared to go as far as manually re-working the 2.6.20 initrd to
contain the 2.6.22 kernel modules. This may be a useful exercise,
because it will highlight whether the problem lies in the kernel
modules, or the utilities that enable RAID (mdadm or something else).

-- 
gutsy md module not present in ramdisk
https://bugs.launchpad.net/bugs/133765
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 133765] Re: gutsy md module not present in ramdisk

2007-10-20 Thread Paul McEnery
I have tried installing 2.6.22-14-386 in addition to 2.6.22-14-generic
(default). neither of these kernels will boot. Are you saying that the
2.6.22-13-386 kernel worked for you as opposed to the 2.6.22-13-generic?
Note: its now 14 and not 13...

I am still not so sure its got anything to do with the `md' module. My
2.6.20-16-generic from Feisty works fine and it doesn't contain an `md'
module. The module is called `md-mod' which is just the same as the
2.6.22-14-generic kernel.

-- 
gutsy md module not present in ramdisk
https://bugs.launchpad.net/bugs/133765
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 133765] Re: gutsy md module not present in ramdisk

2007-10-20 Thread Paul McEnery
Ok. I tried backing out initramfs-tools and recreated the initrd. This
didnt help. I was able to capture the debug output. I did this by
appending `debug' at the kernel command line in grub. The attached is
the output generated in /tmp/ of the initramfs.

** Attachment added: "Initramfs debug output"
   http://launchpadlibrarian.net/10080395/initramfs.debug

-- 
gutsy md module not present in ramdisk
https://bugs.launchpad.net/bugs/133765
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 133765] Re: gutsy md module not present in ramdisk

2007-10-20 Thread Paul McEnery
I can confirm this problem too after an upgrade from Feisty to Gutsy,
but I don't think that the problem is a missing module (see below). Here
is my configuration:


Single hard disk (/dev/sda) configured with two Linux RAID Auto partitions. 


$ sudo fdisk -l:
=
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000e03ff

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1  13  104391   fd  Linux RAID autodetect
/dev/sda2  14   60801   488279610   fd  Linux RAID autodetect

=


$ cat /proc/mdstat:
=
Personalities : [raid1] 
md1 : active raid1 sda2[0]
  488279488 blocks [2/1] [U_]
  
md0 : active raid1 sda1[0]
  104320 blocks [2/1] [U_]
  
unused devices: 
=

md0 and md1 are degraded arrays. They were purposefully created with one
`missing' drive in case I want to simply make it redundant, or replace
the disk easily.


LVM Configuration:

$ sudo pvs:
=
  PV VG Fmt  Attr PSize   PFree
  /dev/md1   rootvg lvm2 a-   465.66G0 
=


After my upgrade from Feisty to Gutsy, the system wouldn't boot. I tried 
recovery mode, but that too wouldn't boot. I then resorted to the Feisty kernel 
which thankfully booted (which is what I am still using).

I did manage to do a little debugging in the initramfs busybox shell. I
dont think that there are any modules missing from the ramdisk. The
md_mod and raid1 modules were loaded (which from a running system seem
to be all that are needed). I was unable to use mdadm to activate the md
device. I tried the following command:

mdadm --assemble --scan

This command was not able to detect any raid partitions.

I suspect that the problem could be with udev???

Please let me know if there is anything that you would like me to
test

-- 
gutsy md module not present in ramdisk
https://bugs.launchpad.net/bugs/133765
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 133765] Re: gutsy md module not present in ramdisk

2007-10-20 Thread Paul McEnery
On 20/10/2007, Mike Rutz <[EMAIL PROTECTED]> wrote:
>
> Trying to generate a new initrd for the working feisty kernel produces
> the same result here. Raid isn't detected only the lvms outside the
> raid. Every Initramfs generated with feisty works.



Ok. So it looks like the problem may well be in the initramfs-tools package.
I may try and downgrade this package to the Fiesty one to see if it can
generate a good initrd.

-- 
gutsy md module not present in ramdisk
https://bugs.launchpad.net/bugs/133765
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 118538] Re: init script unable to "start" after backend crash

2007-06-04 Thread Paul McEnery
Agreed my patch is probably more of a bug than a benefit, but hopefully
we can come up with something that does the job effectively and
efficiently. Initially I got most of the contents from an example
jabberd init script I found on the web. dbus does something similar.
here is what it does:

  if [ -e $PIDFILE ]; then
PIDDIR=/proc/$(cat $PIDFILE)
if [ -d ${PIDDIR} -a  "$(readlink -f ${PIDDIR}/exe)" = "${DAEMON}" ]; then
  log_success_msg "$DESC already started; not starting."
else
  log_success_msg "Removing stale PID file $PIDFILE."
  rm -f $PIDFILE
fi
  fi

Hopefully the formatting doesnt get lost...

Possibly this would be a more elegant solution before the "start"
command.

-- 
init script unable to "start" after backend crash
https://bugs.launchpad.net/bugs/118538
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 118538] Re: init script unable to "start" after backend crash

2007-06-03 Thread Paul McEnery

** Attachment added: "Mythbackend init script patch"
   http://launchpadlibrarian.net/7934436/mythbackend.init.patch

-- 
init script unable to "start" after backend crash
https://bugs.launchpad.net/bugs/118538
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 118538] init script unable to "start" after backend crash

2007-06-03 Thread Paul McEnery
Public bug reported:

The init script for mythbackend simply checks for the existence of the
pid file. if the pid file exists, it assumes that mythbackend is
running. This is not necessarily the case. If you have something like
monit running to automatically restart in the event of a mythbackend
crash, monit fails to perform a start of mythbackend because the init
script exits with signal 1. I am fully aware that I could tell monit to
"restart" instead of "start", but this is not a neat solution. It would
be better for the init script to first check if there is in fact a
mythbackend process before exiting with signal 1.

I will post a patch that I have created after modifying my init script
to check for the existence of a process. Maybe someone can do a better
job of the coding... This is not unique. In fact many of the init
scripts perform a similar check. Can this or a more eloquent version of
it be added to the standard package?

** Affects: mythtv (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
init script unable to "start" after backend crash
https://bugs.launchpad.net/bugs/118538
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 113638] Re: mythbackend crash every few hours

2007-05-29 Thread Paul McEnery
David Morris  said on 2007-05-25:
> 
> Out of interest what file system are you using to store your recordings, and 
> how full is the location your saving to

I am running with a default storage location of /var/lib/mythtv. This
has its own LVM logical volume with ext3 fs. The usage is very low at
the moment:

-8<-
Filesystem Size Used  Avail  Use%  Mounted 
on
/dev/mapper/rootvg-mythtv435G   49G  364G  12%/var/lib/mythtv
->8-


> as well as how much space you've told mythtv to leave for the OS etc

This is a little tricky. I eventually decided to just download and
install the latest SVN version. I basically built debs which took some
effort but went in quite cleanly. The SVN version that I am now running
is v13445 (20070513 ish). I know that this doesnt exactly help, but I
had to take the sledgehammer approach to finding where the problem was.
Since the "forklift upgrade", I have only seen about 2 crashes (Glibc
detected memory corruption) in 2 to 3 weeks. So it definitely seems to
be a lot more stable. That said, I cant find the setting you talk of
above. It may have been done away with in the new "storage group" system
used by the more recent svn versions.

Is there any science behind the date that the snapshot is taken
(20070122)? When will the next snapshot be taken?

Sorry I cant be of much help.  The latest svn definitely seems better. I
guess this will have to be one of those "works for me" bugs and will
have to be closed. it is most probably down to the combination of cards,
drivers etc that I am running.

-- 
mythbackend crash every few hours
https://bugs.launchpad.net/bugs/113638
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 113638] Re: mythbackend crash every few hours

2007-05-13 Thread Paul McEnery
After updating to the latest v4l-dvb drivers from linuxtv.org, things
seem to be a lot more stable. Since I cant quite get a core file to be
generated, I decided to start the backend in a screen session inside
gdb. After 24 hours of running, it finally crashed and here is the
output:

-
[Thread 2032946064 (LWP 26740) exited]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1684501616 (LWP 26730)]
0xb7899c00 in ProgramAssociationTable::ProgramPID (this=0xafbccbd8, i=433387) 
at mpeg/mpegtables.h:414
414 mpeg/mpegtables.h: No such file or directory.
in mpeg/mpegtables.h
(gdb)
(gdb) bt full
#0  0xb7899c00 in ProgramAssociationTable::ProgramPID (this=0xafbccbd8, 
i=433387)
at mpeg/mpegtables.h:414
No locals.
#1  0xb7c2adaa in DVBRecorder::AdjustFilters (this=0xafbc40d8) at 
dvbrecorder.cpp:542
pmt_pid = 0
i = 433387
change_lock = {mtx = 0xafbc41dc}
add_pid = { 
>> = {
_M_impl = {> = 
{<__gnu_cxx::new_allocator> = {}, }, _M_start = 0xaa983808, _M_finish = 0xaa984654,
  _M_end_of_storage = 0xaa984808}}, }
add_stream_type = { >> = {
_M_impl = {> = 
{<__gnu_cxx::new_allocator> = {}, }, _M_start = 0xaa984810, _M_finish = 0xaa98565c,
  _M_end_of_storage = 0xaa985810}}, }
need_pcr_pid = false
input_pmt_pid = 256
it = {node = 0x0}
next = {node = 0xb5c5b7fc}
#2  0xb7c2c533 in DVBRecorder::StartRecording (this=0xafbc40d8) at 
dvbrecorder.cpp:725
len = 5452
ok = true
count = 220
#3  0xb7b44470 in TVRec::RecorderThread (param=0xafbc40d8) at tv_rec.cpp:1171
recorder = (class RecorderBase *) 0xafbc40d8
#4  0xb5c5831b in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#5  0xb5ac357e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
(gdb)
--

I guess the problem could still be the quality of the data that
mythbackend receives from the card. I am thinking of just checking out
the latest svn of mythtv and doing a quick deb build and install to see
if things improve. If there is anything more interesting that I should
have posted, please let me know.

-- 
mythbackend crash every few hours
https://bugs.launchpad.net/bugs/113638
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 113971] Re: [apport] gaim crashed with SIGSEGV

2007-05-11 Thread Paul McEnery

** Attachment added: "CoreDump.gz"
   http://librarian.launchpad.net/7603401/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/7603403/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://librarian.launchpad.net/7603404/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/7603405/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/7603406/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://librarian.launchpad.net/7603407/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://librarian.launchpad.net/7603408/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://librarian.launchpad.net/7603409/ThreadStacktrace.txt

-- 
[apport] gaim crashed with SIGSEGV
https://bugs.launchpad.net/bugs/113971
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 113971] [apport] gaim crashed with SIGSEGV

2007-05-11 Thread Paul McEnery
Public bug reported:

Binary package hint: gaim

Not sure what happened, gaim just crashed while the screen saver was on.
When I got back to my laptop and moved the mouse, apport had popped up.
This should be a full report attached.

ProblemType: Crash
Architecture: i386
Date: Fri May 11 10:04:45 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gaim
Package: gaim 1:2.0.0+beta6-1ubuntu4
PackageArchitecture: i386
ProcCmdline: gaim --session 103c146dc00011767984160072520020
ProcCwd: /home/paulm
ProcEnviron:
 LANGUAGE=en_GB:en
 
PATH=/home/paulm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gaim
StacktraceTop:
 ?? () from /usr/lib/gaim/libmsn.so
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Uname: Linux paul-laptop 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 
i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip disk floppy lpadmin mythtv 
plugdev scanner video

** Affects: gaim (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gaim crashed with SIGSEGV
https://bugs.launchpad.net/bugs/113971
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 113638] Re: mythbackend crash every few hours

2007-05-11 Thread Paul McEnery
After further testing and elimination of cards, it seems like the
C-1500 card is the one that causes a problem when changing channels
(intermittently). The module used by this card is `budget_ci'. It does
not use any firmware. It would appear that the problem is with the
drivers of this card. In that case, I will try the latest Mercurial
drivers for it and see if there is any improvement.

Still wish someone could tell me why I am not getting any core files
when it crashes.

-- 
mythbackend crash every few hours
https://bugs.launchpad.net/bugs/113638
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 113638] Re: mythbackend crash every few hours

2007-05-10 Thread Paul McEnery
I have 2 x DVB-C cards:

TT C-2300 and a TT C-1500. Both of these cards use the dvb_ttpci module and the 
 dvb-ttpci-01.fw
firmware. From the logs, it looks like changing channels causes the problem. As 
a test, I have just
decided to try and swap which card is the one being used by adjusting the 
priority of the card.

Since making the change, I haven't seen a crash, but will have to leave
it a little longer to see how it goes.

Any idea why I cant get a core file to be generated?

-- 
mythbackend crash every few hours
https://bugs.launchpad.net/bugs/113638
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 113638] Re: mythbackend crash every few hours

2007-05-10 Thread Paul McEnery
Another crash.

Still no core file. If anyone knows why I am unable to generate one, it would 
be much appreciated? I have now
tried with apport started and stopped, but cant seem to get the system to 
generate one. This crash happened
with apport stopped and manually su'd to the mythtv user before launching 
mythbackend.

-
[EMAIL PROTECTED]:~$ ulimit -c
unlimited
[EMAIL PROTECTED]:~$ cat /proc/sys/kernel/core_pattern
core
-


Here is the latest instalment of the end of the mythbackend.log file:

-
2007-05-10 14:36:54.031 adding: mythtv-ava-d5 as a client (events: 0)
2007-05-10 14:36:54.034 TVRec(1): Changing from None to WatchingLiveTV
2007-05-10 14:36:54.040 TVRec(1): HW Tuner: 1->1
*** glibc detected *** /usr/bin/mythbackend: malloc(): memory corruption 
(fast): 0xa6de9c50 ***
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6[0xb5a396fc]
/lib/tls/i686/cmov/libc.so.6(__libc_malloc+0x7e)[0xb5a3a60e]
/usr/lib/libstdc++.so.6(_Znwj+0x27)[0xb5bfc207]
/usr/lib/libqt-mt.so.3(_ZN7QString9setLengthEj+0xec)[0xb64b8e36]
/usr/lib/libqt-mt.so.3[0xb64bbc6c]
/usr/lib/libqt-mt.so.3(_ZNK7QString3argExii+0x16a)[0xb64bcb6c]
/usr/bin/mythbackend(_ZNK7QString3argEiii+0x21)[0x806cbc3]
/usr/lib/libmythtv-0.20.so.0(_ZNK18SignalMonitorValue9GetStatusEv+0x190)[0xb77db1d0]
/usr/lib/libmythtv-0.20.so.0(_ZN16DTVSignalMonitor13GetStatusListEb+0x2d6)[0xb7ac49c8]
/usr/lib/libmythtv-0.20.so.0(_ZN16DVBSignalMonitor13GetStatusListEb+0x33)[0xb7bf4fb9]
/usr/lib/libmythtv-0.20.so.0(_ZN13SignalMonitor11MonitorLoopEv+0x70)[0xb7abe3c0]
/usr/lib/libmythtv-0.20.so.0(_ZN13SignalMonitor16SpawnMonitorLoopEPv+0x19)[0xb7abdff1]
/lib/tls/i686/cmov/libpthread.so.0[0xb5c3531b]
/lib/tls/i686/cmov/libc.so.6(clone+0x5e)[0xb5aa057e]
=== Memory map: 
08048000-0810d000 r-xp  fe:00 1004351/usr/bin/mythbackend
0810d000-0810e000 rw-p 000c5000 fe:00 1004351/usr/bin/mythbackend
0810e000-08395000 rw-p 0810e000 00:00 0  [heap]
9c5c9000-9c5ca000 ---p 9c5c9000 00:00 0
9c5ca000-9cdca000 rwxp 9c5ca000 00:00 0
9cdca000-9cdcb000 ---p 9cdca000 00:00 0
9cdcb000-9d5cb000 rwxp 9cdcb000 00:00 0
9d5cb000-9d5cc000 ---p 9d5cb000 00:00 0
9d5cc000-9ddcc000 rwxp 9d5cc000 00:00 0
9ddcc000-9ddcd000 ---p 9ddcc000 00:00 0
9ddcd000-9e5cd000 rwxp 9ddcd000 00:00 0
9e5cd000-9e5ce000 ---p 9e5cd000 00:00 0
9e5ce000-9edce000 rwxp 9e5ce000 00:00 0
9edce000-9edcf000 ---p 9edce000 00:00 0
9edcf000-9f5cf000 rwxp 9edcf000 00:00 0
9f6fd000-9f6fe000 ---p 9f6fd000 00:00 0
9f6fe000-9fefe000 rwxp 9f6fe000 00:00 0
9fefe000-9feff000 ---p 9fefe000 00:00 0
9feff000-a06ff000 rwxp 9feff000 00:00 0
a06ff000-a070 ---p a06ff000 00:00 0
a070-a0f0 rwxp a070 00:00 0
a0f0-a0f21000 rw-p a0f0 00:00 0
a0f21000-a100 ---p a0f21000 00:00 0
a17c6000-a17c7000 ---p a17c6000 00:00 0
a17c7000-a1fc7000 rwxp a17c7000 00:00 0
a1fc7000-a1fc8000 ---p a1fc7000 00:00 0
a1fc8000-a27c8000 rwxp a1fc8000 00:00 0
a27c8000-a27c9000 ---p a27c8000 00:00 0
a27c9000-a2fc9000 rwxp a27c9000 00:00 0
a2fc9000-a2fca000 ---p a2fc9000 00:00 0
a2fca000-a37ca000 rwxp a2fca000 00:00 0
a37ca000-a37cb000 ---p a37ca000 00:00 0
a37cb000-a3fcb000 rwxp a37cb000 00:00 0
a4afb000-a4afc000 ---p a4afb000 00:00 0
a4afc000-a52fc000 rwxp a4afc000 00:00 0
a52fc000-a52fd000 ---p a52fc000 00:00 0
a52fd000-a5afd000 rwxp a52fd000 00:00 0
a5afd000-a5afe000 ---p a5afd000 00:00 0
a5afe000-a62fe000 rwxp a5afe000 00:00 0
a64ff000-a650 ---p a64ff000 00:00 0
a650-a6d0 rwxp a650 00:00 0
a6d0-a6dfb000 rw-p a6d0 00:00 0
a6dfb000-a6e0 ---p a6dfb000 00:00 0
a6f0-a6f2a000 rw-p a6f0 00:00 0
a6f2a000-a700 ---p a6f2a000 00:00 0
a706c000-a706d000 ---p a706c000 00:00 0
a706d000-a786d000 rwxp a706d000 00:00 0
a786d000-a786e000 ---p a786d000 00:00 0
a786e000-a806e000 rwxp a786e000 00:00 0
a819b000-a819c000 ---p a819b000 00:00 0
a819c000-a899c000 rwxp a819c000 00:00 0
a899c000-a899d000 ---p a899c000 00:00 0
a899d000-a919d000 rwxp a899d000 00:00 0
a959f000-a98d1000 rw-p a959f000 00:00 0
a98d1000-a98d2000 ---p a98d1000 00:00 0
a98d2000-aa0d2000 rwxp a98d2000 00:00 0
aa0d2000-aa0d3000 ---p aa0d2000 00:00 0
aa0d3000-aa8d3000 rwxp aa0d3000 00:00 0
aa8dd000-aa907000 r-xp  fe:00 1215867/usr/lib/liblcms.so.1.0.15
aa907000-aa908000 rw-p 00029000 fe:00 1215867/usr/lib/liblcms.so.1.0.15
aa908000-aa90b000 rw-p aa908000 00:00 0
aa90b000-aa976000 r-xp  fe:00 1215868/usr/lib/libmng.so.1.1.0.9
aa976000-aa979000 rw-p 0006a000 fe:00 1215868/usr/lib/libmng.so.1.1.0.9
aa98a000-aa98f000 r-xp  fe:00 1245889
/usr/lib/qt3/plugins/imageformats/libqmng.so
aa98f000-aa99 rw-p 4000 fe:00 1245889
/usr/lib/qt3/plugins/imageformats/libqmng.so
aa99-aa992000 r-xp  fe:00 1229562
/usr/lib/mythtv/filters/libquickdnr.so
aa992000-aa993000 rw-p 1000 fe:00 1229562
/usr/lib/mythtv/filters/libquickdnr.so
aaad4000-aaad5000 ---p aaad4000 00:00 0
aaad5000-ab2d5000 rwxp aaad5000 00:00 0
ab2d5000-ab2d6000 ---p ab2d5000 00:00 0
ab2d6000-ab

[Bug 113638] Re: mythbackend crash every few hours

2007-05-10 Thread Paul McEnery
I have now installed all of the debug symbols packages, and have restarted both 
apport and mythbackend.
Since then, I have seen a crash and noted the following entry in 
/var/log/apport.log:

-
apport (pid 22491) Thu May 10 12:15:31 2007: called for pid 22155, signal 6
apport (pid 22491) Thu May 10 12:15:31 2007: executable: /usr/bin/mythbackend 
(command line "/usr/bin/mythbackend --daemon --logfile 
/var/log/mythtv/mythbackend.log --pidfile /var/run/mythtv/mythbackend.pid")
-

This time, there was no crash report in /var/crash. No core file either. Not 
sure why this happened, but I have now
manyally su'd to the mythtv user, stopped apport (in the hope of getting an 
actual core file) and launched mythbackend.


Despite there being no core, the following can be seen at the end of the 
mythbackend.log:

-
2007-05-10 12:15:28.675 adding: mythtv-ava-d5 as a client (events: 0)
2007-05-10 12:15:28.678 MainServer::HandleAnnounce FileTransfer
2007-05-10 12:15:28.679 adding: mythtv-ava-d5 as a remote file transfer
2007-05-10 12:15:29.374 EITScanner: Now looking for EIT data on multiplex of 
channel 190
2007-05-10 12:15:29.539 Error: offset>181, pes length & current can not be 
queried
*** glibc detected *** /usr/bin/mythbackend: free(): invalid next size (fast): 
0x08228510 ***
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6[0xb5a0a7cd]
/lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb5a0de30]
/usr/lib/libstdc++.so.6(_ZdlPv+0x21)[0xb5bccd11]
/usr/lib/libqt-mt.so.3(_ZN11QMapPrivateI7QString5ParamED1Ev+0x42)[0xb641a204]
/usr/lib/libqt-mt.so.3(_ZN4QMapI7QString5ParamED1Ev+0x3c)[0xb641a246]
/usr/lib/libqt-mt.so.3(_ZN13QSqlExtensionD0Ev+0x3c)[0xb6419b16]
/usr/lib/libqt-mt.so.3(_ZN10QSqlResultD2Ev+0x58)[0xb641b3b6]
/usr/lib/qt3/plugins/sqldrivers/libqsqlmysql.so(_ZN12QMYSQLResultD0Ev+0x5b)[0xb4e306a9]
/usr/lib/libqt-mt.so.3(_ZN16QSqlResultSharedD0Ev+0x42)[0xb6408332]
/usr/lib/libqt-mt.so.3(_ZN9QSqlQueryD2Ev+0x57)[0xb64082d5]
/usr/lib/libmyth-0.20.so.0(_ZN9MSqlQueryD1Ev+0x1ec)[0xb6be6d3a]
/usr/lib/libmythtv-0.20.so.0[0xb7ae7aee]
/usr/lib/libmythtv-0.20.so.0(_ZN8EITCache11DropChannelEy+0x12b)[0xb7ae7c49]
/usr/lib/libmythtv-0.20.so.0(_ZN8EITCache9WriteToDBEv+0x82)[0xb7ae8086]
/usr/lib/libmythtv-0.20.so.0(_ZN8EITCache15PruneOldEntriesEj+0x2ba)[0xb7ae83b8]
/usr/lib/libmythtv-0.20.so.0(_ZN9EITHelper10PruneCacheEj+0x25)[0xb7ad3047]
/usr/lib/libmythtv-0.20.so.0(_ZN10EITScanner12RunEventLoopEv+0xa68)[0xb7adfb2a]
/usr/lib/libmythtv-0.20.so.0(_ZN10EITScanner14SpawnEventLoopEPv+0x322)[0xb7adfe7e]
/lib/tls/i686/cmov/libpthread.so.0[0xb5c0731b]
/lib/tls/i686/cmov/libc.so.6(clone+0x5e)[0xb5a7257e]
=== Memory map: 
08048000-0810d000 r-xp  fe:00 1004351/usr/bin/mythbackend
0810d000-0810e000 rw-p 000c5000 fe:00 1004351/usr/bin/mythbackend
0810e000-083da000 rw-p 0810e000 00:00 0  [heap]
a1e12000-a1e13000 ---p a1e12000 00:00 0
a1e13000-a2613000 rwxp a1e13000 00:00 0
a2613000-a2614000 ---p a2613000 00:00 0
a2614000-a2e14000 rwxp a2614000 00:00 0
a3ce8000-a4617000 rw-p a3ce8000 00:00 0
a4617000-a4618000 ---p a4617000 00:00 0
a4618000-a4e18000 rwxp a4618000 00:00 0
a4e18000-a4e19000 ---p a4e18000 00:00 0
a4e19000-a5619000 rwxp a4e19000 00:00 0
a56ca000-a56cb000 ---p a56ca000 00:00 0
a56cb000-a5ecb000 rwxp a56cb000 00:00 0
a5ecb000-a62cc000 rw-p a5ecb000 00:00 0
a62cc000-a62cd000 ---p a62cc000 00:00 0
a62cd000-a6acd000 rwxp a62cd000 00:00 0
a6acd000-a6ace000 ---p a6acd000 00:00 0
a6ace000-a72ce000 rwxp a6ace000 00:00 0
a72ce000-a72cf000 ---p a72ce000 00:00 0
a72cf000-a7acf000 rwxp a72cf000 00:00 0
a7bfd000-a7bfe000 ---p a7bfd000 00:00 0
a7bfe000-a83fe000 rwxp a7bfe000 00:00 0
a83fe000-a83ff000 ---p a83fe000 00:00 0
a83ff000-a8bff000 rwxp a83ff000 00:00 0
a8bff000-a8c0 ---p a8bff000 00:00 0
a8c0-a940 rwxp a8c0 00:00 0
a940-a94d8000 rw-p a940 00:00 0
a94d8000-a950 ---p a94d8000 00:00 0
a97f1000-a97f2000 ---p a97f1000 00:00 0
a97f2000-a9ff2000 rwxp a97f2000 00:00 0
a9ff2000-a9ff3000 ---p a9ff2000 00:00 0
a9ff3000-aa7f3000 rwxp a9ff3000 00:00 0
aa7f3000-aa7f4000 ---p aa7f3000 00:00 0
aa7f4000-aaff4000 rwxp aa7f4000 00:00 0
aaff4000-aaff5000 ---p aaff4000 00:00 0
aaff5000-ab7f5000 rwxp aaff5000 00:00 0
ab80-ab841000 rw-p ab80 00:00 0
ab841000-ab90 ---p ab841000 00:00 0
ab9f6000-ab9f7000 ---p ab9f6000 00:00 0
ab9f7000-ac1f7000 rwxp ab9f7000 00:00 0
ac52a000-ac85c000 rw-p ac52a000 00:00 0
ac85c000-ac886000 r-xp  fe:00 1215867/usr/lib/liblcms.so.1.0.15
ac886000-ac887000 rw-p 00029000 fe:00 1215867/usr/lib/liblcms.so.1.0.15
ac887000-ac88a000 rw-p ac887000 00:00 0
ac88a000-ac8f5000 r-xp  fe:00 1215868/usr/lib/libmng.so.1.1.0.9
ac8f5000-ac8f8000 rw-p 0006a000 fe:00 1215868/usr/lib/libmng.so.1.1.0.9
ac8f8000-ac9f8000 rw-p ac8f8000 00:00 0
ac9f8000-ac9f9000 ---p ac9f8000 00:00 0
ac9f9000-ad1f9000 rwxp ac9f9000 00:00 0
ad1f9000-ad1fa000 ---p ad1f9000 00:00 0
ad1fa000-ad9fa000 rwxp ad1fa000 00:00 0
ad9fa000-ad9fb000 ---p ad9fa000 00