[Bug 1161744] Re: smbd crashed with SIGABRT in push_ucs2_talloc()

2013-03-29 Thread Apport retracing service
*** This bug is a duplicate of bug 1153476 ***
https://bugs.launchpad.net/bugs/1153476

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 #1153476, 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/1161744/+attachment/3605590/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1161744/+attachment/3605592/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1161744/+attachment/3605593/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1161744/+attachment/3605594/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1161744/+attachment/3605595/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1161744/+attachment/3605597/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1161744/+attachment/3605598/+files/ThreadStacktrace.txt

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  smbd crashed with SIGABRT in push_ucs2_talloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1161744/+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 1161794] [NEW] CVE-2013-2266: A Maliciously Crafted Regular Expression Can Cause Memory Exhaustion in named

2013-03-29 Thread Swen Kühnlein
*** This bug is a security vulnerability ***

Public security bug reported:

See https://kb.isc.org/article/AA-00871

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

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

** Information type changed from Private Security to Public Security

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

Title:
  CVE-2013-2266: A Maliciously Crafted Regular Expression Can Cause
  Memory Exhaustion in named

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1161794/+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 1161794] Re: CVE-2013-2266: A Maliciously Crafted Regular Expression Can Cause Memory Exhaustion in named

2013-03-29 Thread Swen Kühnlein
** Tags added: lucid oneiric precise quantal raring

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

Title:
  CVE-2013-2266: A Maliciously Crafted Regular Expression Can Cause
  Memory Exhaustion in named

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1161794/+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 1161338] [NEW] python-nova should depend on ebtables

2013-03-29 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Following an upgrade yesterday to python-nova 1:2013.1~rc1-0, we started
getting Interface eth1 not found errors in nova-network.log (relevant
logs below).  This turned out to be a call to ebtables that was failing
(because it wasn't installed).

There should either be a dependancy on ebtables or at least a more
accurate error message (preferably both).


2013-03-27 07:18:24.812 28253 INFO nova.network.driver [-] Loading network 
driver 'nova.network.linux_net'
2013-03-27 07:18:24.827 28253 AUDIT nova.service [-] Starting network node 
(version 2013.1)
2013-03-27 07:18:27.043 28253 CRITICAL nova [-] Interface eth1 not found.
2013-03-27 07:18:27.043 28253 TRACE nova Traceback (most recent call last):
2013-03-27 07:18:27.043 28253 TRACE nova   File /usr/bin/nova-network, line 
54, in module
2013-03-27 07:18:27.043 28253 TRACE nova service.wait()
2013-03-27 07:18:27.043 28253 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 689, in wait
2013-03-27 07:18:27.043 28253 TRACE nova _launcher.wait()
2013-03-27 07:18:27.043 28253 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 209, in wait
2013-03-27 07:18:27.043 28253 TRACE nova super(ServiceLauncher, self).wait()
2013-03-27 07:18:27.043 28253 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 179, in wait
2013-03-27 07:18:27.043 28253 TRACE nova service.wait()
2013-03-27 07:18:27.043 28253 TRACE nova   File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 168, in wait
2013-03-27 07:18:27.043 28253 TRACE nova return self._exit_event.wait()
2013-03-27 07:18:27.043 28253 TRACE nova   File 
/usr/lib/python2.7/dist-packages/eventlet/event.py, line 116, in wait
2013-03-27 07:18:27.043 28253 TRACE nova return hubs.get_hub().switch()
2013-03-27 07:18:27.043 28253 TRACE nova   File 
/usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py, line 187, in switch
2013-03-27 07:18:27.043 28253 TRACE nova return self.greenlet.switch()
2013-03-27 07:18:27.043 28253 TRACE nova   File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 194, in main
2013-03-27 07:18:27.043 28253 TRACE nova result = function(*args, **kwargs)
2013-03-27 07:18:27.043 28253 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 147, in run_server
2013-03-27 07:18:27.043 28253 TRACE nova server.start()
2013-03-27 07:18:27.043 28253 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 429, in start
2013-03-27 07:18:27.043 28253 TRACE nova self.manager.init_host()
2013-03-27 07:18:27.043 28253 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/network/manager.py, line 1603, in 
init_host
2013-03-27 07:18:27.043 28253 TRACE nova self.init_host_floating_ips()
2013-03-27 07:18:27.043 28253 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/network/floating_ips.py, line 98, in 
init_host_floating_ips
2013-03-27 07:18:27.043 28253 TRACE nova raise 
exception.NoFloatingIpInterface(interface=interface)
2013-03-27 07:18:27.043 28253 TRACE nova NoFloatingIpInterface: Interface eth1 
not found.
2013-03-27 07:18:27.043 28253 TRACE nova

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

-- 
python-nova should depend on ebtables
https://bugs.launchpad.net/bugs/1161338
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to nova 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 1161338] Re: python-nova should depend on ebtables

2013-03-29 Thread Thierry Carrez
Moving to Ubuntu packaging

** Project changed: nova = nova (Ubuntu)

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

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

Title:
  python-nova should depend on ebtables

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1161338/+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 1161827] [NEW] lxc-start-ephemeral: non-existent option '-n' documented in man page.

2013-03-29 Thread Jean-Baptiste Lallement
Public bug reported:

In the man page of lxc-start-ephemeral the option '-n' is documented:
SYNOPSIS
   lxc-start-ephemeral [-o] [-n] [-d] [--bdir] [--user] [--key] 
[--union-type] [--keep-data] [COMMAND]
[...]
   [-n]   Name of the ephemeral container (defaults to a random suffix).


But this option is not recognized by the binary:

$ sudo lxc-start-ephemeral -o pristine-raring-amd64 -n 
adt-raring-amd64-tabix-20130329120215 -kd
usage: lxc-start-ephemeral [-h] [--lxcpath PATH] --orig ORIG [--bdir BDIR]
   [--user USER] [--key KEY] [--daemon]
   [--union-type {overlayfs,aufs}] [--keep-data]
   [CMD [CMD ...]]
lxc-start-ephemeral: error: unrecognized arguments: -n

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: lxc 0.9.0~rc1-0ubuntu3
ProcVersionSignature: Ubuntu 3.8.0-15.25-generic 3.8.4
Uname: Linux 3.8.0-15-generic x86_64
ApportVersion: 2.9.2-0ubuntu5
Architecture: amd64
Date: Fri Mar 29 12:02:53 2013
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: lxc
UpgradeStatus: Upgraded to raring on 2012-01-31 (422 days ago)

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


** Tags: amd64 apparmor apport-bug qa-manual-testing raring

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

Title:
  lxc-start-ephemeral: non-existent option '-n' documented in man page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1161827/+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 1161827] [NEW] lxc-start-ephemeral: non-existent option '-n' documented in man page.

2013-03-29 Thread Serge Hallyn
Thanks, we had just noticed that too.

This has been fixed (in the last few days) in the upstream tree and in
the ubuntu-lxc daily ppa.  0.9 will be released next week, and the fix
will come in with the merge of that.

 status: fixcommitted
 importance: medium


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

** Changed in: lxc (Ubuntu)
   Status: New = Fix Committed

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

Title:
  lxc-start-ephemeral: non-existent option '-n' documented in man page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1161827/+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 1161794] Re: CVE-2013-2266: A Maliciously Crafted Regular Expression Can Cause Memory Exhaustion in named

2013-03-29 Thread Quinn Balazs
Changed to reflect upstream package, as the issue is not an Ubuntu
issue, it is prevalent in all UNIX and UNIX compatible builds of BIND

** Package changed: bind9 (Ubuntu) = bind

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

Title:
  CVE-2013-2266: A Maliciously Crafted Regular Expression Can Cause
  Memory Exhaustion in named

To manage notifications about this bug go to:
https://bugs.launchpad.net/bind/+bug/1161794/+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 1161794] [NEW] CVE-2013-2266: A Maliciously Crafted Regular Expression Can Cause Memory Exhaustion in named

2013-03-29 Thread Launchpad Bug Tracker
*** This bug is a security vulnerability ***

You have been subscribed to a public security bug:

See https://kb.isc.org/article/AA-00871

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


