[Bug 947309] Re: racoon phase 2 negotiation fails with Win Vista/7

2012-06-16 Thread Kaarle Ritvanen
I did some testing yesterday with the proposed package, and everything
seems to work fine.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-tools in Ubuntu.
https://bugs.launchpad.net/bugs/947309

Title:
  racoon phase 2 negotiation fails with Win Vista/7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipsec-tools/+bug/947309/+subscriptions

-- 
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 82853] Re: Add support for the smbk5pwd overlay

2012-06-16 Thread Lars Düsing
I wonder, why there is apparently no merge from debian since 2010?!?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/82853

Title:
  Add support for the smbk5pwd overlay

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

-- 
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 1014005] [NEW] Please generate and include ipxe.dsk to the ipxe binary package

2012-06-16 Thread Alkis Georgopoulos
Public bug reported:

For some older computers with no hard disks, it might be desired to boot
them from the network via a floppy disk, so shipping
/usr/lib/ipxe/ipxe.dsk would be useful.

Please generate and include ipxe.dsk to the ipxe binary package.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipxe in Ubuntu.
https://bugs.launchpad.net/bugs/1014005

Title:
  Please generate and include ipxe.dsk to the ipxe binary package

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

-- 
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 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-06-16 Thread Thomas Hood
I now agree (see Mathieu's comment #30) that the most expedient thing to
do is

* update dnsmasq to a new release based on the latest code in Simon's git repo;
* patch the two lines in the n-m code such that (1) nm-dnsmasq listens on 
127.0.0.2 instead of 127.0.0.1 and (2) NM registers 127.0.0.2 instead of 
127.0.0.1 with resolvconf;
* add to n-m a /etc/dnsmasq.d/network-manager file containing  
bind-interfaces;

and then, longer term

* enhance dnsmasq such that even in bind-interfaces mode it can be made
to listen at all addresses on all interfaces. Dnsmasq would have to
adapt dynamically to changes in network interfaces, opening and closing
sockets in response to the addition and removal of interfaces or
addresses. What would be the best way to implement this, Simon?

Thus in the short term we resolve the issue of standalone dnsmasq not
starting when installed alongside network-manager. Installed alongside
network-manager, dnsmasq will start in bind-interfaces mode and will
forward its queries to nm-dnsmasq.

Alkis needs dnsmasq to start in unbound mode so he will still have to
edit NetworkManager.conf to comment out dns=dnsmasq and edit
/etc/dnsmasq.d/network-manager to comment out the  bind-interfaces.
Longer term, after dnsmasq has been enhanced, this shouldn't be
necessary.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/959037

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

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

-- 
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 1014005] Re: Please generate and include ipxe.dsk to the ipxe binary package

2012-06-16 Thread Dave Walker
** Changed in: ipxe (Ubuntu)
   Status: New = Triaged

** Changed in: ipxe (Ubuntu)
   Importance: Undecided = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipxe in Ubuntu.
https://bugs.launchpad.net/bugs/1014005

Title:
  Please generate and include ipxe.dsk to the ipxe binary package

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

-- 
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 962189] Re: dkms module is not automatically rebuild when installing new linux-image package

2012-06-16 Thread Kirill Kabardin
Still not fixed. Any ideas how to fix this manually? Workaround?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/962189

Title:
  dkms module is not automatically rebuild when installing new linux-
  image package

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

-- 
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 962189] Re: dkms module is not automatically rebuild when installing new linux-image package

2012-06-16 Thread Kirill Kabardin
It seems I found a fix for this.

dkms.conf in openvswitch module sources lacks «AUTOINSTALL=yes» entry,
so this module won't rebuild on kernel updates.

Go to /usr/src/openvswitch-1.4.0 and add 'AUTOINSTALL=yes' to the end of
the file. It should look like this:

==

PACKAGE_NAME=openvswitch
PACKAGE_VERSION=1.4.0
MAKE=./configure --with-linux=/usr/src/linux-headers-`uname -r` ; make -C 
datapath/linux
BUILT_MODULE_NAME[0]=openvswitch_mod
BUILT_MODULE_NAME[1]=brcompat_mod
BUILT_MODULE_LOCATION[0]=datapath/linux/
BUILT_MODULE_LOCATION[1]=datapath/linux/
DEST_MODULE_LOCATION[0]=/kernel/drivers/net/openvswitch/
DEST_MODULE_LOCATION[1]=/kernel/drivers/net/openvswitch/
AUTOINSTALL=yes

==

You can do it faster with this command:

# echo 'AUTOINSTALL=yes'  /usr/src/openvswitch-1.4.0/dkms.conf


This should fix module building on kernel updates.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/962189

Title:
  dkms module is not automatically rebuild when installing new linux-
  image package

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

-- 
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 960336] Re: grub-legacy-ec2 missing dependency: ucf

2012-06-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: cloud-init (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/960336

Title:
  grub-legacy-ec2 missing dependency: ucf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/960336/+subscriptions

-- 
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 1014044] [NEW] PHP5-FPM not reporting errors to web server (nginx)

2012-06-16 Thread ks07
Public bug reported:

Since updating Ubuntu to 12.04, the included php version contains a bug
that causes errors to not be sent upstream to the web server. This error
is a regression from the version supplied with Ubuntu 11.10
(5.3.6-13ubuntu3.7 0).

Using php5-fpm version: 5.3.10-1ubuntu3.1

This bug has been reported and patched upstream, but has not yet been included 
in a release:
https://bugs.php.net/bug.php?id=61045

This bug makes running php5 in fastcgi mode on Ubuntu very problematic,
as errors are never reported to the nginx error.log, which impedes
debugging. This can be worked around by enabling an independent error
log in php.ini, but it would be much simpler for new users if this
worked out of the box.

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


** Tags: cgi error logging nginx php5

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1014044

Title:
  PHP5-FPM not reporting errors to web server (nginx)

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

-- 
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 478932] Re: python-beautifulsoup should have some docs

2012-06-16 Thread Stefano Rivera
** Also affects: beautifulsoup4 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: beautifulsoup4 (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to beautifulsoup in Ubuntu.
https://bugs.launchpad.net/bugs/478932

Title:
  python-beautifulsoup should have some docs

To manage notifications about this bug go to:
https://bugs.launchpad.net/beautifulsoup/+bug/478932/+subscriptions

-- 
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 1014088] Re: package bind9 1:9.7.3.dfsg-1ubuntu2.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-16 Thread Asgher Ali
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/1014088

Title:
  package bind9 1:9.7.3.dfsg-1ubuntu2.4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

-- 
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 1014088] [NEW] package bind9 1:9.7.3.dfsg-1ubuntu2.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-16 Thread Asgher Ali
Public bug reported:

package bind9 1:9.7.3.dfsg-1ubuntu2.4 failed to install/upgrade:
subprocess installed post-installation script returned error exit status
1

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: bind9 1:9.7.3.dfsg-1ubuntu2.4
ProcVersionSignature: Ubuntu 2.6.38-15.60-generic 2.6.38.8
Uname: Linux 2.6.38-15-generic i686
AptOrdering:
 bind9: Install
 bind9: Configure
Architecture: i386
Date: Thu Jun 14 15:53:34 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
RelatedPackageVersions:
 bind9utils 1:9.7.3.dfsg-1ubuntu2.4
 apparmor   2.6.1-0ubuntu3
SourcePackage: bind9
Title: package bind9 1:9.7.3.dfsg-1ubuntu2.4 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.bind.named.conf: 2012-06-15T19:54:24.885877
mtime.conffile..etc.bind.named.conf.local: 2012-06-15T20:16:28.713877
mtime.conffile..etc.bind.named.conf.options: 2012-06-14T16:20:40.155806

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


** Tags: apport-package i386 natty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/1014088

Title:
  package bind9 1:9.7.3.dfsg-1ubuntu2.4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

-- 
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 82853] Re: Add support for the smbk5pwd overlay

2012-06-16 Thread Igor Brezac
I fail to understand why MIT vs Heimdal is an issue.  Ubuntu supplies
numerous packages that are dependent on Heimdal.  Why is this different?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/82853

Title:
  Add support for the smbk5pwd overlay

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

-- 
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 82853] Re: Add support for the smbk5pwd overlay

2012-06-16 Thread ekilfoil
I think the best thing to do for this bug is to unassign it and have it
get re-triaged.  It was triaged and assigned almost 5 years ago well
before upstream fixed the problem.  I'm hoping this doesn't upset
anyone.

** Changed in: openldap (Ubuntu)
   Status: Triaged = New

** Changed in: openldap (Ubuntu)
 Assignee: Rick Clark (dendrobates) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/82853

Title:
  Add support for the smbk5pwd overlay

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

-- 
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 1013457] Re: twistd still autostarted for juju after juju is removed from system

2012-06-16 Thread Adrien Lamothe
Hey Clintie, do you think you can spell my name correctly?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju in Ubuntu.
https://bugs.launchpad.net/bugs/1013457

Title:
  twistd still autostarted for juju after juju is removed from system

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/1013457/+subscriptions

-- 
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 460316] Re: clamav-base package contains very big clamav data files (main.cvd and daily.cvd) from clamav-data package

2012-06-16 Thread Bug Watch Updater
** Changed in: clamav (Debian)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in Ubuntu.
https://bugs.launchpad.net/bugs/460316

Title:
  clamav-base package contains very big clamav data files (main.cvd and
  daily.cvd) from clamav-data package

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

-- 
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 983301] Re: package kvm-source 1:84+dfsg-0ubuntu12.4~hardy1 failed to install/upgrade: kvm kernel module failed to build

2012-06-16 Thread Launchpad Bug Tracker
[Expired for kvm (Ubuntu) because there has been no activity for 60
days.]

** Changed in: kvm (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in Ubuntu.
https://bugs.launchpad.net/bugs/983301

Title:
  package kvm-source 1:84+dfsg-0ubuntu12.4~hardy1 failed to
  install/upgrade: kvm kernel module failed to build

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

-- 
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 5608] Re: SWAT expects to authenticate as root

2012-06-16 Thread fred.thomas
Workaround from #8 (Ane-Pieter Wieringa) also solved the issue for me in 
Xubuntu 12.04.
Thanks for the workaround although the status: Confirmed → Fix 
Released should really be status: Confirmed → Workaround Released IMHO.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/5608

Title:
  SWAT expects to authenticate as root

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/5608/+subscriptions

-- 
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 902535] Re: Unable to print to Lexmark S405 since upgrade to 11.10

2012-06-16 Thread simon james
I echo Mr Leek.

Was very busy this week. I will make time for this bug over the weekend.
This bug is very important to me, thanks for giving it attention.

Enjoy weekend.

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

Title:
  Unable to print to Lexmark S405 since upgrade to 11.10

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

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


[Bug 1013974] [NEW] package xdiagnose 2.7 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2012-06-16 Thread Petr E. Antonov
Public bug reported:

Upgrading 12.04 - 12.10

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: xdiagnose 2.7
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
Uname: Linux 3.2.0-25-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.2.3-0ubuntu3
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Sat Jun 16 00:48:11 2012
DistUpgraded: 2012-06-16 01:09:07,896 ERROR SystemError from cache.commit(): 
installArchives() failed
DistroCodename: quantal
DistroVariant: ubuntu
DkmsStatus:
 virtualbox-guest, 4.1.16, 3.2.0-25-generic, x86_64: installed
 virtualbox-guest, 4.1.16, 3.4.0-5-generic, x86_64: installed
ErrorMessage: подпроцесс установлен сценарий post-installation возвратил код 
ошибки 1
GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 
[80ee:beef] (prog-if 00 [VGA controller])
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110922)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
MachineType: innotek GmbH VirtualBox
PackageArchitecture: all
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-25-generic 
root=UUID=6c01363d-c85a-4f14-9c08-e1b61d1a81d9 ro quiet splash vt.handoff=7
Renderer: Software
SourcePackage: xdiagnose
Title: package xdiagnose 2.7 failed to install/upgrade: подпроцесс установлен 
сценарий post-installation возвратил код ошибки 1
UpgradeStatus: Upgraded to quantal on 2012-06-15 (0 days ago)
dmi.bios.date: 12/01/2006
dmi.bios.vendor: innotek GmbH
dmi.bios.version: VirtualBox
dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:
dmi.product.name: VirtualBox
dmi.product.version: 1.2
dmi.sys.vendor: innotek GmbH
version.compiz: compiz 1:0.9.7.8-0ubuntu3
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.33-1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu11
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.19.0-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20120322+ab7291d-1

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


** Tags: amd64 apport-package compiz-0.9 quantal ubuntu

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

Title:
  package xdiagnose 2.7 failed to install/upgrade: подпроцесс установлен
  сценарий post-installation возвратил код ошибки 1

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

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

[Bug 1013974] Re: package xdiagnose 2.7 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2012-06-16 Thread Petr E. Antonov
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1013974

Title:
  package xdiagnose 2.7 failed to install/upgrade: подпроцесс установлен
  сценарий post-installation возвратил код ошибки 1

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

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

[Bug 998835] Re: error: unknown command gfxmode

2012-06-16 Thread meteor
I tried, but no use.
Still have the error.

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

Title:
  error: unknown command gfxmode

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

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


[Bug 1013965] Re: package texlive-binaries 2009-11ubuntu1 failed to install/upgrade: ErrorMessage: package texlive-binaries is already installed and configured

