[Bug 994887] Re: Nodes listing does not support sorting

2012-10-19 Thread Dimiter Naydenov
** Changed in: maas
   Status: Triaged = In Progress

** Changed in: maas
 Assignee: (unassigned) = Dimiter Naydenov (dimitern)

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

Title:
  Nodes listing does not support sorting

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/994887/+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 994887] Re: Nodes listing does not support sorting

2012-10-19 Thread Dimiter Naydenov
** Branch linked: lp:~dimitern/maas/bug-994887-nodes-listing-does-not-
support-sorting

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

Title:
  Nodes listing does not support sorting

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/994887/+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 1064835] Re: keystoneclient fails on SSL certificates that work for other services

2012-10-19 Thread Alan Pevec
So does the following fix this issue?

--- a/keystoneclient/shell.py
+++ b/keystoneclient/shell.py
@@ -131,7 +131,7 @@ class OpenStackIdentityShell(object):
 
 parser.add_argument('--os-cacert',
 metavar='ca-certificate',
-default=env('OS_CA_CERT'),
+default=env('OS_CA_CERT', default=None),
 help='Defaults to env[OS_CACERT]')
 parser.add_argument('--os_cacert',
 help=argparse.SUPPRESS)


or more generic:

--- a/keystoneclient/shell.py
+++ b/keystoneclient/shell.py
@@ -42,7 +42,7 @@ def env(*vars, **kwargs):
 value = os.environ.get(v, None)
 if value:
 return value
-return kwargs.get('default', '')
+return kwargs.get('default', None)
 
 
 class OpenStackIdentityShell(object):

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

Title:
  keystoneclient fails on SSL certificates that work for other services

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1064835/+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 1058669] Re: htmlentities returns nothing

2012-10-19 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

From the manual at http://php.net/manual/en/function.htmlentities.php:

htmlentities() takes an optional third argument encoding which defines
encoding used in conversion. If omitted, the default value for this
argument is ISO-8859-1 in versions of PHP prior to 5.4.0, and UTF-8 from
PHP 5.4.0 onwards. Although this argument is technically optional, you
are highly encouraged to specify the correct value for your code.

As the default encoding is documented to have changed between 5.3.10
(12.04) and 5.4.6 (12.10), my understanding of the manual is that what
you're seeing is expected, and if you want to decode ISO-8859-1 then you
are required to specify your encoding as you have described.

Since this appears to be expected behaviour and not a bug, I'm marking
this bug as Invalid. If this is wrong, please do comment and reopen.

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

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

Title:
  htmlentities returns nothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1058669/+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 1060900] Re: HTTP proxy config being created in /etc/apt/apt.conf on nodes

2012-10-19 Thread Robie Basak
Marking Incomplete pending response.

** Changed in: maas (Ubuntu)
   Status: New = Incomplete

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

Title:
  HTTP proxy config being created in /etc/apt/apt.conf on nodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1060900/+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 1048787] Re: slapd gives assertions for valid configuration

2012-10-19 Thread Mattias Ellert
** Attachment added: Simple test case. See the included README file for 
details.
   
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1048787/+attachment/3404074/+files/slapd-test.tar.gz

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

Title:
  slapd gives assertions for valid configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1048787/+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 1048787] Re: slapd gives assertions for valid configuration

2012-10-19 Thread Mattias Ellert
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  slapd gives assertions for valid configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1048787/+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 1037607] Re: vmbuilder completely fails on Quantal due to kernel pae detection failure

2012-10-19 Thread Juha Erkkilä
I can also reproduce the problem. The problem is that /proc mounts and
unmounts before the kernel is installed, and the kernel package assumes
/proc is mounted. Here's some log actions:

2012-10-19 15:39:55,701 DEBUG   : ['chroot', '/virtualtmp/tmpPq2rS0', 'mount', 
'-t', 'proc', 'proc', '/proc']
2012-10-19 15:40:09,171 DEBUG   : ['umount', '/virtualtmp/tmpPq2rS0/proc']
2012-10-19 15:40:19,965 DEBUG   : Unpacking linux-image-3.5.0-17-generic (from 
.../linux-image-3.5.0-17-generic_3.5.0-17.28_i386.deb) ...

Attached is a patch that worked for me. One can also work around the
issue by explicitly installing linux-image-generic at an earlier stage
by providing --addpkg linux-image-generic option to vmbuilder.

** Patch added: an ugly hack to work around the problem
   
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1037607/+attachment/3404151/+files/usr_share_pyshared_VMBuilder_plugins_ubuntu_dapper.py.diff

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

Title:
  vmbuilder completely fails on Quantal due to kernel pae detection
  failure

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


Re: [Bug 1068433] Re: Collecting and plotting the uptime is pointless

2012-10-19 Thread Simon Déziel
On 12-10-19 01:07 AM, Kenyon Ralph wrote:
 To me, the usefulness comes from the longer-term graphs (week, month,
 year) which show you how stable the system is and the average uptime. It
 is also a good check of munin's network connectivity, as any network
 problems will appear as obvious breaks in the graph.

Thanks for the explanation. IMHO that still doesn't worth enabling it by
default but I agree this have some usefulness (other than drawing
triangles).

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

Title:
  Collecting and plotting the uptime is pointless

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


[Blueprint servercloud-q-open-attestation] OpenAttestation Integration with Ubuntu

2012-10-19 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items:
  [james-page] Setup team, PPA's and branch for packaging and charms: DONE
  [james-page] Package openattestation for Canonical partner archive: DONE
  [james-page] Write charm for openattestation: DONE
  UPSTREAM - fix issues with regards to separation between data and codebase: 
DONE
  UPSTREAM - fix issues with regards to separation of configuration from 
codebase: DONE
  UPSTREAM - Test 1.0 packages: DONE
  Test charms: BLOCKED
  [james-page] Update packaging to oat 1.5: DONE
  [james-page] Pull request for fixes to 1.5: DONE
  UPSTREAM - Test 1.5 packages: DONE
- [james-page] Final update for 1.5 release and upload to partner archive: 
INPROGRESS
+ [james-page] Final update for 1.5 release and upload to partner archive: DONE
+ [davewalker] partner archive review and acceptance: TODO

-- 
OpenAttestation Integration with Ubuntu
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-open-attestation

-- 
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 1057303] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.10 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 10

2012-10-19 Thread Serge Hallyn
Thanks for reporting this bug.  I will re-mark it against apt as it is
not a bug in samba.

Does it help if you do

   sudo apt-get install -f

?

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

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

Title:
  package samba-common 2:3.4.7~dfsg-1ubuntu3.10 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1057303/+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 1057303] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.10 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 10

2012-10-19 Thread Serge Hallyn
I am marking this bug Incomplete.  When you reply with the requested
information, please feel free to set the Status back to New.

** Package changed: samba (Ubuntu) = apt (Ubuntu)

** Changed in: apt (Ubuntu)
   Status: New = Incomplete

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

Title:
  package samba-common 2:3.4.7~dfsg-1ubuntu3.10 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1057303/+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 1020238] Re: nova client keeps asking for a keyring password

2012-10-19 Thread Dave Spano
In this mailing list response, Vish says you can use 
export OS_NO_CACHE=1 in your .bashrc to stop this behaviour. 

https://lists.launchpad.net/openstack/msg16095.html

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

Title:
  nova client keeps asking for a keyring password

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-novaclient/+bug/1020238/+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 1066935] [NEW] named.conf.rndc.maas is insecure by default

2012-10-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

After default installation the following permissions are applied:

-rw-r--r-- 1 maas root 193 Oct 15 14:37
/etc/bind/maas/named.conf.rndc.maas

This makes the bind communication key readable to all users of the
system

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: maas-dns 0.1+bzr1264+dfsg-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic i686
ApportVersion: 2.6.1-0ubuntu3
Architecture: i386
Date: Mon Oct 15 17:10:58 2012
InstallationMedia: Ubuntu-Server 12.10 Quantal Quetzal - Release i386 
(20121014)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: maas
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: maas (Ubuntu)
 Importance: Critical
 Status: In Progress


** Tags: apport-bug i386 quantal
-- 
named.conf.rndc.maas is insecure by default
https://bugs.launchpad.net/bugs/1066935
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to maas 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 1066935] Re: named.conf.rndc.maas is insecure by default

2012-10-19 Thread Raphaël Badin
The file permissions are actually handled in the package. Reassigning
this bug.

** Branch linked: lp:~rvb/maas/packaging.bug-1066935