** Tags: lucid oneiric precise quantal raring
-- 
CVE-2013-2266: A Maliciously Crafted Regular Expression Can Cause Memory 
Exhaustion in named
https://bugs.launchpad.net/bugs/1161794
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to bind9 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 1161794] Re: CVE-2013-2266: A Maliciously Crafted Regular Expression Can Cause Memory Exhaustion in named

2013-03-29 Thread Marc Deslauriers
This is fixed now: http://www.ubuntu.com/usn/usn-1783-1/


** Project changed: bind = bind9 (Ubuntu)

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

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

Title:
  CVE-2013-2266: A Maliciously Crafted Regular Expression Can Cause
  Memory Exhaustion in named

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1161794/+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 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2013-03-29 Thread Bug Watch Updater
** Changed in: php5 (Debian)
   Status: Won't Fix = Fix Released

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

Title:
  apache2 crashed with SIGSEGV in pdo_parse_params()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/418220/+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 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2013-03-29 Thread Ondřej Surý
It's not related to the Debian bug mentioned.  See the reporter's
comment below.

** Changed in: php5 (Debian)
   Importance: Unknown = Undecided

** Changed in: php5 (Debian)
   Status: Fix Released = New

** Changed in: php5 (Debian)
 Remote watch: Debian Bug tracker #402181 = None

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

Title:
  apache2 crashed with SIGSEGV in pdo_parse_params()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/418220/+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 1157589] Re: kvm hangs for freebsd guests since raring upgrade

2013-03-29 Thread Joseph Salisbury
Can you also test the latest v3.8.4 stable kernel?
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8.4-raring/

If the bug still exits in 3.8.4, we will need to perform a reverse
bisect to identify the commit that fixes in this bug in v3.9-rc4.

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

Title:
  kvm hangs for freebsd guests since raring upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/1157589/+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 771662] Re: php5 segfault when zend guard loader used

2013-03-29 Thread Bug Watch Updater
** Changed in: php5 (Debian)
   Status: Won't Fix = Fix Released

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

Title:
  php5 segfault when zend guard loader used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/771662/+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 1160372] Re: Login is not possible

2013-03-29 Thread Seth Arnold
A pal spotted this bug report and suggests [this] is caused by vsftp
switching pid namespaces (audit kernel code prohibits).  Hope this
helps.

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

Title:
  Login is not possible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1160372/+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 1003296] Re: lightdm crashed with SIGSEGV in _pam_winbind_change_pwd() when password is expiring

2013-03-29 Thread Johan Ramm-Ericson
Sorry, Luca, yes - we have tested your patch and it worked fine for one
user! We are just waiting for other user accounts to expire...

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

Title:
  lightdm crashed with SIGSEGV in _pam_winbind_change_pwd() when
  password is expiring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1003296/+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 1162119] [NEW] nagios not expanding wildcards correctly

2013-03-29 Thread Todd Taft
Public bug reported:

I'm running nagios 3.2.3-3ubuntu1 on 64 bit Ubuntu 12.04.

I've turned on regular expression matching in /etc/nagios3/nagios.cfg with the 
line:
use_regexp_matching=1

If I have some hosts defined like this in a file in /etc/nagios3/conf.d:
define host{
use generic-host; Name of host template 
to use
host_name   array001
address 10.1.1.1
}
define host{
use generic-host; Name of host template 
to use
host_name   array002a
address 10.1.2.1
}
define host{
use generic-host; Name of host template 
to use
host_name   array002b
address 10.1.2.2
}

and a hostgroup defined like this in a file in /etc/nagios3/conf.d:
define hostgroup {
hostgroup_name array2w
alias   Array 2 Wildcard
members array002*
}

then, nagios will include host array001 in the hostgroup array2w even
though it shouldn't match.

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

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

Title:
  nagios not expanding wildcards correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios3/+bug/1162119/+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 1157165] Re: Remove lxsession-edit source package?

2013-03-29 Thread Julien Lavergne
Yes, lxsession-edit source package can be removed. It's the same for
lxpolkit source package, which is also have been merged into lxsession.
Thanks.

** Also affects: lxpolkit (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Remove lxsession-edit source package?
+ Remove lxsession-edit and lxpolkit source package

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

Title:
  Remove lxsession-edit and lxpolkit source package

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

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


[Bug 1161949] Re: Linux kernel update 3.5.0-26 causes freezing and graphical issues

2013-03-29 Thread P.D.
Sorry, I'm unable to test the latest kernel at the moment because this
is on a family member's computer and secondly we do not have the time.

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

Title:
  Linux kernel update 3.5.0-26 causes freezing and graphical issues

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

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


[Bug 1161347] Re: gnome-language-selector crashed with aptdaemon.errors.AptDaemonError in _convert_dbus_exception(): org.debian.apt: Could not cancel transaction

2013-03-29 Thread Gunnar Hjalmarsson
Hi Aurelijus, and thanks for your help to improve Ubuntu by reporting
this bug.

I wonder, can you launch and use Language Support now, of does the crash
repeat itself?

** Package changed: language-selector (Ubuntu) = aptdaemon (Ubuntu)

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

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

Title:
  gnome-language-selector crashed with aptdaemon.errors.AptDaemonError
  in _convert_dbus_exception(): org.debian.apt: Could not cancel
  transaction

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

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


[Bug 1110660] Re: [SRU] gnomeradio crashed with SIGABRT in __libc_message()

2013-03-29 Thread POJAR GEORGE
** Description changed:

  SRU JUSTIFICATION
  
  [Description]
  
  In my sistem I have one PCI TV/FM tuner card and one removable USB TV/FM
  tuner.
  
  Gnomeradio is set to use, by default /dev/radio0, device create by PCI 
TV/FM card.
  I discover this problem when I forgotten to attach USB TV/FM and I try to set 
gnomeradio to use /dev/radio1 (device that would have made ​​it by USB TV/FM 
and, of course if USB isn't connected, it does not exist).
  
  When I tried to change radio device to /dev/radio1, in Preferences
  Radio Device combobox text and I press ENTER to SAVE settings,
  results: gnomeradio crash.
  
  [Impact]
  
  USB TV/FM card market is growing and this situation (and probably others
  similar to it), can exist for large users. It is important to be solved
  especially for novice users. They will see how the app crashes without
  knowing the cause.
  
  But of course, not only that justify to be solved this bug :)
  
  [Test Case]
  
  1. Open Gnomeradio
  2. Open Preferences dialog
  3. Enter in Radio Device combobox text settings one device that not exist
     (e.g. /dev/radio5)
  4. Press ENTER to save settings
  
  Actual results:
  
  gnomeradio crashed with SIGABRT in __libc_message()
  
  Expected results:
  
  gnomeradio to display a message that the device is not present
  
  [Regression Potential]
  
  None. This is succesfully tested in Raring
  [RESOLVED: gnomeradio now send error message instead of crashing] 
https://bugs.launchpad.net/ubuntu/+source/gnomeradio/+bug/1110660/+attachment/3606266/+files/Gnomeradio.png.
  
+ [Other Info]
+ 
+ I proposed to be resolved this bug here because unfortunately you can find at
+ https://bugzilla.gnome.org/show_bug.cgi?id=677059#c5 the information that 
gnomeradio is unmaintained software (since 2008).
+ 
  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: gnomeradio 1.8-2ubuntu6
  ProcVersionSignature: Ubuntu 3.8.0-2.6-generic 3.8.0-rc4
  Uname: Linux 3.8.0-2-generic x86_64
  ApportVersion: 2.8-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.330
  CrashCounter: 1
  Date: Wed Jan 30 18:22:53 2013
  ExecutablePath: /usr/bin/gnomeradio
  LiveMediaBuild: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130130)
  MarkForUpload: True
  ProcCmdline: gnomeradio
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: gnomeradio
  StacktraceTop:
   raise () from /lib/x86_64-linux-gnu/libc.so.6
   abort () from /lib/x86_64-linux-gnu/libc.so.6
   ?? () from /lib/x86_64-linux-gnu/libc.so.6
   ?? () from /lib/x86_64-linux-gnu/libc.so.6
   ?? ()
  Title: gnomeradio crashed with SIGABRT in raise()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

