[Bug 1088136] [NEW] AUTH cannot handle a request with an initial-response over 2048 bytes (GSSAPI-related)

2012-12-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

smtp_cmd_buffer_size is currently 2048 bytes.  2048 bytes is not sufficient for
clients that send an AUTH with an initial-response for GSSAPI when Windows
Kerberos tickets are used that contain a PAC -- as of Windows 2003, the maximum
ticket size is 12000 bytes.

MUAs that use AUTH GSSAPI without an initial-response are not impacted by the
2048 limit, since the remainder of the SASL session is handled by auth_get_data
in Exim, which uses big_buffer and has sufficient space to process large
Kerberos tickets.

Thunderbird will always send an AUTH GSSAPI with an initial-response, which
makes it subject to the 2048 byte limit.  A large Kerberos ticket will easily
surpass 2048 bytes when base64-encoded, causing the AUTH to fail.

RFC 4954 recommends 12288 bytes as a line limit to handle AUTH.  For a base64
encoded max-size Windows Kerberos ticket, at least 16000 bytes are needed. 

This bug is fixed upstream (4.77).

[Impact]
smtp_cmd_buffer_size is currently 2048 bytes.  2048 bytes is not sufficient for
clients that send an AUTH with an initial-response for GSSAPI when Windows
Kerberos tickets are used that contain a PAC. For a base64
encoded max-size Windows Kerberos ticket, at least 16000 bytes are needed.

[Test Case]
1. Configure exim4 to use GSSAPI auth.
2. Configure thunderbird to use GSSAPI smtp auth on windows 
xp/vista/7/2003/2008.
3. Auth will always fail.

[Regression Potential]
The fix for this bug is one-line-patch applied to upstream (4.77) more than 
year ago, so it already has got sufficient testing.

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

-- 
AUTH cannot handle a request with an initial-response over 2048 bytes 
(GSSAPI-related)
https://bugs.launchpad.net/bugs/1088136
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to exim4 in Ubuntu.

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


[Bug 1088136] [NEW] AUTH cannot handle a request with an initial-response over 2048 bytes (GSSAPI-related)

2012-12-09 Thread urusha
Public bug reported:

smtp_cmd_buffer_size is currently 2048 bytes.  2048 bytes is not sufficient for
clients that send an AUTH with an initial-response for GSSAPI when Windows
Kerberos tickets are used that contain a PAC -- as of Windows 2003, the maximum
ticket size is 12000 bytes.

MUAs that use AUTH GSSAPI without an initial-response are not impacted by the
2048 limit, since the remainder of the SASL session is handled by auth_get_data
in Exim, which uses big_buffer and has sufficient space to process large
Kerberos tickets.

Thunderbird will always send an AUTH GSSAPI with an initial-response, which
makes it subject to the 2048 byte limit.  A large Kerberos ticket will easily
surpass 2048 bytes when base64-encoded, causing the AUTH to fail.

RFC 4954 recommends 12288 bytes as a line limit to handle AUTH.  For a base64
encoded max-size Windows Kerberos ticket, at least 16000 bytes are needed.

This bug is fixed upstream (4.77). It would be nice to backport it to
precise.

[Impact]
smtp_cmd_buffer_size is currently 2048 bytes.  2048 bytes is not sufficient for
clients that send an AUTH with an initial-response for GSSAPI when Windows
Kerberos tickets are used that contain a PAC. For a base64
encoded max-size Windows Kerberos ticket, at least 16000 bytes are needed.

[Test Case]
1. Configure exim4 to use GSSAPI auth.
2. Configure thunderbird to use GSSAPI smtp auth on windows 
xp/vista/7/2003/2008.
3. Auth will always fail.

[Regression Potential]
The fix for this bug is one-line-patch applied to upstream (4.77) more than 
year ago, so it already has got sufficient testing.

** Affects: exim
 Importance: Unknown
 Status: Unknown

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

** Package changed: heimdal (Ubuntu) = exim4 (Ubuntu)

** Description changed:

  smtp_cmd_buffer_size is currently 2048 bytes.  2048 bytes is not sufficient 
for
  clients that send an AUTH with an initial-response for GSSAPI when Windows
  Kerberos tickets are used that contain a PAC -- as of Windows 2003, the 
maximum
  ticket size is 12000 bytes.
  
  MUAs that use AUTH GSSAPI without an initial-response are not impacted by the
  2048 limit, since the remainder of the SASL session is handled by 
auth_get_data
  in Exim, which uses big_buffer and has sufficient space to process large
  Kerberos tickets.
  
  Thunderbird will always send an AUTH GSSAPI with an initial-response, which
  makes it subject to the 2048 byte limit.  A large Kerberos ticket will easily
  surpass 2048 bytes when base64-encoded, causing the AUTH to fail.
  
  RFC 4954 recommends 12288 bytes as a line limit to handle AUTH.  For a base64
- encoded max-size Windows Kerberos ticket, at least 16000 bytes are needed. 
+ encoded max-size Windows Kerberos ticket, at least 16000 bytes are needed.
  
- This bug is fixed upstream (4.77).
+ This bug is fixed upstream (4.77). It would be nice to backport it to
+ precise.
  
  [Impact]
  smtp_cmd_buffer_size is currently 2048 bytes.  2048 bytes is not sufficient 
for
  clients that send an AUTH with an initial-response for GSSAPI when Windows
  Kerberos tickets are used that contain a PAC. For a base64
  encoded max-size Windows Kerberos ticket, at least 16000 bytes are needed.
  
  [Test Case]
  1. Configure exim4 to use GSSAPI auth.
  2. Configure thunderbird to use GSSAPI smtp auth on windows 
xp/vista/7/2003/2008.
  3. Auth will always fail.
  
  [Regression Potential]
  The fix for this bug is one-line-patch applied to upstream (4.77) more than 
year ago, so it already has got sufficient testing.

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

Title:
  AUTH cannot handle a request with an initial-response over 2048 bytes
  (GSSAPI-related)

To manage notifications about this bug go to:
https://bugs.launchpad.net/exim/+bug/1088136/+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 1088136] Re: AUTH cannot handle a request with an initial-response over 2048 bytes (GSSAPI-related)

2012-12-09 Thread urusha
This debdiff includes fix for this bug.

** Patch added: exim4 debdiff
   
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1088136/+attachment/3455194/+files/exim4.debdiff

** Bug watch added: bugs.exim.org/ #879
   http://bugs.exim.org/show_bug.cgi?id=879

** Also affects: exim via
   http://bugs.exim.org/show_bug.cgi?id=879
   Importance: Unknown
   Status: Unknown

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

Title:
  AUTH cannot handle a request with an initial-response over 2048 bytes
  (GSSAPI-related)

To manage notifications about this bug go to:
https://bugs.launchpad.net/exim/+bug/1088136/+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 1088160] [NEW] ovs-brcompatd: could not open brcompat socket. Check brcompat kernel module.

2012-12-09 Thread Kamil Madac
Public bug reported:

Hello,

after installation of openvswitch packages I'm not able to start brcompat 
service.
I used package openvswitch-datapath-dkms.

brcompat module is loaded
# lsmod | grep brcompat
brcompat 12387 0

# service openvswitch-switch status
ovsdb-server is running with pid 4689
ovs-vswitchd is running with pid 4698
ovs-brcompatd is not running

when I try to restart openvswitch services it end up with error message:

# service openvswitch-switch restart
 * ovs-brcompatd is not running
 * Killing ovs-vswitchd (8226)
 * Killing ovsdb-server (8217)
 * Starting ovsdb-server
 * Configuring Open vSwitch system IDs
 * Starting ovs-vswitchd
ovs-brcompatd: could not open brcompat socket. Check brcompat kernel module.
 * Starting ovs-brcompatd

I tried to compile module

# module-assistant auto-install openvswitch-datapath

