[Bug 691154] [NEW] package nspluginwrapper 1.2.2-0ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 139

2010-12-16 Thread benp
Public bug reported:

Binary package hint: nspluginwrapper

.

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 139
Package: nspluginwrapper 1.2.2-0ubuntu5
SourcePackage: nspluginwrapper
Title: package nspluginwrapper 1.2.2-0ubuntu5 failed to install/upgrade: 
subprocess post-installation script returned error exit status 139
Uname: Linux 2.6.28-19-generic x86_64

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


** Tags: amd64 apport-package

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

Title:
  package nspluginwrapper 1.2.2-0ubuntu5 failed to install/upgrade: subprocess 
post-installation script returned error exit status 139

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


[Bug 691154] Re: package nspluginwrapper 1.2.2-0ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 139

2010-12-16 Thread benp


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

Title:
  package nspluginwrapper 1.2.2-0ubuntu5 failed to install/upgrade: subprocess 
post-installation script returned error exit status 139

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


[Bug 668043] Re: libvirt default network doesn't start, iptables errors, bad rules

2010-10-30 Thread BenP
Hi there,

I'm hitting the same bug with an explanation there :
http://www.spinics.net/lists/kvm/msg42207.html

libvirt faulty change :
http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=fd5b15ff1a2ec37e75609c091522ae1e2c74c811

and a quick way to test issue:
# /sbin/iptables --table mangle -A POSTROUTING --out-interface virbr0 
--protocol udp --destination-port 68 --jump CHECKSUM

   
iptables v1.4.4: Couldn't load target 
`CHECKSUM':/lib/xtables/libipt_CHECKSUM.so: cannot open shared object file: No 
such file or directory


 Work around .

 Downgrade libvirt to 0.8.2 should let us use kvm with virt-manager


---  Extra Infos ---

-- Missing lib there:
# ls /lib/xtables/  
  
libip6t_ah.so  libipt_CLUSTERIP.so   libipt_SNAT.so
libxt_dscp.so   libxt_owner.so  libxt_tcpmss.so  
libip6t_dst.so libipt_DNAT.solibipt_ttl.so 
libxt_DSCP.so   libxt_physdev.solibxt_TCPMSS.so  
libip6t_eui64.so   libipt_ecn.so libipt_TTL.so libxt_esp.so 
   libxt_pkttype.solibxt_TCPOPTSTRIP.so 
libip6t_frag.solibipt_ECN.so libipt_ULOG.so
libxt_hashlimit.so  libxt_policy.so libxt_tcp.so 
libip6t_hbh.so libipt_icmp.solibipt_unclean.so 
libxt_helper.so libxt_quota.so  libxt_time.so
libip6t_hl.so  libipt_LOG.so libxt_CLASSIFY.so 
libxt_iprange.solibxt_rateest.solibxt_tos.so 
libip6t_HL.so  libipt_MASQUERADE.so  libxt_cluster.so  
libxt_length.so libxt_RATEEST.solibxt_TOS.so 
libip6t_icmp6.so   libipt_MIRROR.so  libxt_comment.so  
libxt_limit.so  libxt_recent.so libxt_TPROXY.so  
libip6t_ipv6header.so  libipt_NETMAP.so  libxt_connbytes.solibxt_mac.so 
   libxt_sctp.so   libxt_TRACE.so   
libip6t_LOG.so libipt_realm.so   libxt_connlimit.so
libxt_mark.so   libxt_SECMARK.solibxt_u32.so 
libip6t_mh.so  libipt_REDIRECT.solibxt_connmark.so 
libxt_MARK.so   libxt_socket.so libxt_udp.so 
libip6t_REJECT.so  libipt_REJECT.so  libxt_CONNMARK.so 
libxt_multiport.so  libxt_standard.so
libip6t_rt.so  libipt_SAME.solibxt_CONNSECMARK.so  
libxt_NFLOG.so  libxt_state.so
libipt_addrtype.so libipt_set.so libxt_conntrack.so
libxt_NFQUEUE.solibxt_statistic.so
libipt_ah.so   libipt_SET.so libxt_dccp.so 
libxt_NOTRACK.solibxt_string.so

- Kervel version
# uname -a
Linux ben-desktop 2.6.35-23-generic #36-Ubuntu SMP Tue Oct 26 17:13:06 UTC 2010 
x86_64 GNU/Linux

 KVM version
# kvm --version
QEMU PC emulator version 0.12.5 (qemu-kvm-0.12.5), Copyright (c) 2003-2008 
Fabrice Bellard


--- libvirt version
# libvirtd --version
libvirtd (libvirt) 0.8.3

--- virt-manager version
# virt-manager --version
0.8.4

-- 
libvirt default network doesn't start, iptables errors, bad rules
https://bugs.launchpad.net/bugs/668043
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 668043] Re: libvirt default network doesn't start, iptables errors, bad rules

2010-10-30 Thread BenP
Hi there,

I'm hitting the same bug with an explanation there :
http://www.spinics.net/lists/kvm/msg42207.html

libvirt faulty change :
http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=fd5b15ff1a2ec37e75609c091522ae1e2c74c811

and a quick way to test issue:
# /sbin/iptables --table mangle -A POSTROUTING --out-interface virbr0 
--protocol udp --destination-port 68 --jump CHECKSUM

   
iptables v1.4.4: Couldn't load target 
`CHECKSUM':/lib/xtables/libipt_CHECKSUM.so: cannot open shared object file: No 
such file or directory


 Work around .

 Downgrade libvirt to 0.8.2 should let us use kvm with virt-manager


---  Extra Infos ---