Title:
  [SRU] gnomeradio crashed with SIGABRT in __libc_message()

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

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

[Bug 1068126] Re: Missing translations tag prevents translations from loading

2013-03-29 Thread Robert Bruce Park
** Changed in: gwibber
   Status: Triaged = Fix Committed

** Changed in: gwibber
 Assignee: Ken VanDine (ken-vandine) = (unassigned)

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

Title:
  Missing translations tag  prevents translations from loading

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

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


[Bug 434573] Re: [needs-packaging] gtkevemon to be packaged.

2013-03-29 Thread Dallen Wilson
The latest snapshot has been packaged and submitted to the PPA, it
should build and be available later today, for both Quantal and Raring.

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

Title:
  [needs-packaging] gtkevemon to be packaged.

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

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


[Bug 1161976] [NEW] Firefox 19: screen/tab contents do not refresh/react until alt+tabbing to another application and then back.

2013-03-29 Thread indigocat
Public bug reported:

Firefox 19: screen/tab contents do not refresh/react until alt+tabbing to 
another application and then back.
Current view/tab frozen, cannot scroll / click.

When ctrl+tabbing to another tab, the new tab's contents are not shown;
they are only refreshed after switching to another application and back.
Then, contents are shown, but no mouseclicks are received.

It doesn't matter how many tabs are currently open; this has happened
with 5, 28 or 70 tabs open.

Already tried uninstalling all extensions and x-swat-updates for intel driver; 
even a fresh OS install (Ubuntu 12.04 amd64)
Firefox doesn't even respond to Ctrl+Q properly, it must be shut down via 
terminal  killall firefox

Has this happened to any of you ever?
Thanks in advance.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox 19.0.2+build1-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.2.0-39.62-generic 3.2.39
Uname: Linux 3.2.0-39-generic x86_64
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  dmayr  2295 F pulseaudio
 /dev/snd/seq:timidity   1714 F timidity
BuildID: 20130307122903
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf7cf8000 irq 45'
   Mixer name   : 'Realtek ALC269'
   Components   : 'HDA:10ec0269,104383ce,0014'
   Controls  : 18
   Simple ctrls  : 10
Channel: Unavailable
Date: Fri Mar 29 15:06:48 2013
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
IpRoute:
 default via 192.168.0.1 dev wlan0  proto static 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.4  metric 2
MarkForUpload: True
MostRecentCrashID: bp-61f0daf5-04df-4039-a6ac-570ef2130309
Plugins:
 Google Talk Plugin Video Renderer - /opt/google/talkplugin/libnpo1d.so 
(google-talkplugin)
 Google Talk Plugin Video Accelerator - 
/opt/google/talkplugin/libnpgtpo3dautoplugin.so (google-talkplugin)
 Google Talk Plugin - /opt/google/talkplugin/libnpgoogletalk.so 
(google-talkplugin)
 Shockwave Flash - /usr/lib/adobe-flashplugin/libflashplayer.so 
(adobe-flashplugin)
 IcedTea-Web Plugin (using IcedTea-Web 1.2 (1.2-2ubuntu1.3)) - 
/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so 
(icedtea-6-plugin)
PrefSources:
 prefs.js
 [Profile]/extensions/foxma...@kei.com/defaults/preferences/prefs.js
 
[Profile]/extensions/https-everywh...@eff.org/defaults/preferences/preferences.js
Profiles: Profile0 (Default) - LastVersion=19.0.2/20130307122903
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/dmayr not ours.
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 google-talkplugin 3.16.0.0-1
 adobe-flashplugin 11.2.202.275-0precise1
 icedtea-6-plugin  1.2-2ubuntu1.3
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs:
 bp-61f0daf5-04df-4039-a6ac-570ef2130309
 bp-9bc5741c-12f5-4df4-8b3b-1b82f2121229
 bp-8b6a507c-0554-41f0-8b45-2615a2120604
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/23/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1202
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1005P
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1202:bd06/23/2010:svnASUSTeKComputerINC.:pn1005PE:pvrx.x:rvnASUSTeKComputerINC.:rn1005P:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
dmi.product.name: 1005PE
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.

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


** Tags: amd64 apport-bug precise third-party-packages

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

Title:
  Firefox 19: screen/tab contents do not refresh/react until alt+tabbing
  to another application and then back.

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

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


[Bug 1161973] [NEW] Ultrabase suspend cycle loses bay HDD

2013-03-29 Thread Donjan Rodic
Public bug reported:

Software: Ubuntu 12.10 amd64, Linux 3.5.0-25.39-generic
Hardware: Thinkpad X230, Ultrabase series 3, generic Samsung SATA hard drive in 
Ultrabase HDD bay