but it was terminated with error
install: cannot stat `openvswitch/datapath/linux/*_mod.ko': No such file or 
directory

# 'lsb_release -rd'
Description:Ubuntu 12.10
Release:12.10

# apt-cache policy openvswitch-datapath-dkms
openvswitch-datapath-dkms:
  Installed: 1.4.3-0ubuntu2
  Candidate: 1.4.3-0ubuntu2
  Version table:
 *** 1.4.3-0ubuntu2 0
500 http://sk.archive.ubuntu.com/ubuntu/ quantal-updates/universe amd64 
Packages
100 /var/lib/dpkg/status

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

-- 
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/1088160

Title:
  ovs-brcompatd: could not open brcompat socket.  Check brcompat
  kernel module.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1088160/+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 1088136] Re: AUTH cannot handle a request with an initial-response over 2048 bytes (GSSAPI-related)

2012-12-09 Thread Bug Watch Updater
** Changed in: exim
   Status: Unknown = Fix Released

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

Title:
  AUTH cannot handle a request with an initial-response over 2048 bytes
  (GSSAPI-related)

To manage notifications about this bug go to:
https://bugs.launchpad.net/exim/+bug/1088136/+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 645625] Re: lxc container can power-off host machine

2012-12-09 Thread Lawrance
thanks for your  infomation,Serge

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

Title:
  lxc container can power-off host machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/645625/+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 1077897] Re: Cron quota script not working for groups

2012-12-09 Thread Bug Watch Updater
** Changed in: quota (Debian)
   Status: New = Fix Released

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

Title:
  Cron quota script not working for groups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quota/+bug/1077897/+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 1088053] Re: Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can build

2012-12-09 Thread Nate Muench (Mink)
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/open-vm-tools/+bug/1088053/+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 1088235] [NEW] package puppetmaster-passenger 2.7.18-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-12-09 Thread ibrahim alfuaires
Public bug reported:

I was trying to install apt-get install puppet-*

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: puppetmaster-passenger 2.7.18-1ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic i686
ApportVersion: 2.6.1-0ubuntu6
Architecture: i386
Date: Sun Dec  9 22:23:52 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2012-12-08 (1 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: puppet
Title: package puppetmaster-passenger 2.7.18-1ubuntu1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 quantal third-party-packages

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

Title:
  package puppetmaster-passenger 2.7.18-1ubuntu1 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/puppet/+bug/1088235/+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 1086162] Re: IPMI based power management default to IPMI 1.5 based authentication

2012-12-09 Thread Julian Edwards
** Changed in: maas
   Status: Confirmed = Triaged

** Tags added: power

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

Title:
  IPMI based power management default to IPMI 1.5 based authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1086162/+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 1088312] [NEW] package setserial 2.17-47 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-12-09 Thread dragoon
Public bug reported:

Upgrade from Lubuntu 12.04 64bit to 12.10.

Setserial fails, uninstalling and reinstalling package results in the
same error.

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: setserial 2.17-47
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Mon Dec 10 02:33:08 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
MarkForUpload: True
SourcePackage: setserial
Title: package setserial 2.17-47 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to quantal on 2012-12-10 (0 days ago)

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


** Tags: amd64 apport-package quantal

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

Title:
  package setserial 2.17-47 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/setserial/+bug/1088312/+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 802117] Re: juju ssh/scp commands cause spurious key errors, should use a different known_hosts file

2012-12-09 Thread Dave Cheney
** Changed in: juju-core
Milestone: 1.9.4 = 1.9.5

-- 
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/802117

Title:
  juju ssh/scp commands cause spurious key errors, should use a
  different known_hosts file

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/802117/+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 1064224] Re: IPMI detection ends up with power_address of 0.0.0.0

2012-12-09 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Fix Released

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

Title:
  IPMI detection ends up with power_address of 0.0.0.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1064224/+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 1006966] Re: maas mirror values are overwritten by cloud-init

2012-12-09 Thread Julian Edwards
** Changed in: maas
   Status: Triaged = Fix Released

** Changed in: maas
 Assignee: (unassigned) = Scott Moser (smoser)

-- 
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/1006966

Title:
  maas mirror values are overwritten by cloud-init

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1006966/+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 1073082] Re: Login always warns about fsck, but doesn't actually fsck on reboot

2012-12-09 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/1073082

Title:
  Login always warns about fsck, but doesn't actually fsck on reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1073082/+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 1064747] Re: Can't boot OSX DVD

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

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

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

Title:
  Can't boot OSX DVD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1064747/+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 802400] Re: mysql help sends unchecked contents to mysqld

2012-12-09 Thread Stewart Smith
** Changed in: percona-server
   Status: Confirmed = Triaged

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

Title:
  mysql help sends unchecked contents to mysqld

To manage notifications about this bug go to:
https://bugs.launchpad.net/maria/+bug/802400/+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 1076461] Re: unmatched entries for smartd

2012-12-09 Thread Tom Metro
Also:

 smartd 5.41 2011-06-09 r3365 [x86_64-linux-3.2.0-33-generic] (local build)
 Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net
 Device: /dev/sda [SAT], ST95005620AS, S/N:5YX12P01, WWN:5-000c50-038cde7d2, 
FW:SD26, 500 GB
 Device: /dev/sdb [SAT], WDC WD3200BEKT-22F3T0, S/N:WD-WXM908SJ1447, 
WWN:5-0014ee-2023443ed, FW:11.01A11, 320 GB

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

Title:
  unmatched entries for smartd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1076461/+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 1082699] Re: cannot copy to samba share

2012-12-09 Thread Alexander Langanke
This is a more complete discription of my problem which I do not believe
to be a configuration problem.

I have an Ubuntu 12.04 Server with Samba set up.
I have an Ubuntu 12.10 Desktop, an Ubuntu 12.10 Laptop and a Windows 8 Surface 
Tablet.

A) The Laptop or Desktop try to copy a file of any size and type to the
server via samba - grey window (freeze) which recovers after a few
seconds yet reports timeout. A file is created at the destination
(size= 0 bytes). The Copy window progress bar never moves beyond 0
bytes. This is easily reproducible.

B) The Windows 8 PC can copy files to the Samba Share on my Ubuntu 12.04
Server without problems.

C) The Ubuntu 12.10 PCs can copy files to each other without problems

D) The Ubuntu 12.10 PC can copy files to the Surface Tablet without
problems.

This sounds like a bug to me as copying used to work before I upgraded
and I certainly did not make any omnious changes to both my Ubuntu 12.10
PCs. I gather that it is not a problem with my server as my Tablet can
copy files to that system with no problems.

Accessing files on the remote share is not a problem with ubuntu 12.10
by the way.

I will try to update my Server to 12.10 and report back if that helped.

-- 
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/1082699

Title:
  cannot copy to samba share

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1082699/+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 1050136] Re: gnome-font-viewer crashed with SIGSEGV in FT_List_Find()

2012-12-09 Thread Jeremy Bicha
** Information type changed from Private 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/1050136

Title:
  gnome-font-viewer crashed with SIGSEGV in FT_List_Find()

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

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


[Bug 441912] Re: gnome-system-log crashed with SIGSEGV in g_closure_invoke()

2012-12-09 Thread Jeremy Bicha
** Package changed: gnome-utils (Ubuntu) = gnome-system-log (Ubuntu)

** Changed in: gnome-system-log (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

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

Title:
  gnome-system-log crashed with SIGSEGV in g_closure_invoke()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-utils/+bug/441912/+subscriptions

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


[Bug 243495] Re: gnome-dictionary crashed with SIGSEGV in g_main_context_dispatch()

2012-12-09 Thread Jeremy Bicha
** Changed in: gnome-utils (Ubuntu)
   Status: Triaged = Invalid

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

Title:
  gnome-dictionary crashed with SIGSEGV in g_main_context_dispatch()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-utils/+bug/243495/+subscriptions

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


[Bug 1088132] [NEW] update-manager: restart window cannot be closed

2012-12-09 Thread Redmar
Public bug reported:

After updating Ubuntu 12.10 today I was prompted to restart the computer
to complete the update (probably because of the kernel update). However,
it was not possible to dismiss the prompt and opt to restart later: the
window had no close button, and the only option was to restart.

One of the things I've always liked about ubuntu is the fact that the
user is in control. Unlike in windows, in ubuntu it was possible to
dismiss the update prompt and restart later if you wish to do so. I
therefore think it is a mistake to not allow users to determine
themselves when they wish to restart their computer.

I've attached a screenshot of the problem.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: update-manager 1:0.174.3
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.6.1-0ubuntu9
Architecture: amd64
Date: Sun Dec  9 08:46:22 2012
GsettingsChanges:
 b'com.ubuntu.update-manager' b'first-run' b'false'
 b'com.ubuntu.update-manager' b'launch-time' b'1355038322'
 b'com.ubuntu.update-manager' b'window-height' b'847'
 b'com.ubuntu.update-manager' b'window-width' b'695'
InstallationDate: Installed on 2012-04-28 (224 days ago)
InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20120426-23:52
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=nl_NL.UTF-8
 SHELL=/bin/bash
SourcePackage: update-manager
UpgradeStatus: Upgraded to quantal on 2012-09-13 (86 days ago)

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


** Tags: amd64 apport-bug quantal running-unity

** Attachment added: Schermafdruk van 2012-12-09 08:46:02.png
   
https://bugs.launchpad.net/bugs/1088132/+attachment/3455157/+files/Schermafdruk%20van%202012-12-09%2008%3A46%3A02.png

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

Title:
  update-manager: restart window cannot be closed

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

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


[Bug 1088114] Re: Memtest86+ in Ubuntu 12.10 reports non-existent errors

2012-12-09 Thread Ioannis Vranos
** Summary changed:

- Memtest86+ in Ubuntu 12.10 produces non-existent errors
+ Memtest86+ in Ubuntu 12.10 reports non-existent errors

** Summary changed:

- Memtest86+ in Ubuntu 12.10 reports non-existent errors
+ Memtest86+ of Ubuntu 12.10 reports non-existent errors

** Summary changed:

- Memtest86+ of Ubuntu 12.10 reports non-existent errors
+ Memtest86+ of Ubuntu 12.10 reports nonexistent errors

** Description changed:

- Memtest86+ 4.20 provided by Ubuntu 12.10, reports non-existent errors in
+ Memtest86+ 4.20 provided by Ubuntu 12.10, reports nonexistent errors in
  Test 7 - Random Number Sequence.
  
  Memtest86+ 4.20 provided by Ubuntu 12.04.1/11.10, works OK.
  
  I have reproduced the error in two machines, with no memory problems
  (checked them with Memtest86+ 4.20 of Ubuntu 12.04.1/Ubuntu 11.10, and
  Memtest86 4.0a).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: memtest86+ 4.20-1.1ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
  Uname: Linux 3.5.0-19-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: i386
  Date: Sun Dec  9 06:00:19 2012
  InstallationDate: Installed on 2012-11-28 (10 days ago)
  InstallationMedia: Lubuntu 12.10 Quantal Quetzal - Release i386 (20121017)
  MarkForUpload: True
  SourcePackage: memtest86+
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Memtest86+ of Ubuntu 12.10 reports nonexistent errors

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

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


[Bug 959505] Re: gedit wants to save in recently used by default

2012-12-09 Thread Joost Van Durme
Is it possible to implement this as a user-selected choice of folder?

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

Title:
  gedit wants to save in recently used by default

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

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


[Bug 822792] Re: Disk Usage Analyzer produce incorrect numbers on home directories

2012-12-09 Thread Jeremy Bicha
** Package changed: gnome-utils (Ubuntu) = baobab (Ubuntu)

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

Title:
  Disk Usage Analyzer produce incorrect numbers on home directories

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

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


[Bug 1052599] Re: Can't add multiple files in system log viewer

2012-12-09 Thread Jeremy Bicha
** Package changed: gnome-utils (Ubuntu) = gnome-system-log (Ubuntu)

** Changed in: gnome-system-log (Ubuntu)
   Status: New = Confirmed

** Changed in: gnome-system-log (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: gnome-system-log (Ubuntu)
   Importance: Undecided = Wishlist

** Bug watch added: GNOME Bug Tracker #689922
   https://bugzilla.gnome.org/show_bug.cgi?id=689922

** Also affects: gnome-system-log via
   https://bugzilla.gnome.org/show_bug.cgi?id=689922
   Importance: Unknown
   Status: Unknown

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

Title:
  Can't add multiple files in system log viewer

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-log/+bug/1052599/+subscriptions

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


[Bug 424295] Re: gnome screenshot don't include pointer commandline

2012-12-09 Thread Jeremy Bicha
This has been fixed in Ubuntu 12.10.

** Changed in: gnome-utils (Ubuntu)
   Status: Triaged = Fix Released

** Package changed: gnome-utils (Ubuntu) = gnome-screenshot (Ubuntu)

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

Title:
  gnome screenshot don't include pointer commandline

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-utils/+bug/424295/+subscriptions

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


[Bug 1036252] Re: Firefox profile directory not accessible from about:support in LMDE

2012-12-09 Thread Javier P.L.
Hi,

I couldn't reproduce it in Ubuntu Desktop and firefox:

Precise
16.0.2+build1-0ubuntu0.12.04.1
17.0.1+build1-0ubuntu0.12.04.1

Quantal 
16.0.1+build1-0ubuntu1
17.0.1+build1-0ubuntu0.12.10.1

Raring
18.0~b2+build1-0ubuntu1

What I've done is:

1.- boot the computer
2.- introduce about:support in the url bar and hit enter
3.- click in Open Directory
4.- it spawned nautilus in the ~/.mozilla location

is this behavior still present?
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

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

Title:
  Firefox profile directory not accessible from about:support in LMDE

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

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


[Bug 1026640] Re: [FFe] Please transition openmotif to multi-arch

2012-12-09 Thread Graham Inggs
From what I can see, in Precise both 'dx' and 'xastir' are built against
lesstif2, not openmotif.

However, I was able to build 'xastir' against my proposed openmotif
package.  I wasn't able to build 'dx' on my first attempt, but I think
that is a related to a problem with GraphicsMagick, not openmotif:

../dxmods/.libs/libDXMODS.a(_im_image.o): In function `write_im':
[...]/dx-4.4.4/src/exec/dxmods/_im_image.c:494: undefined reference to 
`ConstituteComponentTerminus'
[...]/dx-4.4.4/src/exec/dxmods/_im_image.c:305: undefined reference to 
`TemporaryFilename'
[...]/dx-4.4.4/src/exec/dxmods/_im_image.c:332: undefined reference to 
`ConstituteComponentTerminus'
[...]/dx-4.4.4/src/exec/dxmods/_im_image.c:378: undefined reference to 
`ConstituteComponentTerminus'
[...]/dx-4.4.4/src/exec/dxmods/_im_image.c:349: undefined reference to 
`ConstituteComponentTerminus'

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

Title:
  [FFe] Please transition openmotif to multi-arch

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

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


[Bug 863834] Re: [regression] Suspend on lid close broken on Oneiric

2012-12-09 Thread Graeme Pietersz
Also affects Perfect as of a recent (not sure exactly when) update.

Not the sort of behaviour that should change without a version change
IMO. This could lead to some laptops overheating/catching fire etc. so
not a good idea at all.

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

Title:
  [regression] Suspend on lid close broken on Oneiric

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

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


[Bug 1088137] [NEW] colored snow all over, hangs under compiz

2012-12-09 Thread drewp
Public bug reported:

I upgraded to 12.10 successfully and didn't see any graphics problems.
Today, after my laptop was on for a while but not in a position where it
would overheat, I had random colored pixels on the screen and the mouse
position only refreshed a few times. dmesg contains NVRM: Xid
(:01:00): 31, Ch 0001, engmask 0101, intr 1000 but
that's all I found. Rebooting didn't fix it; I got a crash soon after
login. I went to xorg-edgers and non-compiz desktop, and now I can work
but there is still colored snow accumulating all over.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.7.0-4.12-generic 3.7.0-rc7
Uname: Linux 3.7.0-4-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  310.19  Thu Nov  8 00:52:03 
PST 2012
 GCC version:  gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
.tmp.unity.support.test.0:
 
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sun Dec  9 00:23:55 2012
DistUpgraded: 2012-11-24 01:14:04,814 DEBUG enabling apt cron job
DistroCodename: quantal
DistroVariant: ubuntu
DkmsStatus:
 nvidia-current, 310.19, 3.5.0-19-generic, x86_64: installed
 nvidia-current, 310.19, 3.7.0-4-generic, x86_64: installed
 virtualbox, 4.1.18, 3.2.0-32-generic, x86_64: installed
 virtualbox, 4.1.18, 3.5.0-18-generic, x86_64: installed
 virtualbox, 4.1.18, 3.5.0-19-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation Device [10de:1251] (rev a1) (prog-if 00 [VGA controller])
   Subsystem: Micro-Star International Co., Ltd. Device [1462:10a9]
InstallationDate: Installed on 2011-09-08 (457 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
JockeyStatus:
 kmod:nvidia_experimental_304 - Experimental NVIDIA binary Xorg driver, kernel 
module and VDPAU library (Proprietary, Disabled, Not in use)
 kmod:nvidia_experimental_310 - Experimental NVIDIA binary Xorg driver, kernel 
module and VDPAU library (Proprietary, Disabled, Not in use)
 kmod:nvidia_current - nvidia_current (Proprietary, Enabled, Not in use)
 kmod:nvidia_current_updates - NVIDIA binary Xorg driver, kernel module and 
VDPAU library (Proprietary, Disabled, Not in use)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.7.0-4-generic 
root=UUID=3efdfb1e-397e-4c2a-ab46-8ec5a1a382d9 ro quiet splash
SourcePackage: xorg
UpgradeStatus: Upgraded to quantal on 2012-11-24 (14 days ago)
dmi.bios.date: 05/20/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: E16F2IG6 V3.05
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: MS-16F2
dmi.board.vendor: Micro-Star International Co., Ltd.
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 10
dmi.chassis.vendor: Micro-Star International
dmi.chassis.version: To be filled by O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE16F2IG6V3.05:bd05/20/2011:svn:pn:pvrTobefilledbyO.E.M.:rvnMicro-StarInternationalCo.,Ltd.:rnMS-16F2:rvrTobefilledbyO.E.M.:cvnMicro-StarInternational:ct10:cvrTobefilledbyO.E.M.:
dmi.product.version: To be filled by O.E.M.
version.compiz: compiz 1:0.9.8.4+bzr3412-0ubuntu0.1
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.40+git20121123.171666e4-0ubuntu0ricotz2~quantal
version.libgl1-mesa-dri: libgl1-mesa-dri 
9.1~git20121204.ec83535c-0ubuntu0ricotz~quantal
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 
9.1~git20121204.ec83535c-0ubuntu0ricotz~quantal
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 
2:1.13.0.902+git20121207+server-1.13-branch.ede07c1a-0ubuntu0ricotz~quantal
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.0.99+git20121207.793e1b0e-0ubuntu0sarvatt
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.20.15+git20121207.4bfc5e90-0ubuntu0sarvatt~quantal
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.4+git20121126.3b33a0b4-0ubuntu0sarvatt~quantal

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


** Tags: amd64 apport-bug quantal third-party-packages ubuntu

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

Title:
  colored snow all over, hangs under compiz

To manage notifications about this bug go to:

Re: [Bug 1] Re: Microsoft has a majority market share

2012-12-09 Thread Tom
Hi :)

The problem with the MS Office formats us that they are not consistent
across different versions of MS Office itself.  The version they have
managed to get registered as an ISO standard is different again.  Even
worse is that MS's installer claims there will be inconsistences between
even the same version of MSO on their different OSes.  So a document
written in MSO 2010 on Win7 may well have problems when opened in MSO
2010 on Win Xp.


The places the blame on any user that doesn't upgrade to the latest version of 
their OS at the time when everyone else does and their latest version of MS 
Office when everyone else does.  When only a minority upgrade those people get 
a little flack from people for causing problems but their counter argument is 
that everyone else is being cheap and risking security problems.  Once critical 
mass is achieved everyone else is seen as being guilty if they haven't already 
upgraded and feels guilty themselves.  


So, when it's an MS program that fails to read an older version of the current 
MS format then it's the author that gets blamed.  When it's a non-MS program 
then it's IT Support or the program that gets blamed.  


The newest version of MS Office (called 365 this time) claims to have
proper support for OpenDocument Format 1.2.  MSO 2010 and 2007 only
supported ODF 1.0 which was quite a long way behind what all the other
Office Suites were using at the time.  So MS were able to claim they
supported ODF and try to blame all the other Suites for any problems.


The question is why don't people realise what is right in front of their eyes.  
Why aren't they worried about what is going to happen to their old documents.  
They seem to just accept and be happy with the fact that any documents they 
might need to access in a few years time, say around 5years, needs to be 
printed out because it wont be readable otherwise.  How is it that people are 
ok with that??  


Of course some organisations (such as the US Senate allegedly) decide to settle 
on a format based on MS's promises that they will always be able to read it and 
then find that MS has already started withdrawing support for it.  Again that 
somehow leads to non-MS programs being treated with suspicion.  


Regards from
Tom :)

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

Title:
  Microsoft has a majority market share

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

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

[Bug 1088136] [NEW] AUTH cannot handle a request with an initial-response over 2048 bytes (GSSAPI-related)

2012-12-09 Thread urusha
Public bug reported:

smtp_cmd_buffer_size is currently 2048 bytes.  2048 bytes is not sufficient for
clients that send an AUTH with an initial-response for GSSAPI when Windows
Kerberos tickets are used that contain a PAC -- as of Windows 2003, the maximum
ticket size is 12000 bytes.

MUAs that use AUTH GSSAPI without an initial-response are not impacted by the
2048 limit, since the remainder of the SASL session is handled by auth_get_data
in Exim, which uses big_buffer and has sufficient space to process large
Kerberos tickets.

Thunderbird will always send an AUTH GSSAPI with an initial-response, which
makes it subject to the 2048 byte limit.  A large Kerberos ticket will easily
surpass 2048 bytes when base64-encoded, causing the AUTH to fail.

RFC 4954 recommends 12288 bytes as a line limit to handle AUTH.  For a base64
encoded max-size Windows Kerberos ticket, at least 16000 bytes are needed.

This bug is fixed upstream (4.77). It would be nice to backport it to
precise.

[Impact]
smtp_cmd_buffer_size is currently 2048 bytes.  2048 bytes is not sufficient for
clients that send an AUTH with an initial-response for GSSAPI when Windows
Kerberos tickets are used that contain a PAC. For a base64
encoded max-size Windows Kerberos ticket, at least 16000 bytes are needed.

[Test Case]
1. Configure exim4 to use GSSAPI auth.
2. Configure thunderbird to use GSSAPI smtp auth on windows 
xp/vista/7/2003/2008.
3. Auth will always fail.

[Regression Potential]
The fix for this bug is one-line-patch applied to upstream (4.77) more than 
year ago, so it already has got sufficient testing.

** Affects: exim
 Importance: Unknown
 Status: Unknown

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

** Package changed: heimdal (Ubuntu) = exim4 (Ubuntu)

** Description changed:

  smtp_cmd_buffer_size is currently 2048 bytes.  2048 bytes is not sufficient 
for
  clients that send an AUTH with an initial-response for GSSAPI when Windows
  Kerberos tickets are used that contain a PAC -- as of Windows 2003, the 
maximum
  ticket size is 12000 bytes.
  
  MUAs that use AUTH GSSAPI without an initial-response are not impacted by the
  2048 limit, since the remainder of the SASL session is handled by 
auth_get_data
  in Exim, which uses big_buffer and has sufficient space to process large
  Kerberos tickets.
  
  Thunderbird will always send an AUTH GSSAPI with an initial-response, which
  makes it subject to the 2048 byte limit.  A large Kerberos ticket will easily
  surpass 2048 bytes when base64-encoded, causing the AUTH to fail.
  
  RFC 4954 recommends 12288 bytes as a line limit to handle AUTH.  For a base64
- encoded max-size Windows Kerberos ticket, at least 16000 bytes are needed. 
+ encoded max-size Windows Kerberos ticket, at least 16000 bytes are needed.
  
- This bug is fixed upstream (4.77).
+ This bug is fixed upstream (4.77). It would be nice to backport it to
+ precise.
  
  [Impact]
  smtp_cmd_buffer_size is currently 2048 bytes.  2048 bytes is not sufficient 
for
  clients that send an AUTH with an initial-response for GSSAPI when Windows
  Kerberos tickets are used that contain a PAC. For a base64
  encoded max-size Windows Kerberos ticket, at least 16000 bytes are needed.
  
  [Test Case]
  1. Configure exim4 to use GSSAPI auth.
  2. Configure thunderbird to use GSSAPI smtp auth on windows 
xp/vista/7/2003/2008.
  3. Auth will always fail.
  
  [Regression Potential]
  The fix for this bug is one-line-patch applied to upstream (4.77) more than 
year ago, so it already has got sufficient testing.

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

Title:
  AUTH cannot handle a request with an initial-response over 2048 bytes
  (GSSAPI-related)

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

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


[Bug 1088136] Re: AUTH cannot handle a request with an initial-response over 2048 bytes (GSSAPI-related)

2012-12-09 Thread urusha
This debdiff includes fix for this bug.

** Patch added: exim4 debdiff
   
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1088136/+attachment/3455194/+files/exim4.debdiff

** Bug watch added: bugs.exim.org/ #879
   http://bugs.exim.org/show_bug.cgi?id=879

** Also affects: exim via
   http://bugs.exim.org/show_bug.cgi?id=879
   Importance: Unknown
   Status: Unknown

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

Title:
  AUTH cannot handle a request with an initial-response over 2048 bytes
  (GSSAPI-related)

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

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


[Bug 953852] Re: emelfm2 version in ubuntu is ancient

2012-12-09 Thread Liviu Andronic
For info, a PPA containing daily builds of latest SVN trunk is also
available.

https://code.launchpad.net/~emelfm2/+archive/daily

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

Title:
  emelfm2 version in ubuntu is ancient

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

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


[Bug 950291] Re: Dell XPS 1640 No sound at all

2012-12-09 Thread Raymond
http://askubuntu.com/questions/9040/no-audio-with-headphones-but-audio-
works-with-integrated-speakers


send email to alsa devel mailing list if xps 1640 really need to disable jack 
detection

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

Title:
  Dell XPS 1640 No sound at all

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

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


[Bug 1088114] Re: Memtest86+ of Ubuntu 12.10 reports nonexistent errors

2012-12-09 Thread Ioannis Vranos
** Description changed:

  Memtest86+ 4.20 provided by Ubuntu 12.10, reports nonexistent errors in
  Test 7 - Random Number Sequence.
  
  Memtest86+ 4.20 provided by Ubuntu 12.04.1/11.10, works OK.
  
  I have reproduced the error in two machines, with no memory problems
- (checked them with Memtest86+ 4.20 of Ubuntu 12.04.1/Ubuntu 11.10, and
- Memtest86 4.0a).
+ (checked them with Memtest86+ 4.20 of Ubuntu 12.04.1/Ubuntu 11.10,
+ Memtest86+ 4.10, and Memtest86 4.0a).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: memtest86+ 4.20-1.1ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
  Uname: Linux 3.5.0-19-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: i386
  Date: Sun Dec  9 06:00:19 2012
  InstallationDate: Installed on 2012-11-28 (10 days ago)
  InstallationMedia: Lubuntu 12.10 Quantal Quetzal - Release i386 (20121017)
  MarkForUpload: True
  SourcePackage: memtest86+
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Memtest86+ of Ubuntu 12.10 reports nonexistent errors

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

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


[Bug 944468] Re: keyboard layouts plugin forgets all settings at random times

2012-12-09 Thread vasdi
The bug occurs when I connect my joypad with xserver-xorg-input-joystick
installed.

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

Title:
  keyboard layouts plugin forgets all settings at random times

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

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


[Bug 1073876] Re: 1680x1050 resolution has wrong clock value?

2012-12-09 Thread Arie Skliarouk
follow-up on comment #20:
Clarification: The machine is a laptop Lenovo G570 with the Asus VW222U 
externally connected.
After upgrade to ubuntu 12.10 the Xorg.conf fix of comment #18 stopped working 
with error
[34.928] (II) intel(0): Not using mode 1680x1050_60.00 (exceeds panel 
dimensions)

Rebooting into kernel 3.2.0 restored workability of the fix.

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

Title:
  1680x1050 resolution has wrong clock value?

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

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


[Bug 1073876] Re: 1680x1050 resolution has wrong clock value?

2012-12-09 Thread Arie Skliarouk
Followup to comment #20:
Clarification: The Asus VW222U screen is externally connected to laptop Lenovo 
G570
After upgrade to ubuntu 12.10 the fix of comment #18 stopped working, so the 
only way to fix resolution of the screen was
to reboot to kernel 3.2.0

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

Title:
  1680x1050 resolution has wrong clock value?

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

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


[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-12-09 Thread njdove
@Emmanuel #283 Here is the dmesg | grep psmouse output from my
Latitude E5530:

[   19.109087] psmouse serio1: alps: E6 report: 00 00 64
[   19.127228] psmouse serio1: alps: E7 report: 73 03 0a
[   19.140372] psmouse serio1: alps: command mode response: 88 08 1d
[   19.142853] psmouse serio1: alps: Model=24, proto_version=4
[   19.575004] psmouse serio1: alps: E6 report: 00 00 64
[   19.593142] psmouse serio1: alps: E7 report: 73 03 0a
[   19.606502] psmouse serio1: alps: command mode response: 88 08 1d
[   19.608881] psmouse serio1: alps: Model=24, proto_version=4
[   19.622154] psmouse serio1: alps: command mode response: 88 08 1d

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

Title:
  synaptic touchpad not recognized on dell latitude e6510 and others

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

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


[Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2012-12-09 Thread Christophe H
Hello,

I have addes the firmware manually but still not able to connect a device
dmesg | grep Bluetooth
[3.210264] Bluetooth: Core ver 2.16
[3.210284] Bluetooth: HCI device and connection manager initialized
[3.210285] Bluetooth: HCI socket layer initialized
[3.210286] Bluetooth: L2CAP socket layer initialized
[3.210290] Bluetooth: SCO socket layer initialized
[3.281175] Bluetooth: can't load firmware, may not work correctly
[3.337308] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[3.337311] Bluetooth: BNEP filters: protocol multicast
[3.344340] Bluetooth: RFCOMM TTY layer initialized
[3.344346] Bluetooth: RFCOMM socket layer initialized
[3.344347] Bluetooth: RFCOMM ver 1.11

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

Title:
  Support for loading Broadcom bluetooth firmware

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

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


[Bug 660373] Re: DUN connection not registered in Network Manager

2012-12-09 Thread Bootch
Same problem in 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/660373

Title:
  DUN connection not registered in Network Manager

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

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


[Bug 1066347] Re: Reinstall Ubuntu failed - apt-clone crashes with: KeyError: filename './etc/apt/sources.list' not found line 1886 in getmember in tarfile.py

2012-12-09 Thread Vladimir Rutsky
I think this bug affects 12.04 LTS, will fix be backported to 12.04?

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

Title:
  Reinstall Ubuntu failed - apt-clone crashes with: KeyError:
  filename './etc/apt/sources.list' not found line 1886 in getmember
  in tarfile.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-clone/+bug/1066347/+subscriptions

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


[Bug 1087519] Re: Serial port ttyS4 doesn't work in 12.04

2012-12-09 Thread Roger Davis
I think an important question at this point is : Is this problem only in
Ubuntu, or is it also in the main Linux kernel, or other distros?

Depending on this answer, help may be available to fix this problem
asap, other people besides just Ubuntu would be available.

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

Title:
  Serial port ttyS4 doesn't work in 12.04

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

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


[Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2012-12-09 Thread Jesse Sung
Hi Christophe,

 [ 3.281175] Bluetooth: can't load firmware, may not work correctly

request_firmware() can't find the firmware image. May be due to wrong
file name. Please be sure that the image is named as fw-_.hcd
(where  and  are the VID and PID of this device, in lower case)
and placed in /lib/firmware/. Also if the image is in hex format, please
convert it to hcd format.

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

Title:
  Support for loading Broadcom bluetooth firmware

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

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


[Bug 1051211] Re: Ubiquity reports an error towards the end on ubuntu plugininstall.py - /usr/share/ubiquity/plugininstall.py, line 1710, in module

2012-12-09 Thread Vladimir Rutsky
*** This bug is a duplicate of bug 1066347 ***
https://bugs.launchpad.net/bugs/1066347

** This bug has been marked a duplicate of bug 1066347
   Reinstall Ubuntu failed - apt-clone crashes with: KeyError: filename 
'./etc/apt/sources.list' not found line 1886 in getmember in tarfile.py

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

Title:
  Ubiquity reports an error towards the end on ubuntu plugininstall.py
  - /usr/share/ubiquity/plugininstall.py, line 1710, in module

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

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


[Bug 1000679] Re: Xubuntu 12.04: polkit-gnome-1-WARNING

2012-12-09 Thread James Stewart Miller
Also seeing this in 12.10.  Having problems with pam authentication as
gnome keyring daemon pid is not being exported to env at boot.

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

Title:
  Xubuntu 12.04: polkit-gnome-1-WARNING

To manage notifications about this bug go to:
https://bugs.launchpad.net/policykit-1-gnome/+bug/1000679/+subscriptions

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


[Bug 1032967] Re: [needs-packaging] hpfall missing from the official repository

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

** Changed in: 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/1032967

Title:
  [needs-packaging] hpfall missing from the official repository

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

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


[Bug 1032967] Re: [needs-packaging] hpfall missing from the official repository

2012-12-09 Thread Mantas Kriaučiūnas
Isn't this bug a duplicate of bug #910040 ?

** Also affects: baltix
   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/1032967

Title:
  [needs-packaging] hpfall missing from the official repository

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

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


[Bug 1026640] Re: [FFe] Please transition openmotif to multi-arch

2012-12-09 Thread Graham Inggs
** Changed in: openmotif (Ubuntu Precise)
   Status: Incomplete = In Progress

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

Title:
  [FFe] Please transition openmotif to multi-arch

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

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


[Bug 1022929] Re: package mpd 0.16.5-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

** Changed in: mpd (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/1022929

Title:
  package mpd 0.16.5-1ubuntu4 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/mpd/+bug/1022929/+subscriptions

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


[Bug 910040] Re: [needs-packaging] hpfall

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

** Changed in: Ubuntu Oneiric
   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/910040

Title:
  [needs-packaging] hpfall

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

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


[Bug 910040] Re: [needs-packaging] hpfall

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

** Changed in: Ubuntu Precise
   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/910040

Title:
  [needs-packaging] hpfall

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

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


[Bug 1088146] [NEW] Asus n56vz battery state is wrong or battery not charging at all.

2012-12-09 Thread WhiteWind
Public bug reported:

I have an ASUS N56VZ notebook. There are some bugs I have mentioned and they 
are known on ubuntu forums.
Sometimes I am getting strange results in battery power state, that are not 
even close to be accurate.
So bugs are:
1) Then I am turning on the notebok with not enough power (3% for example) the 
fan is going to it`s full speed (no CPU loading at all) and the power indicator 
shows that power is insufficient. Plugging the power adapter didn`t solved the 
problem - it was not charging and notebook soon turns off. 
2) As I described above, I can`t feed the notebook sometimes (especially on low 
battery level).
3) I am getting the strange battery state result: sometimes it looks, that it`s 
charging very slow. Am am working about a hour and my power level just rised 
from 30 minutes to 40 minutes.
4) I am not sure about this bug, may be it`s a hardware one, but then I turned 
notebook off with plugged in power adapter, it was not charged at all for the 
whole night! 
http://ubuntuforums.org/showthread.php?t=2084696 - here is a proof, that I am 
not alone )))

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: upower 0.9.17-1build1
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Sun Dec  9 13:18:17 2012
ExecutablePath: /usr/lib/upower/upowerd
InstallationDate: Installed on 2012-11-30 (8 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
ProcEnviron:
 
SourcePackage: upower
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug battery charging quantal

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

Title:
  Asus n56vz battery state is wrong or battery not charging at all.

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

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


[Bug 1087919] AlsaDevices.txt

2012-12-09 Thread Jacob Christopherson
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/1087919/+attachment/3455203/+files/AlsaDevices.txt

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

Title:
  Battery Display Icon Not Functioning

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

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


[Bug 1087919] Re: Battery Display Icon Not Functioning

2012-12-09 Thread Jacob Christopherson
apport information

** Tags added: apport-collected luna

** Description changed:

- My battery and the bios use a 2 battery verification process that only
- Windows seems to take care of. I want to fully switch to Elementary OS
- but it doesn't display the icon for battery and how much percentage left
- or if it is charging. Please fix this. I assume you can modify the
- kernel to make this work.
+ My battery and the bios use a 2 battery verification process that only 
Windows seems to take care of. I want to fully switch to Elementary OS but it 
doesn't display the icon for battery and how much percentage left or if it is 
charging. Please fix this. I assume you can modify the kernel to make this work.
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ AplayDevices:
+   List of PLAYBACK Hardware Devices 
+  card 0: SB [HDA ATI SB], device 0: CONEXANT Analog [CONEXANT Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ ApportVersion: 2.0.1-0ubuntu15
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: SB [HDA ATI SB], device 0: CONEXANT Analog [CONEXANT Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  elementary   3661 F pulseaudio
+ Card0.Amixer.info:
+  Card hw:0 'SB'/'HDA ATI SB at 0xf430 irq 16'
+Mixer name : 'Conexant CX20585'
+Components : 'HDA:14f15069,1179fdd0,00100302'
+Controls  : 18
+Simple ctrls  : 10
+ CasperVersion: 1.315+elementary2~precise1
+ DistroRelease: elementary OS 0.2
+ LiveMediaBuild: elementary OS 0.2 Luna - Beta 1 amd64 (20121114)
+ MachineType: TOSHIBA Satellite L645D
+ MarkForUpload: True
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: initrd=/ubninit boot=casper quiet splash -- 
BOOT_IMAGE=/ubnkern
+ ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-32-generic N/A
+  linux-backports-modules-3.2.0-32-generic  N/A
+  linux-firmware1.79.1
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  luna
+ Uname: Linux 3.2.0-32-generic x86_64
+ UnreportableReason: This is not an official elementary package. Please remove 
any third party package and try again.
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ dmi.bios.date: 06/28/2012
+ dmi.bios.vendor: Insyde Corp.
+ dmi.bios.version: 2.20
+ dmi.board.asset.tag: Base Board Asset Tag
+ dmi.board.name: Guam
+ dmi.board.vendor: AMD Corp.
+ dmi.board.version: Base Board Version
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Chassis Manufacturer
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnInsydeCorp.:bvr2.20:bd06/28/2012:svnTOSHIBA:pnSatelliteL645D:pvrPSK0QU-01800E:rvnAMDCorp.:rnGuam:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
+ dmi.product.name: Satellite L645D
+ dmi.product.version: PSK0QU-01800E
+ dmi.sys.vendor: TOSHIBA

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/1087919/+attachment/3455202/+files/AcpiTables.txt

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

Title:
  Battery Display Icon Not Functioning

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

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


[Bug 1087919] BootDmesg.txt

2012-12-09 Thread Jacob Christopherson
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1087919/+attachment/3455204/+files/BootDmesg.txt

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

Title:
  Battery Display Icon Not Functioning

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

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


[Bug 1087919] CRDA.txt

2012-12-09 Thread Jacob Christopherson
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1087919/+attachment/3455205/+files/CRDA.txt

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

Title:
  Battery Display Icon Not Functioning

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

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


[Bug 1087919] Card0.Amixer.values.txt

2012-12-09 Thread Jacob Christopherson
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/1087919/+attachment/3455206/+files/Card0.Amixer.values.txt

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

Title:
  Battery Display Icon Not Functioning

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

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


[Bug 1087919] Card0.Codecs.codec.0.txt

2012-12-09 Thread Jacob Christopherson
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/1087919/+attachment/3455207/+files/Card0.Codecs.codec.0.txt

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

Title:
  Battery Display Icon Not Functioning

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

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


[Bug 1087919] CurrentDmesg.txt

2012-12-09 Thread Jacob Christopherson
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1087919/+attachment/3455208/+files/CurrentDmesg.txt

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

Title:
  Battery Display Icon Not Functioning

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

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


[Bug 1087919] IwConfig.txt

2012-12-09 Thread Jacob Christopherson
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1087919/+attachment/3455209/+files/IwConfig.txt

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

Title:
  Battery Display Icon Not Functioning

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

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


[Bug 1087919] Lspci.txt

2012-12-09 Thread Jacob Christopherson
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1087919/+attachment/3455210/+files/Lspci.txt

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

Title:
  Battery Display Icon Not Functioning

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

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


[Bug 1087919] Lsusb.txt

2012-12-09 Thread Jacob Christopherson
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1087919/+attachment/3455211/+files/Lsusb.txt

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

Title:
  Battery Display Icon Not Functioning

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

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


[Bug 1087919] PciMultimedia.txt

2012-12-09 Thread Jacob Christopherson
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/1087919/+attachment/3455212/+files/PciMultimedia.txt

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

Title:
  Battery Display Icon Not Functioning

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

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


[Bug 1087919] ProcCpuinfo.txt

2012-12-09 Thread Jacob Christopherson
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1087919/+attachment/3455213/+files/ProcCpuinfo.txt

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

Title:
  Battery Display Icon Not Functioning

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

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


[Bug 1087919] ProcInterrupts.txt

2012-12-09 Thread Jacob Christopherson
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1087919/+attachment/3455214/+files/ProcInterrupts.txt

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

Title:
  Battery Display Icon Not Functioning

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

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


[Bug 1087919] PulseList.txt

2012-12-09 Thread Jacob Christopherson
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1087919/+attachment/3455216/+files/PulseList.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Battery Display Icon Not Functioning

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

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


[Bug 1087919] ProcModules.txt

2012-12-09 Thread Jacob Christopherson
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1087919/+attachment/3455215/+files/ProcModules.txt

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

Title:
  Battery Display Icon Not Functioning

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

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


[Bug 1085351] Re: [patch] Add support for 2001:3c1e (D-Link DWA-125 rev B1) USB Wi-Fi adapter

2012-12-09 Thread Maia Kozheva
Sent to linux-wireless:

http://marc.info/?l=linux-wirelessm=135504544713528w=2

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

Title:
  [patch] Add support for 2001:3c1e (D-Link DWA-125 rev B1) USB Wi-Fi
  adapter

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

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


[Bug 1088147] [NEW] Intel 915GM/GMA900 upgrade fails 12.04-12.10

2012-12-09 Thread Harald Rudell
Public bug reported:

A 915GM machine using GMA900 does not work with the intel X driver.

After update, from kernel messages Ubuntu goes to black screen:
end of Xorg.0.log:
[   361.903] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,...
[   361.911] (II) VESA: driver for VESA chipsets: vesa
[   361.911] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   361.911] (II) FBDEV: driver for framebuffer: fbdev
[   361.911] (++) using VT number 7

fix:
sudo dpkg-reconfigure Xorg
restart

then X in low-res, failsafe mode.
end of xorg log (further after the above printouts):
[  1844.910] (II) intel(0): using device path '/dev/dri/card0'
[  1844.910] (WW) Falling back to old probe method for vesa
[  1844.910] (WW) Falling back to old probe method for modesetting
[  1844.910] (WW) Falling back to old probe method for fbdev
[  1844.910] (II) Loading sub module fbdevhw
[  1844.910] (II) LoadModule: fbdevhw
[  1844.910] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  1844.918] (II) Module fbdevhw: vendor=X.Org Foundation
[  1844.918]compiled for 1.13.0, module version = 0.0.2
[  1844.918]ABI class: X.Org Video Driver, version 13.0
[  1844.919] (II) intel(0): Creating default Display subsection in Screen 
section
Default Screen Section for depth/fbbpp 24/32
[  1844.919] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  1844.919] (==) intel(0): RGB weight 888
[  1844.919] (==) intel(0): Default visual is TrueColor
[  1844.919] (--) intel(0): Integrated Graphics Chipset: Intel(R) 915GM
[  1844.919] (**) intel(0): Relaxed fencing disabled
[  1844.919] (**) intel(0): Wait on SwapBuffers? enabled
[  1844.919] (**) intel(0): Triple buffering? enabled
[  1844.919] (**) intel(0): Framebuffer tiled
[  1844.919] (**) intel(0): Pixmaps tiled
[  1844.919] (**) intel(0): 3D buffers tiled
[  1844.919] (**) intel(0): SwapBuffers wait enabled
[  1844.919] (==) intel(0): video overlay key set to 0x101fe
[  1844.919] (EE) intel(0): failed to get resources: Invalid argument
[  1844.919] (II) UnloadModule: intel
[  1844.919] (EE) Screen(s) found, but none have a usable configuration.
[  1844.919] 
Fatal server error:
[  1844.919] no screens found
[  1844.919] (EE) 
Please consult the The X.Org Foundation support 
 at http://wiki.x.org
 for help. 
