[Bug 1776087] [NEW] package libvirt-daemon-system 4.0.0-1ubuntu8.1 failed to install/upgrade: installed libvirt-daemon-system package post-installation script subprocess returned error exit status 1

2018-06-10 Thread David Stafford
Public bug reported:

virsh hangs, Virtual Machine Manager hangs on connect to qemu, and
upgrade failed.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libvirt-daemon-system 4.0.0-1ubuntu8.1
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.1
Architecture: amd64
Date: Sun Jun 10 11:49:32 2018
ErrorMessage: installed libvirt-daemon-system package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2017-02-12 (482 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
ProcCmdline: BOOT_IMAGE=/vmlinuz-4.15.0-20-generic 
root=UUID=e58ea730-1de6-425d-af8b-fb10f9135add ro rootflags=subvol=@ quiet 
splash intel_iommu=on pci-stub.ids=intel_iommu=on 
pci-stub.ids=1462:aaf0,1462:3415,1002:67df,1002:aaf0 vt.handoff=1
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
SourcePackage: libvirt
Title: package libvirt-daemon-system 4.0.0-1ubuntu8.1 failed to 
install/upgrade: installed libvirt-daemon-system package post-installation 
script subprocess returned error exit status 1
UpgradeStatus: Upgraded to bionic on 2018-05-08 (33 days ago)
mtime.conffile..etc.libvirt.nwfilter.allow-arp.xml: 2017-02-12T23:40:50.917582
mtime.conffile..etc.libvirt.nwfilter.allow-dhcp-server.xml: 
2017-02-12T23:40:51.025579
mtime.conffile..etc.libvirt.nwfilter.allow-dhcp.xml: 2017-02-12T23:40:51.093578
mtime.conffile..etc.libvirt.nwfilter.allow-incoming-ipv4.xml: 
2017-02-12T23:40:51.237574
mtime.conffile..etc.libvirt.nwfilter.allow-ipv4.xml: 2017-02-12T23:40:51.301573
mtime.conffile..etc.libvirt.nwfilter.clean-traffic.xml: 
2017-02-12T23:40:51.417570
mtime.conffile..etc.libvirt.nwfilter.no-arp-ip-spoofing.xml: 
2017-02-12T23:40:51.481568
mtime.conffile..etc.libvirt.nwfilter.no-arp-mac-spoofing.xml: 
2017-02-12T23:40:51.617565
mtime.conffile..etc.libvirt.nwfilter.no-arp-spoofing.xml: 
2017-02-12T23:40:51.665564
mtime.conffile..etc.libvirt.nwfilter.no-ip-multicast.xml: 
2017-02-12T23:40:51.813560
mtime.conffile..etc.libvirt.nwfilter.no-ip-spoofing.xml: 
2017-02-12T23:40:51.837559
mtime.conffile..etc.libvirt.nwfilter.no-mac-broadcast.xml: 
2017-02-12T23:40:51.893558
mtime.conffile..etc.libvirt.nwfilter.no-mac-spoofing.xml: 
2017-02-12T23:40:51.917557
mtime.conffile..etc.libvirt.nwfilter.no-other-l2-traffic.xml: 
2017-02-12T23:40:51.929557
mtime.conffile..etc.libvirt.nwfilter.no-other-rarp-traffic.xml: 
2017-02-12T23:40:51.937557
mtime.conffile..etc.libvirt.nwfilter.qemu-announce-self-rarp.xml: 
2017-02-12T23:40:51.949557
mtime.conffile..etc.libvirt.nwfilter.qemu-announce-self.xml: 
2017-02-12T23:40:51.961556
mtime.conffile..etc.libvirt.qemu.networks.default.xml: 
2017-02-12T23:40:49.461618

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


** Tags: amd64 apport-package bionic

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

Title:
  package libvirt-daemon-system 4.0.0-1ubuntu8.1 failed to
  install/upgrade: installed libvirt-daemon-system package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 1122263] [NEW] vgabios in kvm doesn't offer 1920x1200

2013-02-11 Thread David Stafford
Public bug reported:

The change in bug 102 added 1920x1080, but did it by replacing 1920x1200.  
Both should be supported.  From bug 102 (and my own experience with a 
Windows 7 instance in qemu-kvm) the resolutions that are offered in hires are:
  1920x1080
  1600x900
  1280x1024
  1280x800
  1152x864
  1024x768
  800x600