To reproduce:
Boot system, use drive in dock bay. Suspend while docked, undock, go to work, 
resume (dock bay drive previously on /dev/sdb1 isn't there anymore), suspend 
again, return home, dock, resume.
Now the bay drive isn't shown anymore, there is no /dev/sdb or any hint of its 
existence in udisks, fdisk, mtab, ...
Running 'udevadm info -ap /sys/devices/platform/dock.2' simply shows 
'ATTR{docked}==0' among others.

Workaround:
Simply undocking and redocking while the system is awake repopulates /dev/sdb1. 
As I haven't figured out a software way to do it, this amounts to pulling the 
docks lever and dropping it again every time after docking.

More:
Undocking before suspend (before going to work) is clunky (have to open lid 
once more) but fixes this problem.
As does resuming before docking again (after return home), but I'd like to 
avoid having to open the lid at all, and this is equivalent to the workaround 
described above.

I don't know why allowing it to register the undock before suspending
the first time makes a difference when resuming in a docked-again state.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete

** Description changed:

  Software: Ubuntu 12.10 amd64, Linux 3.5.0-25.39-generic
- Hardware: Thinkpad X230, Ultrabase series 2, OCZ Vertex3 SSD in Ultrabase HDD 
bay
+ Hardware: Thinkpad X230, Ultrabase series 3, OCZ Vertex3 SSD in Ultrabase HDD 
bay
  
  To reproduce:
  Boot system, use drive in dock bay. Suspend while docked, undock, go to 
work, resume (dock bay drive previously on /dev/sdb1 isn't there anymore), 
suspend again, return home, dock, resume.
  Now the bay drive isn't shown anymore, there is no /dev/sdb or any hint of 
its existence in udisks, fdisk, mtab, ...
  Running 'udevadm info -ap /sys/devices/platform/dock.2' simply shows 
'ATTR{docked}==0' among others.
  
  Workaround:
  Simply undocking and redocking while the system is awake repopulates 
/dev/sdb1. As I haven't figured out a software way to do it, this amounts to 
pulling the docks lever and dropping it again every time after docking.
  
  More:
  Undocking before suspend (before going to work) is clunky (have to open lid 
once more) but fixes this problem.
  As does resuming before docking again (after return home), but I'd like to 
avoid having to open the lid at all, and this is equivalent to the workaround 
described above.
  
  I don't know why allowing it to register the undock before suspending
  the first time makes a difference when resuming in a docked-again state.

** Description changed:

  Software: Ubuntu 12.10 amd64, Linux 3.5.0-25.39-generic
- Hardware: Thinkpad X230, Ultrabase series 3, OCZ Vertex3 SSD in Ultrabase HDD 
bay
+ Hardware: Thinkpad X230, Ultrabase series 3, generic Samsung SATA hard drive 
in Ultrabase HDD bay
  
  To reproduce:
  Boot system, use drive in dock bay. Suspend while docked, undock, go to 
work, resume (dock bay drive previously on /dev/sdb1 isn't there anymore), 
suspend again, return home, dock, resume.
  Now the bay drive isn't shown anymore, there is no /dev/sdb or any hint of 
its existence in udisks, fdisk, mtab, ...
  Running 'udevadm info -ap /sys/devices/platform/dock.2' simply shows 
'ATTR{docked}==0' among others.
  
  Workaround:
  Simply undocking and redocking while the system is awake repopulates 
/dev/sdb1. As I haven't figured out a software way to do it, this amounts to 
pulling the docks lever and dropping it again every time after docking.
  
  More:
  Undocking before suspend (before going to work) is clunky (have to open lid 
once more) but fixes this problem.
  As does resuming before docking again (after return home), but I'd like to 
avoid having to open the lid at all, and this is equivalent to the workaround 
described above.
  
  I don't know why allowing it to register the undock before suspending
  the first time makes a difference when resuming in a docked-again state.

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161949] Re: Linux kernel update 3.5.0-26 causes freezing and graphical issues

2013-03-29 Thread P.D.
I might be able to test it some other day though.

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

Title:
  Linux kernel update 3.5.0-26 causes freezing and graphical issues

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

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


[Bug 852190] Re: 7392:7811 Edimax EW-7811Un USB dongle won't connect to networks (rtl8192cu module)

2013-03-29 Thread Seth Forshee
The patch from the Linux bugzilla is currently working its way to Ubuntu
through the stable kernel releases. If that patch really does fix the
issues then it should be fixed in the official Ubuntu kernels in 3-6
weeks, and sooner than that in raring.

For now I've done a test build of the raring kernel with that patch.
Please give it a try let me know whether or not it fixes the issues.

http://people.canonical.com/~sforshee/lp852190/linux-3.8.0-15.25~lp852190v201303291747/

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

Title:
  7392:7811 Edimax EW-7811Un USB dongle won't connect to networks
  (rtl8192cu module)

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

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


[Bug 1161981] [NEW] Boot stalls after entire disk install on Ubuntu Raring desktop ARM (Panda board)

2013-03-29 Thread Carla Sella
Public bug reported:

I have installed this image: 
http://cdimage.ubuntu.com/daily-live/20130328/raring-desktop-armhf+omap4.img 
twice, doing an entire disk install. I selected Italian language, left Rome 
timezone and Italian keyboard as suggested by Ubiquity (standard entire disk 
install over Wireless network) but when I reboot after  the installation ends  
boot stalls.
I am attaching two screenshots, the boot process stalls after CPU interrupts 
balancing daemon.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: raring

** Attachment added: screenshot1
   
https://bugs.launchpad.net/bugs/1161981/+attachment/3606711/+files/DSCN4684-1.JPG

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

Title:
  Boot stalls after entire disk install on Ubuntu Raring desktop ARM
  (Panda board)

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

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


[Bug 1161981] Re: Boot stalls after entire disk install on Raring ARM (Panda board)

2013-03-29 Thread Carla Sella
** Attachment added: screenshot2
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1161981/+attachment/3606712/+files/DSCN4686-2.JPG

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

Title:
  Boot stalls after entire disk install on Ubuntu Raring desktop ARM
  (Panda board)

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

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


[Bug 1161981] Missing required logs.

2013-03-29 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1161981

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: raring

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

Title:
  Boot stalls after entire disk install on Ubuntu Raring desktop ARM
  (Panda board)

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

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


[Bug 1161979] [NEW] virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox kernel module failed to build

2013-03-29 Thread Miguel I. Fonseca Borrase
Public bug reported:

Happens when doing  sudo apt-get install virtualbox after the fix has
been released for the build problems.  Probably a new problem.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2
ProcVersionSignature: Ubuntu 3.5.0-26.42~precise1-generic 3.5.7.6
Uname: Linux 3.5.0-26-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
DKMSKernelVersion: 3.5.0-26-generic
Date: Fri Mar 29 12:20:48 2013
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 4.1.12-dfsg-2ubuntu0.2
SourcePackage: virtualbox
Title: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox kernel module failed 
to build
UpgradeStatus: No upgrade log present (probably fresh install)
VirtualBox.ModInfo:

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


** Tags: amd64 apport-package need-duplicate-check precise

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox kernel module
  failed to build

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

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


[Bug 1161973] Missing required logs.

2013-03-29 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1161973

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161943] Re: oem-config hangs when removing ubquity

2013-03-29 Thread Jason Gerard DeRose
** Branch linked: lp:~jderose/ubiquity/fix-1161943

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

Title:
  oem-config hangs when removing ubquity

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

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


[Bug 1154176] Re: [FFE] Add payment preview for music

2013-03-29 Thread Joshua Hoover
Update: Manuel is currently taking the branches for in-dash purchases
out of the Unity branch (for bug #1154229) and putting it in a PPA where
we can do further testing. We've already received some early testing
feedback and found some issues that need to be fixed, so Manuel is doing
that as well. Once the new PPA is up, we'll update this bug description
with the details. We have QA lined up to test the new PPA. It's only
after the new PPA is up and tested, that we'll present this to sabdfl.

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

Title:
  [FFE] Add payment preview for music

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

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


[Bug 1152477] Re: [UIFe] Window list in right click context menu should indicate the focused window

2013-03-29 Thread Tigran Gabrielyan
I'm waiting for mod approval so I can post the links here.

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

Title:
  [UIFe] Window list in right click context menu should indicate the
  focused window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1152477/+subscriptions

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


[Bug 1103420]

2013-03-29 Thread Petr-kraus
I nominate Bug 46553 Update embedded manifest on win32 builds to declare 
dpiAware
and
Bug 46817 Screen font anti-aliasing does not work (Windows)
They are causing inferior rendering quality of GUI and user content on Windows.

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

Title:
  LibreOffice Base can’t find Java installation—does not work

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

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

[Bug 828593] Re: Gwibber Smooth scrolling

2013-03-29 Thread sticks
Thanks of the instructions! I don't mind giving it a go myself. I have
raring on an older machine, so that might be an interesting test case.
In terms of feedback, should I use this ticket to give any, or is there
a different preferred avenue for it?

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

Title:
  Gwibber Smooth scrolling

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

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


[Bug 1161981] Re: Boot stalls after entire disk install on Ubuntu Raring desktop ARM (Panda board)

2013-03-29 Thread Carla Sella
** Summary changed:

- Boot stalls after entire disk install on Raring ARM (Panda board)
+ Boot stalls after entire disk install on Ubuntu Raring desktop ARM (Panda 
board)

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

Title:
  Boot stalls after entire disk install on Ubuntu Raring desktop ARM
  (Panda board)

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

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


[Bug 1161985] [NEW] Error sending ATA command IDENTIFY DEVICE

2013-03-29 Thread Thaddäus Tintenfisch
Public bug reported:

I'm not able to mount my external HDD using Xubuntu 13.04 (udisks2), not
even while booting into a live medium. However, Windows 7 and Ubuntu
12.04.2 (udisks) are able to mount the device without problem.

Syslog is showing following entries:
Mar 29 19:19:41 local kernel: [   46.012101] usb 2-2: new high-speed USB device 
number 5 using ehci-pci
Mar 29 19:19:41 local kernel: [   46.145401] usb 2-2: New USB device found, 
idVendor=14cd, idProduct=6116
Mar 29 19:19:41 local kernel: [   46.145409] usb 2-2: New USB device strings: 
Mfr=1, Product=3, SerialNumber=2
Mar 29 19:19:41 local kernel: [   46.145412] usb 2-2: Product: USB 2.0  SATA 
BRIDGE   
Mar 29 19:19:41 local kernel: [   46.145416] usb 2-2: Manufacturer: Super Top   
Mar 29 19:19:41 local kernel: [   46.145419] usb 2-2: SerialNumber: M6116018VE15
Mar 29 19:19:41 local kernel: [   46.153488] Initializing USB Mass Storage 
driver...
Mar 29 19:19:41 local kernel: [   46.153614] usbcore: registered new interface 
driver usb-storage
Mar 29 19:19:41 local kernel: [   46.153617] USB Mass Storage support 
registered.
Mar 29 19:19:41 local kernel: [   46.157283] scsi6 : usb-storage 2-2:1.0
Mar 29 19:19:41 local kernel: [   46.157457] usbcore: registered new interface 
driver ums-cypress
Mar 29 19:19:42 local kernel: [   47.156812] scsi 6:0:0:0: Direct-Access 
WDC WD32 00BEVT-22ZCT0 PQ: 0 ANSI: 0
Mar 29 19:19:42 local kernel: [   47.157700] sd 6:0:0:0: Attached scsi generic 
sg2 type 0
Mar 29 19:19:42 local kernel: [   47.159898] sd 6:0:0:0: [sdb] 625142448 
512-byte logical blocks: (320 GB/298 GiB)
Mar 29 19:19:42 local kernel: [   47.160903] sd 6:0:0:0: [sdb] Write Protect is 
off
Mar 29 19:19:42 local kernel: [   47.160909] sd 6:0:0:0: [sdb] Mode Sense: 03 
00 00 00
Mar 29 19:19:42 local kernel: [   47.161741] sd 6:0:0:0: [sdb] No Caching mode 
page present
Mar 29 19:19:42 local kernel: [   47.161748] sd 6:0:0:0: [sdb] Assuming drive 
cache: write through
Mar 29 19:19:42 local kernel: [   47.165016] sd 6:0:0:0: [sdb] No Caching mode 
page present
Mar 29 19:19:42 local kernel: [   47.165023] sd 6:0:0:0: [sdb] Assuming drive 
cache: write through
Mar 29 19:19:42 local kernel: [   47.206914]  sdb: sdb1 sdb2
Mar 29 19:19:42 local kernel: [   47.209109] sd 6:0:0:0: [sdb] No Caching mode 
page present
Mar 29 19:19:42 local kernel: [   47.209115] sd 6:0:0:0: [sdb] Assuming drive 
cache: write through
Mar 29 19:19:42 local kernel: [   47.209120] sd 6:0:0:0: [sdb] Attached SCSI 
disk
Mar 29 19:19:50 local kernel: [   54.928067] usb 2-2: reset high-speed USB 
device number 5 using ehci-pci
Mar 29 19:19:50 local udisksd[1881]: Error probing device: Error sending ATA 
command IDENTIFY DEVICE to /dev/sdb: Unexpected sense data returned:#012: 
00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00#0120010: 
00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00#012 
(g-io-error-quark, 0)

thad@local:~$ apt-cache policy udisks2
udisks2:
  Installed: 2.1.0-2
  Candidate: 2.1.0-2
  Version table:
 *** 2.1.0-2 0
500 http://archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
100 /var/lib/dpkg/status

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


** Tags: raring

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

Title:
  Error sending ATA command IDENTIFY DEVICE

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

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


[Bug 1161981] Re: Boot stalls after entire disk install on Ubuntu Raring desktop ARM (Panda board)

2013-03-29 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Package changed: linux (Ubuntu) = linux-ti-omap4 (Ubuntu)

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

Title:
  Boot stalls after entire disk install on Ubuntu Raring desktop ARM
  (Panda board)

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

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


[Bug 1161973] Re: Ultrabase suspend cycle loses bay HDD

2013-03-29 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel?  Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.9 kernel[0] (Not a kernel in the daily directory) and install both
the linux-image and linux-image-extra .deb packages.

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.  
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-rc4-raring/

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

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161943] Re: oem-config hangs when removing ubquity

2013-03-29 Thread Jason Gerard DeRose
Might be a super easy fix. In Raring, it seems `ubiquity-frontend-gtk`
is one of the package present after an OEM mode install. But `ubiquity-
frontend-gtk` is not one of the packages in the remove list in bin/oem-
config-remove-gtk:

def main():
purge = []
for pkg in ('ubiquity', 'ubiquity-casper',
'ubiquity-ubuntu-artwork', 'ubiquity-slideshow-ubuntu',
'oem-config-slideshow-ubuntu'):
if glob.glob('/var/lib/dpkg/info/%s.list' % pkg):
purge.append(pkg)

if not using_cryptsetup():
purge.append(cryptsetup)

ac = client.AptClient()
ac.commit_packages(
install=[], reinstall=[], remove=[], purge=purge, upgrade=[],
downgrade=[], error_handler=_on_failure, reply_handler=_on_transaction)
loop.run()

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

Title:
  oem-config hangs when removing ubquity

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

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


[Bug 1006100] Re: unable to set extended desktop

2013-03-29 Thread shankao
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in xorg.

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://help.ubuntu.com/community/ReportingBugs.

** Tags added: precise

** Package changed: ubuntu = xorg (Ubuntu)

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

Title:
  unable to set extended desktop

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

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


[Bug 1161981] Re: Boot stalls after entire disk install on Ubuntu Raring desktop ARM (Panda board)

2013-03-29 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1161981

** Tags added: iso-testing

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

Title:
  Boot stalls after entire disk install on Ubuntu Raring desktop ARM
  (Panda board)

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

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


[Bug 1161973] Re: Ultrabase suspend cycle loses bay HDD

2013-03-29 Thread Donjan Rodic
apport information

** Tags added: apport-collected quantal

** Description changed:

  Software: Ubuntu 12.10 amd64, Linux 3.5.0-25.39-generic
  Hardware: Thinkpad X230, Ultrabase series 3, generic Samsung SATA hard drive 
in Ultrabase HDD bay
  
  To reproduce:
  Boot system, use drive in dock bay. Suspend while docked, undock, go to 
work, resume (dock bay drive previously on /dev/sdb1 isn't there anymore), 
suspend again, return home, dock, resume.
  Now the bay drive isn't shown anymore, there is no /dev/sdb or any hint of 
its existence in udisks, fdisk, mtab, ...
  Running 'udevadm info -ap /sys/devices/platform/dock.2' simply shows 
'ATTR{docked}==0' among others.
  
  Workaround:
  Simply undocking and redocking while the system is awake repopulates 
/dev/sdb1. As I haven't figured out a software way to do it, this amounts to 
pulling the docks lever and dropping it again every time after docking.
  
  More:
  Undocking before suspend (before going to work) is clunky (have to open lid 
once more) but fixes this problem.
  As does resuming before docking again (after return home), but I'd like to 
avoid having to open the lid at all, and this is equivalent to the workaround 
described above.
  
- I don't know why allowing it to register the undock before suspending
- the first time makes a difference when resuming in a docked-again state.
+ I don't know why allowing it to register the undock before suspending the 
first time makes a difference when resuming in a docked-again state.
+ --- 
+ ApportVersion: 2.6.1-0ubuntu10
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  bryonak2283 F pulseaudio
+ DistroRelease: Ubuntu 12.10
+ InstallationDate: Installed on 2012-09-14 (195 days ago)
+ InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
+ MachineType: LENOVO 2324FE5
+ MarkForUpload: True
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-25-generic 
root=UUID=542b992a-b7ce-405b-9645-53fa4f50b17c ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.5.0-25.39-generic 3.5.7.4
+ RelatedPackageVersions:
+  linux-restricted-modules-3.5.0-25-generic N/A
+  linux-backports-modules-3.5.0-25-generic  N/A
+  linux-firmware1.95
+ Tags:  quantal
+ Uname: Linux 3.5.0-25-generic x86_64
+ UpgradeStatus: Upgraded to quantal on 2012-10-27 (153 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
+ dmi.bios.date: 07/24/2012
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: G2ET33WW (1.13 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 2324FE5
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Not Defined
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Not Available
+ dmi.modalias: 
dmi:bvnLENOVO:bvrG2ET33WW(1.13):bd07/24/2012:svnLENOVO:pn2324FE5:pvrThinkPadX230:rvnLENOVO:rn2324FE5:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
+ dmi.product.name: 2324FE5
+ dmi.product.version: ThinkPad X230
+ dmi.sys.vendor: LENOVO

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1161973/+attachment/3606741/+files/AlsaInfo.txt

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161973] BootDmesg.txt

2013-03-29 Thread Donjan Rodic
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1161973/+attachment/3606742/+files/BootDmesg.txt

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161973] CRDA.txt

2013-03-29 Thread Donjan Rodic
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1161973/+attachment/3606743/+files/CRDA.txt

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161973] CurrentDmesg.txt

2013-03-29 Thread Donjan Rodic
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1161973/+attachment/3606744/+files/CurrentDmesg.txt

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161973] IwConfig.txt