[  1844.919] (EE) Please also check the log file at /var/log/Xorg.1.log for 
additional information.
[  1844.919] (EE) 
[  1844.935] Server terminated with error (1). Closing log file.

Since the Intel graphics don't work, here's a get-around:
create /etc/X11/xorg.conf:
Section Device
   Identifier Intel GMA900
   Driver fbdev
EndSection

X now works, but intel driver doesn't

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-20.31-generic 3.5.7.1
Uname: Linux 3.5.0-20-generic i686
.tmp.unity.support.test.1:
 
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDmesg:
 [   45.418801] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery 
directory
 [   45.440580] NFSD: starting 90-second grace period
 [   48.086382] init: plymouth-stop pre-start process (2582) terminated with 
status 1
 [  108.032021] Marking TSC unstable due to cpufreq changes
 [  108.032081] Switching to clocksource hpet
Date: Sun Dec  9 01:35:38 2012
DistUpgraded: 2012-12-08 22:37:40,901 DEBUG enabling apt cron job
DistroCodename: quantal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller 
[8086:2592] (rev 04) (prog-if 00 [VGA controller])
   Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:3041]
   Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:3041]
MachineType: Shuttle Inc SD11V10
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-20-generic 
root=/dev/mapper/hostname-rfs ro quiet
SourcePackage: xserver-xorg-video-intel
UpgradeStatus: Upgraded to quantal on 2012-12-09 (0 days ago)
XorgConf:
 Section Device