** Project changed: maas = maas (Ubuntu)

** Changed in: maas (Ubuntu)
Milestone: 12.10-stabilization = None

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

Title:
  named.conf.rndc.maas is insecure by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1066935/+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 1037607] Re: vmbuilder completely fails on Quantal due to kernel pae detection failure

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

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

** Tags added: patch

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

Title:
  vmbuilder completely fails on Quantal due to kernel pae detection
  failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1037607/+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 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-10-19 Thread Martin Meredith
I've managed to hit this problem too.  Fresh install of Precise, updated
to latest everything as of today.

I then created a precise VM via vm-builder - and it would not get to
grub.

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

Title:
  KVM Guest Hangs at Booting from hard disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/946022/+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 1068417] Re: error of libvirt live-migrate using spice: Unable to read from monitor

2012-10-19 Thread Serge Hallyn
Hi,

these versions do not match what is in the archives.  Quantal has an
older libvirt and much newer qemu-kvm.  Please try with stock quantal
and let us know if that works.  (I won't be entirely surprised if it
does not, as Ive seen recent upstream commits about it)

I'm marking this bug invalid because you are not using the Ubuntu
packages, but note that the irc.oftc.net #virt irc channel should be a
good place to find help.

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

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

Title:
  error of libvirt live-migrate using spice: Unable to read from monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1068417/+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 1068304] Re: ssh not using gnome-ssh-askpass

2012-10-19 Thread Serge Hallyn
Thanks for reporting this bug.  I only see this behavior if I'm using
certain window managers, or if I'm ssh'd into another (or local) host.

Can you tell us which window manager you are using, and what 'dpkg -l |
grep ssh-askpass-gnome' shows?

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

** Changed in: openssh (Ubuntu)
   Status: New = Incomplete

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

Title:
  ssh not using gnome-ssh-askpass

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1068304/+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 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-10-19 Thread Martin Meredith
However, upgrading from oneiric works 

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

Title:
  KVM Guest Hangs at Booting from hard disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/946022/+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 1056363] Re: package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2012-10-19 Thread Serge Hallyn
* Stopping domain name service... bind9   ESC[80G 
/etc/resolvconf/update-libc.d/sendmail: 7: .: Can't open 
/usr/share/sendmail/dynamic
run-parts: /etc/resolvconf/update-libc.d/sendmail exited with return code 2
run-parts: /etc/resolvconf/update.d/libc exited with return code 1
invoke-rc.d: initscript bind9, action stop failed.
dpkg: error processing bind9 (--purge):
 subprocess installed pre-removal script returned error exit status 1

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

Title:
  package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1056363/+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 1056363] Re: package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2012-10-19 Thread Serge Hallyn
The /usr/share/sendmail/dynamic file which is missing is supposed to be
shipped by sendmail-base.

** Package changed: bind9 (Ubuntu) = sendmail (Ubuntu)

** Changed in: sendmail (Ubuntu)
   Importance: Undecided = High

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

Title:
  package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sendmail/+bug/1056363/+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 1068566] Re: Juju 0.6 incompatible with MAAS in precise

2012-10-19 Thread Ryan Finnie
** Also affects: juju (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Juju 0.6 incompatible with MAAS in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/1068566/+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 1065259] Update Released

2012-10-19 Thread Scott Kitterman
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  Enlistment fails if multiple MAC addresses are sent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas-enlist/+bug/1065259/+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 1065259] Re: Enlistment fails if multiple MAC addresses are sent

2012-10-19 Thread Launchpad Bug Tracker
This bug was fixed in the package maas-enlist - 0.4-0ubuntu1.3

---
maas-enlist (0.4-0ubuntu1.3) precise-proposed; urgency=low

   [ Scott Moser ]
   * debian/patches/04-fix-multiple-mac-enlist.patch: Fix to allow the
 enlistment of multiple MAC addresses. (LP: #1065259)
 -- Andres Rodriguez andres...@ubuntu.com   Thu, 11 Oct 2012 10:49:59 -0400

** Changed in: maas-enlist (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  Enlistment fails if multiple MAC addresses are sent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas-enlist/+bug/1065259/+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 1063946] Re: maas-enlist does not take power-type and power-params

2012-10-19 Thread Launchpad Bug Tracker
This bug was fixed in the package maas-enlist - 0.4-0ubuntu1.3

---
maas-enlist (0.4-0ubuntu1.3) precise-proposed; urgency=low

   [ Scott Moser ]
   * debian/patches/04-fix-multiple-mac-enlist.patch: Fix to allow the
 enlistment of multiple MAC addresses. (LP: #1065259)
 -- Andres Rodriguez andres...@ubuntu.com   Thu, 11 Oct 2012 10:49:59 -0400

** Changed in: maas-enlist (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  maas-enlist does not take power-type and power-params

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas-enlist/+bug/1063946/+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 1056816] Re: maas-enlist does not post subarch

2012-10-19 Thread Launchpad Bug Tracker
This bug was fixed in the package maas-enlist - 0.4-0ubuntu1.3

---
maas-enlist (0.4-0ubuntu1.3) precise-proposed; urgency=low

   [ Scott Moser ]
   * debian/patches/04-fix-multiple-mac-enlist.patch: Fix to allow the
 enlistment of multiple MAC addresses. (LP: #1065259)
 -- Andres Rodriguez andres...@ubuntu.com   Thu, 11 Oct 2012 10:49:59 -0400

** Changed in: maas-enlist (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  maas-enlist does not post subarch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas-enlist/+bug/1056816/+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 1064835] Re: keystoneclient fails on SSL certificates that work for other services

2012-10-19 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/14572

** Changed in: python-keystoneclient
   Status: Confirmed = In Progress

** Changed in: python-keystoneclient
 Assignee: (unassigned) = Sam Morrison (sorrison)

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

Title:
  keystoneclient fails on SSL certificates that work for other services

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1064835/+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 1068786] [NEW] man lxc-create doesn't example ${localstatedir}

2012-10-19 Thread Mike Carifio
Public bug reported:

man page for lxc-create doesn't resolve  ${localstatedir} to be /var so
its a little confusing where the lxc container is created. Which is
/var/lib/lxc/name.

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

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

Title:
  man lxc-create doesn't example  ${localstatedir}

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1068786/+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 1068786] Re: man lxc-create doesn't example ${localstatedir}

2012-10-19 Thread Serge Hallyn
Thanks for submitting this bug.

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

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

** Summary changed:

- man lxc-create doesn't example  ${localstatedir}
+ man lxc-create doesn't expand  ${localstatedir}

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

Title:
  man lxc-create doesn't expand  ${localstatedir}

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1068786/+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 1064835] Re: keystoneclient fails on SSL certificates that work for other services

2012-10-19 Thread Alan Pevec
Removing tag for backport, keystoneclient doesn't have stable/folsom
branch, all clients are trunk-only now (for better or worse).


** Tags removed: folsom-backport-potential

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

Title:
  keystoneclient fails on SSL certificates that work for other services

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1064835/+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 1068854] [NEW] Support option to disable TLS compression to protect against CRIME attack

2012-10-19 Thread Reed Loden
Public bug reported:

Upstream Apache recently committed a change to be in Apache 2.2.24 (not
yet released) that would allow for disabling TLS compression to protect
against the CRIME attack. As it's probably going to be a way before
2.2.24 is released, it would be great to backport this patch as a one-
off SRU to at least precise (LTS) and quantal until the new release.
There's also been some mention that supporting TLS compression is
possibly causing some people's PCI compliance tests to fail, so having
this option would be extremely useful to help pass their compliance
tests (plus just protecting against CRIME and CRIME-like attacks).

More info:
https://issues.apache.org/bugzilla/show_bug.cgi?id=53219
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674142
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689936
https://community.qualys.com/blogs/securitylabs/2012/09/14/crime-information-leakage-attack-against-ssltls
http://isecpartners.com/blog/2012/9/14/details-on-the-crime-attack.html

** Affects: apache2
 Importance: Unknown
 Status: Unknown

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

** Affects: apache2 (Debian)
 Importance: Unknown
 Status: Unknown

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-4929

** Bug watch added: Debian Bug tracker #674142
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674142

** Also affects: apache2 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674142
   Importance: Unknown
   Status: Unknown

** Bug watch added: Apache Software Foundation Bugzilla #53219
   http://issues.apache.org/bugzilla/show_bug.cgi?id=53219