2013-03-29 Thread Donjan Rodic
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1161973/+attachment/3606745/+files/IwConfig.txt

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161973] Lspci.txt

2013-03-29 Thread Donjan Rodic
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1161973/+attachment/3606746/+files/Lspci.txt

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161973] Lsusb.txt

2013-03-29 Thread Donjan Rodic
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1161973/+attachment/3606747/+files/Lsusb.txt

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161973] ProcCpuinfo.txt

2013-03-29 Thread Donjan Rodic
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1161973/+attachment/3606748/+files/ProcCpuinfo.txt

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161973] ProcEnviron.txt

2013-03-29 Thread Donjan Rodic
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1161973/+attachment/3606749/+files/ProcEnviron.txt

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161973] ProcInterrupts.txt

2013-03-29 Thread Donjan Rodic
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1161973/+attachment/3606750/+files/ProcInterrupts.txt

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161973] ProcModules.txt

2013-03-29 Thread Donjan Rodic
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1161973/+attachment/3606751/+files/ProcModules.txt

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161973] PulseList.txt

2013-03-29 Thread Donjan Rodic
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1161973/+attachment/3606752/+files/PulseList.txt

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161973] RfKill.txt

2013-03-29 Thread Donjan Rodic
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1161973/+attachment/3606753/+files/RfKill.txt

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161973] UdevDb.txt