2012-06-16 Thread Brian Murray
*** This bug is a duplicate of bug 541595 ***
https://bugs.launchpad.net/bugs/541595

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 541595, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 541595
   [Master] package failed to install/upgrade: package is already installed and 
configured

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

Title:
  package texlive-binaries 2009-11ubuntu1 failed to install/upgrade:
  ErrorMessage: package texlive-binaries is already installed and
  configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-bin/+bug/1013965/+subscriptions

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


[Bug 1006165] Re: [HP Pavilion dv6 Notebook PC, IDT 92HD75B3X5, Speaker, Internal] No sound at all

2012-06-16 Thread Travis W. Carter
My speakers stopped working on my dv6 after upgrading to kernel 3.2.0-25
generic 64 bit. I rolled back to 3.2.0-23 and it was fine again.

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

Title:
  [HP Pavilion dv6 Notebook PC, IDT 92HD75B3X5, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1006165/+subscriptions

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


[Bug 734726]

2012-06-16 Thread Korrawit Pruegsanusak
Patch in comment 12 is pushed to -3-5 branch at
http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-3-5id=1f68d8f644e5b961cd44c549b2dd18176bec6ccd

set target accordingly

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

Title:
  [Upstream] master text styles show up on actual slides

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/734726/+subscriptions

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


[Bug 1013974] Re: package xdiagnose 2.7 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2012-06-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xdiagnose (Ubuntu)
   Status: New = Confirmed

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

Title:
  package xdiagnose 2.7 failed to install/upgrade: подпроцесс установлен
  сценарий post-installation возвратил код ошибки 1

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

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

[Bug 1013969] Re: package xdiagnose 2.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-16 Thread Sanjeev Gupta
*** This bug is a duplicate of bug 1013974 ***
https://bugs.launchpad.net/bugs/1013974

** This bug has been marked a duplicate of bug 1013974
   package xdiagnose 2.7 failed to install/upgrade: подпроцесс установлен 
сценарий post-installation возвратил код ошибки 1

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

Title:
  package xdiagnose 2.7 failed to install/upgrade: subprocess installed
  post-installation script returned error exit status 1

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

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

[Bug 1013966] Re: package xdiagnose 2.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-16 Thread Sanjeev Gupta
*** This bug is a duplicate of bug 1013974 ***
https://bugs.launchpad.net/bugs/1013974

** This bug has been marked a duplicate of bug 1013974
   package xdiagnose 2.7 failed to install/upgrade: подпроцесс установлен 
сценарий post-installation возвратил код ошибки 1

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

Title:
  package xdiagnose 2.7 failed to install/upgrade: subprocess installed
  post-installation script returned error exit status 1

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

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

[Bug 1012482] Re: linux-ti-omap4: 3.0.0-1212.24 -proposed tracker

2012-06-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/linux-ti-omap4

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

Title:
  linux-ti-omap4: 3.0.0-1212.24 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1012482/+subscriptions

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


[Bug 1012040] Re: linux: 3.0.0-22.36 -proposed tracker

2012-06-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/linux-ti-omap4

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

Title:
  linux: 3.0.0-22.36 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1012040/+subscriptions

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


[Bug 1009200] Re: Wrong get_gate_vma call in i386 NX emulation code

2012-06-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/linux-ti-omap4

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

Title:
  Wrong get_gate_vma call in i386 NX emulation code

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

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


[Bug 1008697] Re: Oneiric update to 3.0.33 stable release

2012-06-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/linux-ti-omap4

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

Title:
  Oneiric update to 3.0.33 stable release

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

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


[Bug 1002505] Re: CVE-2012-2375

2012-06-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/linux-ti-omap4

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

Title:
  CVE-2012-2375

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

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


[Bug 723477] Re: 10de:0615 screen corruption instead of plymouth on boot with nouveau

2012-06-16 Thread Gabe Gorelick
*** This bug is a duplicate of bug 713088 ***
https://bugs.launchpad.net/bugs/713088

I'm markings this as a duplicate of bug #713088. pablomme gave a
detailed explanation that makes sense. This bug is expired anyway.

Feel free to unmark if you think it shouldn't be a duplicate, but at
this point I think it's best to leave it as a duplicate unless it can
really be proven not to be.

** This bug has been marked a duplicate of bug 713088
   10de:0429 plymouth boot screen corrupted with nouveau

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

Title:
  10de:0615 screen corruption instead of plymouth on boot with nouveau

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

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


[Bug 1001936] Re: GTK3 Grab/Move Triggered on Mouse Click

2012-06-16 Thread Adriano Macchietto
neptvn on ubuntuforums

http://ubuntuforums.org/showthread.php?s=3435adbbb8167ce869618b0a9d3286c0t=1908474page=2

posted a youtube video of the bug in question

http://www.youtube.com/watch?v=Ir2IDxFKBFA

It seems to affect only gtk3 apps.

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

Title:
  GTK3 Grab/Move Triggered on Mouse Click

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1001936/+subscriptions

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


[Bug 713088] Re: 10de:0429 plymouth boot screen corrupted with nouveau

2012-06-16 Thread Gabe Gorelick
I can't find any mention of this issue outside of this bug report (and
its duplicates). This may be an Ubuntu bug. Can anyone confirm this with
the upstream kernel and/or upstream plymouth?

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

Title:
  10de:0429 plymouth boot screen corrupted with nouveau

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

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


[Bug 1011881] Re: Ubuntu 12.04 x64 on Toshiba Satellite C660-8N1 no sound

2012-06-16 Thread Jakob Dalsgaard
resolved after todays update; now on kernel:


$ uname -a
Linux redtoshiba 3.2.0-25-generic #40-Ubuntu SMP Wed May 23 20:30:51 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux


and have audio. Thanks!

** Changed in: alsa-driver (Ubuntu)
   Status: New = Incomplete

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  Ubuntu 12.04 x64 on Toshiba Satellite C660-8N1 no sound

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1011881/+subscriptions

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


[Bug 749834] Re: CPU meter displays -nan and LCD refeshes erratically

2012-06-16 Thread Bug Watch Updater
** Changed in: g15stats
   Status: Unknown = New

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

Title:
  CPU meter displays -nan and LCD refeshes erratically

To manage notifications about this bug go to:
https://bugs.launchpad.net/g15stats/+bug/749834/+subscriptions

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


[Bug 958543] Re: ubiquity does not complete the installation

2012-06-16 Thread Angelo
any news? Is there a chanche I'll get to install Precise in the near
future?

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

Title:
  ubiquity does not complete the installation

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

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


[Bug 894428] Re: CMake libqt4-dev Multilib problem

2012-06-16 Thread flamboyant
Deleting CMakeCache.txt worked for me too.

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

Title:
  CMake libqt4-dev Multilib problem

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

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


[Bug 1013982] [NEW] Free items in the SW center are marked buy.