** Also affects: apache2 via
   http://issues.apache.org/bugzilla/show_bug.cgi?id=53219
   Importance: Unknown
   Status: Unknown

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

Title:
  Support option to disable TLS compression to protect against CRIME
  attack

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1068854/+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 1068854] Re: Support option to disable TLS compression to protect against CRIME attack

2012-10-19 Thread Reed Loden
Note that Red Hat already supports a workaround [0] that allows for
disabling zlib at the OpenSSL layer, which prevents TLS compression
working in Apache. As far as I am aware, no such option exists for
Ubuntu, leaving users vulnerable until a new package is available.

[0] https://bugzilla.redhat.com/show_bug.cgi?id=857051#c5

** Bug watch added: Red Hat Bugzilla #857051
   https://bugzilla.redhat.com/show_bug.cgi?id=857051

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

Title:
  Support option to disable TLS compression to protect against CRIME
  attack

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1068854/+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 1068566] Re: Juju 0.6 incompatible with MAAS in precise

2012-10-19 Thread Serge Hallyn
** Changed in: juju (Ubuntu)
   Importance: Undecided = High

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

Title:
  Juju 0.6 incompatible with MAAS in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/1068566/+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 1067779] Re: missing pam_loginuid.so breaks getlogin()

2012-10-19 Thread Serge Hallyn
So should this actually be tasked to the libpam-runtime package (which
owns /etc/pam.d/common-auth) rather than cron, openssh and shadow?

** Changed in: cron (Ubuntu)
   Importance: Undecided = High

** Changed in: openssh (Ubuntu)
   Importance: Undecided = High

** Changed in: shadow (Ubuntu)
   Importance: Undecided = High

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

Title:
  missing pam_loginuid.so breaks getlogin()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cron/+bug/1067779/+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 1067332] Re: 'dkpg-reconfigure' conflates user existing for vhost existing

2012-10-19 Thread Serge Hallyn
** Changed in: maas (Ubuntu)
   Importance: Undecided = High

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

Title:
  'dkpg-reconfigure' conflates user existing for vhost existing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1067332/+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 1067522] Re: openssh-client / ssh does not set IP Type-of-service field

2012-10-19 Thread Serge Hallyn
Marking this confirmed due to the upstream report.

Thanks for filing the bug, and posting the patch!

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

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

** Also affects: openssh (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671075
   Importance: Unknown
   Status: Unknown

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

Title:
  openssh-client / ssh does not set IP Type-of-service field

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1067522/+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 1061996] Re: Can Not Create Samba Share

2012-10-19 Thread Serge Hallyn
This sounds like the same symptom as bug 513427.  Could you try editing
/etc/smb/smb.conf and adding

usershare owner only = no

then restart samba and see if that solves the error.  Please do let us
know here whether it does.

** Changed in: samba (Ubuntu)
   Status: New = Incomplete

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

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

Title:
  Can Not Create Samba Share

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1061996/+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 1058089] Re: Intel 5100 AGN (iwlwifi) hangs frequently -- intermittent operation

2012-10-19 Thread Serge Hallyn
Thanks, Andrej.   Were there any helpful messages in /var/log/syslog?

** Changed in: dnsmasq (Ubuntu)
   Importance: Undecided = Critical

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

Title:
  Intel 5100 AGN (iwlwifi) hangs frequently -- intermittent operation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1058089/+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 1058089] Re: Intel 5100 AGN (iwlwifi) hangs frequently -- intermittent operation

2012-10-19 Thread Serge Hallyn
I believe I have a laptop (out of reach at the moment) with iwlwifi.  if
so i'll see if i can reproduce.

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

Title:
  Intel 5100 AGN (iwlwifi) hangs frequently -- intermittent operation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1058089/+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 1067929] Re: maas-region-celeryd connects to the wrong queue.

2012-10-19 Thread Thiago Martins
Guys, please, this is annoying... Any news?!

I tried this change: '-Q celery,master' into '--queues=celery,master'
and it does not work... Even after 2 hours...

After, I re-installed MaaS from scratch and I edited that file during
the MaaS Server installation, before GRUB installtion, by changing to
TTY2 and editing it with: nano /target/usr/sbin/maas-region-celeryd

...and it works!! The 5 minutes message disappear...

After that, I found some DNS problems... There is too much bugs on every
single step I made with MaaS...

So, I re-installed it again from scratch, this time using two network
interfaces for my MaaS, I edited the maas-region-celeryd again during
the installation time, but, this time, I tried also this: dpkg-
reconfigure maas-region-controller to change my MaaS IP and this
problem (bug 1067929) appear again...

I'm sorry but, I'm sure that MaaS is not ready for production yet.

I'll join maas-devel mailing list to try to help... Because I liked this
idea very much and I'll use it a lot within my company. So, it MUST work
smoothly.

Cheers!
Thiago

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

Title:
  maas-region-celeryd connects to the wrong queue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1067929/+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 1022901] Re: Ubuntu 12.04 64bit Guest (qemu/kvm) dies randomly

2012-10-19 Thread Davide Guerri
*** This bug is a duplicate of bug 1025244 ***
https://bugs.launchpad.net/bugs/1025244

I also think this is not a duplicate of bug #1025244 although they might
be somewhat related to each other.

Same issue here: random internal error End of file from monitor and
graceful shutdown. No space issue on the VM

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

Title:
  Ubuntu 12.04 64bit Guest (qemu/kvm) dies randomly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1022901/+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 1056643] Re: maas-dhcp does not remove existing dhcp server

2012-10-19 Thread Serge Hallyn
** Changed in: maas (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  maas-dhcp does not remove existing dhcp server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1056643/+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 708395] Re: clamdscan can't scan anything

2012-10-19 Thread Serge Hallyn
** Changed in: clamav (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  clamdscan can't scan anything

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/708395/+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 1057347] Re: a2ensite suggest files which do not exist

2012-10-19 Thread Serge Hallyn
Thanks for reporting this bug, verified on my precise box.

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

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

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

Title:
  a2ensite suggest files which do not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1057347/+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 1057347] Re: a2ensite suggest files which do not exist

2012-10-19 Thread Serge Hallyn
This is done explicitly by _apache2_modsites when it filters its results
through 'sed -e 's/[.]conf$//''

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

Title:
  a2ensite suggest files which do not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1057347/+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 1022901] Re: Ubuntu 12.04 64bit Guest (qemu/kvm) dies randomly

2012-10-19 Thread Serge Hallyn
*** This bug is a duplicate of bug 1025244 ***
https://bugs.launchpad.net/bugs/1025244

@Davide,

what exactly do you mean by not a duplicate?  Do you mean your bug is
not caused by out of space?  If so, then again please file a new bug.

Technically I'd probably agree that this is not a duplicate of bug
1025244 - rather it is correct behavior (cleanly shutting down when
unable to get enough space) in the face of the other bug.  But this bug,
as filed by the submitter, is about shutdowns caused by lack of disk
space.

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

Title:
  Ubuntu 12.04 64bit Guest (qemu/kvm) dies randomly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1022901/+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 1065883] Re: ceph rbd username and secret should be configured in nova-compute, not passed from nova-volume/cinder

2012-10-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom-
proposed

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

Title:
  ceph rbd username and secret should be configured in nova-compute, not
  passed from nova-volume/cinder

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1065883/+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 1065785] Re: volume and snapshot IDs do not correctly map to UUIDs after folsom upgrade

2012-10-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom-
proposed

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

Title:
  volume and snapshot IDs do not correctly map to UUIDs after folsom
  upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1065785/+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 1062314] Re: do_refresh_security_group_rules in nova.virt.firewall is very slow

2012-10-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom-
proposed

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

Title:
  do_refresh_security_group_rules in nova.virt.firewall is very slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1062314/+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 1065883] Re: ceph rbd username and secret should be configured in nova-compute, not passed from nova-volume/cinder

2012-10-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/quantal-folsom

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

Title:
  ceph rbd username and secret should be configured in nova-compute, not
  passed from nova-volume/cinder

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1065883/+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 1065785] Re: volume and snapshot IDs do not correctly map to UUIDs after folsom upgrade

2012-10-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/quantal-folsom

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

Title:
  volume and snapshot IDs do not correctly map to UUIDs after folsom
  upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1065785/+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 1062314] Re: do_refresh_security_group_rules in nova.virt.firewall is very slow

2012-10-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/quantal-folsom

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

Title:
  do_refresh_security_group_rules in nova.virt.firewall is very slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1062314/+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 1058669] Re: htmlentities returns nothing