Identifier Intel GMA3600
Driver fbdev
 EndSection
dmi.bios.date: 03/24/2006
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: FD11V10
dmi.board.vendor: Shuttle Inc
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd03/24/2006:svnShuttleInc:pnSD11V10:pvr:rvnShuttleInc:rnFD11V10:rvr:cvn:ct3:cvr:
dmi.product.name: SD11V10
dmi.sys.vendor: Shuttle Inc
version.compiz: compiz 1:0.9.8.4+bzr3412-0ubuntu0.1
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2

[Bug 1000679] Re: Xubuntu 12.04: polkit-gnome-1-WARNING

2012-12-09 Thread James Stewart Miller
just reinstalled python-keyring which was updated recently and rebooted - 
environment variable is now set fine but I still have the .xsession-error as 
reported above.
Before I did this I was getting gcr-prompter asking for a login password to add 
to the keyring, starting at seemingly random intervals.   I have not had this 
appearing since I restarted 10 minutes ago.

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

Title:
  Xubuntu 12.04: polkit-gnome-1-WARNING

To manage notifications about this bug go to:
https://bugs.launchpad.net/policykit-1-gnome/+bug/1000679/+subscriptions

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


[Bug 1088150] [NEW] KDE 4.9.4 refreshes screen brightness rapidly