2012-06-16 Thread Jussi Schultink
Public bug reported:

In the sw center, free items such as Lord of ultima, are marked buy.
They should be marked download or similar, rather than buy, as Im not
paying money for them.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: software-center 5.2.2.2
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Sat Jun 16 09:53:34 2012
InstallationMedia: Kubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: software-center
UpgradeStatus: Upgraded to precise on 2012-03-24 (83 days ago)

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  Free items in the SW center are marked buy.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1013982/+subscriptions

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


[Bug 1013982] Re: Free items in the SW center are marked buy.

2012-06-16 Thread Jussi Schultink
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1013982

Title:
  Free items in the SW center are marked buy.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1013982/+subscriptions

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


[Bug 1013981] [NEW] New upstream release: skype 4.0 for linux

2012-06-16 Thread Savvas Radevic
Public bug reported:

There is a new upstream release for skype:
http://www.skype.com/intl/en/get-skype/on-your-computer/linux/
http://blogs.skype.com/linux/2012/06/skype_40_for_linux.html

Quote:

You will find four major changes in this release:

We have a new Conversations View where users can easily track all of their 
chats in a unified window. Those users who prefer the old view can disable this 
in the Chat options;
We have a brand new Call View;
Call quality has never been better thanks to several investments we made in 
improving audio quality; and
We've worked on improving video call quality and have also extended support 
for more cameras.

Of course, we have loads of other small improvements and fixes. As you
can imagine, the list is so long it would take too much time to write it
all, but some are worthy of mention:

improved chat synchronization
new presence and emoticon icons
the ability to store and view phone numbers in a Skype contact's profile
much lower chance Skype for Linux will crash or freeze
chat history loading is now much faster
support for two new languages: Czech (flag:cz) and Norwegian (flag:no)