From the code there seem to be places for 8 resolutions, and one is left 
unused.  1920x1200 should be put back.  

This is a regression, as previous releases of vgabios (in precise, for
instance) did support 1920x1200, and I was using that.  Dropping
1920x1200 isn't so great.

What I think should be offered through EDID is:
  1920x1200 (16:10)
  1920x1080 (16:9)
  1600x900 (16:9)
  1280x1024 (4:3)
  1280x800 (16:10)
  1152x864 (4:3)
  1024x768 (4:3)
  800x600 (4:3)

Or better:
  1920x1200 (16:10)
  1920x1080 (16:9; 1080i, 1080p)
  1600x1200 (4:3)
  1280x1024 (4:3)
  1280x800 (16:10)
  1280x720 (16:9; 720p)
  1024x768 (4:3)
  800x600 (4:3)

** Affects: vgabios (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/1122263

Title:
  vgabios in kvm doesn't offer 1920x1200

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

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


[Bug 991077] [NEW] package netatalk 2.2.1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 255

2012-04-29 Thread David Stafford
Public bug reported:

I think it actually is running, as I got the same message before with a
different PID value.  This occurred after the upgrade to precise.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: netatalk 2.2.1-1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Sun Apr 29 08:24:04 2012
DuplicateSignature:
 Setting up netatalk (2.2.1-1) ...
 Starting Netatalk services (this will take a while):  cnid_metadcnid_metad is 
already running (pid = 2128), or the lock file is stale.
 invoke-rc.d: initscript netatalk, action start failed.
 dpkg: error processing netatalk (--configure):
  subprocess installed post-installation script returned error exit status 255
ErrorMessage: subprocess installed post-installation script returned error exit 
status 255
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007.1)
SourcePackage: netatalk
Title: package netatalk 2.2.1-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 255
UpgradeStatus: Upgraded to precise on 2012-04-28 (0 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package netatalk 2.2.1-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 255

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

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


[Bug 991077] Re: package netatalk 2.2.1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 255

2012-04-29 Thread David Stafford
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/991077

Title:
  package netatalk 2.2.1-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 255

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

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


[Bug 979171] Re: plymouthd crashed with SIGSEGV in ply_event_loop_process_pending_events()

2012-04-12 Thread David Stafford
*** This bug is a duplicate of bug 969667 ***
https://bugs.launchpad.net/bugs/969667

Marking this bug a duplicate of a private bug doesn't help me.  I can't
provide any additional info, I can't check that it's a valid duplicate,
I can't see when it gets fixed to test it.  My bug was public, so the
duplicate should have been to mine, rather than the other way around.
If your going to close bugs as duplicates at least let the opener of the
bug see what's in the ostensible duplicate.

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

Title:
  plymouthd crashed with SIGSEGV in
  ply_event_loop_process_pending_events()

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

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


[Bug 979171] Re: plymouthd crashed with SIGSEGV in ply_event_loop_process_pending_events()

2012-04-11 Thread David Stafford
** Visibility changed to: Public

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

Title:
  plymouthd crashed with SIGSEGV in
  ply_event_loop_process_pending_events()

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

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


[Bug 454308] Re: npviewer.bin crashed with SIGSEGV

2009-10-17 Thread David Stafford

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/33853182/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/33853183/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/33853184/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/33853185/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/33853186/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/33853187/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/33853188/ThreadStacktrace.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/33853189/XsessionErrors.txt

** Visibility changed to: Public

-- 
npviewer.bin crashed with SIGSEGV
https://bugs.launchpad.net/bugs/454308
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 291034] Re: compiz.real crashed with signal 7 in eventLoop(); window decorations missing

2008-10-30 Thread David Stafford

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/19072496/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/19072497/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/19072498/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/19072499/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/19072500/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/19072501/Registers.txt

** Visibility changed to: Public

-- 
compiz.real crashed with signal 7 in eventLoop(); window decorations missing
https://bugs.launchpad.net/bugs/291034
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 276947] Re: trigger crashed with SIGSEGV in _tnl_run_pipeline()

2008-10-01 Thread David Stafford

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/18127416/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/18127417/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/18127418/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/18127419/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/18127420/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/18127421/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/18127422/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/18127423/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
trigger crashed with SIGSEGV in _tnl_run_pipeline()
https://bugs.launchpad.net/bugs/276947
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