2012-12-09 Thread blubman
Public bug reported:

After the chosen time for dimming the screen (in power management) the
screen-brightness continues to change between 100% and the chosen value
with a frequency way under 1/s.

Disabling the setting in the power manager does not help, restarting
display manager does not help, rebooting helps from time to time.

** Affects: 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/1088150

Title:
  KDE 4.9.4 refreshes screen brightness rapidly

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

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


[Bug 1000679] Re: Xubuntu 12.04: polkit-gnome-1-WARNING

2012-12-09 Thread James Stewart Miller
no - sods law - as soon as I posted the above comment, gcr prompter
showed up and something has reset the gnome-keyring-daemon pid and the
gnome keyring file in /run/user/user-name/ but has not changed the
associated environment variables.  It did this at the same time as I
started the ubuntu software centre although that might not be related.

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

Title:
  Xubuntu 12.04: polkit-gnome-1-WARNING

To manage notifications about this bug go to:
https://bugs.launchpad.net/policykit-1-gnome/+bug/1000679/+subscriptions

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


[Bug 702418] Re: Two power managers started

2012-12-09 Thread Girish Sanenahalli
** Changed in: gnome-power-manager (Ubuntu)
   Status: Triaged = In Progress

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

Title:
  Two power managers started

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

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


[Bug 44010] Re: Feature request : shortcut to save session while logging out