2012-10-19 Thread Th3Pr0ph3t
Expected or not, it does not work as before, then it does not work as expected, 
therefore it is a bug. And a valid one.
I cannot imagine a case where the expected returned value of a function is an 
empty string. Maybe it should raise an error if the encoding was not specified.

I think this bug was hastily marked as invalid.

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

Title:
  htmlentities returns nothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1058669/+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 488696] Re: syntax error in nsswitch config near [ syntax error ]

2012-10-19 Thread Mohammad Shamma
** Branch unlinked: lp:ubuntu/quantal/autofs

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

Title:
  syntax error in nsswitch config near [ syntax error ]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/488696/+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 1068304] Re: ssh not using gnome-ssh-askpass

2012-10-19 Thread Ryan Culpepper
I'm using compiz (the default).

Running dpkg -l | grep ssh-askpass-gnome produces one line:

ii  ssh-askpass-gnome 1:6.0p1-3ubuntu1
amd64interactive X program to prompt users for a passphrase for
ssh-add

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

Title:
  ssh not using gnome-ssh-askpass

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1068304/+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 1039009] Re: package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-10-19 Thread Launchpad Bug Tracker
[Expired for bind9 (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1039009/+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 1068455] [NEW] Package missing in 12.10

2012-10-19 Thread Christoph Dwertmann
Public bug reported:

Typo3 indirectly depends on libjs-swfupload, so the only way to install
the Typo3 packages at this time is to build libjs-swfupload from source
and install it.

It would be nice to have the package shipped with Ubuntu.

** Affects: libjs-swfupload (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/1068455

Title:
  Package missing in 12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjs-swfupload/+bug/1068455/+subscriptions

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


[Bug 1068454] [NEW] installer crash

2012-10-19 Thread nibbol
Public bug reported:

ubiquity crashed during install

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubiquity 2.10.20
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic x86_64
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
CasperVersion: 1.315
Date: Fri Oct 19 12:48:02 2012
LiveMediaBuild: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  installer crash

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

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


[Bug 1068422] Re: Skype unable to install

2012-10-19 Thread Arup
If I run that command I get

arup@arup-K53E:~$ apport-collect 1068422
ERROR: The launchpadlib Python module is not installed. This functionality is 
not available.

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

Title:
  Skype unable to install

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

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


[Bug 967604] Re: Extension does not support moving tabs between windows (activity tracking degenerates)

2012-10-19 Thread Maxim Ermilov
1. open firefox window with 2 tabs (gmail, any other)
2. open new firefox window
3. move gmail's tab to new window
expected result:
gmail's icon stays in launcher  behave correctly

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

Title:
  Extension does not support moving tabs between windows (activity
  tracking degenerates)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-firefox-extension/+bug/967604/+subscriptions

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


[Bug 1068456] [NEW] Depends on linux-headers-generic | linux-headers so linux-headers-3.5.0-17-generic is not installed kernel module is not built

2012-10-19 Thread Doug McMahon
Public bug reported:

linux-headers package is default installed but  linux-headers-generic 
(linux-headers-3.5.0-17-generic)  is not
So this is a big fail for users trying to install any of the nvidia-* until 
they figure out they'll need to manually install linux-headers-3.5.0-17-generic 
 first

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: nvidia-current 304.51.really.304.43-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Fri Oct 19 01:48:19 2012
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
DkmsStatus: nvidia-current, 304.43, 3.5.0-17-generic, x86_64: installed
GraphicsCard:
 NVIDIA Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Dell Device [1028:0209]
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017)
MachineType: Dell Inc. XPS M1330
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=ac8c24c4-5397-47ef-9a75-36ffbf547b85 ro quiet splash vt.handoff=7
SourcePackage: nvidia-graphics-drivers
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/26/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A15
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd12/26/2008:svnDellInc.:pnXPSM1330:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: XPS M1330
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.8.4-0ubuntu2
version.ia32-libs: ia32-libs N/A
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
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3

** Affects: nvidia-graphics-drivers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 quantal running-unity ubuntu

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

Title:
  Depends on linux-headers-generic | linux-headers so linux-
  headers-3.5.0-17-generic is not installed  kernel module is not built

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1068456/+subscriptions

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


[Bug 1068456] Re: Depends on linux-headers-generic | linux-headers so linux-headers-3.5.0-17-generic is not installed kernel module is not built

2012-10-19 Thread Doug McMahon
** Attachment added: Screenshot from 2012-10-19 01:43:06.png
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1068456/+attachment/3403678/+files/Screenshot%20from%202012-10-19%2001%3A43%3A06.png

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

Title:
  Depends on linux-headers-generic | linux-headers so linux-
  headers-3.5.0-17-generic is not installed  kernel module is not built

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1068456/+subscriptions

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


[Bug 1068422] Re: Skype unable to install

2012-10-19 Thread LocutusOfBorg
what if you try sudo apt-get install libqt4-dbus:i386

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

Title:
  Skype unable to install

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

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


[Bug 873703] Re: 11.04 PowerPC radeon r100 kms problem

2012-10-19 Thread Christopher M. Penalver
Jesse Grillo, thank you for reporting this and helping make Ubuntu better. 
Natty reached EOL on October 2012.
Please see this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases

We were wondering if this is still an issue in a supported release? If
so, could you please test for this with the latest development release
of Ubuntu? ISO CD images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Please let us know your results. Thank you for your understanding.

Helpful Bug Reporting Tips:
https://help.ubuntu.com/community/ReportingBugs

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

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

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

Title:
  11.04 PowerPC radeon r100 kms problem

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

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


[Bug 1068453] Re: colord-sane crashed with SIGABRT in raise()

2012-10-19 Thread Apport retracing service
*** This bug is a duplicate of bug 1065338 ***
https://bugs.launchpad.net/bugs/1065338

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 #1065338, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1068453/+attachment/3403651/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1068453/+attachment/3403653/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1068453/+attachment/3403654/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1068453/+attachment/3403655/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1068453/+attachment/3403656/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1068453/+attachment/3403657/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1068453/+attachment/3403658/+files/ThreadStacktrace.txt

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

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  colord-sane crashed with SIGABRT in raise()

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

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


[Bug 1068422] Re: Skype unable to install

2012-10-19 Thread LocutusOfBorg
I cannot reproduce on quantal i386, maybe libqt4-dbus i386 breaks
something on 64 bit environment (only in quantal)?

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

Title:
  Skype unable to install

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

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


[Bug 1067548] Re: Restarting hangs

2012-10-19 Thread Marius Kotsbak
Hey, why did you remove upstart? It is NOT confirmed that this issue is
caused by the kernel,  even though it seems to happen with upstream
kernels as well.

** Also affects: upstart (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/1067548

Title:
  Restarting hangs

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

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


Re: [Bug 877438] Re: [8xxx] Unity/compiz has sluggish performance on dual-head with nvidia driver

2012-10-19 Thread Falk
I still have real performance problems with this gfx card on 12.04... I
guess that we have passed the eol on it with unity/complz combo.
Today I get a replacement computer with another NVIDIA Card.. And it will
be interesting to see what happens then

...
Regards Falk
On Oct 19, 2012 4:41 AM, Daniel van Vugt daniel.van.v...@canonical.com
wrote:

 All -

 Performance bugs are almost always subjective and often vague. For this
 reason they are difficult to ever declare resolved.

 To ensure the bug you're commenting on actually represents your
 performance problem personally, and to ensure a quicker resolution, please
 log your own performance bugs:
 ubuntu-bug compiz

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/877438

 Title:
   [8xxx] Unity/compiz has sluggish performance on dual-head with nvidia
   driver

 Status in “compiz” package in Ubuntu:
   Confirmed
 Status in “nvidia-graphics-drivers” package in Ubuntu:
   Incomplete

 Bug description:
   When Unity/Compiz is running with the -nvidia driver and two monitors
   are connected, compiz and/or Xorg will consume CPU time  (50-90% typ.)
   with window activity (opening large numbers of windows, resizing,
   moving, etc.)

   Disabling Sync to VBlank appears not to help.

   Duplicate bug #737454 suggests it may be an issue specific to the
   NVIDIA 8xxx series cards with large resolution sizes.

   [Workarounds]
   The issue can be reliably worked around by either disabling one of the
 displays, or disabling the Unity Plugin in CompizConfig Settings Manager

   The nouveau driver on the same hardware typically does not have the
   performance issue (but may have other issues such as stability,
   rendering it not a valid workaround).

   Some have reported that upgrading to -nvidia 290.03 solves the
   problem; others report it has no effect.  See
   http://www.nvnews.net/vbulletin/showthread.php?p=2493300

   Some have reported that lowering the external monitor resolution to
   match the laptop LVDS resolution brings performance to acceptable
   levels.

   Description:  Ubuntu 11.10
   Release:  11.10
   --
   xorg:
 Installed: 1:7.6+7ubuntu7
 Candidate: 1:7.6+7ubuntu7
 Version table:
*** 1:7.6+7ubuntu7 0
   500 http://se.archive.ubuntu.com/ubuntu/ oneiric/main amd64
 Packages
   100 /var/lib/dpkg/status

   ProblemType: Bug
   DistroRelease: Ubuntu 11.10
   Package: xorg 1:7.6+7ubuntu7
   ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
   Uname: Linux 3.0.0-12-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  280.13  Wed Jul 27
 16:53:56 PDT 2011
GCC version:  gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
   .tmp.unity.support.test.0:

   ApportVersion: 1.23-0ubuntu3
   Architecture: amd64
   CompizPlugins:
 [core,bailer,detection,composite,opengl,compiztoolbox,decor,place,imgpng,gnomecompat,vpswitch,regex,resize,grid,mousepoll,scale,move,session,animation,unitymtgrabhandles,workarounds,wall,expo,ezoom,unityshell]
   CompositorRunning: compiz
   Date: Tue Oct 18 11:08:19 2011
   DistUpgraded: Log time: 2011-10-14 08:32:51.288330
   DistroCodename: oneiric
   DistroVariant: ubuntu
   DkmsStatus:
nvidia-current, 285.05.09, 3.0.0-12-generic, x86_64: installedError!
 Could not locate dkms.conf file.
File:  does not exist.

nvidia-current-updates, 280.13, 3.0.0-12-generic, x86_64: installed
   ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in
 Ubuntu
   GraphicsCard:
nVidia Corporation G86 [Quadro NVS 290] [10de:042f] (rev a1) (prog-if
 00 [VGA controller])
  Subsystem: nVidia Corporation Device [10de:0492]
   InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64
 (20110427.1)
   JockeyStatus:
kmod:nvidia_173 - NVIDIA binary Xorg driver, kernel module and VDPAU
 library (Proprietary, Disabled, Not in use)
kmod:nvidia_173_updates - NVIDIA binary Xorg driver, kernel module and
 VDPAU library (Proprietary, Disabled, Not in use)
kmod:nvidia_current_updates - nvidia_current_updates (Proprietary,
 Enabled, Not in use)
kmod:nvidia_current - nvidia_current (Proprietary, Enabled, Not in use)
   MachineType: Hewlett-Packard HP Compaq dc7800p Small Form Factor
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic
 root=UUID=f5c340d9-f04b-4bcd-b714-909faceebfda ro quiet splash vt.handoff=7
   SourcePackage: xorg
   UpgradeStatus: Upgraded to oneiric on 2011-10-14 (4 days ago)
   dmi.bios.date: 07/18/2007
   dmi.bios.vendor: Hewlett-Packard
   dmi.bios.version: 786F1 v01.04
   dmi.board.asset.tag: CZC8378X1V
   dmi.board.name: 0AA8h
   dmi.board.vendor: Hewlett-Packard
   dmi.chassis.asset.tag: CZC8378X1V
   dmi.chassis.type: 4
   dmi.chassis.vendor: 

[Bug 874694] Re: [i845] Resolution cannot be set higher than 640x480 and doesn't fit screen

2012-10-19 Thread Christopher M. Penalver
Ken Sharp, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO CD images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the kernel in the 
daily folder, but the one all the way at the bottom. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you tested 
and remove the tag:
needs-upstream-testing

This can be done by clicking on the yellow pencil icon next to the tag located 
at the bottom of the bug description and deleting the text:
needs-upstream-testing

If this bug is fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

If you are unable to test the mainline kernel, please comment as to why 
specifically you were unable to test it and add the following tags:
kernel-unable-to-test-upstream
kernel-unable-to-test-upstream-VERSION-NUMBER

Please let us know your results. Thank you for your understanding.

Marking Low due to WORKAROUND.

** Description changed:

  In Lubuntu 11.10 I cannot set the resolution higher than 640x480.  The
  screen clearly doesn't like this and doesn't fit the desktop.  See
- attached photo.
- 
- -PCI Devices-
- Host bridge   : Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM 
Controller/Host-Hub Interface (rev 03)
- VGA compatible controller : Intel Corporation 
82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03) (prog-if 
00 [VGA controller])
- USB Controller: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 02) (prog-if 00 [UHCI])
- USB Controller: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 02) (prog-if 00 [UHCI])
- USB Controller: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 02) (prog-if 00 [UHCI])
- USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) 
USB2 EHCI Controller (rev 02) (prog-if 20 [EHCI])
- PCI bridge: Intel Corporation 82801 PCI Bridge (rev 82) (prog-if 
00 [Normal decode])
- ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC 
Interface Bridge (rev 02)
- IDE interface : Intel Corporation 82801DB (ICH4) IDE Controller (rev 
02) (prog-if 8a [Master SecP PriP])
- SMBus : Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus 
Controller (rev 02)
- Multimedia audio controller   : Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 02)
- Modem : Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 
Modem Controller (rev 02) (prog-if 00 [Generic])
- Ethernet controller   : National Semiconductor Corporation DP83815 
(MacPhyter) Ethernet Controller
+ attached photo
+ 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/874694/+attachment/2545700/+files/2011-10-15%2000.59.24.jpg
+ .
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Sat Oct 15 00:43:38 2011
  InstallationMedia: Lubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  ProcEnviron:
-  LANGUAGE=en_GB:en
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_GB:en
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: No upgrade log present (probably fresh install)
- --- 
+ ---
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  DistroRelease: Ubuntu 11.10
  InstallationMedia: Lubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  Package: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
  PackageArchitecture: i386
  ProcEnviron:
-  LANGUAGE=en_GB:en
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_GB:en
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Tags:  oneiric
  Uname: Linux 3.0.0-12-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  

[Bug 1024884] Re: Bluetooth with AR9462 WLAN/BT-Combo don't work

2012-10-19 Thread Markus BUrvall
Some more inf, hope it helps.
But it doesn't seem to install a new driver..

dkms status
ar9462, 1.1, 3.2.0-29-generic, x86_64: built

/lib/firmware/ar3k$ ls
1020200AthrBT_0x01020001.dfuramps_0x01020200_26.dfu
3  AthrBT_0x01020200.dfuramps_0x01020200_40.dfu
30101  AthrBT_0x1102.dfuramps_0x1102_40.dfu
30101coex  ramps_0x01020001_26.dfu


uname -a
Linux ubuntu-01 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux

cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION=Ubuntu 12.04.1 LTS

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

Title:
  Bluetooth with AR9462 WLAN/BT-Combo don't work

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

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


[Bug 1] Re: Proprietary operating systems have a majority market share

2012-10-19 Thread Ma Xiaojun
The current ubuntu.com shows a laptop with one Super key covered with
Ubuntu logo and another unchanged, anyone?

-- 
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:
  Proprietary operating systems have 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 1031533] Re: ubuntu 12.04 version nonexistence

2012-10-19 Thread jezozwierzak
** Also 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/1031533

Title:
  ubuntu 12.04 version nonexistence

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

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


[Bug 1031533] Re: ubuntu 12.04 version nonexistence

2012-10-19 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/1031533

Title:
  ubuntu 12.04 version nonexistence

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

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


[Bug 950160] Re: Unity blocks other programs from binding globally to Super+* (* = any key)

2012-10-19 Thread Daniel van Vugt
** Changed in: unity/6.0
   Status: Confirmed = Triaged

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

Title:
  Unity blocks other programs from binding globally to Super+* (* = any
  key)

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

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


[Bug 875297] Re: Ubuntu installer hangs on Choose a picture screen. Never recovers. Installation not bootable.

2012-10-19 Thread Christopher M. Penalver
Dave H, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO CD images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please provide the information
following https://wiki.ubuntu.com/DebuggingUbiquity ?

Thank you for your understanding.

Assigning to package ubiquity. Please advise if incorrect procedure.

** Tags removed: apport-collected running-unity
** Tags added: needs-kernel-logs

** Tags removed: quantal
** Tags added: oneiric

** Description changed:

- The Ubuntu (now 12.10 alpha 2) installer hangs on the Choose a picture
- screen. It looks like trying to access the webcam has frozen the kernel.
- This means the installation never completes and is not usable even after
- a hard reset.
- 
- ORIGINAL DESCRIPTION:
- Downloaded 11.10 release. made a USB live edition. The install process stops 
at the 'Chose a picture' screen as the proceed button, I presume,  is off 
screen i.e below by 575 pixel vertical resolution.
+ Downloaded 11.10 release. made a USB live edition. The install process
+ stops at the 'Chose a picture' screen as the proceed button, I presume,
+ is off screen i.e below by 575 pixel vertical resolution.

** Attachment removed: AcpiTables.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215818/+files/AcpiTables.txt

** Attachment removed: BootDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215820/+files/BootDmesg.txt

** Attachment removed: AlsaDevices.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215819/+files/AlsaDevices.txt

** Attachment removed: CRDA.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215821/+files/CRDA.txt

** Attachment removed: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215822/+files/Card0.Amixer.values.txt

** Attachment removed: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215823/+files/Card0.Codecs.codec.0.txt

** Attachment removed: CurrentDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215824/+files/CurrentDmesg.txt

** Attachment removed: IwConfig.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215825/+files/IwConfig.txt

** Attachment removed: Lsusb.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215827/+files/Lsusb.txt

** Attachment removed: Lspci.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215826/+files/Lspci.txt

** Attachment removed: PciMultimedia.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215828/+files/PciMultimedia.txt

** Attachment removed: ProcCpuinfo.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215829/+files/ProcCpuinfo.txt

** Attachment removed: ProcInterrupts.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215830/+files/ProcInterrupts.txt

** Attachment removed: ProcModules.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215831/+files/ProcModules.txt

** Attachment removed: PulseList.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215832/+files/PulseList.txt

** Attachment removed: UdevDb.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215833/+files/UdevDb.txt

** Attachment removed: UdevLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215834/+files/UdevLog.txt

** Attachment removed: WifiSyslog.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/875297/+attachment/3215835/+files/WifiSyslog.txt

** Package changed: linux (Ubuntu) = ubiquity (Ubuntu)

** Changed in: ubiquity (Ubuntu)
   Importance: Critical = Undecided

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

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

Title:
  Ubuntu installer hangs on Choose a picture screen. Never recovers.
  Installation not bootable.

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

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


[Bug 938981] Re: Xorg freeze when starting Firefox

2012-10-19 Thread Mihaly Biro
The messages are produced by Apparmor, so its running.
Check for the presence of profile abstractions/nvidia
and open the profile usr.bin.firefox if the nvidia profile is included #include 
abstractions/nvidia

Apparmor profiles are located in /etc/apparmor.d/ and subdirectories.

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

Title:
  Xorg freeze when starting Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/938981/+subscriptions

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


[Bug 875517] Re: irq #17 disabling after waking up from hibernate

2012-10-19 Thread Christopher M. Penalver
madurax86, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, as per
http://support.asus.com/Download.aspx?SLanguage=enm=K42Jcp=3s=248 , a
new BIOS (216) is available. Could you please install this and comment
on if this changes anything?

If not, could you please provide the information following
https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume ?

As well, could you please confirm this issue exists with the latest
development release of Ubuntu? ISO CD images are available from
http://cdimage.ubuntu.com/daily-live/current/ . Please note that one
will need to install Ubuntu to test hibernate, as at this time,
hibernate does not work in a live environment. If the issue remains,
could you please run the following command from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the kernel in the 
daily folder, but the one all the way at the bottom. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you tested 
and remove the tag:
needs-upstream-testing

This can be done by clicking on the yellow pencil icon next to the tag located 
at the bottom of the bug description and deleting the text:
needs-upstream-testing

If this bug is fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

If you are unable to test the mainline kernel, please comment as to why 
specifically you were unable to test it and add the following tags:
kernel-unable-to-test-upstream
kernel-unable-to-test-upstream-VERSION-NUMBER

Please let us know your results. Thank you for your understanding.

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

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

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

Title:
  irq #17 disabling after waking up from hibernate

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

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


[Bug 1068389] Re: do-release-upgrade crashes when I want to see details

2012-10-19 Thread Jean-Baptiste Lallement
** Package changed: update-manager (Ubuntu) = ubuntu-release-upgrader
(Ubuntu)

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

Title:
  do-release-upgrade crashes when I want to see details

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1068389/+subscriptions

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


[Bug 1064354] Re: When running lightDM user locking doesnt work

2012-10-19 Thread Dmitry Shachnev
See also bug 1042907 and Robert Ancell's comments there.

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

Title:
  When running lightDM user locking doesnt work

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

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


[Bug 1064354] Re: When running lightDM user locking doesnt work

2012-10-19 Thread Tim
** Description changed:

- When running lightDM, the Lock option under the gnome-shell User Menu,
- does not work. Clicking on this does nothing but if you try to lock
- screen using keyboard (ctrl+alt+L) the it works and also all subsequent
- clicks on Lock option start to work.
+ [IMPACT]
+  * When running gnome-shell from lightDM, it is not possible to Lock screen 
or suspend from the user/system Menu.
+  
+  * This is due to gnome-screensaver no longer auto-starting when running a 
non-fallback 
+gnome-shell session. We need to explicitly start gnome-screensaver in this 
case.
  
- ProblemType: Bug
- DistroRelease: Ubuntu 12.10
+ [TESTCASE]
+  1. From lightDM log into a gnome-shell Session
+  2. From user Menu try to Lock or Suspend. It wont work.
+  3. using keyboard lock screen with ctrl+alt+L, this forces gnome-screensaver 
to start.
+  4. again try and lock or suspend and it will work.
+ 
+ [Regression Potential] 
+  None. We are just forcing gnome-screensaver to start for the 
shell-on-lightdm use case.
+ 
+ 
+ == Original Bug Report ==
+ When running lightDM, the Lock option under the gnome-shell User Menu, does 
not work. Clicking on this does nothing but if you try to lock screen using 
keyboard (ctrl+alt+L) the it works and also all subsequent clicks on Lock 
option start to work.
+ 
+ ProblemType: BugDistroRelease: Ubuntu 12.10
  Package: gnome-shell 3.6.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-17.27-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: amd64
  Date: Tue Oct  9 09:16:02 2012
  InstallationMedia: Ubuntu GNOME Remix 12.10 Quantal Quetzal - Alpha 
amd64(20120902)
  NonfreeKernelModules: wl
  Package: gnome-shell 3.6.0-0ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
-  LANGUAGE=en
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
- ProcVersionSignature: Ubuntu 3.5.0-17.27-generic 3.5.5
- SourcePackage: gnome-shell
+  LANGUAGE=en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.5.0-17.27-generic 3.5.5SourcePackage: 
gnome-shell
  Tags:  quantal
  Uname: Linux 3.5.0-17-generic x86_64
  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/1064354

Title:
  When running lightDM user locking doesnt work

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

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

[Bug 1068407] Re: upgrade to 12.10

2012-10-19 Thread Jean-Baptiste Lallement
Thanks for taking the time to report this bug and helping to make Ubuntu
better. Could you please add the log files from '/var/log/dist-upgrade/'
to this bug report as separate attachments? Thanks in advance.

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  upgrade to 12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1068407/+subscriptions

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


[Bug 1066814] Re: Asus P54G1T-M LX, Intel HDA Realtek ALC887-VD Very low sound

2012-10-19 Thread Raymond
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 255 [100%] [191.00dB] [on]
  Front Right: Playback 255 [100%] [191.00dB] [on]