-- Missing lib there:
# ls /lib/xtables/  
  
libip6t_ah.so  libipt_CLUSTERIP.so   libipt_SNAT.so
libxt_dscp.so   libxt_owner.so  libxt_tcpmss.so  
libip6t_dst.so libipt_DNAT.solibipt_ttl.so 
libxt_DSCP.so   libxt_physdev.solibxt_TCPMSS.so  
libip6t_eui64.so   libipt_ecn.so libipt_TTL.so libxt_esp.so 
   libxt_pkttype.solibxt_TCPOPTSTRIP.so 
libip6t_frag.solibipt_ECN.so libipt_ULOG.so
libxt_hashlimit.so  libxt_policy.so libxt_tcp.so 
libip6t_hbh.so libipt_icmp.solibipt_unclean.so 
libxt_helper.so libxt_quota.so  libxt_time.so
libip6t_hl.so  libipt_LOG.so libxt_CLASSIFY.so 
libxt_iprange.solibxt_rateest.solibxt_tos.so 
libip6t_HL.so  libipt_MASQUERADE.so  libxt_cluster.so  
libxt_length.so libxt_RATEEST.solibxt_TOS.so 
libip6t_icmp6.so   libipt_MIRROR.so  libxt_comment.so  
libxt_limit.so  libxt_recent.so libxt_TPROXY.so  
libip6t_ipv6header.so  libipt_NETMAP.so  libxt_connbytes.solibxt_mac.so 
   libxt_sctp.so   libxt_TRACE.so   
libip6t_LOG.so libipt_realm.so   libxt_connlimit.so
libxt_mark.so   libxt_SECMARK.solibxt_u32.so 
libip6t_mh.so  libipt_REDIRECT.solibxt_connmark.so 
libxt_MARK.so   libxt_socket.so libxt_udp.so 
libip6t_REJECT.so  libipt_REJECT.so  libxt_CONNMARK.so 
libxt_multiport.so  libxt_standard.so
libip6t_rt.so  libipt_SAME.solibxt_CONNSECMARK.so  
libxt_NFLOG.so  libxt_state.so
libipt_addrtype.so libipt_set.so libxt_conntrack.so
libxt_NFQUEUE.solibxt_statistic.so
libipt_ah.so   libipt_SET.so libxt_dccp.so 
libxt_NOTRACK.solibxt_string.so

- Kervel version
# uname -a
Linux ben-desktop 2.6.35-23-generic #36-Ubuntu SMP Tue Oct 26 17:13:06 UTC 2010 
x86_64 GNU/Linux

 KVM version
# kvm --version
QEMU PC emulator version 0.12.5 (qemu-kvm-0.12.5), Copyright (c) 2003-2008 
Fabrice Bellard


--- libvirt version
# libvirtd --version
libvirtd (libvirt) 0.8.3

--- virt-manager version
# virt-manager --version
0.8.4

-- 
libvirt default network doesn't start, iptables errors, bad rules
https://bugs.launchpad.net/bugs/668043
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 446720] Re: sometimes fails to boot (with blinking cursor) if second hard drive in fstab

2009-10-10 Thread benp
No, there is no hard drive activity when sitting at the cursor, and I
left it for a few hours yesterday and it was still stuck there. All of
the volumes are clean and have the mount count/interval set to -1 or 0
so it shouldn't do a full fsck on any of them anyway.

I might try the ubuntu-boot PPA later on today.

-- 
sometimes fails to boot (with blinking cursor) if second hard drive in fstab
https://bugs.launchpad.net/bugs/446720
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 446720] Re: sometimes fails to boot (with blinking cursor) if second hard drive in fstab

2009-10-10 Thread benp
OK, that seems to have fixed it. Cheers!

-- 
sometimes fails to boot (with blinking cursor) if second hard drive in fstab
https://bugs.launchpad.net/bugs/446720
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 446720] Re: sometimes fails to boot (with blinking cursor) if second hard drive in fstab

2009-10-09 Thread benp
Actually the fstab line for the second drive is a red herring. Twice,
commenting out that line and rebooting was followed by a successful
boot, but this morning it failed to boot even with that line commented
out.

-- 
sometimes fails to boot (with blinking cursor) if second hard drive in fstab
https://bugs.launchpad.net/bugs/446720
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 446720] [NEW] sometimes fails to boot (with blinking cursor) if second hard drive in fstab

2009-10-08 Thread benp
Public bug reported:

Binary package hint: upstart

I am running Ubuntu 9.10 up-to-date as of 2009-10-08 (upstart 0.6.3-7). I boot 
from a 32 GB SSD partitioned into /, swap and /home. I have a second 1TB drive 
mounted at /media/data, for which the fstab line is:
UUID=2c2e8aba-4944-4c83-a4e5-a521fb749688 /media/data ext3
relatime,user_xattr 0 2

When this line is commented out, the system boots fine, and I can then
uncomment it and mount /media/data works correctly. But when that line
is present in fstab, the system usually, but not always (~50-75% of the
time) fails to boot. After GRUB, it briefly shows a blinking cursor,
then there is a little hard drive activity and some fsck text is shown
briefly before being replaced by the blinking cursor (no disc activity),
and at this point the system appears to hang. But ctrl-alt-del causes it
to reboot after a few seconds.

I don't really have any idea what's going wrong so please suggest how I
could gather some more useful information!

(BTW boot is fantastically quick when it does work!)

Related to 176727?

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

-- 
sometimes fails to boot (with blinking cursor) if second hard drive in fstab
https://bugs.launchpad.net/bugs/446720
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