2012-12-09 Thread Girish Sanenahalli
** Changed in: gnome-session (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  Feature request : shortcut to save session while logging out

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

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


[Bug 1085711] Re: Right-click Extract Here fails consistently

2012-12-09 Thread Julien Lavergne
*** This bug is a duplicate of bug 978789 ***
https://bugs.launchpad.net/bugs/978789

** This bug has been marked a duplicate of bug 978789
   file-roller crashed with SIGABRT in __libc_message()

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

Title:
  Right-click  Extract Here fails consistently

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

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


[Bug 1072406] Re: /usr/lib/evolution/evolution-calendar-factory consume 99% cpu

2012-12-09 Thread Daniel van Vugt
Added workaround:
sudo apt-get remove evolution-data-server

Warning: That will remove:
evolution-data-server gnome-contacts libfolks-eds25


** Changed in: evolution-data-server (Ubuntu)
   Importance: Undecided = High

** Changed in: evolution-data-server (Ubuntu)
   Importance: High = Critical

** Also affects: ubuntu-power-consumption
   Importance: Undecided
   Status: New

** Changed in: ubuntu-power-consumption
   Status: New = Confirmed

** Description changed:

- evolution-calendar-factory of process  consume 99% cpu ,I can't find
- why, current
+ /usr/lib/evolution/evolution-calendar-factory consumes 100% CPU.
+ Confirmed on multiple desktops, laptops and Nexus 7.
+ 
+ Workaround:
+ sudo apt-get remove evolution-data-server

** Changed in: evolution-data-server (Ubuntu)
Milestone: None = ubuntu-13.04-month-2

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

Title:
  /usr/lib/evolution/evolution-calendar-factory consume 99% cpu

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

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


[Bug 1069199] Re: 1002:682f Unity does not start after installing fglrx-updates Radeon HD 7700M Series

2012-12-09 Thread chisao
*** This bug is a duplicate of bug 1068404 ***
https://bugs.launchpad.net/bugs/1068404

@Nick 
I also tried the 7 steps and it works. But I have this problemOn first boot 
ubuntu X fails and tells me to choose low graphics session or reconfigure or 
exit to console login. If I reboot then it starts ok without any problemWhy 
does it need a reboot to work? 

And something else. After this bug gets fixed should I remove this ppa
and continue using ubuntu's xserver-xorg-video-intel and that's it?
Using your ppa changes only those packages?Xserver-xorg-video-intel and
fglrx*???

And one last thingAre you greek :)

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