Oct 15 11:55:24 xaser pulseaudio[1606]: (   0.104|   0.000) [pulseaudio] 
protocol-native.c: Final latency 200.00 ms = 80.00 ms + 2*20.00 ms + 80.00 ms
Oct 15 11:55:24 xaser pulseaudio[1606]: (   0.104|   0.000) [alsa-sink] 
alsa-sink.c: Requested volume: 0: 21450% 1: 21450%
Oct 15 11:55:24 xaser pulseaudio[1606]: (   0.104|   0.000) [alsa-sink] 
alsa-sink.c:in dB: 0: 191.00 dB 1: 191.00 dB
Oct 15 11:55:24 xaser pulseaudio[1606]: (   0.104|   0.000) [alsa-sink] 
alsa-sink.c: Got hardware volume: 0: 100% 1: 100%
Oct 15 11:55:24 xaser pulseaudio[1606]: (   0.104|   0.000) [alsa-sink] 
alsa-sink.c:   in dB: 0: 0.02 dB 1: 0.02 dB
Oct 15 11:55:24 xaser pulseaudio[1606]: (   0.104|   0.000) [alsa-sink] 
alsa-sink.c: Calculated software volume: 0: 21336% 1: 21336% 
(accurate-enough=no)
Oct 15 11:55:24 xaser pulseaudio[1606]: (   0.104|   0.000) [alsa-sink] 
alsa-sink.c:  in dB: 0: 190.98 dB 1: 190.98 dB
Oct 15 11:55:24 xaser pulseaudio[1606]: (   0.104|   0.000) [alsa-sink] sink.c: 
Volume not changing
Oct 15 11:55:24 xaser pulseaudio[1606]: (   0.111|   0.006) [alsa-sink] 
alsa-sink.c: Requested volume: 0: 21450% 1: 21450%
Oct 15 11:55:24 xaser pulseaudio[1606]: (   0.111|   0.000) [alsa-sink] 
alsa-sink.c:in dB: 0: 191.00 dB 1: 191.00 dB
Oct 15 11:55:24 xaser pulseaudio[1606]: (   0.111|   0.000) [alsa-sink] 
alsa-sink.c: Got hardware volume: 0: 100% 1: 100%
Oct 15 11:55:24 xaser pulseaudio[1606]: (   0.111|   0.000) [alsa-sink] 
alsa-sink.c:   in dB: 0: 0.02 dB 1: 0.02 dB
Oct 15 11:55:24 xaser pulseaudio[1606]: (   0.111|   0.000) [alsa-sink] 
alsa-sink.c: Calculated software volume: 0: 21336% 1: 21336% 
(accurate-enough=no)
Oct 15 11:55:24 xaser pulseaudio[1606]: (   0.111|   0.000) [alsa-sink] 
alsa-sink.c:  in dB: 0: 190.98 dB 1: 190.98 dB

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

Title:
  Asus P54G1T-M LX, Intel HDA Realtek ALC887-VD Very low sound

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

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


[Bug 877666] Re: Dell XT2 touchpad not recognized

2012-10-19 Thread Christopher M. Penalver
** Tags added: precise

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

Title:
  Dell XT2 touchpad not recognized

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

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


[Bug 877539] Re: 05ac:8206 bt keyboard and magic mouse lost when using 3.0.0.12.14

2012-10-19 Thread Christopher M. Penalver
Vincent Ladeuil, this bug was reported a while ago and there hasn't been any 
activity in it recently. We were wondering if this is still an issue? If so, 
could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the kernel in the 
daily folder, but the one all the way at the bottom. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you tested 
and remove the tag:
needs-upstream-testing

This can be done by clicking on the yellow pencil icon next to the tag located 
at the bottom of the bug description and deleting the text:
needs-upstream-testing

If this bug is fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

If you are unable to test the mainline kernel, please comment as to why 
specifically you were unable to test it and add the following tags:
kernel-unable-to-test-upstream
kernel-unable-to-test-upstream-VERSION-NUMBER

Please let us know your results. Thank you for your understanding.

** Tags added: kernel-bug-exists-upstream-v3.1-rc10-oneiric

** Tags added: bot-stop-nagging

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

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

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

Title:
  05ac:8206 bt keyboard and magic mouse lost when using 3.0.0.12.14

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

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


[Bug 665820] Re: Translated screen saver descriptions not used

2012-10-19 Thread Redmar
yes, and they did get accepted. I just noticed that xscreensaver is
completely untranslated in 12.10, I will file a new bug

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

Title:
  Translated screen saver descriptions not used

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

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


[Bug 1068463] [NEW] xscreensaver translations not used

2012-10-19 Thread Redmar
Public bug reported:

xscreensaver translations are not used, at least for Dutch. The
xscreensaver template for quantal is fully translated, yet the interface
is all in English.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xscreensaver 5.15-2ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
Date: Fri Oct 19 08:29:00 2012
InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20120426-23:52
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=nl_NL.UTF-8
 SHELL=/bin/bash
SourcePackage: xscreensaver
UpgradeStatus: Upgraded to quantal on 2012-09-13 (35 days ago)

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


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

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

Title:
  xscreensaver translations not used

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

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


[Bug 1064354] Re: When running lightDM user locking doesnt work

2012-10-19 Thread Tim
** Bug watch added: GNOME Bug Tracker #683060
   https://bugzilla.gnome.org/show_bug.cgi?id=683060

** Also affects: gnome-shell via
   https://bugzilla.gnome.org/show_bug.cgi?id=683060
   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/1064354

Title:
  When running lightDM user locking doesnt work

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

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


[Bug 903422] Re: Ubuntu does not work with Samsung Galaxy phones (needs update to libmtp)

2012-10-19 Thread Steffen Sindzinski
I just upgraded to 12.10 and get the same error from mtp-detect:

PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
LIBMTP PANIC: failed to open session on second attempt
Unable to open raw device 0

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

Title:
  Ubuntu does not work with Samsung Galaxy phones (needs update to
  libmtp)

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

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


[Bug 877666] Re: Dell XT2 touchpad not recognized

2012-10-19 Thread Christopher M. Penalver
BitBurners.com, this bug was reported a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an
issue? If so, could you please test for this with the latest development
release of Ubuntu? ISO CD images are available from
http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the kernel in the 
daily folder, but the one all the way at the bottom. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you tested 
and remove the tag:
needs-upstream-testing

This can be done by clicking on the yellow pencil icon next to the tag located 
at the bottom of the bug description and deleting the text:
needs-upstream-testing

If this bug is fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

If you are unable to test the mainline kernel, please comment as to why 
specifically you were unable to test it and add the following tags:
kernel-unable-to-test-upstream
kernel-unable-to-test-upstream-VERSION-NUMBER

Please let us know your results. Thank you for your understanding.

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

** Tags added: regression-potential

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

Title:
  Dell XT2 touchpad not recognized

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

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


[Bug 834528] Re: kernel crash: cd /sys/; find . -type f -exec strings --print-file-name '{}' \;

2012-10-19 Thread Marius Kotsbak
What are you trying to do?

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

Title:
  kernel crash: cd /sys/;  find . -type f -exec strings --print-file-
  name '{}' \;

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

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


[Bug 1068465] [NEW] painfully slow desktop

2012-10-19 Thread Ignacio Quezada
Public bug reported:

I didn't have this problem in 12.04. The system boots fine but after some time 
of opening and closing windows, the system becomes painfully slow. The 
animation to close a window takes around 3 seconds, it starts when you click 
the close button, but then the animation plays in like 2 fps. and skipping 
frames (it happens too when you restore, minimize, etc). 
The notification popups become very very slow too. It is almost impossible to 
alt+tab also. In every move, compiz takes the whole core. Idle around 30%. But 
it doesn't start like this.

C2D E6750 + Radeon HD 3850
2560x1600 and 1920x1080

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: unity 6.8.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,decor,place,compiztoolbox,resize,move,regex,animation,grid,vpswitch,snap,session,annotate,imgpng,gnomecompat,mousepoll,workarounds,wall,expo,unitymtgrabhandles,ezoom,fade,scale,unityshell]
CompositorRunning: compiz
Date: Fri Oct 19 08:28:12 2012
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
ExecutablePath: /usr/bin/compiz
GraphicsCard:
 NVIDIA Corporation C73 [GeForce 7150 / nForce 630i] [10de:07e0] (rev a2) 
(prog-if 00 [VGA controller])
   Subsystem: Giga-byte Technology Device [1458:d000]
 Advanced Micro Devices [AMD] nee ATI RV670PRO [Radeon HD 3850] [1002:9505] 
(prog-if 00 [VGA controller])
   Subsystem: PC Partner Limited Device [174b:e630]
MachineType: Gigabyte Technology Co., Ltd. GA-73UM-S2H
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-17-generic 
root=/dev/mapper/ubuntu-root ro quiet splash elevator=deadline
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/07/2008
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F8b
dmi.board.name: GA-73UM-S2H
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF8b:bd10/07/2008:svnGigabyteTechnologyCo.,Ltd.:pnGA-73UM-S2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-73UM-S2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: GA-73UM-S2H
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.8.4-0ubuntu3
version.ia32-libs: ia32-libs N/A
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
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3

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


** Tags: amd64 apport-bug compiz-0.9 quantal running-unity ubuntu

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