2013-03-29 Thread Donjan Rodic
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1161973/+attachment/3606754/+files/UdevDb.txt

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161973] UdevLog.txt

2013-03-29 Thread Donjan Rodic
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1161973/+attachment/3606755/+files/UdevLog.txt

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161973] WifiSyslog.txt

2013-03-29 Thread Donjan Rodic
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1161973/+attachment/3606756/+files/WifiSyslog.txt

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161953] Re: gnome-language-selector crashed with TypeError in _expand_pkg_pattern(): not enough arguments for format string

2013-03-29 Thread Gunnar Hjalmarsson
** Tags removed: need-duplicate-check

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

Title:
  gnome-language-selector crashed with TypeError in
  _expand_pkg_pattern(): not enough arguments for format string

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

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


[Bug 1159324] Re: [regression-r3635] Guake window appears placed by offset non-existent decoration

2013-03-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/compiz

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

Title:
  [regression-r3635] Guake window appears placed by offset non-existent
  decoration

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

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


[Bug 1155000] Re: [SRU] CVE-2013-1853: Almanah doesn't encrypt the database

2013-03-29 Thread Launchpad Bug Tracker
This bug was fixed in the package almanah - 0.9.0-1ubuntu2.1

---
almanah (0.9.0-1ubuntu2.1) quantal-security; urgency=low

  * debian/patches/encrypt_database.patch: (LP: #1155000)
- upstream patch to ensure encrypt the diary database.
- CVE-2013-1853
 -- Angel Abad angela...@ubuntu.com   Thu, 14 Mar 2013 21:17:12 +0100

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

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

Title:
  [SRU] CVE-2013-1853: Almanah doesn't encrypt the database

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

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


[Bug 1087534] Re: [regression] Corrupted blurred overlays

2013-03-29 Thread František Zatloukal
Same here:
CPU: Intel® Atom™ CPU N450
Graphics: Intel® 945GME x86/MMX/SSE2
Ubuntu 13.04 32bits - 2Gb Ram

OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) IGD x86/MMX/SSE2
OpenGL version string: 1.4 Mesa 9.0.3
OpenGL extensions:

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

Title:
  [regression] Corrupted blurred overlays

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

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

[Bug 1012959] Re: All bluetooth connection stop data transfer

2013-03-29 Thread shankao
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in linux.

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://help.ubuntu.com/community/ReportingBugs.

** Tags added: precise

** Package changed: ubuntu = linux (Ubuntu)

** Tags added: kernel-bluetooth

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

Title:
  All bluetooth connection stop data transfer

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

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


[Bug 1012959] Re: All bluetooth connection stop data transfer

2013-03-29 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel?  Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.9 kernel[0] (Not a kernel in the daily directory) and install both
the linux-image and linux-image-extra .deb packages.

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.  
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-rc4-raring/

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

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

Title:
  All bluetooth connection stop data transfer

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

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


[Bug 1161981] Re: Boot stalls after entire disk install on Ubuntu Raring desktop ARM (Panda board)

2013-03-29 Thread Carla Sella
@ Brad:
Could not do anything, the keyboard did not work after reboot so I was unable 
to go to terminal for adding log files.

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

Title:
  Boot stalls after entire disk install on Ubuntu Raring desktop ARM
  (Panda board)

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

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


[Bug 1160372] Re: Login is not possible

2013-03-29 Thread Seth Arnold
A pal spotted this bug report and suggests [this] is caused by vsftp
switching pid namespaces (audit kernel code prohibits).  Hope this
helps.

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

Title:
  Login is not possible

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

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


[Bug 1159026] Re: update-manager needs 3 times a retry before it knows that it is connected to internet

2013-03-29 Thread Fabio Marconi
Hallo Joeri
please try
sudo apt-get clean
sudo apt-get update
sudo apt-get install python-launchpadlib
it exists in main repo:

njin@njin:~$ apt-cache policy python-launchpadlib
python-launchpadlib:
  Installed: 1.10.2+ds-1
  Candidate: 1.10.2+ds-1
  Version table:
 *** 1.10.2+ds-1 0
500 http://archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
100 /var/lib/dpkg/status

---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

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

Title:
  update-manager needs 3 times a retry before it knows that it is
  connected to internet

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

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


[Bug 1154229] Re: [FFE] New Unity Dash

2013-03-29 Thread Olli Ries
After a recent review we have come to the conclusion that this feature
is not at a stage that we'd like to see in Ubuntu and thus we are not
pursuing to push this feature into Ubuntu 13.04.

Instead, we will be landing it in 13.10 once the current issues are resolved. 
Ubuntu Users will be able to still use the feature by installing it from a 
Ubuntu R based PPA which will be rebased with any relevant R update. We will 
update this bug once the relevant details are documented.

In the course of the next couple of days we will also clean up this bug
report with the necessary actions for R S.

We appreciate your support and patience

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

Title:
  [FFE] New Unity Dash

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

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


[Bug 1129949] Re: corrupt package libgrail5_3.0.6-0ubuntu0.12.04.01_i386.deb on archive.ubuntu.com

2013-03-29 Thread Adam Conrad
(We believe this is all correct on the parent mirrors, and we've tweaked
some timestamps to force children to update and fix whatever corruption
they might have... If you spot a problem somewhere, please reopen this
with a bit more verbosity as to which mirror is broken)

** Changed in: ubuntu
   Status: New = Fix Released

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

Title:
  corrupt package libgrail5_3.0.6-0ubuntu0.12.04.01_i386.deb on
  archive.ubuntu.com

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

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


[Bug 1126205] Re: [FFe] Bring Unity appmenu / HUD integration to Qt5

2013-03-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/appmenu-qt

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

Title:
  [FFe] Bring Unity appmenu / HUD integration to Qt5

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/1126205/+subscriptions

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


[Bug 965895] Re: After boot, NetworkManager indicator menu only shows four entries