** Affects: skype (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/1013981

Title:
  New upstream release: skype 4.0 for linux

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

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


[Bug 1013777] Re: virtualbox-guest-dkms 4.1.12-dfsg-2: virtualbox-guest kernel module failed to build [/usr/bin/gcc: line 17: ((: i = : syntax error: operand expected (error token is = )]

2012-06-16 Thread Daniel van Vugt
** Summary changed:

- virtualbox-guest-dkms 4.1.12-dfsg-2: virtualbox-guest kernel module failed to 
build
+ virtualbox-guest-dkms 4.1.12-dfsg-2: virtualbox-guest kernel module failed to 
build [/usr/bin/gcc: line 17: ((: i = : syntax error: operand expected (error 
token is = )]

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

Title:
  virtualbox-guest-dkms 4.1.12-dfsg-2: virtualbox-guest kernel module
  failed to build [/usr/bin/gcc: line 17: ((: i = : syntax error:
  operand expected (error token is = )]

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

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


[Bug 1013985] [NEW] firefox window goes grey/gray whilst doing giant IO reads

2012-06-16 Thread Alan Pope
Public bug reported:

When I start firefox from cold it loads my tabs and all seems fine for a
bit, then shortly after the window goes dark, it's unusable. I run iotop
and discover firefox is reading about 1.2MB/s for about 5 minutes. I
have to wait until this has finished, and can then continue to use it.
The amount of IO seems to block everything else. For example just taking
a screenshot worked, but then saving it took a long time (15 seconds)
whilst the disk (SSD) was massively busy.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox 13.0+build1-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu9
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  alan   2734 F pulseaudio
BuildID: 20120601175215
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xf262 irq 51'
   Mixer name   : 'Intel CougarPoint HDMI'
   Components   : 'HDA:14f1506e,17aa21da,0012 
HDA:80862805,80860101,0010'
   Controls  : 27
   Simple ctrls  : 9
Card29.Amixer.info:
 Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
   Mixer name   : 'ThinkPad EC (unknown)'
   Components   : ''
   Controls  : 1
   Simple ctrls  : 1
Card29.Amixer.values:
 Simple mixer control 'Console',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Channel: release
Date: Sat Jun 16 08:19:48 2012
EcryptfsInUse: Yes
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
IncompatibleExtensions: LastPass - supp...@lastpass.com
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120203)
IpRoute:
 default via 192.168.1.1 dev wlan0  proto static 
 10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.103  metric 
2 
 192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=13.0/20120601175215 (In use)
RelatedPackageVersions:
 rhythmbox-mozilla 2.97-0ubuntu1~webupd8~precise
 google-talkplugin 2.9.10.0-1
 totem-mozilla 3.0.1-0ubuntu21
RunningIncompatibleAddons: True
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/15/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 8DET52WW (1.22 )
dmi.board.asset.tag: Not Available
dmi.board.name: 4287CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr8DET52WW(1.22):bd09/15/2011:svnLENOVO:pn4287CTO:pvrThinkPadX220:rvnLENOVO:rn4287CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 4287CTO
dmi.product.version: ThinkPad X220
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug precise release-channel

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

Title:
  firefox window goes grey/gray whilst doing giant IO reads

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

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


[Bug 1013985] Re: firefox window goes grey/gray whilst doing giant IO reads

2012-06-16 Thread Alan Pope
** Attachment added: Screenshot from 2012-06-16 08:17:19.png
   
https://bugs.launchpad.net/bugs/1013985/+attachment/3192167/+files/Screenshot%20from%202012-06-16%2008%3A17%3A19.png

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

Title:
  firefox window goes grey/gray whilst doing giant IO reads

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

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


[Bug 947309] Re: racoon phase 2 negotiation fails with Win Vista/7

2012-06-16 Thread Kaarle Ritvanen
I did some testing yesterday with the proposed package, and everything
seems to work fine.

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

Title:
  racoon phase 2 negotiation fails with Win Vista/7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipsec-tools/+bug/947309/+subscriptions

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


[Bug 1013982] Re: Free items in the SW center are marked buy.

2012-06-16 Thread Jussi Schultink
*** This bug is a duplicate of bug 968974 ***
https://bugs.launchpad.net/bugs/968974

** This bug has been marked a duplicate of bug 968974
   Some free applications looks like paid applications with price 0.00 and with 
buy button

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

Title:
  Free items in the SW center are marked buy.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1013982/+subscriptions

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


[Bug 1005128] Re: [Fujitsu LifeBook S7110, Realtek ALC262] No sound at all

2012-06-16 Thread stormyweather
*** This bug is a duplicate of bug 946232 ***
https://bugs.launchpad.net/bugs/946232

Hello,

I have done a new clean install 12.04 from CD and use the Henningsson's 
instructions (Comment #32) right afterwards
2. http://www.webupd8.org/2010/11/fix-hda-intel-realtek-alc887-no-sound.html

and I have some now some sounds, I cannot set up the volume and it is
both working on the headset and the Laptop speaker at the same time, but
it is first step as a temporary solution ok before the bugfix come

This bug (#1005128)  can be closed as it looks indeed similar to the
Problem #946232, I will now add my comment there.

Best regards,

David

** This bug has been marked a duplicate of bug 946232
   [Meta-bug] Missing speaker and/or internal mic port

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

Title:
  [Fujitsu LifeBook S7110, Realtek ALC262] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1005128/+subscriptions

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


[Bug 1013986] [NEW] package bamfdaemon 0.2.118-0ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2012-06-16 Thread Beebock
Public bug reported:

booting the box

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: bamfdaemon 0.2.118-0ubuntu0.1
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18
Uname: Linux 3.2.0-25-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
Date: Thu Jun 14 17:03:01 2012
DuplicateSignature:
 Unpacking libtagc0 (from .../libtagc0_1.7-1ubuntu5_i386.deb) ...
 dpkg: error while cleaning up:
  subprocess rm cleanup was killed by signal (Segmentation fault), core dumped
ErrorMessage: subprocess installed post-installation script returned error exit 
status 139
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
SourcePackage: bamf
Title: package bamfdaemon 0.2.118-0ubuntu0.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 139
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 precise

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

Title:
  package bamfdaemon 0.2.118-0ubuntu0.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 139

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

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


[Bug 1013986] Re: package bamfdaemon 0.2.118-0ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2012-06-16 Thread Beebock
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1013986

Title:
  package bamfdaemon 0.2.118-0ubuntu0.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 139

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

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


[Bug 1013986] Re: package bamfdaemon 0.2.118-0ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2012-06-16 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package bamfdaemon 0.2.118-0ubuntu0.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 139

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

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


[Bug 1013988] [NEW] Sync digitemp 3.5.0ds1-2 (universe) from Debian unstable (main)

2012-06-16 Thread Ryan Finnie
Public bug reported:

Please sync digitemp 3.5.0ds1-2 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Change /dev max name length from 40 (39) chars to 1024 (1023)
(LP: #978294)

Ubuntu delta has been merged into Debian package.

Changelog entries since current quantal version 3.5.0ds1-1ubuntu1:

digitemp (3.5.0ds1-2) unstable; urgency=low

  * Change maintainer to Ryan Finnie, with the blessing of Riccardo 
Stagni (Closes: #668334)
  * Bump standards version to 3.9.3, Lintian cleanup
- Change dh_clean -k to dh_prep
- Add stub build-arch and build-indep targets
- Spelling, manpage corrections
  * Increase length of /dev path to 1023 chars (LP: #978294)
  * Update debian/watch
  * Migrate to unified debhelper
  * Migrate to source format 3.0 (quilt)

 -- Ryan Finnie r...@finnie.org  Mon, 16 Apr 2012 20:31:27 -0700

** Affects: digitemp (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/1013988

Title:
  Sync digitemp 3.5.0ds1-2 (universe) from Debian unstable (main)

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

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


[Bug 1013981] Re: New upstream release: skype 4.0 for linux

2012-06-16 Thread LocutusOfBorg
*** This bug is a duplicate of bug 1013258 ***
https://bugs.launchpad.net/bugs/1013258

** This bug has been marked a duplicate of bug 1013258
   Please update to new upstream v.4.0

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

Title:
  New upstream release: skype 4.0 for linux

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

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


[Bug 938640] Re: canon bj-200 has stopped printing

2012-06-16 Thread Till Kamppeter
*** This bug is a duplicate of bug 987485 ***
https://bugs.launchpad.net/bugs/987485

** This bug has been marked a duplicate of bug 987485
   Can only print once with USB to parallel adapter and HP 4L

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

Title:
  canon bj-200 has stopped printing

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

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


[Bug 1013990] [NEW] lack of update

2012-06-16 Thread jaromil
Public bug reported:

Hi, I'm the upstream maintainer of Frei0r plugins, according to the
interest of various people adopting them

We have done fairly well developing the plugins in the past year, fixed
bugs that were also reported and documented here (thanks!) and added
important features and stability fixes. Yet, there was never an update
of the package and now not even in the new LTS.

I'm publishing frei0r packages on my ppa
https://launchpad.net/~jaromil/+archive/frei0r

Now I've asked this question many times, ended up subscribing to
mailinglists like the MOTU etc. just to discover there is still no clear
way to interact over this issue. The question is: what is the procedure
to have the package updated in your distribution?

thanks for your patience
kind regards

** Affects: frei0r (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Changed in: frei0r (Ubuntu)
   Status: New = Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/frei0r/+question/200599

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

Title:
  lack of update

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

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


[Bug 1013989] [NEW] Ricoh R5C843 SD Card not Writing on hp laptop [12.04]

2012-06-16 Thread Saunders69
Public bug reported:

In Ubuntu 12.04 The Ricoh R5C843 SD Card reader reads and recognises the
SD cards. It will not write to the SD cards [it works in Windows]. I
have read the relevent posts on the card and thay talk about it not
being recognised.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: card r5c843 ricoh sd

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

Title:
  Ricoh R5C843 SD Card not Writing on hp laptop [12.04]

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

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


[Bug 1013993] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-06-16 Thread alejandro
Public bug reported:

ubuntu 12.04 LTS
Architecture: amd64
Source: kde-workspace
Version: 4:4.8.3-0ubuntu0.2

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
Uname: Linux 3.2.0-25-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Sat Jun 16 09:48:20 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 126
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: samba4
Title: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 126
UpgradeStatus: Upgraded to precise on 2012-05-06 (40 days ago)

** Affects: samba4 (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/1013993

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 126

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

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


[Bug 1013993] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-06-16 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 126

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

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


[Bug 1013992] Re: evince crashed with SIGABRT in raise()

2012-06-16 Thread Jean-Baptiste Lallement
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1013992

Title:
  evince crashed with SIGABRT in __libc_message()

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

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


[Bug 1013992]

2012-06-16 Thread Apport retracing service
StacktraceTop:
 __libc_message (do_abort=2, fmt=0x7f6a1e9670d0 *** glibc detected *** %s: %s: 
0x%s ***\n) at ../sysdeps/unix/sysv/linux/libc_fatal.c:201
 malloc_printerr (action=3, str=0x7f6a1e967230 double free or corruption 
(out), ptr=optimized out) at malloc.c:5007
 ev_document_factory_add_filters () from 
/tmp/tmp0eFOv5/usr/lib/libevdocument3.so.4
 ev_window_cmd_save_as ()
 g_closure_invoke (closure=0x7f6a24030b80, return_value=0x0, n_param_values=1, 
param_values=0x791c4c20, invocation_hint=0x791c4bc0) at 
/build/buildd/glib2.0-2.33.1/./gobject/gclosure.c:777

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

Title:
  evince crashed with SIGABRT in __libc_message()

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

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


[Bug 1013992] [NEW] evince crashed with SIGABRT in __libc_message()

2012-06-16 Thread Jean-Baptiste Lallement
Public bug reported:

Crashed when I selected 'Save a copy' in the file menu

ProblemType: Crash
DistroRelease: Ubuntu 12.10
Package: evince 3.5.2-0ubuntu2
ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
Uname: Linux 3.4.0-5-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.2.3-0ubuntu3
Architecture: amd64
Date: Sat Jun 16 10:05:05 2012
ExecutablePath: /usr/bin/evince
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.4.0-5-generic 
root=UUID=cf89ba34-108b-404d-9804-32d54a1df2ea ro quiet splash vt.handoff=7
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 6
SourcePackage: evince
StacktraceTop:
 raise () from /lib/x86_64-linux-gnu/libc.so.6
 abort () from /lib/x86_64-linux-gnu/libc.so.6
 ?? () from /lib/x86_64-linux-gnu/libc.so.6
 ?? () from /lib/x86_64-linux-gnu/libc.so.6
 ev_document_factory_add_filters () from /usr/lib/libevdocument3.so.4
Title: evince crashed with SIGABRT in raise()
UpgradeStatus: Upgraded to quantal on 2012-01-31 (136 days ago)
UserGroups: adm admin cdrom dialout kvm libvirtd lpadmin plugdev sambashare 
sbuild vboxusers

** Affects: evince (Ubuntu)
 Importance: Medium
 Status: New


** Tags: amd64 apparmor apport-crash qa-manual-testing quantal running-unity 
uec-images

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

Title:
  evince crashed with SIGABRT in __libc_message()

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

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


[Bug 1013992] Stacktrace.txt

2012-06-16 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1013992/+attachment/3192216/+files/Stacktrace.txt

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

Title:
  evince crashed with SIGABRT in __libc_message()

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

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


[Bug 1013992] ThreadStacktrace.txt

2012-06-16 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1013992/+attachment/3192217/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1013992/+attachment/3192198/+files/CoreDump.gz

** Changed in: evince (Ubuntu)
   Importance: Undecided = Medium

** Summary changed:

- evince crashed with SIGABRT in raise()
+ evince crashed with SIGABRT in __libc_message()

** Tags removed: need-amd64-retrace

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

Title:
  evince crashed with SIGABRT in __libc_message()

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

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


[Bug 1013993] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2012-06-16 Thread alejandro
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1013993

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 126

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

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


[Bug 1013995] [NEW] xdiagnose crashes via gui or command line update

2012-06-16 Thread col reilly
Public bug reported:

installArchives() failed: Setting up xdiagnose (2.7) ...
  File /usr/lib/python3/dist-packages/xdiagnose/assistant.py, line 72
print 'sixa action setup part1'
  ^
SyntaxError: invalid syntax

dpkg: error processing xdiagnose (--configure):
 subprocess installed post-installation script returned error exit status 1
No apport report written because MaxReports is reached already
Errors were encountered while processing:
 xdiagnose
Error in function: 
Setting up xdiagnose (2.7) ...
  File /usr/lib/python3/dist-packages/xdiagnose/assistant.py, line 72
print 'sixa action setup part1'
  ^
SyntaxError: invalid syntax

dpkg: error processing xdiagnose (--configure):
 subprocess installed post-installation script returned error exit status 1

** Affects: xdiagnose (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/1013995

Title:
  xdiagnose crashes via gui or command line update

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

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


[Bug 1013994] [NEW] udisks-lvm-pv-e segfaults on system startup

2012-06-16 Thread anatoly techtonik
Public bug reported:

I need to backup data from a perfectly working HDD (with Fedora and
LVM), and after booting with this HDD Ubuntu start to segfault during
load and it requires manual intervention to continue booting.

[   12.476955] udisks-lvm-pv-e[699]: segfault at 8 ip b745c14f sp
bf8d4ef0 error 4 in libc-2.15.so[b73ad000+19f000]

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: udisks 1.0.4-5ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18
Uname: Linux 3.2.0-25-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
CurrentDmesg:
 [   43.167701] tg3 :03:00.0: eth0: Flow control is on for TX and on for RX
 [   43.167832] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
 [   53.744012] eth0: no IPv6 routers present
CustomUdevRuleFiles: z80_user.rules
Date: Sat Jun 16 11:12:11 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120301)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-25-generic-pae 
root=UUID=d0d8bf63-cf4c-479f-9091-1f14156a902f ro quiet splash
SourcePackage: udisks
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/06/2006
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F6
dmi.board.name: 8I945P-G
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6:bd04/06/2006:svn:pn:pvr:rvnGigabyteTechnologyCo.,Ltd.:rn8I945P-G:rvrx.x:cvn:ct3:cvr:

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


** Tags: apport-bug i386 precise

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

Title:
  udisks-lvm-pv-e segfaults on system startup

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

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


[Bug 1013994] Re: udisks-lvm-pv-e segfaults on system startup

2012-06-16 Thread anatoly techtonik
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1013994

Title:
  udisks-lvm-pv-e segfaults on system startup

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

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


[Bug 1002562]

2012-06-16 Thread Brmdamon
I have a Hewlett Packard H8-1224 which has a Radeon HD7570 video card.
Software is up to date Debian Wheezy, using the radeon X driver and the
non-free firmware. The startup of X fails with the messages

[18.376] (EE) RADEON(0): radeon_surface_best failed
[18.376] (EE) RADEON(0): radeon_setup_kernel_mem failed

It's been suggested that my problem is related to the bug documented
here.  To those more knowledgable than I - does this seem likely? I'll
post the complete Xorg.log.

If the patches listed here are relevant, could someone explain - would
ONE of the patches address the problem, or would they ALL need to be
installed.

Thanks for your help!

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

Title:
  no 3D with radeon driver, AIGLX error: Calling driver entry point
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1002562/+subscriptions

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


[Bug 1002562]

2012-06-16 Thread Brmdamon
Created attachment 63053
Xorg.log from HP H8-1224 with Radeon HD7570 and Debian Wheezy

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

Title:
  no 3D with radeon driver, AIGLX error: Calling driver entry point
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1002562/+subscriptions

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


[Bug 1002562]

2012-06-16 Thread Michel-daenzer
(In reply to comment #17)
 It's been suggested that my problem is related to the bug documented here.  To
 those more knowledgable than I - does this seem likely?

Yes.

 If the patches listed here are relevant, could someone explain - would ONE of
 the patches address the problem, or would they ALL need to be installed.

Either alone should be sufficient.

The libdrm fix is in the 2.4.35 release and I think the kernel fix is in
mainline as well, so resolving this report as fixed.

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

Title:
  no 3D with radeon driver, AIGLX error: Calling driver entry point
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1002562/+subscriptions

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


[Bug 236069] Re: quodlibet.py crashed with UnicodeDecodeError in set_songs()

2012-06-16 Thread Christoph Reiter
2.4 just got synced to quantal

** Changed in: quodlibet (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  quodlibet.py crashed with UnicodeDecodeError in set_songs()

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

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


[Bug 1013997] [NEW] package update-manager-core 1:0.150.5.2 failed to install/upgrade: failed to stat (dereference) existing symlink `/usr/lib/python2.6/dist-packages/DistUpgrade/DistUpgradeCache.py':

2012-06-16 Thread Richard Sparks
Public bug reported:

Running mythbuntu distribution.

apt-get -f instsall did not fix the problem

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: update-manager-core 1:0.150.5.2
ProcVersionSignature: Ubuntu 2.6.38-15.60-generic 2.6.38.8
Uname: Linux 2.6.38-15-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sat Jun 16 09:07:25 2012
ErrorMessage: failed to stat (dereference) existing symlink 
`/usr/lib/python2.6/dist-packages/DistUpgrade/DistUpgradeCache.py': 
Input/output error
GConfNonDefault: /apps/update-manager/check_new_release_ignore=
InstallationMedia: Mythbuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
SourcePackage: update-manager
Title: package update-manager-core 1:0.150.5.2 failed to install/upgrade: 
failed to stat (dereference) existing symlink 
`/usr/lib/python2.6/dist-packages/DistUpgrade/DistUpgradeCache.py': 
Input/output error
UpgradeStatus: Upgraded to natty on 2011-05-12 (400 days ago)

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


** Tags: amd64 apport-package natty

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

Title:
  package update-manager-core 1:0.150.5.2 failed to install/upgrade:
  failed to stat (dereference) existing symlink `/usr/lib/python2.6
  /dist-packages/DistUpgrade/DistUpgradeCache.py': Input/output error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1013997/+subscriptions

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


[Bug 1013997] Re: package update-manager-core 1:0.150.5.2 failed to install/upgrade: failed to stat (dereference) existing symlink `/usr/lib/python2.6/dist-packages/DistUpgrade/DistUpgradeCache.py': I

2012-06-16 Thread Richard Sparks
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1013997

Title:
  package update-manager-core 1:0.150.5.2 failed to install/upgrade:
  failed to stat (dereference) existing symlink `/usr/lib/python2.6
  /dist-packages/DistUpgrade/DistUpgradeCache.py': Input/output error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1013997/+subscriptions

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


[Bug 1013996] Re: gnome-language-selector crashed when Apply System-Wide button was clicked.

2012-06-16 Thread Kazushige GOTOH
** 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/1013996

Title:
  gnome-language-selector crashed when Apply System-Wide button was
  clicked.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1013996/+subscriptions

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


[Bug 1013798] Re: Blink SIP client segfaults with libgcrypt11 1.5.0-3ubuntu0.1

2012-06-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libgcrypt11 (Ubuntu)
   Status: New = Confirmed

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

Title:
  Blink SIP client segfaults with libgcrypt11 1.5.0-3ubuntu0.1

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

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


[Bug 1006165] Re: [HP Pavilion dv6 Notebook PC, IDT 92HD75B3X5, Speaker, Internal] No sound at all

2012-06-16 Thread Christian Stabenow
External speakers and headphone seem OK. Launching my computer with
kernel 3.2.0-24 made the problem go away.

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

Title:
  [HP Pavilion dv6 Notebook PC, IDT 92HD75B3X5, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1006165/+subscriptions

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


[Bug 1002562] Re: no 3D with radeon driver, AIGLX error: Calling driver entry point failed

2012-06-16 Thread Bug Watch Updater
** Changed in: xserver-xorg-driver-ati
   Status: Confirmed = Fix Released

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

Title:
  no 3D with radeon driver, AIGLX error: Calling driver entry point
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1002562/+subscriptions

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


[Bug 940374]

2012-06-16 Thread Ubuntu Foundation's Bug Bot
The attachment upgrade-system_kludge_for_Precise.patch of this bug
report has been identified as being a patch.  The ubuntu-reviewers team
has been subscribed to the bug report so that they can review the patch.
In the event that this is in fact not a patch you can resolve this
situation by removing the tag 'patch' from the bug report and editing
the attachment so that it is not flagged as a patch.  Additionally, if
you are member of the ubuntu-reviewers team please also unsubscribe the
team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

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

Title:
  infinite loop if deborphan returns packages that are not installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upgrade-system/+bug/940374/+subscriptions

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


[Bug 1013996] Re: gnome-language-selector crashed when Apply System-Wide button was clicked.

2012-06-16 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  gnome-language-selector crashed when Apply System-Wide button was
  clicked.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1013996/+subscriptions

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


[Bug 1013989]

2012-06-16 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1013989/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Ricoh R5C843 SD Card not Writing on hp laptop [12.04]

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

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


[Bug 1013872] Re: not lintian clean

2012-06-16 Thread Felix Geyer
Indeed, that lintian tag shouldn't be an error.

** Changed in: kscd (Ubuntu)
   Status: New = Won't Fix

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

Title:
  not lintian clean

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

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


[Bug 683249] Re: cant connect to rdp or vnc via ssh tunnel in version 8.0

2012-06-16 Thread Miklos Juhasz
In my case there was a certificate validation error because of the tunneling: 
the certificate was issue for hostname and not localhost so the connection 
was refused. On the advanced tab I had to change the Security from Negotiate to 
RDP or TLS and then it worked.
I also had to delete my known_hosts file in .freerdp because of an offending 
key. I only learnt about this when I started remmina from commandline.

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

Title:
  cant connect to rdp or vnc via ssh tunnel in version 8.0

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

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


[Bug 1013998] Re: gnome-shell-calendar-server crashed with signal 5 in g_object_newv()

2012-06-16 Thread Apport retracing service
*** This bug is a duplicate of bug 1007949 ***
https://bugs.launchpad.net/bugs/1007949

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1007949, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1013998/+attachment/3192241/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1013998/+attachment/3192243/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1013998/+attachment/3192245/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1013998/+attachment/3192246/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1013998/+attachment/3192247/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1013998/+attachment/3192248/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1013998/+attachment/3192249/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1007949

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-shell-calendar-server crashed with signal 5 in g_object_newv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1013998/+subscriptions

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


[Bug 1013351] Re: Hp Color LaserJet 3600 -hplib hpcups 3.12.4 color error

2012-06-16 Thread Till Kamppeter
*** This bug is a duplicate of bug 777670 ***
https://bugs.launchpad.net/bugs/777670

** This bug has been marked a duplicate of bug 777670
   wrong colors on HPCLJ 3500/3600 printer after switching to 11.04

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

Title:
  Hp Color LaserJet 3600 -hplib hpcups 3.12.4 color error

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

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


[Bug 862430] Re: window flicker for a short time after switching workspaces

2012-06-16 Thread Daniel van Vugt
Note: The fix for this bug is still causing some regressions, listed here:
https://bugs.launchpad.net/compiz/+bugs?field.tag=compiz-r3110-regression

If you're backporting the fix for this bug, please ensure those
regressions are fixed and their fixes included in your backport.

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

Title:
  window flicker for a short time after switching workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/862430/+subscriptions

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


[Bug 1013352] Re: Print to PDF adds large margins

2012-06-16 Thread Till Kamppeter
I asked for following the instructions of the sections CUPS error_log
and Capturing print job data, NOT for USB printer.

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

Title:
  Print to PDF adds large margins

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1013352/+subscriptions

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


[Bug 993654] Re: Super+W has windows flying around when using multiple workspaces

2012-06-16 Thread Miklos Juhasz
*** This bug is a duplicate of bug 955035 ***
https://bugs.launchpad.net/bugs/955035

** This bug has been marked a duplicate of bug 955035
   Super-W shows vanishing windows the first time you hit it. Windows fly off 
the screen instead of spreading.

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

Title:
  Super+W has windows flying around when using multiple workspaces

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

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


[Bug 717919] Re: ACPI + kworker high interrupts.

2012-06-16 Thread Carlo Capocasa
Now using pci=noacpi. Fixes the problem, battery detection works.

Correction: There is no lenovo 750p, I'm using the (utterly magnificent)
Lenovo y560p.

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

Title:
  ACPI + kworker high interrupts.

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

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


[Bug 1014001] [NEW] package zoneminder (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-16 Thread phoenix
*** This bug is a duplicate of bug 940632 ***
https://bugs.launchpad.net/bugs/940632

Public bug reported:

I was upgrading the distribution from 11.10 to 12.04

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: zoneminder (not installed)
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic i686
ApportVersion: 2.0.1-0ubuntu9
AptOrdering: zoneminder: Configure
Architecture: i386
Date: Sat Jun 16 02:30:39 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SourcePackage: zoneminder
Title: package zoneminder (not installed) failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-06-16 (0 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package zoneminder (not installed) failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1014001] Re: package zoneminder (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-16 Thread phoenix
*** This bug is a duplicate of bug 940632 ***
https://bugs.launchpad.net/bugs/940632

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

Title:
  package zoneminder (not installed) failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1014001] Re: package zoneminder (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-16 Thread Apport retracing service
*** This bug is a duplicate of bug 940632 ***
https://bugs.launchpad.net/bugs/940632

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #940632, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 940632
   package zoneminder 1.25.0-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1 [ERROR 1142 (42000) at 
line 10: CREATE command denied to user 'zmuser'@'localhost']

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

Title:
  package zoneminder (not installed) failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1013044] Re: PC auto connects itself to mobile phone as an audio device

2012-06-16 Thread Sergio Callegari
I was also expecting the need of some manual interaction to perform this
kind of autoconnection.

I have not compiled anything myself.

- Can it be a problem with the kde bluetooth manager? So there is no
problem in ubuntu but you see it in kubuntu?

On the phone, I do not have the option (or I cannot find it) to
individually configure the multimedia part.

Thanks for propagating the info.

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

Title:
  PC auto connects itself to mobile phone as an audio device

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

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


[Bug 1011421] Re: package update-notifier-common 0.119ubuntu8.4 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 143

2012-06-16 Thread Robert Roth
*** This bug is a duplicate of bug 1010816 ***
https://bugs.launchpad.net/bugs/1010816

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #11010816, so it is being marked as such. Please look
at the other bug report to see if there is any missing information that
you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1010816
   package update-notifier-common 0.119ubuntu8.4 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 143

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

Title:
  package update-notifier-common 0.119ubuntu8.4 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 143

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1011421/+subscriptions

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

[Bug 1011394] Re: 2 bugs about crashes

2012-06-16 Thread Robert Roth
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).
Thanks! 

** Changed in: update-notifier (Ubuntu)
   Status: New = Incomplete

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

Title:
  2 bugs about crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1011394/+subscriptions

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


[Bug 1010816] Re: package update-notifier-common 0.119ubuntu8.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 143

2012-06-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: update-notifier (Ubuntu)
   Status: New = Confirmed

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

Title:
  package update-notifier-common 0.119ubuntu8.4 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 143

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1010816/+subscriptions

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


[Bug 1013873] Re: not lintian clean

2012-06-16 Thread Launchpad Bug Tracker
This bug was fixed in the package audiocd-kio -
4:4.8.90+repack1-0ubuntu2

---
audiocd-kio (4:4.8.90+repack1-0ubuntu2) quantal; urgency=low

  * Fix several lintian warnings: (LP: #1013873)
description-too-long, wrong-section-according-to-package-name and
transitional-package-should-be-oldlibs-extra.
 -- Felix Geyer de...@ubuntu.com   Sat, 16 Jun 2012 10:45:15 +0200

** Branch linked: lp:~kubuntu-packagers/kubuntu-packaging/audiocd-kio

** Changed in: audiocd-kio (Ubuntu)
   Status: New = Fix Released

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

Title:
  not lintian clean

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/audiocd-kio/+bug/1013873/+subscriptions

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


[Bug 874862] Re: screen flashes on rotate cube

2012-06-16 Thread mnrl
*** This bug is a duplicate of bug 862430 ***
https://bugs.launchpad.net/bugs/862430

same problem with nvidia gt520m

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

Title:
  screen flashes on rotate cube

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/874862/+subscriptions

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


[Bug 838812] Re: rhythmbox-metadata crashed with SIGSEGV in g_type_check_value()

2012-06-16 Thread col reilly
got this while scanning (my rather large) collection for the first time.
xubuntu 12.10

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

Title:
  rhythmbox-metadata crashed with SIGSEGV in g_type_check_value()

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/838812/+subscriptions

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


[Bug 886605] Re: Desktop, Launcher and menu bar still visible when screen locked

2012-06-16 Thread Daniel van Vugt
If unity doesn't respond to the mouse while it's overdrawing the lock
screen, then its input windows are probably still stacked correctly
(below the lock screen). In that case, this is an overdraw bug and not a
stacking bug.

Thus stacking fixes in compiz won't help, but my work in progress to avoid 
overdraw in unity should fix it:
https://code.launchpad.net/~vanvugt/unity/regionalDamage/+merge/109809

** Also affects: unity
   Importance: Undecided
   Status: New

** Changed in: unity
 Assignee: (unassigned) = Daniel van Vugt (vanvugt)

** Changed in: unity
   Status: New = Confirmed

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

Title:
  Desktop, Launcher and menu bar still visible when screen locked

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/886605/+subscriptions

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


  1   2   3   4   5   6   7   8   9   >