Title:
  painfully slow desktop

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

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


[Bug 1068464] [NEW] Update trace-cmd and kernelshark to v2.0

2012-10-19 Thread Eric Miao
Public bug reported:

trace-cmd has progressed to v2.0, which has added features like python
plugins. The original trace-cmd and kernelshark package need to be
updated.

** Affects: trace-cmd (Ubuntu)
 Importance: Undecided
 Assignee: Eric Miao (eric.y.miao)
 Status: In Progress

** Changed in: trace-cmd (Ubuntu)
   Status: New = In Progress

** Changed in: trace-cmd (Ubuntu)
 Assignee: (unassigned) = Eric Miao (eric.y.miao)

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

Title:
  Update trace-cmd and kernelshark to v2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/trace-cmd/+bug/1068464/+subscriptions

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


[Bug 877949] Re: Ralink RT3090 cannot be un-RFkilled on HP notebook

2012-10-19 Thread Christopher M. Penalver
MMlosh, thank you for reporting this and helping make Ubuntu better. Natty 
reached EOL on October 2012.
Please see this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases

We were wondering if this is still an issue in a supported release? If
so, could you please test for this with the latest development release
of Ubuntu? ISO CD images are available from http://cdimage.ubuntu.com
/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the kernel in the 
daily folder, but the one all the way at the bottom. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you tested 
and remove the tag:
needs-upstream-testing

This can be done by clicking on the yellow pencil icon next to the tag located 
at the bottom of the bug description and deleting the text:
needs-upstream-testing

If this bug is fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested.

If you are unable to test the mainline kernel, please comment as to why 
specifically you were unable to test it and add the following tags:
kernel-unable-to-test-upstream
kernel-unable-to-test-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested.

Please let us know your results. Thank you for your understanding.

Helpful Bug Reporting Tips:
https://help.ubuntu.com/community/ReportingBugs

** Tags added: needs-kernel-logs needs-upstream-testing

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

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

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

Title:
  Ralink RT3090 cannot be un-RFkilled on HP notebook

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

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


[Bug 877818] Re: 11.10 HP Pavilion P7-1110 fails to /sbin/halt

2012-10-19 Thread Christopher M. Penalver
Craig Setera, this bug was reported a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an
issue? If so, could you please test for this with the latest development
release of Ubuntu? ISO CD images are available from
http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the kernel in the 
daily folder, but the one all the way at the bottom. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you tested 
and remove the tag:
needs-upstream-testing

This can be done by clicking on the yellow pencil icon next to the tag located 
at the bottom of the bug description and deleting the text:
needs-upstream-testing

If this bug is fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

If you are unable to test the mainline kernel, please comment as to why 
specifically you were unable to test it and add the following tags:
kernel-unable-to-test-upstream
kernel-unable-to-test-upstream-VERSION-NUMBER

Please let us know your results. Thank you for your understanding.

** Tags removed: kernel-bug-exists-upstream
** Tags added: kernel-bug-exists-upstream-v3.1-rc10-oneiric 
needs-upstream-testing

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

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

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

Title:
  11.10 HP Pavilion P7-1110 fails to /sbin/halt

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

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


[Bug 859600] Re: Please convert gnome-keyring to multiarch

2012-10-19 Thread karpa
svn also affected:
karp@karp:~/tmp/prj$ svn up
p11-kit: couldn't load module: 
/usr/lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: 
/usr/lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared 
object file: No such file or directory
after upgrade from 11.10 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/859600

Title:
  Please convert gnome-keyring to multiarch

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

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


[Bug 744655] Re: a11y: Some menu items like Deauthorize and Cancel are without accelerators

2012-10-19 Thread Michael Vogt
** Changed in: software-center (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  a11y: Some menu items like Deauthorize and Cancel are without
  accelerators

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

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


Re: [Bug 1] Re: Proprietary operating systems have a majority market share

2012-10-19 Thread Martin Wildam
Hi,

On Fri, Oct 19, 2012 at 8:09 AM, Ma Xiaojun damage3...@gmail.com wrote:
 The current ubuntu.com shows a laptop with one Super key covered with
 Ubuntu logo and another unchanged, anyone?

What the hack should I do on an Ubuntu laptop with a Windows key... ;-)
My laptop has also just the Ubuntu key.
When you buy the stickers at the Canonical shop, you get either some
exactly sized for that key:
http://shop.canonical.com/product_info.php?products_id=718

It's one of the things I usually do while the installation is running.
;-)

Best regards,
Martin.

-- 
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:
  Proprietary operating systems have 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 1068389] Re: P-Q - do-release-upgrade crashed with UnicodeEncodeError: 'ascii' codec can't encode character u'\xbb' in position 1: ordinal not in range(128) in DistUpgrade/DistUpgradeViewText.py

2012-10-19 Thread Jean-Baptiste Lallement
Thanks for your report. Confirmed with French instead of German.

** Summary changed:

- do-release-upgrade crashes when I want to see details
+ P-Q - do-release-upgrade crashed with UnicodeEncodeError: 'ascii' codec 
can't encode character u'\xbb' in position 1: ordinal not in range(128) in 
DistUpgrade/DistUpgradeViewText.py, line 143, in showInPager

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Importance: Undecided = Critical

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: New = Triaged

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

Title:
  P-Q - do-release-upgrade crashed with UnicodeEncodeError: 'ascii'
  codec can't encode character u'\xbb' in position 1: ordinal not in
  range(128) in DistUpgrade/DistUpgradeViewText.py, line 143, in
  showInPager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1068389/+subscriptions

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


[Bug 878169] Re: Connecting two USB flash drive at one causes crash

2012-10-19 Thread Christopher M. Penalver
Hansen, this bug was reported a while ago and there hasn't been any activity in 
it recently. We were wondering if this is still an issue? If so, as per 
http://kernel.ubuntu.com/~kernel-ppa/info/kernel-version-map.html the last 
known good Ubuntu kernel 3.0.0-12.20 is based on mainline 3.0.4 . So, the next 
step is to perform a reverse mainline kernel bisect from 3.0.4 to v3.1-rc10, in 
order to identify the last good upstream kernel and first bad one. As per 
http://kernel.ubuntu.com/~kernel-ppa/mainline/ we have:
v3.0.4-oneiric/
v3.0.5-oneiric/
v3.0.6-oneiric/
v3.0.7-oneiric/
v3.0.8-oneiric/
v3.0.9-oneiric/
v3.0.10-oneiric/
v3.0.11-oneiric/
v3.0.12-oneiric/
v3.0.13-oneiric/
v3.0.14-oneiric/
v3.0.15-oneiric/
v3.0.16-oneiric/
v3.0.17-oneiric/
v3.0.18-oneiric/
v3.0.19-oneiric/
v3.0.20-oneiric/
v3.0.21-oneiric/
v3.0.22-oneiric/
v3.0.23-oneiric/
v3.0.24-oneiric/
v3.0.25-oneiric/
v3.0.26-oneiric/
v3.0.27-oneiric/
v3.0.28-oneiric/
v3.0.29-oneiric/
v3.0.30-oneiric/
v3.0.31-oneiric/
v3.0.32-oneiric/
v3.0.33-oneiric/
v3.0.34-oneiric/
v3.0.35-oneiric/
v3.0.36-oneiric/
v3.0.37-oneiric/
v3.0.38-oneiric/
v3.0.39-oneiric/
v3.0.40-oneiric/
v3.0.41-oneiric/
v3.0.42-oneiric/
v3.0.43-oneiric/
v3.0.44-oneiric/
v3.0.45-oneiric/
v3.0.46-oneiric/
v3.1-oneiric/
v3.1-rc1-oneiric/
v3.1-rc2-oneiric/
v3.1-rc3-oneiric/
v3.1-rc4-oneiric/
v3.1-rc5-oneiric/
v3.1-rc6-oneiric/
v3.1-rc7-oneiric/
v3.1-rc8-oneiric/
v3.1-rc9-oneiric/
v3.1-rc10-oneiric/

Hence, could you please test http://kernel.ubuntu.com/~kernel-
ppa/mainline/v3.0.30-oneiric/ ?

For more on bisecting, please see
https://wiki.ubuntu.com/Kernel/KernelBisection .

Thank you for your understanding.

Helpful Bug Reporting Tips:
https://help.ubuntu.com/community/ReportingBugs

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

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

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

Title:
  Connecting two USB flash drive at one causes crash

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

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


  1   2   3   4   5   6   7   8   9   10   >