2013-03-29 Thread Veleno
Please release the fix also in Quantal.
I just updated using fake-pae workaround (issue #930447), and the anomaly is 
still present. Actually I'm using Gnome and not Unity 2d, which was the WM of 
choice in Precise and has the issue at first.
Indeed the sleep into autostart script is not quite the solution and sometimes 
it leads to a strange/inconsistent behavior in VPN connections usage. At first 
attempt the login box requires both username and group secret. If the window is 
closed (via Cancel button) and reopened, its behavior is back to normal, asking 
only for the user secret. 
This happens if the VPN connection is invoked too soon after the start of nm 
applet or nm-applet state is not consistent: id est the wired connection 
appears as Auto eth0 and not Wired connection 1 which is the expected text 
label when the applet is working correctly.

Thanks and Happy Easter to all subscribers :D.

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

Title:
  After boot, NetworkManager indicator menu only shows four entries

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

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


[Bug 828593] Re: Gwibber Smooth scrolling

2013-03-29 Thread Robert Bruce Park
Thanks for your interest in testing! If you find new bugs, please file
new ones. This particular bug has mostly run it's course I think. I
should put those PPA instructions on a wiki somewhere...

For now, you can just file the bugs against lp:friends, and I'll
organize them as necessary. We've split gwibber up into different
components so it might not be immediately obvious which component is
causing whatever bug you might be observing.

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

Title:
  Gwibber Smooth scrolling

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

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


[Bug 1161583] Re: Please package gnome-getting-started-docs and gnome-initial-setup

2013-03-29 Thread Fabio Marconi
** Tags added: needs-packaging

** Summary changed:

- Please package gnome-getting-started-docs and gnome-initial-setup
+ [Needs Packaging] Please package gnome-getting-started-docs and 
gnome-initial-setup

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

Title:
  [Needs Packaging] Please package gnome-getting-started-docs and gnome-
  initial-setup

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

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


[Bug 1161245] Re: Logitech K400 not working in ubuntu alternate image

2013-03-29 Thread Fabio Marconi
Thank you for taking the time to report this bug and helping to make
Ubuntu better. While we appreciate the difficulties you are facing, it
would appear that the CD image (ISO file) you downloaded could be
corrupt. There is an easy way to verify the integrity of the Ubuntu ISO
files you download. Could you please visit
https://help.ubuntu.com/community/HowToMD5SUM follow the instructions
and report back as to whether or not the MD5SUM verified? Thanks in
advance.

** Package changed: ubuntu = debian-installer (Ubuntu)

** Tags added: precise

** Changed in: debian-installer (Ubuntu)
   Status: New = Invalid

** Changed in: debian-installer (Ubuntu)
   Status: Invalid = Incomplete

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

Title:
  Logitech K400 not working in ubuntu alternate image

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

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


[Bug 1156232] Re: Cannot login to user account in Ubuntu 13.04 . The geust account is accessable, but the password setuo during installationis not recognized. I gave up after three installation attemp

2013-03-29 Thread Frogs Hair
This problem was resolved by trying a newer daily build ISO image .

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

Title:
  Cannot login to user account in Ubuntu 13.04 . The geust account is
  accessable, but the password setuo during installationis not
  recognized. I gave up after three installation attemps.

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

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


[Bug 1156232] Re: Cannot login to user account in Ubuntu 13.04 . The geust account is accessable, but the password setuo during installationis not recognized. I gave up after three installation attemp

2013-03-29 Thread Frogs Hair
Mark as resolved

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

Title:
  Cannot login to user account in Ubuntu 13.04 . The geust account is
  accessable, but the password setuo during installationis not
  recognized. I gave up after three installation attemps.

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

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


[Bug 1012959] Missing required logs.

2013-03-29 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1012959

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

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

Title:
  All bluetooth connection stop data transfer

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

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


[Bug 996791] Re: Xubuntu 12.04 extremely slow login

2013-03-29 Thread pen name
Today's xubuntu 12.04 update contains an update for lightdm, and after I
clicked yes and reboot, the slow login returns   ;_;

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

Title:
  Xubuntu 12.04 extremely slow login

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

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


[Bug 1161992] [NEW] weather applet doesn't show weather after location setup

2013-03-29 Thread checoimg
Public bug reported:

Fresh install doing a update at 15:01 2013/03/29

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: indicator-weather 12.07.30-0ubuntu5
ProcVersionSignature: Ubuntu 3.8.0-15.25-generic 3.8.4
Uname: Linux 3.8.0-15-generic x86_64
ApportVersion: 2.9.2-0ubuntu5
Architecture: amd64
Date: Fri Mar 29 14:56:28 2013
InstallationDate: Installed on 2013-03-29 (0 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130328)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: indicator-weather
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring

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

Title:
  weather applet doesn't show weather after location setup

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

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


[Bug 1161733] Re: Sonic Visualizer failed in apt-get upgrade

2013-03-29 Thread Logan Rosen
*** This bug is a duplicate of bug 1161283 ***
https://bugs.launchpad.net/bugs/1161283

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

** This bug has been marked a duplicate of bug 1161283
   Problem reported with .desktop file

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

Title:
  Sonic Visualizer failed in apt-get upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sonic-visualiser/+bug/1161733/+subscriptions

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


[Bug 1160205] Re: acpi for gigabyte laptop on ubuntu 12.10

2013-03-29 Thread Fabio Marconi
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in linux.

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://help.ubuntu.com/community/ReportingBugs.

** Package changed: ubuntu = linux (Ubuntu)

** Tags added: kernel-therm

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

Title:
  acpi for gigabyte laptop on ubuntu 12.10

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

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


[Bug 1043066] Re: Test Case dwi001- Full disk install PPC Alternate- 12.10. Yaboot installation failure

2013-03-29 Thread ojordan
Ah, okay.  I think I understand.  I should of downloaded the source code
instead of browsing the online version.  Sorry for wasting your time.

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

Title:
  Test Case dwi001- Full disk install PPC Alternate- 12.10.  Yaboot
  installation failure

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

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


[Bug 1161995] [NEW] [SAMSUNG ELECTRONICS CO., LTD. 900X3C/900X4C/900X4D] suspend/resume failure

2013-03-29 Thread Francisco Diaz Trepat
Public bug reported:

just rebooted after an update. It did not asked me to restart. I just
did.

nothing was being done in the ultrabook, no action whatsoever.

Ubuntu rules... :-)