Title:
  1002:682f Unity does not start after installing fglrx-updates Radeon
  HD 7700M Series

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

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


[Bug 967003] Re: virt-manager0.9.0-1ubuntu3 switches owner of .iso files to libvirt-qemu automatically

2012-12-09 Thread melchiaros
** Tags added: raring

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

Title:
  virt-manager0.9.0-1ubuntu3 switches owner of .iso files to libvirt-
  qemu automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/virt-manager/+bug/967003/+subscriptions

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


[Bug 702418] Re: Two power managers started

2012-12-09 Thread Girish Sanenahalli
** Changed in: gnome-power-manager (Ubuntu)
 Assignee: Girish Sanenahalli (girish-cs7036) = (unassigned)

** Changed in: gnome-power-manager (Ubuntu)
   Status: In Progress = Confirmed

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

Title:
  Two power managers started

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

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


[Bug 702418] Re: Two power managers started

2012-12-09 Thread karthik
** Changed in: gnome-power-manager (Ubuntu)
 Assignee: (unassigned) = karthik (karthik543v)

** Changed in: gnome-power-manager (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  Two power managers started

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

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


[Bug 1027694] Re: Numlock setting not preserved by grub

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

** Changed in: grub2 (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/1027694

Title:
  Numlock setting not preserved by grub

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

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


[Bug 1088054] Re: Release notes firefox has no minimise, maximise, close buttons

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

** Changed in: ubiquity (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/1088054

Title:
  Release notes firefox has no minimise, maximise, close buttons

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

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


[Bug 372875] Re: Print and preview does not work anymore after upgrading to jaunty

2012-12-09 Thread Rolf Leggewie
marking invalid as per
https://bugzilla.gnome.org/show_bug.cgi?id=582631#c4

** Changed in: evolution (Ubuntu)
   Status: Triaged = Invalid

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

Title:
  Print and preview does not work anymore after upgrading to jaunty

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

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


[Bug 1] the truth

2012-12-09 Thread »John«
http://meandubuntu.wordpress.com/ms-and-floss/
Please read this VERY carefully and cover to cover.
The truth is actually very simple - it's not bugs (notice that bugs in
proprietary crap never really stopped established proprietary crap vendors
and neither did their approach to fixing them), the lack of marketing
(notice how impossibly hard it is to make a dent in ANDROID after it was
here first and managed to actually take off and the extremely poor
standing of Winblow$ Phone despite all the hype) or anything else along
these lines that's holding the adoption of free software.
The root cause of most of our problems is that THOSE WHO STAND TO PROFIT
FROM THE CURRENT STATUS QUO WILL STOP AT NOTHING TO MAINTAIN THEIR PROFITS.
It doesn't even have to be LEGAL - all that matters is that all the dirt
stays well hidden because nobody gets prosecuted for something nobody knows
or cares about.

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

Title:
  Microsoft has a majority market share

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

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


[Bug 1087986] [NEW] indicator-weather crashed with AttributeError in export_location_details(): Location instance has no attribute 'location_code'

2012-12-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

after latest updates, there is no possible to set new location in
weather indicator applet

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: indicator-weather 12.07.30~precise1 [origin: 
LP-PPA-weather-indicator-team]
ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31
Uname: Linux 3.2.0-33-generic x86_64
ApportVersion: 2.0.1-0ubuntu15
Architecture: amd64
CrashDB: indicator_weather
Date: Sat Dec  8 15:11:22 2012
ExecutablePath: /usr/bin/indicator-weather
InstallationMedia: This
InterpreterPath: /usr/bin/python2.7
MarkForUpload: True
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/bin/indicator-weather
PythonArgs: ['/usr/bin/indicator-weather']
SourcePackage: indicator-weather
ThirdParty: True
Title: indicator-weather crashed with AttributeError in 
export_location_details(): Location instance has no attribute 'location_code'
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Affects: indicator-weather (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-crash need-duplicate-check precise running-unity 
third-party-packages
-- 
indicator-weather crashed with AttributeError in export_location_details(): 
Location instance has no attribute 'location_code'
https://bugs.launchpad.net/bugs/1087986
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

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


[Bug 1088070] Re: Can't add locations

2012-12-09 Thread melchiaros
*** This bug is a duplicate of bug 1087986 ***
https://bugs.launchpad.net/bugs/1087986

** Also affects: weather-indicator
   Importance: Undecided
   Status: New

** This bug has been marked a duplicate of bug 1087986
   indicator-weather crashed with AttributeError in export_location_details(): 
Location instance has no attribute 'location_code'

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

Title:
  Can't add locations

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/1088070/+subscriptions

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


[Bug 1068404] Re: Low graphics mode in Hybrid ATI/Intel GPU systems after fglrx upgrade

2012-12-09 Thread Kornel Nagy
Hi Nick, 
I am also going to test on an Alienware mx17r3, which has an hybrid system 
Intel/ATI Radeon HD 6900M (dual) card.

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

Title:
  Low graphics mode in Hybrid ATI/Intel GPU systems after fglrx upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1068404/+subscriptions

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


[Bug 456594] Re: evolution crashed with SIGSEGV in pvl_head()

2012-12-09 Thread Rolf Leggewie
*** This bug is a duplicate of bug 900534 ***
https://bugs.launchpad.net/bugs/900534

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

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

Title:
  evolution crashed with SIGSEGV in pvl_head()

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

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


[Bug 1087986] Re: indicator-weather crashed with AttributeError in export_location_details(): Location instance has no attribute 'location_code'

2012-12-09 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 821233 ***
https://bugs.launchpad.net/bugs/821233

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: indicator-weather (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/1087986

Title:
  indicator-weather crashed with AttributeError in
  export_location_details(): Location instance has no attribute
  'location_code'

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/1087986/+subscriptions

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


[Bug 1088154] [NEW] LDAP support broken in rpc.idmapd

2012-12-09 Thread Ashish SHUKLA
Public bug reported:

Hi,

I'm trying to use LDAP support in rpc.idmapd, and I get following
errors:

% tail -6 /var/log/daemon.log
Dec  9 10:18:53 bk0-srv rpc.idmapd[24360]: libnfsidmap: using domain: domain.tld
Dec  9 10:18:53 bk0-srv rpc.idmapd[24360]: libnfsidmap: Realms list: 
'DOMAIN.TLD'
Dec  9 10:18:53 bk0-srv rpc.idmapd[24360]: libnfsidmap: processing 'Method' list
Dec  9 10:18:53 bk0-srv rpc.idmapd[24360]: umichldap_init: Missing required 
information: LDAP_server LDAP_base
Dec  9 10:18:53 bk0-srv rpc.idmapd[24360]: libnfsidmap: Failed in 
/lib/libnfsidmap/umich_ldap.so's init(), returned -1
Dec  9 10:18:53 bk0-srv rpc.idmapd[24360]: libnfsidmap: requested translation 
method, 'umich_ldap', is not available

Following is idmapd.conf(5):

% cat /etc/idmapd.conf
[General]

Verbosity = 10
Pipefs-Directory = /run/rpc_pipefs
Domain = domain.tld
# set your own domain here, if id differs from FQDN minus hostname
# Domain = localdomain

[Translation]

Method = umich_ldap, nsswitch

[UMICH_SCHEMA]

LDAP_server = ldap.domain.tld
LDAP_base = dc=domain,dc=tld

[Mapping]

Nobody-User = nobody
Nobody-Group = nogroup

I'm not sure why rpc.idmapd complains about lack of LDAP_server,
LDAP_base keys when they're present in the corresponding section
(UMICH_SCHEMA)

Thanks in advance

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


** Tags: ldap

** Description changed:

  Hi,
  
  I'm trying to use LDAP support in rpc.idmapd, and I get following
  errors:
  
  % tail -6 /var/log/daemon.log
- Dec  9 10:18:53 bk0-srv rpc.idmapd[24360]: libnfsidmap: using domain: noida.di
- Dec  9 10:18:53 bk0-srv rpc.idmapd[24360]: libnfsidmap: Realms list: 
'DOMAIN.TLD' 
+ Dec  9 10:18:53 bk0-srv rpc.idmapd[24360]: libnfsidmap: using domain: 
domain.tld
+ Dec  9 10:18:53 bk0-srv rpc.idmapd[24360]: libnfsidmap: Realms list: 
'DOMAIN.TLD'
  Dec  9 10:18:53 bk0-srv rpc.idmapd[24360]: libnfsidmap: processing 'Method' 
list
- Dec  9 10:18:53 bk0-srv rpc.idmapd[24360]: umichldap_init: Missing required 
information: LDAP_server LDAP_base 
+ Dec  9 10:18:53 bk0-srv rpc.idmapd[24360]: umichldap_init: Missing required 
information: LDAP_server LDAP_base
  Dec  9 10:18:53 bk0-srv rpc.idmapd[24360]: libnfsidmap: Failed in 
/lib/libnfsidmap/umich_ldap.so's init(), returned -1
  Dec  9 10:18:53 bk0-srv rpc.idmapd[24360]: libnfsidmap: requested translation 
method, 'umich_ldap', is not available
  
  Following is idmapd.conf(5):
  
  % cat /etc/idmapd.conf
  [General]
  
  Verbosity = 10
  Pipefs-Directory = /run/rpc_pipefs
  Domain = domain.tld
  # set your own domain here, if id differs from FQDN minus hostname
  # Domain = localdomain
  
  [Translation]
  
  Method = umich_ldap, nsswitch
  
  [UMICH_SCHEMA]
  
  LDAP_server = ldap.domain.tld
  LDAP_base = dc=domain,dc=tld
  
  [Mapping]
  
  Nobody-User = nobody
  Nobody-Group = nogroup
  
- 
  I'm not sure why rpc.idmapd complains about lack of LDAP_server,
  LDAP_base keys when they're present in the corresponding section
  (UMICH_SCHEMA)
  
  Thanks in advance

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

Title:
  LDAP support broken in rpc.idmapd

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

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


[Bug 1088153] [NEW] evolution is slow to start

2012-12-09 Thread Rolf Leggewie
Public bug reported:

after updating from lucid to precise, evolution is now very slow to
start up.  It grabs one core of my netbook and takes about two minutes
before a window is displayed, consuming about 90 seconds CPU time and
leaving the user wondering what is going on.

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


** Tags: precise

** Description changed:

- after updating to precise evolution is now very slow to start up.  It
- grabs one core of my netbook and takes about two minutes before a window
- is displayed, consuming about 90 seconds CPU time and leaving the user
- wondering what is going on.
+ after updating from lucid to precise, evolution is now very slow to
+ start up.  It grabs one core of my netbook and takes about two minutes
+ before a window is displayed, consuming about 90 seconds CPU time and
+ leaving the user wondering what is going on.

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

Title:
  evolution is slow to start

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

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


[Bug 1088070] Re: Can't add locations

2012-12-09 Thread Apport retracing service
*** This bug is a duplicate of bug 821233 ***
https://bugs.launchpad.net/bugs/821233

** This bug is no longer a duplicate of bug 1087986
   indicator-weather crashed with AttributeError in export_location_details(): 
Location instance has no attribute 'location_code'
** This bug has been marked a duplicate of bug 821233
   indicator-weather crashed with AttributeError in export_location_details(): 
Location instance has no attribute 'location_code'

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

Title:
  Can't add locations

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/1088070/+subscriptions

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


[Bug 1087986] Re: indicator-weather crashed with AttributeError in export_location_details(): Location instance has no attribute 'location_code'

2012-12-09 Thread melchiaros
*** This bug is a duplicate of bug 821233 ***
https://bugs.launchpad.net/bugs/821233

In respect that the indicator-weather version used on this report

and in respect to

https://bugs.launchpad.net/weather-indicator/+bug/1088070

which is marked as duplicate here and that was direct filed against the 
Ubuntu13.04 Ubuntu indicator-weather package
this report will be taged as raring.

** Project changed: weather-indicator = indicator-weather (Ubuntu)

** Changed in: indicator-weather (Ubuntu)
   Status: New = Confirmed

** Also affects: weather-indicator
   Importance: Undecided
   Status: New

** Tags added: raring

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

Title:
  indicator-weather crashed with AttributeError in
  export_location_details(): Location instance has no attribute
  'location_code'

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/1087986/+subscriptions

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


[Bug 1087986] Re: indicator-weather crashed with AttributeError in export_location_details(): Location instance has no attribute 'location_code'

2012-12-09 Thread melchiaros
*** This bug is a duplicate of bug 821233 ***
https://bugs.launchpad.net/bugs/821233

In respect that 5 people are affected and the stacktrace of this report
and the marked dublicate are the same the status of the upstream report
will be set to confirmed.

** Changed in: weather-indicator
   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/1087986

Title:
  indicator-weather crashed with AttributeError in
  export_location_details(): Location instance has no attribute
  'location_code'

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/1087986/+subscriptions

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


[Bug 1087986] Re: indicator-weather crashed with AttributeError in export_location_details(): Location instance has no attribute 'location_code'

2012-12-09 Thread Apport retracing service
*** This bug is a duplicate of bug 821233 ***
https://bugs.launchpad.net/bugs/821233

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 #821233, 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

** Changed in: indicator-weather (Ubuntu)
   Importance: Undecided = Medium

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1087986/+attachment/3454750/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1087986/+attachment/3454751/+files/ProcStatus.txt

** This bug has been marked a duplicate of bug 821233
   indicator-weather crashed with AttributeError in export_location_details(): 
Location instance has no attribute 'location_code'

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

Title:
  indicator-weather crashed with AttributeError in
  export_location_details(): Location instance has no attribute
  'location_code'

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/1087986/+subscriptions

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


[Bug 821233] Re: indicator-weather crashed with AttributeError in export_location_details(): Location instance has no attribute 'location_code'

2012-12-09 Thread Apport retracing service
** Tags added: precise raring

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

Title:
  indicator-weather crashed with AttributeError in
  export_location_details(): Location instance has no attribute
  'location_code'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/821233/+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   >