ProblemType: KernelOops
DistroRelease: Ubuntu 13.04
Package: linux-image-3.8.0-15-generic 3.8.0-15.25
ProcVersionSignature: Ubuntu 3.8.0-15.25-generic 3.8.4
Uname: Linux 3.8.0-15-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.9.2-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  francisco   1893 F pulseaudio
Date: Fri Mar 29 08:20:26 2013
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=360c7531-0eb3-436d-afb7-82b8ca983e0d
InstallationDate: Installed on 2013-03-10 (18 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
InterpreterPath: /usr/bin/python3.3
MachineType: SAMSUNG ELECTRONICS CO., LTD. 900X3C/900X4C/900X4D
MarkForUpload: True
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-15-generic 
root=UUID=41282cb9-19ac-4a77-a8b4-0ae1713252bd ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.8.0-15-generic N/A
 linux-backports-modules-3.8.0-15-generic  N/A
 linux-firmware1.104
SourcePackage: linux
Title: [SAMSUNG ELECTRONICS CO., LTD. 900X3C/900X4C/900X4D] suspend/resume 
failure
UpgradeStatus: Upgraded to raring on 2013-03-19 (9 days ago)
UserGroups:
 
dmi.bios.date: 04/26/2012
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: P01AAC
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: SAMSUNG_NP1234567890
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: FAB1
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP01AAC:bd04/26/2012:svnSAMSUNGELECTRONICSCO.,LTD.:pn900X3C/900X4C/900X4D:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
dmi.product.name: 900X3C/900X4C/900X4D
dmi.product.version: 0.1
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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


** Tags: amd64 apport-kerneloops raring resume suspend

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

Title:
  [SAMSUNG ELECTRONICS CO., LTD. 900X3C/900X4C/900X4D] suspend/resume
  failure

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

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


[Bug 1160042] Re: Scroll speed too fast with Mircosoft mice

2013-03-29 Thread Fabio Marconi
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in linux.

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://help.ubuntu.com/community/ReportingBugs.

** Package changed: ubuntu = linux (Ubuntu)

** Tags added: quantal

** Summary changed:

- Scroll speed too fast with Mircosoft mice
+ Scroll speed too fast with Microsoft mice

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

Title:
  Scroll speed too fast with Microsoft mice

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

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


[Bug 1161994] [NEW] Rhythmbox doesn't show on the launchbar while running

2013-03-29 Thread checoimg
Public bug reported:

Rhythmbox along others like Blender doesn't show on the launchbar

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: indicator-application 12.10.1daily13.01.25-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-15.25-generic 3.8.4
Uname: Linux 3.8.0-15-generic x86_64
ApportVersion: 2.9.2-0ubuntu5
Architecture: amd64
Date: Fri Mar 29 15:00:32 2013
InstallationDate: Installed on 2013-03-29 (0 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130328)
MarkForUpload: True
SourcePackage: indicator-application
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: indicator-application (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring

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

Title:
  Rhythmbox doesn't show on the launchbar while running

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-application/+bug/1161994/+subscriptions

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


Re: [Bug 1159026] Re: update-manager needs 3 times a retry before it knows that it is connected to internet

2013-03-29 Thread Joeri Eilander
I know it exists, but not on my system, I dont know why but it is. It did
on 12.10 but everything is broken in raring, like date and time panelinfo,
internet disconnection messages like this... everything. I used ubuntu from
8.10 as my daily driver, so I definitly know where youre talking about.

I reinstalled raring 4 times and on every install python-launchpadlib
doesnt exist. And my time too. Coukd this be an hw issue?

I have a rare selfbuild xnotebook.
Op 29 mrt. 2013 20:01 schreef Fabio Marconi fabiomarc...@ubuntu.com het
volgende:

 Hallo Joeri
 please try
 sudo apt-get clean
 sudo apt-get update
 sudo apt-get install python-launchpadlib
 it exists in main repo:

 njin@njin:~$ apt-cache policy python-launchpadlib
 python-launchpadlib:
   Installed: 1.10.2+ds-1
   Candidate: 1.10.2+ds-1
   Version table:
  *** 1.10.2+ds-1 0
 500 http://archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
 100 /var/lib/dpkg/status

 ---
 Ubuntu Bug Squad volunteer triager
 http://wiki.ubuntu.com/BugSquad

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

 Title:
   update-manager needs 3 times a retry before it knows that it is
   connected to internet

 Status in “update-manager” package in Ubuntu:
   Incomplete

 Bug description:
   first, it starts searhcing trough archive.ubuntu and then a window
   comes up with a message that there is no connection. and it gives an
   option 'retry'. after 3 times it finaly starts working. using ubuntu
   13.04 latest updates today. first time came up trough the newest
   update manager's update for itself.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1159026/+subscriptions


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

Title:
  update-manager needs 3 times a retry before it knows that it is
  connected to internet

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

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

[Bug 1126205] Re: [FFe] Bring Unity appmenu / HUD integration to Qt5

2013-03-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/libdbusmenu-qt

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

Title:
  [FFe] Bring Unity appmenu / HUD integration to Qt5

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/1126205/+subscriptions

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


[Bug 1096329] Re: no se ha podido instalar linux-image-3.5.0-21-generic_3.5.0-21.32_i386.deb on Pentium M

2013-03-29 Thread Josep Mª Vilargonter Lozano
Hola Fabio
Hace una semana cambié la RAM de 500MB hasta los 2GB actuales, y para ver si 
persistia el problema volví a actualizar el Núcleo Linux y lo acepto sin dar 
ningún error, viendo eso, me dispuse a reinstalar todo el sistema desde cero, 
instalando un Lubuntu 12.10
y veo en la primera actualización quiere entre otras cosas actualizar al Núcleo 
3.5.0-26. Lo actualizo y reaparece el error, luego volviendo a actualizar 
propone el Núcleo 3.5.0-27. Lo hago y me vueve a aparecer el error.

Gracias por el interés, espero que de alguna forma se solucione pronto.

Gracias.

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

Title:
  no se ha podido instalar linux-
  image-3.5.0-21-generic_3.5.0-21.32_i386.deb on Pentium M

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

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

[Bug 1063003] Re: indicator-sync-service crashed with SIGSEGV in g_type_check_instance_is_a()

2013-03-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/indicator-sync

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

Title:
  indicator-sync-service crashed with SIGSEGV in
  g_type_check_instance_is_a()

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

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


[Bug 1161998] [NEW] No irq handler for vector

2013-03-29 Thread Mofi Taiwo
Public bug reported:

This message comes up when the cpu is resumed from sleep

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-39-generic 3.2.0-39.62
ProcVersionSignature: Ubuntu 3.2.0-39.62-generic 3.2.39
Uname: Linux 3.2.0-39-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  inphi  2184 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0x7461 irq 46'
   Mixer name   : 'Intel PantherPoint HDMI'
   Components   : 'HDA:111d76e0,103c181b,00100102 
HDA:80862806,103c1818,0010'
   Controls  : 23
   Simple ctrls  : 11
Date: Fri Mar 29 15:08:00 2013
HibernationDevice: RESUME=UUID=78d71058-3429-4050-b52e-2df2f0482ba2
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB:
 0 inteldrmfb
 1 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-39-generic 
root=UUID=0b06c0e8-99b7-4722-83b4-f8cf1c5043e4 ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-39-generic N/A
 linux-backports-modules-3.2.0-39-generic  N/A
 linux-firmware1.79.1
SourcePackage: linux
StagingDrivers: mei
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/22/2013
dmi.bios.vendor: Insyde
dmi.bios.version: F.24
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 181B
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 52.24
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.24:bd01/22/2013:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr078F1020572620100:rvnHewlett-Packard:rn181B:rvr52.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion dv6 Notebook PC
dmi.product.version: 078F1020572620100
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug precise running-unity staging third-party-packages

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

Title:
  No irq handler for vector

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

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


[Bug 1161973] Re: Ultrabase suspend cycle loses bay HDD

2013-03-29 Thread Donjan Rodic
I've just rebooted with Linux 3.9.0-030900rc4-generic, the problem still
persists.

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

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

Title:
  Ultrabase suspend cycle loses bay HDD

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

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


[Bug 1161057] Re: Ubuntu 12.10 x64: Task swapper blocked during boot

2013-03-29 Thread Viktor Mileikovskyi
The same problem found using Lenovo Z480 and Z580 (my is Z580A) with Ubuntu 
12.04 and 12.10. See
http://askubuntu.com/questions/235942/ubuntu-12-04-and-12-10-fails-to-boot-after-usb-1-1-4
To workaround they use an old version of kernel:  kernel 3.2.0-29-generic.
The same problem with Z580 found at
https://answers.launchpad.net/ubuntu/+source/unity/+question/215279
They found a workaround to remove a battery during boot  with AC connection.
I did not try it. There is not so good idea for me but may be a key to solve a 
problem.
Also the same problem reported at
http://askubuntu.com/questions/225538/uefi-boot-failure-hang-after-printing-usb-information
I try both variant of booting: with and without EFI. No difference.
I replaced a memory from 2+4 GB to 8 GB (Kingston 2x4GB KIT). The regularity of 
unsuccessful boots does not change.

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

Title:
  Ubuntu 12.10 x64: Task swapper blocked during boot

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

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


[Bug 1159588] Re: Problem with dual graphic card on laptop.

2013-03-29 Thread Fabio Marconi
** Package changed: ubuntu = linux (Ubuntu)

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

Title:
  Problem with dual graphic card on laptop.

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

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


[Bug 1154229] Re: [FFE] New Unity Dash

2013-03-29 Thread Kate Stewart
Based on Ollie's comments above,  marked this as nominated for S-Series.

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

Title:
  [FFE] New Unity Dash

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

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


[Bug 1098064]

2013-03-29 Thread Kristian Hoegsberg
OK, putting this back into FIXED, no response for a while.

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

Title:
  weston-desktop-shell crashed with SIGSEGV in ffi_call_unix64()

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

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


[Bug 1161979] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox kernel module failed to build

2013-03-29 Thread pranith
*** This bug is a duplicate of bug 1081307 ***
https://bugs.launchpad.net/bugs/1081307

** This bug has been marked a duplicate of bug 1081307
   virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox kernel module failed to 
build [merge request]

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2: virtualbox kernel module
  failed to build

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

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


[Bug 1159251] Re: Mouse Logitech Performance MX does not work with Ubuntu.

2013-03-29 Thread Fabio Marconi
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please run the command 'apport-collect 1159251' which
will attach necessary information for debugging this as an Xorg problem.
Thanks in advance.

** Package changed: ubuntu = xorg (Ubuntu)

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

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

Title:
  Mouse Logitech Performance MX does not work with Ubuntu.

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

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


[Bug 1158558] Re: Update to 3.4.3

2013-03-29 Thread Miklos Juhasz
After a whole day of scanning I can confirm that simple-scan does not
crash anymore (see relevant bugs in comment #2). According to comment #1
the filter label patch is already applied in precise, and the ADF issue
is tracked in bug 1097096 and marked as verification-done so I am
marking this bug as verification-done. No regression spotted either.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Update to 3.4.3

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