[Bug 1459451] Re: freeze after suspend

2015-05-28 Thread Alexey
I post workaround at askubuntu: 
http://askubuntu.com/questions/605563/ubuntu-14-10-issue-with-suspend?lq=1
So, problem is in nvidia driver

** Also affects: nvidia-graphics-drivers-340-updates (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  freeze after suspend

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

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


[Bug 1445080] Re: Cellular data not activated after exiting flight mode

2015-05-28 Thread Tony Espy
So regarding the original bug, there are two scenarios that can happen
when FlightMode is enabled on arale.  These same scenarios could also
occur on other platforms as well, which would explain why @Ricardo was
able to reproduce on mako.

1. When FlightMode is enabled, often the first event NM sees is the
ofono gprs context's 'Settings' property change to {} ( ie. the
connection has been closed, so no IP settings exist anymore ).  This
failure of an active connection causes the connection_retry count (
currently at 4 ) to drop by 1.

When this happens, NM immediately schedules an activation check ( on the
idle queue ), but as not much else is happening, the activation attempt
occurs almost immediately.   The attempt fails, as ofono is in the
middle of bringing down the modem.  NM actually manages to try three
times in a row, and then disables the connection because the retry_count
of the connection has hit zero.   This causes a 5m timer to be set,
which will reset the retry count and re-trigger auto-activation.

When the timer fires, the reset fails to auto-activate the connection.
The cause of why it fails to auto-activate when the timer goes off is
still being investigated, but it believed to be related to the following
scenario.

2. Other times  when FlightMode is enabled, it's possible for the
NM_MODEM_OFONO instance to detect that the modem has gone offline and/or
detached from GPRS *before* the active connection drops.  This is good,
because there's code that recognizes this, and disables auto-connect for
the connection ( so the whole retry / 5m timer logic doesn't trigger ).
There's also code that re-enables auto-connect when it seems the modem
re-attach to GPRS and go Online.

At some point during the modem online process, the device state goes
from UNAVAILABLE to DISCONNECTED, which triggers NM_DEVICE to refresh
it's available connections.  This eventually bubbles down to a function
in the NM_MODEM_OFONO class called check_compatible_connection().  This
function attempts to read ofono's SimManager 'SubscriberIdentity'
property from DBus synchronously, and doesn't check for an empty value.
It then uses this value for comparison against the connection ID ( which
is the SubscriberIdentity/context name ) and the check fails, so the
connection isn't added to the the device's list of available
connections, which in turn prevents the connection from being
activated...

This

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

Title:
  Cellular data not activated after exiting flight mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1445080/+subscriptions

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


[Bug 1459151] Re: [MIR] python-ddt

2015-05-28 Thread Michael Terry
sphinxcontrib-programoutput also needs a team bug subscriber

** Also affects: sphinxcontrib-programoutput (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [MIR] python-ddt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-ddt/+bug/1459151/+subscriptions

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


[Bug 1459863] [NEW] wrong version number for shared library

2015-05-28 Thread Nicolas
Public bug reported:

The generated shared library is tagged `libcfitsio.so.3.370`. The
correct API version for CFITSIO 3 is `libcfitsio.so.2`.

Quoting from the `fitsio.h` file:

#define CFITSIO_VERSION 3.37
#define CFITSIO_MINOR 37
#define CFITSIO_MAJOR 3
#define CFITSIO_SONAME 2

/* the SONAME is incremented in a new release if the binary shared */
/* library (on linux and Mac systems) is not backward compatible */
/* with the previous release of CFITSIO */

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

** Summary changed:

- wrong version number in shared library
+ wrong version number for shared library

** Description changed:

- The generated shared library is tagged `libcfitsio.so.3.340`. The
+ The generated shared library is tagged `libcfitsio.so.3.370`. The
  correct API version for CFITSIO 3 is `libcfitsio.so.2`.
  
  Quoting from the `fitsio.h` file:
  
- #define CFITSIO_VERSION 3.37
- #define CFITSIO_MINOR 37
- #define CFITSIO_MAJOR 3
- #define CFITSIO_SONAME 2
- 
- /* the SONAME is incremented in a new release if the binary shared */
- /* library (on linux and Mac systems) is not backward compatible */
- /* with the previous release of CFITSIO */
+ #define CFITSIO_VERSION 3.37
+ #define CFITSIO_MINOR 37
+ #define CFITSIO_MAJOR 3
+ #define CFITSIO_SONAME 2
+ 
+ /* the SONAME is incremented in a new release if the binary shared */
+ /* library (on linux and Mac systems) is not backward compatible */
+ /* with the previous release of CFITSIO */

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

Title:
  wrong version number for shared library

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

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

[Bug 1457587] Re: wifi crash on wakeup (iwl3945 cfg80211)

2015-05-28 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.1 kernel[0].

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/v4.1-rc5-unstable/

** Package changed: linux-firmware (Ubuntu) = linux (Ubuntu)

** 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/1457587

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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


[Bug 1456873] Re: 3.13.0-53-generic breaks networking after 3-5 minutes

2015-05-28 Thread Joseph Salisbury
** Tags added: kernel-da-key regression-update

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

Title:
  3.13.0-53-generic breaks networking after 3-5 minutes

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

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


[Bug 1453549] Re: Cannot publish to Facebook

2015-05-28 Thread Daniel Dionne
I installed shotwell (0.22.0-0ubuntu4) and now it doesn't have the
option to publish to facebook although facebook is listed under plugins
in the preferences.

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

Title:
  Cannot publish to Facebook

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

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


[Bug 1453549] Re: Cannot publish to Facebook

2015-05-28 Thread Daniel Dionne
I am using Linux Mint 17.1 Mate

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

Title:
  Cannot publish to Facebook

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

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


[Bug 1457587] WifiSyslog.txt

2015-05-28 Thread hlorridi
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1457587/+attachment/4406305/+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/1457587

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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


[Bug 1457587] ProcInterrupts.txt

2015-05-28 Thread hlorridi
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1457587/+attachment/4406300/+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/1457587

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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


[Bug 1457587] UdevDb.txt

2015-05-28 Thread hlorridi
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1457587/+attachment/4406303/+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/1457587

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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


[Bug 1457587] ProcModules.txt

2015-05-28 Thread hlorridi
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1457587/+attachment/4406301/+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/1457587

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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


[Bug 1457587] PulseList.txt

2015-05-28 Thread hlorridi
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1457587/+attachment/4406302/+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/1457587

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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


[Bug 1457587] ProcEnviron.txt

2015-05-28 Thread hlorridi
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1457587/+attachment/4406299/+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/1457587

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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


[Bug 1459867] [NEW] Progress window puts everything on one line

2015-05-28 Thread Paul Abrahams
Public bug reported:

When I run qapt-deb-installer, the progress report puts its output all
on one line, so it runs far off the end of the screen unless I keep
scrolling it horizontally.  I suspect a problem in the interpretation of
line terminators in the output of the installer.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: qapt-deb-installer 2.2.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-38.52-generic 3.16.7-ckt10
Uname: Linux 3.16.0-38-generic x86_64
ApportVersion: 2.14.7-0ubuntu8.5
Architecture: amd64
CurrentDesktop: KDE
Date: Thu May 28 19:06:57 2015
InstallationDate: Installed on 2015-05-28 (0 days ago)
InstallationMedia: Kubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
SourcePackage: libqapt
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug utopic

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

Title:
  Progress window puts everything on one line

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

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


[Bug 1457972] Re: VideoOutput plays as soon as loaded even if the MediaPlayer is not set to autoPlay

2015-05-28 Thread Jim Hodapp
** Branch linked: lp:~phablet-team/qtubuntu-media/fix-1457972

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

Title:
  VideoOutput plays as soon as loaded even if the MediaPlayer is not set
  to autoPlay

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtubuntu-media/+bug/1457972/+subscriptions

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


[Bug 1459812] [NEW] Cannot upgrade to Ubuntu 14.10 due to no official sources

2015-05-28 Thread HesitantRay2
Public bug reported:

When I attempt to upgrade to Ubuntu 14.10 Utopic Unicorn, while
preparing my system for the upgrade, it tells me I have no official
sources listed. However, I have them listed in my software sources.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-release-upgrader-core 1:0.220.7
ProcVersionSignature: Ubuntu 3.16.0-38.52~14.04.1-generic 3.16.7-ckt10
Uname: Linux 3.16.0-38-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CrashDB: ubuntu
Date: Thu May 28 15:04:17 2015
InstallationDate: Installed on 2015-05-02 (26 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to trusty on 2015-05-28 (0 days ago)
VarLogDistupgradeAptlog:
 Log time: 2015-05-28 15:02:28.854133
 Log time: 2015-05-28 15:02:44.243261
 Log time: 2015-05-28 15:04:00.078526
 Log time: 2015-05-28 15:04:26.721092
VarLogDistupgradeTermlog:
 
mtime.conffile..etc.update.manager.release.upgrades: 2015-05-22T15:46:20.331411

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade trusty

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

Title:
  Cannot upgrade to Ubuntu 14.10 due to no official sources

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

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


[Bug 1459466] Re: since upgrade

2015-05-28 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your log files attached to this bug report it
seems that there is a problem with your installation media (CD/DVD).
You can verify the integrity of the Ubuntu ISO files you downloaded by
following the instructions at
https://help.ubuntu.com/community/HowToMD5SUM.  You might also retry
your installation with new media.  In the event that is is not in fact
an error with your installation media please set the bug's status back
to New.  Thanks and good luck!

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

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

** Tags added: ident-mismatch

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

Title:
  since upgrade

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

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


[Bug 1441592] Re: Unity restart broken (Vivid)

2015-05-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Unity restart broken (Vivid)

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

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


[Bug 1449725] Re: package prey (not installed) failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2015-05-28 Thread Wililupy
The way I got this to work on my laptop was after I installed 1.3.9, I went 
into /sbin and renamed initctl temporarily to initctl.orig
 sudo mv /sbin/initctl /sbin/initctl.orig

I then ran sudo /usr/lib/prey/current/bin/prey config hooks post_install 
and everything completed successfully. I then ran sudo 
/usr/lib/prey/current/bin/prey config gui 
and configured it to Prey and everything checked out. I then put initctl back 
to normal: sudo mv /sbin/initctl.orig /sbin/initctl 
and everything is working as designed.

The reason you get this error is because the script that it runs to
install the service looks for initctl and if it finds it, it tries to
use upstart. Since 15.04 uses systemd, it fails and crashes out before
it can build the systemctl module, even thought prey can do this, it
sees initctl and uses that instead. Telling it that it isn't there would
be better, or having Prey update the script to look for systemctl first
instead of initctl would be preferred.

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

Title:
  package prey (not installed) failed to install/upgrade: el subproceso
  instalado el script post-installation devolvió el código de salida de
  error 1

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

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

[Bug 1432194] Re: Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics 5500

2015-05-28 Thread Ross Grady
OK, having looked at one of the affected machines, I'm stumped. They're
still running the xserver-xorg-video-intel-lts-
utopic_2.99.914-1~exp1ubuntu4.3.1~trusty1_amd64.deb   that I
downloaded from Timo's page a couple of weeks ago. This is 14.04.2 on a
Thinkpad X1 Carbon running 3.16.0-38.

The symptoms have returned -- widespread text corruption when resuming
from suspend.

What data, if any, should I collect to assist with this?

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

Title:
  Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics
  5500

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

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


[Bug 1450755] Re: Intel Wireless-N 2230 4x faster in Windows 7 than 15.04 (iwlwifi)

2015-05-28 Thread Aaron Whitehouse
It's a Virgin Media Superhub 2, which is a Netgear VMDG485:

Information Cable Modem EuroDOCSIS 3.0 Compliant
Serial Number   3BW132UG04977
Boot Code Version   PSPU-Boot 1.0.20.1356
Software VersionV1.01.29
Hardware Version3.11

Please let me know if you need anything further.

** 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/1450755

Title:
  Intel Wireless-N 2230 4x faster in Windows 7 than 15.04 (iwlwifi)

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

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


[Bug 1458373] Re: Updating to kernel 3.13.0.53 causes kernel panic on login

2015-05-28 Thread Joseph Salisbury
** Tags added: kernel-da-key

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

Title:
  Updating to kernel 3.13.0.53 causes kernel panic on login

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

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


[Bug 1457863] Re: interface eth0 disappears after network cable unplug/re-plug

2015-05-28 Thread Joseph Salisbury
** Tags added: kernel-da-key

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

Title:
  interface eth0 disappears after network cable unplug/re-plug

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

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


[Bug 1439780] Re: [Hyper-V] Fiber Channel critical target error

2015-05-28 Thread Alex Ng
The test kernel still hits this issue.

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

Title:
  [Hyper-V] Fiber Channel critical target error

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

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


[Bug 1457936] Re: Network breaks in several minutess after upgrade to 3.13.0-53-generic

2015-05-28 Thread Joseph Salisbury
** Tags added: kernel-da-key regression-update

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

Title:
  Network breaks in several minutess after upgrade to 3.13.0-53-generic

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

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


[Bug 1457587] Missing required logs.

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

apport-collect 1457587

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

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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


[Bug 1441592] Re: Unity restart broken (Vivid)

2015-05-28 Thread Christian Dannie Storgaard
As Unity's performance tends to severely diminish over time (sometimes a
few hours, sometimes a day or two, in my experience), it is actually
necessary to restart Unity, so this bug makes Unity close to unusable
for extended sessions.

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

Title:
  Unity restart broken (Vivid)

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

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


[Bug 1459235] Re: Google Address book: Unable to open address book

2015-05-28 Thread Ilya G. Ryabinkin
This bug affects also Evolution 3.2.3 on Ubuntu 12.04 LTS. How would I
solve the problem there? There is nothing like GOA to configure.

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

Title:
  Google Address book: Unable to open address book

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

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


[Bug 1457587] Re: wifi crash on wakeup (iwl3945 cfg80211)

2015-05-28 Thread hlorridi
apport command done, but currently my wifi is ok. so here is the last kernel 
log.
look at 'May 24 10:40' that's really funky ;)

thx

** Attachment added: full kernel log (take a look at May 24 10:40)
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1457587/+attachment/4406314/+files/kernel.log.gz

** 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/1457587

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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


[Bug 1450091] Re: tgt does not auto-start on Vivid

2015-05-28 Thread Mike Pontillo
** Changed in: tgt (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: tgt (Ubuntu)
 Assignee: ubuntudotcom1 (ubuntudotcom1) = (unassigned)

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

Title:
  tgt does not auto-start on Vivid

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1450091/+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 1201528] Re: [INTEL DP55WG, Realtek ALC889] - Audio Playback Unavailable

2015-05-28 Thread Natalia Bidart
Sorry, the second rc4 is obviously rc2, see attached log for
confirmation, I always run the pulseaudio daemon with:

LANG=C pulseaudio - --log-time=1  ~/pulseverbose-`uname -r`.log
21

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

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

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


[Bug 1450091] Re: tgt does not auto-start on Vivid

2015-05-28 Thread Mike Pontillo
** Changed in: tgt (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: tgt (Ubuntu)
 Assignee: ubuntudotcom1 (ubuntudotcom1) = (unassigned)

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

Title:
  tgt does not auto-start on Vivid

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

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


[Bug 1459839] Status changed to Confirmed

2015-05-28 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  USB soundcard fails on resume

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

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


[Bug 1459847] [NEW] incompatibility between tahoe-lafs and git-annex?

2015-05-28 Thread Zooko Wilcox-O'Hearn
Public bug reported:

http://git-
annex.branchable.com/bugs/Can__39__t_initialize_Tahoe_special_remote/?updated
#comment-ac0f1a248200cdabe572a9c2e9140ad1

https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2437

** Affects: tahoe-lafs
 Importance: Unknown
 Status: Unknown

** Affects: git-annex (Ubuntu)
 Importance: Undecided
 Status: New

** Bug watch added: Tahoe-LAFS Trac #2437
   http://tahoe-lafs.org/trac/tahoe-lafs/ticket/2437

** Also affects: tahoe-lafs via
   http://tahoe-lafs.org/trac/tahoe-lafs/ticket/2437
   Importance: Unknown
   Status: Unknown

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

Title:
  incompatibility between tahoe-lafs and git-annex?

To manage notifications about this bug go to:
https://bugs.launchpad.net/tahoe-lafs/+bug/1459847/+subscriptions

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


[Bug 1459748] Re: libvirt.libvirtError: internal error: Child process () unexpected exit status 1: qemu-img: Image creation needs a size parameter

2015-05-28 Thread Chris J Arges
(From my limited time looking at this)
I would guess commit e3f1d2a8201e552837f77ce38613a24888cc in libvirt might 
change the semantics of creating volumes.

So _create_volume_from_fobj_with_size in uvtool might need to be
modified to take into account those changes.

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

Title:
  libvirt.libvirtError: internal error: Child process () unexpected exit
  status 1: qemu-img: Image creation needs a size parameter

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

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


[Bug 1458886] Re: [Ubuntu 15.10] servicelog package update

2015-05-28 Thread Adam Conrad
servicelog is already at the latest upstream version, 1.1.13, closing
this bug.

** Package changed: ubuntu = servicelog (Ubuntu)

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

** Changed in: servicelog (Ubuntu)
 Assignee: (unassigned) = Adam Conrad (adconrad)

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

Title:
  [Ubuntu 15.10] servicelog package update

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

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


[Bug 1457447] Re: Ubuntu freezes when suspending (to RAM)

2015-05-28 Thread Francisco Cribari
This is the problem I've been having:

https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1415880

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

Title:
  Ubuntu freezes when suspending (to RAM)

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

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


[Bug 1457587] CRDA.txt

2015-05-28 Thread hlorridi
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1457587/+attachment/4406292/+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/1457587

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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


[Bug 1457587] Lsusb.txt

2015-05-28 Thread hlorridi
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1457587/+attachment/4406297/+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/1457587

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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


[Bug 1457587] Re: wifi crash on wakeup (iwl3945 cfg80211)

2015-05-28 Thread hlorridi
apport information

** Tags added: apport-collected

** Description changed:

  [124243.445408] [ cut here ]
  [124243.445437] WARNING: CPU: 0 PID: 24983 at 
/build/buildd/linux-3.19.0/net/mac80211/driver-ops.h:12 
ieee80211_do_stop+0x8e7/0x8f0 [mac80211]()
  [124243.445439] wlan0:  Failed check-sdata-in-driver check, flags: 0x4
  [124243.445441] Modules linked in: ctr ccm uvcvideo videobuf2_vmalloc 
videobuf2_memops videobuf2_core v4l2_common videodev media coretemp kvm_intel 
kvm amdkfd amd_iommu_v2 arc4 snd_hda_codec_conexant snd_hda_codec_generic 
joydev snd_hda_codec_hdmi serio_raw radeon snd_hda_intel snd_hda_controller 
snd_hda_codec iwl3945 snd_hwdep iwlegacy ttm snd_pcm drm_kms_helper lpc_ich 
mac80211 snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq drm snd_seq_device 
cfg80211 snd_timer snd toshiba_acpi i2c_algo_bit soundcore shpchp sparse_keymap 
wmi toshiba_bluetooth mac_hid video parport_pc ppdev lp parport autofs4 psmouse 
firewire_ohci firewire_core sdhci_pci crc_itu_t sdhci pata_acpi sky2
  [124243.445485] CPU: 0 PID: 24983 Comm: kworker/0:0 Tainted: GW  
3.19.0-17-generic #17-Ubuntu
  [124243.445487] Hardware name: TOSHIBA Satellite P300/Satellite P300, BIOS 
V4.2001/05/2009
  [124243.445498] Workqueue: events ieee80211_restart_work [mac80211]
  [124243.445500]  c0627768 8800805a3b48 817c27cd 
0007
  [124243.445503]  8800805a3b98 8800805a3b88 8107593a 
88013abb93a0
  [124243.445506]  8801395688c0 8800b8ee0680 8800b8ee1530 
8800b8ee1548
  [124243.445509] Call Trace:
  [124243.445516]  [817c27cd] dump_stack+0x45/0x57
  [124243.445520]  [8107593a] warn_slowpath_common+0x8a/0xc0
  [124243.445523]  [810759b6] warn_slowpath_fmt+0x46/0x50
  [124243.445537]  [c05c6947] ieee80211_do_stop+0x8e7/0x8f0 [mac80211]
  [124243.445542]  [816e2fb3] ? dev_deactivate_many+0x213/0x260
  [124243.445650]  [c05c696a] ieee80211_stop+0x1a/0x20 [mac80211]
  [124243.445654]  [816b9145] __dev_close_many+0x95/0xf0
  [124243.445657]  [816b9221] dev_close_many+0x81/0x120
  [124243.445660]  [816bb7e6] dev_close.part.68+0x36/0x50
  [124243.445663]  [816bb821] dev_close+0x21/0x30
  [124243.445681]  [c045da5d] 
cfg80211_shutdown_all_interfaces+0x4d/0xc0 [cfg80211]
  [124243.445699]  [c05e11c5] ieee80211_reconfig+0x325/0x1620 
[mac80211]
  [124243.445709]  [c05b01c2] ieee80211_restart_work+0x42/0x80 
[mac80211]
  [124243.445713]  [8108eb58] process_one_work+0x158/0x430
  [124243.445716]  [8108f69b] worker_thread+0x5b/0x530
  [124243.445719]  [8108f640] ? rescuer_thread+0x3a0/0x3a0
  [124243.445723]  [81094739] kthread+0xc9/0xe0
  [124243.445726]  [81094670] ? kthread_create_on_node+0x1c0/0x1c0
  [124243.445730]  [817c9858] ret_from_fork+0x58/0x90
  [124243.445733]  [81094670] ? kthread_create_on_node+0x1c0/0x1c0
  [124243.445735] ---[ end trace a62a134da66aa279 ]---
  [124243.448086] cfg80211: Calling CRDA to update world regulatory domain
  [124243.556433] cfg80211: World regulatory domain updated:
  [124243.556437] cfg80211:  DFS Master region: unset
  [124243.556439] cfg80211:   (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp), (dfs_cac_time)
  [124243.556443] cfg80211:   (2402000 KHz - 2472000 KHz @ 4 KHz), (300 
mBi, 2000 mBm), (N/A)
  [124243.556446] cfg80211:   (2457000 KHz - 2482000 KHz @ 4 KHz), (300 
mBi, 2000 mBm), (N/A)
  [124243.556448] cfg80211:   (2474000 KHz - 2494000 KHz @ 2 KHz), (300 
mBi, 2000 mBm), (N/A)
  [124243.556451] cfg80211:   (517 KHz - 525 KHz @ 4 KHz), (300 
mBi, 2000 mBm), (N/A)
  [124243.556453] cfg80211:   (5735000 KHz - 5835000 KHz @ 4 KHz), (300 
mBi, 2000 mBm), (N/A)
  [133493.814221] iwl3945 :02:00.0: BSM uCode verification failed at addr 
0x3800+0 (of 900), is 0xa5a5a5a2, s/b 0xf802020
  [133493.814227] iwl3945 :02:00.0: Unable to set up bootstrap uCode: -5
  [133493.860919] iwl3945 :02:00.0: BSM uCode verification failed at addr 
0x3800+0 (of 900), is 0xa5a5a5a2, s/b 0xf802020
  [133493.860921] iwl3945 :02:00.0: Unable to set up bootstrap uCode: -5
  [133493.907609] iwl3945 :02:00.0: BSM uCode verification failed at addr 
0x3800+0 (of 900), is 0xa5a5a5a2, s/b 0xf802020
  [133493.907612] iwl3945 :02:00.0: Unable to set up bootstrap uCode: -5
  [133493.954304] iwl3945 :02:00.0: BSM uCode verification failed at addr 
0x3800+0 (of 900), is 0xa5a5a5a2, s/b 0xf802020
  [133493.954306] iwl3945 :02:00.0: Unable to set up bootstrap uCode: -5
  [133494.001001] iwl3945 :02:00.0: BSM uCode verification failed at addr 
0x3800+0 (of 900), is 0xa5a5a5a2, s/b 0xf802020
  [133494.001003] iwl3945 :02:00.0: Unable to set up bootstrap uCode: -5
  [133494.044771] iwl3945 :02:00.0: Unable to initialize device after 5 
attempts.
  

[Bug 1457587] IwConfig.txt

2015-05-28 Thread hlorridi
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1457587/+attachment/4406294/+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/1457587

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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


[Bug 1457587] Lspci.txt

2015-05-28 Thread hlorridi
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1457587/+attachment/4406296/+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/1457587

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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


[Bug 1457587] CurrentDmesg.txt

2015-05-28 Thread hlorridi
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1457587/+attachment/4406293/+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/1457587

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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


[Bug 1457587] UdevLog.txt

2015-05-28 Thread hlorridi
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1457587/+attachment/4406304/+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/1457587

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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


[Bug 1457587] JournalErrors.txt

2015-05-28 Thread hlorridi
apport information

** Attachment added: JournalErrors.txt
   
https://bugs.launchpad.net/bugs/1457587/+attachment/4406295/+files/JournalErrors.txt

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

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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


[Bug 1457587] ProcCpuinfo.txt

2015-05-28 Thread hlorridi
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1457587/+attachment/4406298/+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/1457587

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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


[Bug 1459839] [NEW] USB soundcard fails on resume

2015-05-28 Thread lol24h
Public bug reported:

Looing at the dmesg:

[20562.791289] snd-usb-audio 1-3.4:1.0: reset_resume error -32

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-3.19.0-18-generic 3.19.0-18.18
ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
Uname: Linux 3.19.0-18-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  mastier   24689 F pulseaudio
 /dev/snd/pcmC0D0c:   mastier   24689 F...m pulseaudio
 /dev/snd/controlC0:  mastier   24689 F pulseaudio
CurrentDesktop: Unity
Date: Thu May 28 23:33:09 2015
HibernationDevice: RESUME=UUID=a031fdac-90c9-4772-b90c-390f4c86199d
InstallationDate: Installed on 2015-05-20 (8 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
MachineType: LENOVO 34352NG
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-18-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.19.0-18-generic N/A
 linux-backports-modules-3.19.0-18-generic  N/A
 linux-firmware 1.143.1
SourcePackage: linux
UdevLog: Error: [Errno 2] Nie ma takiego pliku ani katalogu: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/09/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: GCETA2WW (2.62 )
dmi.board.asset.tag: Not Available
dmi.board.name: 34352NG
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:bvrGCETA2WW(2.62):bd04/09/2015:svnLENOVO:pn34352NG:pvrThinkPadX230Tablet:rvnLENOVO:rn34352NG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 34352NG
dmi.product.version: ThinkPad X230 Tablet
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug vivid

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

Title:
  USB soundcard fails on resume

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

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


[Bug 1445080] Re: Cellular data not activated after exiting flight mode

2015-05-28 Thread Tony Espy
@Will

Thanks for your comment.  I was just able to reproduce this using a
devel image from two weeks ago ( ubuntu-touch/rc-proposed/ubuntu #171 ).
I'm pretty sure this is an unrelated problem.  Could you please file a
new bug against ofono?   Also please add if you had one or two SIMs
installed?

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

Title:
  Cellular data not activated after exiting flight mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1445080/+subscriptions

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


[Bug 1446177] Re: Nodeinfo returns wrong NUMA topology / bad virtualization performance

2015-05-28 Thread Laz Peterson
Here we go.

** Attachment added: sysfscpu.txt
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1446177/+attachment/4406334/+files/sysfscpu.txt

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

Title:
  Nodeinfo returns wrong NUMA topology / bad virtualization performance

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

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


[Bug 1445080] Re: Cellular data not activated after exiting flight mode

2015-05-28 Thread Tony Espy
@Will

It appears that this may be related to an enhancement/fix which auto-
unlocks the phone when FlightMode was toggled and a PIN-locked SIM was
inserted.   This works well ( at least with one PIN-locked SIM
installed... I didn't try two ).

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

Title:
  Cellular data not activated after exiting flight mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1445080/+subscriptions

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


[Bug 1459832] [NEW] install failed; default 8GB virtual disk insufficient for installation

2015-05-28 Thread ladamo
Public bug reported:

Default size of 8GB for virtual disk is not sufficient.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.8.6
ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: amd64
CasperVersion: 1.340
Date: Thu May 28 14:08:33 2015
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty ubiquity-2.18.8.6 ubuntu

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

Title:
  install failed; default 8GB virtual disk insufficient for installation

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

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


[Bug 1458964] Re: linux: 3.19.0-19.19 -proposed tracker

2015-05-28 Thread Chris J Arges
** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Chris J Arges (arges) = Ubuntu Stable Release Updates Team 
(ubuntu-sru)

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

Title:
  linux: 3.19.0-19.19 -proposed tracker

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

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


[Bug 1201528] Re: [INTEL DP55WG, Realtek ALC889] - Audio Playback Unavailable

2015-05-28 Thread Natalia Bidart
Hello! Reporting back:

Tested kernel 3.8.0-030800rc4 and audio BREAKS

Then, as requested, tested kernel 3.8.0-030800rc4 and audio BREAKS

Attaching pulseaudio verbose logs. In both cases audio breaks when
pulseaudio reports:

[alsa-sink-ALC889 Analog] alsa-sink.c: Underrun!

Side note: Just to be super sure, what's the kernel I should have
installed to cross check it keeps working? should that be 3.7.0 or
3.7.10?

Thanks

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

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

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


[Bug 1201528] Re: [INTEL DP55WG, Realtek ALC889] - Audio Playback Unavailable

2015-05-28 Thread Natalia Bidart
** Attachment added: pulseverbose-3.8.0-030800rc2-generic.log.gz
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1201528/+attachment/4406312/+files/pulseverbose-3.8.0-030800rc2-generic.log.gz

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

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

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


[Bug 1448188] Re: Ubuntu 15.10: fldigi 3.22.04-1 crashes on start-up

2015-05-28 Thread Kamal Mostafa
Attached patch fixes this bug.  Fixed binary packages will be available
soon.

** Patch added: 
0001-Fix-fl_height-startup-crash-in-Fl_Text_Display_mod-r.patch
   
https://bugs.launchpad.net/ubuntu/+source/fldigi/+bug/1448188/+attachment/4406331/+files/0001-Fix-fl_height-startup-crash-in-Fl_Text_Display_mod-r.patch

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

Title:
  Ubuntu 15.10: fldigi 3.22.04-1 crashes on start-up

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

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


[Bug 1400319] Re: [Hyper-V] Kernel panic not functional on 32bit Ubuntu 14.10 and 15.04

2015-05-28 Thread Chris Valean
Thanks for the suggestions Joseph!
I'll give these a try and update the thread in the next few hours.

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

Title:
  [Hyper-V] Kernel panic not functional on 32bit Ubuntu 14.10 and 15.04

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

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


[Bug 1459697] Re: [Ubuntu 15.10] Update iprutils package for Power

2015-05-28 Thread Adam Conrad
** Package changed: ubuntu = iprutils (Ubuntu)

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

Title:
  [Ubuntu 15.10] Update iprutils package for Power

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

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


[Bug 1459698] Re: [Ubuntu 15.10] ppc64-diag package update

2015-05-28 Thread Adam Conrad
** Package changed: ubuntu = ppc64-diag (Ubuntu)

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

Title:
  [Ubuntu 15.10] ppc64-diag package update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ppc64-diag/+bug/1459698/+subscriptions

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


[Bug 1459809] [NEW] Remove entries with zero count

2015-05-28 Thread Simeon
Public bug reported:

I would like to have a setting so the phone only displays entries with
at least one occurrence. I know that having 0 is information too, but
I don’t need my phone to tell my I haven’t gotten any sms/taken no
photos/played no songs today.

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

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

Title:
  Remove entries with zero count

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

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

[Bug 1458599] Re: Lenovo E330 Wifi is disabled by hardware switch Ubuntu 14.04

2015-05-28 Thread Filip
** Also affects: linux-wlan-ng (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  Lenovo E330 Wifi is disabled by hardware switch Ubuntu 14.04

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

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


[Bug 1459246] Re: usb keyboard not recognized at boot time

2015-05-28 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
v4.1 kernel[0].

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/v4.1-rc5-unstable/

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

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

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

Title:
  usb keyboard not recognized at boot time

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

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


[Bug 1457178] Re: signed grub image for arm64

2015-05-28 Thread dann frazier
fyi, Mathieu has pushed the necessary changes to:
  git://anonscm.debian.org/pkg-grub/grub.git@people/cyphermox-guest/arm64-efi

Thanks Mathieu!

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

Title:
  signed grub image for arm64

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

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


[Bug 1459817] [NEW] Ubuntu 15.04 slow boot related to networking probably WIFI

2015-05-28 Thread Robert Blair
Public bug reported:

Ubuntu 15.04 boots slowly, this did not happen on version 14.10.  The
problem appears to be in the networking code, possibly WIFI.  I have
attached a bootchart file.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: bootchart
   https://bugs.launchpad.net/bugs/1459817/+attachment/4406287/+files/plot4.svg

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

Title:
  Ubuntu 15.04 slow boot related to networking probably WIFI

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

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


[Bug 1322728] Re: VPN Connection Failed With 2 Factor Authentication

2015-05-28 Thread Joshua Kugler
This may not be a limitation of network manager. I hit something similar
today while trying to do two-factor auth:

If I use this command line:  sudo openvpn --config client.ovpn --auth-
retry interact, I am prompted for my username, password, then when auth
fails I am prompted for my second-factor key.  However, if I add this:
--auth-user-pass up the first part of auth succeeds, but when it
fails due to the second factor, instead of falling back to interact
it just fails and tries to auth all over.

Does --auth-user-pass up override --auth-retry interact somehow?

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

Title:
  VPN Connection Failed With 2 Factor Authentication

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

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


[Bug 1001579] Re: Incorrect file transfer progress bar

2015-05-28 Thread Aleksey
I can confirm the problem exists on my home and work Ubuntu machines. My config 
is Ubuntu 15.04, Linux 3.19.0-16-generic #16-Ubuntu SMP  x86_64 x86_64 x86_64 
GNU/Linux. Both of them utilize SSD:
ATA device, with non-removable media
Model Number:   Samsung SSD 840 PRO Series  
Serial Number:  S1ATNSAF209621N 
Firmware Revision:  DXM05B0Q
Transport:  Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, 
SATA Rev 2.5, SATA Rev 2.6, SATA Rev 3.0

And because of that. like unwucht, I have plenty of corrupted USB, and
this is rather frustrating.

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

Title:
  Incorrect file transfer progress bar

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

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


[Bug 1455754] Re: Wrong signature on EFI Bios after dist-upgrade

2015-05-28 Thread Vincent LESCAUT
Hi,
here are MD5 signatures I get:
2e4db13c97729c18490b5534dc30019e  /boot/efi/EFI/ubuntu/grubx64.efi
01256bc72578b55a13a802849c425fd1  /boot/efi/EFI/ubuntu/MokManager.efi
7095619324a9fb786422d7427c056405  /boot/efi/EFI/ubuntu/shimx64.efi

Kind regards

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

Title:
  Wrong signature on EFI Bios after dist-upgrade

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

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


[Bug 1459151] Re: [MIR] python-ddt

2015-05-28 Thread Corey Bryant
python-ddt
-
Availability: Currently in universe
Rationale: This is a global requirement for OpenStack.
Security: No security history.
Quality Assurance: Package works out of the box with no prompting. There are no 
major bugs in Ubuntu and there are no major bugs in Debian. Unit tests are run 
during build.
Dependencies: All are in main except for python-sphinxcontrib-programoutput 
(see below).
Standards Compliance: FHS and Debian Policy compliant.
Maintenance: Simple python package that the Ubuntu Server Team will take care 
of.
Background: DDT (Data-Driven Tests) allows you to multiply one test case by 
running it with different test data, and make it appear as multiple test cases.


sphinxcontrib-programoutput
-
Availability: Currently in universe
Rationale: Required by python-ddt which is a global requirement for OpenStack.
Security: No security history.
Quality Assurance: Package works out of the box with no prompting. There are no 
major bugs in Ubuntu and there are no major bugs in Debian. Unit tests are run 
during build.
Dependencies: All are in main.
Standards Compliance: FHS and Debian Policy compliant.
Maintenance: Simple python package that the Ubuntu Server Team will take care 
of.
Background: Extension to Sphinx for inserting the output of arbitrary commands 
into documents, helping to keep command examples up to date.

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

Title:
  [MIR] python-ddt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-ddt/+bug/1459151/+subscriptions

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


[Bug 1432194] Re: Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics 5500

2015-05-28 Thread Ross Grady
@robbel -- I haven't had a chance to sit down with one of the affected
machines to do a deep dive. In #105 @tjaalton references an update that
would have had the effect of reverting the patch but to be honest, when
he talks about 4.3.1 vs 4.4. vs 4.5, I'm not 100% clear on what package
he's talking about.

All I know right now is that I had machines working for 2 weeks 
suddenly they're back to corrupted text when they come out of suspend.

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

Title:
  Graphics unstable on Ubuntu 14.04 and 14.10 using Intel HD Graphics
  5500

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

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


[Bug 1459690] Re: Distribute PAFLib 0.1.5 with Ubuntu 15.10

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

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

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

** Tags added: bot-comment

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

Title:
  Distribute PAFLib 0.1.5 with Ubuntu 15.10

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

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


[Bug 1459725] Re: WiFi dies unexpectably

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

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

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

** Tags added: bot-comment

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

Title:
  WiFi dies unexpectably

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

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


[Bug 1459693] Re: [Ubuntu 15.10] Add genwqe_tools package

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

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

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

** Tags added: bot-comment

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

Title:
  [Ubuntu 15.10] Add genwqe_tools package

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

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


[Bug 1459706] Re: Ubuntu 15.10 daily ISO installation fails to reboot with Program Exception

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

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

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

** Tags added: bot-comment

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

Title:
  Ubuntu 15.10 daily ISO installation fails to reboot with Program
  Exception

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

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


[Bug 1459700] Re: Distribute SPHDE 1.0.1 with Ubuntu

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

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

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

** Tags added: bot-comment

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

Title:
  Distribute SPHDE 1.0.1 with Ubuntu

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

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


[Bug 1459694] Re: [Ubuntu 15.10] Add accel_gzip package

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

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

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

** Tags added: bot-comment

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

Title:
  [Ubuntu 15.10] Add accel_gzip package

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

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


[Bug 1459699] Re: Distribute Libvecpf 1.0.1 with Ubuntu

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

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

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

** Tags added: bot-comment

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

Title:
  Distribute Libvecpf 1.0.1 with Ubuntu

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

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


[Bug 1459691] Re: Update libdfp to 1.0.11

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

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

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

** Tags added: bot-comment

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

Title:
  Update libdfp to 1.0.11

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

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


[Bug 1459691] Re: Update libdfp to 1.0.11

2015-05-28 Thread Tulio Magno Quites Machado Filho
** Package changed: ubuntu = libdfp (Ubuntu)

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

Title:
  Update libdfp to 1.0.11

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

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


[Bug 1458208] Re: AR8161 ethernet stopped working after upgrade from 3.19.0-16 to 3.19.0-18

2015-05-28 Thread Joseph Salisbury
** Tags added: kernel-da-key regression-update

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

Title:
  AR8161 ethernet stopped working after upgrade from 3.19.0-16 to
  3.19.0-18

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

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


[Bug 1459151] Re: [MIR] python-ddt

2015-05-28 Thread Michael Terry
python-ddt should probably be rebased off 1.0.0-1 in Debian unstable.
It should also use ${sphinxdoc:Depends}.  And needs a team bug
subscriber (presumably the server team)

** Changed in: python-ddt (Ubuntu)
   Status: Triaged = Incomplete

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

Title:
  [MIR] python-ddt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-ddt/+bug/1459151/+subscriptions

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


[Bug 1458186] Re: package linux-image-2.6.32-73-generic 2.6.32-73.141 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17

2015-05-28 Thread Joseph Salisbury
You may need to run the following from a terminal:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package.

If that does not resolve your issue, please mark the bug as Confirmed

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

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

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

Title:
  package linux-image-2.6.32-73-generic 2.6.32-73.141 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 17

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

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


[Bug 1458045] Re: KVM and CFS bandwidth control causes kernel crashes (oops)

2015-05-28 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided = High

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

Title:
  KVM and CFS bandwidth control causes kernel crashes (oops)

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

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


[Bug 1457587] Re: wifi crash on wakeup (iwl3945 cfg80211)

2015-05-28 Thread hlorridi
ops, i've install the rc5 and Error! Bad return status for module build
on kernel: 4.1.0-040100rc5-generic (x86_64)

linux-headers-4.1.0-040100rc5_4.1.0-040100rc5.201505250235_all.deb
linux-image-4.1.0-040100rc5-generic_4.1.0-040100rc5.201505250235_amd64.deb
linux-headers-4.1.0-040100rc5-generic_4.1.0-040100rc5.201505250235_amd64.deb
hlorridi@skuldbook:~/Téléchargements$ sudo dpkg -i linux-*
[sudo] password for hlorridi: 
Sélection du paquet linux-headers-4.1.0-040100rc5 précédemment désélectionné.
(Lecture de la base de données... 290056 fichiers et répertoires déjà 
installés.)
Préparation du dépaquetage de 
linux-headers-4.1.0-040100rc5_4.1.0-040100rc5.201505250235_all.deb ...
Dépaquetage de linux-headers-4.1.0-040100rc5 (4.1.0-040100rc5.201505250235) ...
Sélection du paquet linux-headers-4.1.0-040100rc5-generic précédemment 
désélectionné.
Préparation du dépaquetage de 
linux-headers-4.1.0-040100rc5-generic_4.1.0-040100rc5.201505250235_amd64.deb ...
Dépaquetage de linux-headers-4.1.0-040100rc5-generic 
(4.1.0-040100rc5.201505250235) ...
Sélection du paquet linux-image-4.1.0-040100rc5-generic précédemment 
désélectionné.
Préparation du dépaquetage de 
linux-image-4.1.0-040100rc5-generic_4.1.0-040100rc5.201505250235_amd64.deb ...
Examining /etc/kernel/preinst.d/
run-parts: executing /etc/kernel/preinst.d/intel-microcode 
4.1.0-040100rc5-generic /boot/vmlinuz-4.1.0-040100rc5-generic
Done.
Dépaquetage de linux-image-4.1.0-040100rc5-generic 
(4.1.0-040100rc5.201505250235) ...
Paramétrage de linux-headers-4.1.0-040100rc5 (4.1.0-040100rc5.201505250235) ...
Paramétrage de linux-headers-4.1.0-040100rc5-generic 
(4.1.0-040100rc5.201505250235) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 4.1.0-040100rc5-generic 
/boot/vmlinuz-4.1.0-040100rc5-generic
Error! Bad return status for module build on kernel: 4.1.0-040100rc5-generic 
(x86_64)
Consult /var/lib/dkms/virtualbox/4.3.26/build/make.log for more information.
Paramétrage de linux-image-4.1.0-040100rc5-generic 
(4.1.0-040100rc5.201505250235) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
4.1.0-040100rc5-generic /boot/vmlinuz-4.1.0-040100rc5-generic
run-parts: executing /etc/kernel/postinst.d/dkms 4.1.0-040100rc5-generic 
/boot/vmlinuz-4.1.0-040100rc5-generic
Error! Bad return status for module build on kernel: 4.1.0-040100rc5-generic 
(x86_64)
Consult /var/lib/dkms/virtualbox/4.3.26/build/make.log for more information.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 
4.1.0-040100rc5-generic /boot/vmlinuz-4.1.0-040100rc5-generic
update-initramfs: Generating /boot/initrd.img-4.1.0-040100rc5-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 4.1.0-040100rc5-generic 
/boot/vmlinuz-4.1.0-040100rc5-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 
4.1.0-040100rc5-generic /boot/vmlinuz-4.1.0-040100rc5-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 
4.1.0-040100rc5-generic /boot/vmlinuz-4.1.0-040100rc5-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 
4.1.0-040100rc5-generic /boot/vmlinuz-4.1.0-040100rc5-generic
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-4.1.0-040100rc5-generic
Image mémoire initiale trouvée : /boot/initrd.img-4.1.0-040100rc5-generic
Image Linux trouvée : /boot/vmlinuz-3.19.0-18-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.19.0-18-generic
Image Linux trouvée : /boot/vmlinuz-3.19.0-17-generic
Image mémoire initiale trouvée : /boot/initrd.img-3.19.0-17-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin

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

Title:
  wifi crash on wakeup (iwl3945 cfg80211)

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

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

[Bug 1457972] Re: VideoOutput plays as soon as loaded even if the MediaPlayer is not set to autoPlay

2015-05-28 Thread Jim Hodapp
** Changed in: qtubuntu-media (Ubuntu)
 Assignee: (unassigned) = Canonical Phone Foundations 
(canonical-phonedations-team)

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

Title:
  VideoOutput plays as soon as loaded even if the MediaPlayer is not set
  to autoPlay

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtubuntu-media/+bug/1457972/+subscriptions

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


[Bug 1459750] Re: after upgrade impossible to login

2015-05-28 Thread LAZA
** Description changed:

  Package:
  systemd-logind (?)
  
  What i did:
  
  - install Xubuntu 14.04.2 on my new machine
  - do a full update, incl new kernel
  - reboot -- works
  - install what i need
  -- reboot -- works
  
  - upgrade to Xubuntu 15.04 with the installer
  --- system does not boot, hangs after some seconds with:
  
  systemd-logind[1057]: Failed to start unit user@1000.service: Unknown unit: 
user@1000.service
  systemd-logind[1057]: Failed to start user service: Unknown unit: 
user@1000.service
  
  Maybe similar to #1359439
+ 
+ -
+ 
+ Upload via ubuntu-bug was not possible, cause the DB is not reachable!

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

Title:
  after upgrade impossible to login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1459750/+subscriptions

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


[Bug 1459545] Re: package libapache2-mod-wsgi-py3 4.3.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-05-28 Thread Steve Beattie
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  package libapache2-mod-wsgi-py3 4.3.0-1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-wsgi/+bug/1459545/+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 1459545] Re: package libapache2-mod-wsgi-py3 4.3.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-05-28 Thread Steve Beattie
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  package libapache2-mod-wsgi-py3 4.3.0-1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-wsgi/+bug/1459545/+subscriptions

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


[Bug 1459365] Re: Can't resume after hibernation

2015-05-28 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
v4.1 kernel[0].

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/v4.1-rc5-unstable/

** 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/1459365

Title:
  Can't resume after hibernation

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

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


[Bug 1391919] Comment bridged from LTC Bugzilla

2015-05-28 Thread bugproxy
--- Comment From lagar...@br.ibm.com 2015-05-28 17:54 EDT---
(In reply to comment #57)
 (In reply to comment #54)
  If it works on 15.04, but not 14.04, it's by accident.  As in, the installer
  isn't making this work, it's systemd that's spawning a console anyway.  Your
  XML file shows the same non-standard console setup that we previously
  complained about with kimchi.  Maybe this is a libvirt issue that it's
  picking bizarre port addresses for the serial, but we definitely need to
  relax how we look at those.
 
 So, can someone provide an example of the standard console setup in the
 XML, that will make this work?

I suppose that if you use 0x3000 as the address for the serial
console that should work on Ubuntu, as explained before on LTC bug
110860 comment 12.

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

Title:
  ISST-KVM:Ubuntu14.04: guest console not accessible but ssh and ping
  works fine

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

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


[Bug 1439780] Re: [Hyper-V] Fiber Channel critical target error

2015-05-28 Thread Joseph Salisbury
I started a kernel reverse bisect between v4.1-rc4 and v4.1-rc5. The
kernel bisect will require testing of about 7-10 test kernels.

I built the first test kernel, up to the following commit:
1d82b0baf9abd59ae6f53f3102f4e442043763a4

The test kernel can be downloaded from:
http://kernel.ubuntu.com/~jsalisbury/lp1439780

Can you test that kernel and report back if it has the bug or not?  I
will build the next test kernel based on your test results.

Thanks in advance

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

Title:
  [Hyper-V] Fiber Channel critical target error

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

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


[Bug 1459767] [NEW] No calendar/reminder notifications showing on Ubuntu Touch

2015-05-28 Thread Torsten Sachse
Public bug reported:

Calendar events show no notification which makes them really easy to
miss. Only a heads-up notification is shown which also vanishes after a
short time.

What I expected to happen:
-set a reminder via Reminder or Calender app
-an alarm goes off at the set time
-a notification will be visible in the notification area stating time, date and 
title of the calendar event

What happened instead:
-set a reminder via Reminder or Calender app
-an alarm goes off at the set time
-no notification is shown

DistroRelease: Ubuntu Touch r22
Device: BQ Aquaris e4.5
Package: indicator-datetime 13.10.0+15.04.20150318~rtm-0ubuntu1
Uname: Linux 3.4.67 armv7l
ApportVersion: 2.14.7-0ubuntu8
Architecture: armhf
Date: Fri Dec 12 08:59:10 2014
InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20150508-031218)

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

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

Title:
  No calendar/reminder notifications showing on Ubuntu Touch

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

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


Re: [Bug 859101] Re: fglrx 2:8.881-0ubuntu2: fglrx kernel module failed to build (kernel includes at ... not found or incomplete file: .../linux/version.h)

2015-05-28 Thread Sergey
Just update your version to 15.04, and your problem will solve. You could
found it in additional drivers

чт, 28 мая 2015, 21:15, taur 859...@bugs.launchpad.net:

 I can confirm this is still present on trusty 14.04 kernel 3.13, tested
 with fglrx 8.970(catalyst 13.1)

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1426072).
 https://bugs.launchpad.net/bugs/859101

 Title:
   fglrx 2:8.881-0ubuntu2: fglrx kernel module failed to build (kernel
   includes at ... not found or incomplete file: .../linux/version.h)

 Status in fglrx-installer package in Ubuntu:
   Confirmed
 Status in fglrx-installer-experimental-12 package in Ubuntu:
   Confirmed
 Status in fglrx-installer-updates package in Ubuntu:
   Confirmed

 Bug description:
   attempting to install ATI proprietry drivers

   ProblemType: Package
   DistroRelease: Ubuntu 11.10
   Package: fglrx 2:8.881-0ubuntu2
   ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
   Uname: Linux 3.0.0-11-generic i686
   ApportVersion: 1.23-0ubuntu1
   Architecture: i386
   DKMSBuildLog:
DKMS make.log for fglrx-8.881 for kernel 3.0.0-11-generic (i686)
Sun Sep 25 19:46:44 BST 2011
AMD kernel module generator version 2.1
kernel includes at /lib/modules/3.0.0-11-generic/build/include not
 found or incomplete
file: /lib/modules/3.0.0-11-generic/build/include/linux/version.h
   DKMSKernelVersion: 3.0.0-11-generic
   Date: Sun Sep 25 19:46:48 2011
   DuplicateSignature:
DKMS make.log for fglrx-8.881 for kernel 3.0.0-11-generic (i686)
AMD kernel module generator version 2.1
kernel includes at /lib/modules/3.0.0-11-generic/build/include not
 found or incomplete
file: /lib/modules/3.0.0-11-generic/build/include/linux/version.h
   InstallationMedia: Lubuntu 11.10 Oneiric Ocelot - Beta i386
 (20110921.1)
   PackageVersion: 2:8.881-0ubuntu2
   SourcePackage: fglrx-installer
   Title: fglrx 2:8.881-0ubuntu2: fglrx kernel module failed to build
   UpgradeStatus: No upgrade log present (probably fresh install)

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/859101/+subscriptions


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

Title:
  fglrx 2:8.881-0ubuntu2: fglrx kernel module failed to build (kernel
  includes at ... not found or incomplete file: .../linux/version.h)

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

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

[Bug 1459756] [NEW] org.freedesktop.DBus.Python.dbus.exceptions.DBusException: com.ubuntu.USBCreator.Error.NotAuthorized

2015-05-28 Thread LAZA
Public bug reported:

i try to make a bootable USB-Stick with USB-Creator but this fails
permanently - also with root password.

- insert USB-Stick
- unmount it
- start usb-creator-gtk

- insert password
-- program opens up

- press delete stick
---  Error

org.freedesktop.DBus.Python.dbus.exceptions.DBusException:
com.ubuntu.USBCreator.Error.NotAuthorized

.

Xubuntu 14.04.2
usb-creator-gtk
0.2.56.3ubuntu0.1 
(/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_main_binary-i386_Packages)
 
(/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages)
 (/var/lib/dpkg/status)

** Affects: usb-creator (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  org.freedesktop.DBus.Python.dbus.exceptions.DBusException:
  com.ubuntu.USBCreator.Error.NotAuthorized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1459756/+subscriptions

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


[Bug 1445195] Re: [Hyper-V] Kernel patches for storvsc

2015-05-28 Thread Frederik Bosch
@brainv We are seeing exactly the same. Backups are not crashing while
we are still creating backups every half an hour. Our perception is that
the bug is fixed, but we are going to add more boxes to see what happens
then.

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

Title:
  [Hyper-V] Kernel patches for storvsc

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

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


[Bug 1457884] Re: Can't boot with kernel 3.19

2015-05-28 Thread Joseph Salisbury
** Also affects: bcmwl (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Changed in: bcmwl (Ubuntu Vivid)
   Status: New = Triaged

** Changed in: bcmwl (Ubuntu Vivid)
   Importance: Undecided = High

** Tags added: kernel-da-key

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

Title:
  Can't boot with kernel 3.19

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom-sta/+bug/1457884/+subscriptions

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


[Bug 1457697] Re: [Vivid] kernel 3.19.0-17 fails to find HDMI sound output

2015-05-28 Thread Joseph Salisbury
*** This bug is a duplicate of bug 1457369 ***
https://bugs.launchpad.net/bugs/1457369

** This bug has been marked a duplicate of bug 1457369
   kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel

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

Title:
  [Vivid] kernel 3.19.0-17 fails to find HDMI sound output

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

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


[Bug 1459771] Re: Apparmor enforce mode not enforcing all profiles

2015-05-28 Thread Seth Arnold
*** This bug is a duplicate of bug 1378095 ***
https://bugs.launchpad.net/bugs/1378095

A fix for this issue is in progress:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1449769

In the meantime you can hand-edit the policies to remove the complain
flag and reload them with apparmor_parser --replace /etc/apparmor.d/...

Sorry for the inconvenience.

** Information type changed from Private Security to Public

** This bug has been marked a duplicate of bug 1378095
   aa-complain traceback when marking multiple profiles

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

Title:
  Apparmor enforce mode not enforcing all profiles

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

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


[Bug 1459793] [NEW] grive crashes when refreshing token

2015-05-28 Thread Timothy Krause
Public bug reported:

resquest failed due to auth token expired: 401. refreshing token
exception: 
/build/grive2-bhMj32/grive2-0.4.0/libgrive/src/json/JsonParser.cc(169): Throw 
in function void gr::JsonParser::Parse(const char*, std::size_t)
Dynamic exception type: 
boost::exception_detail::clone_implgr::JsonParser::Error
[gr::expt::BacktraceTag*] = #0 0x471390 grive gr::Exception::Exception()
#1 0x45f3f1 grive gr::JsonParser::Error::Error()
#2 0x45e670 grive gr::JsonParser::Parse(char const*, unsigned long)
#3 0x46bc3d grive gr::http::ValResponse::Write(char const*, unsigned long)
#4 0x7fcb578bacd0 /usr/lib/x86_64-linux-gnu/libcurl.so.4 
#5 0x7fcb578cf650 /usr/lib/x86_64-linux-gnu/libcurl.so.4 
#6 0x7fcb578d89dc /usr/lib/x86_64-linux-gnu/libcurl.so.4 
#7 0x7fcb578d9181 /usr/lib/x86_64-linux-gnu/libcurl.so.4 curl_multi_perform
#8 0x7fcb578d07b3 /usr/lib/x86_64-linux-gnu/libcurl.so.4 curl_easy_perform
#9 0x457938 grive gr::http::CurlAgent::ExecCurl(std::string const, 
gr::DataStream*, gr::http::Header const)
#10 0x457e05 grive gr::http::CurlAgent::Put(std::string const, gr::File*, 
gr::DataStream*, gr::http::Header const)
#11 0x45b5a7 grive gr::AuthAgent::Put(std::string const, gr::File*, 
gr::DataStream*, gr::http::Header const)
#12 0x453fa2 grive gr::v2::Syncer2::Upload(gr::Resource*)
#13 0x454ae0 grive gr::v2::Syncer2::Create(gr::Resource*)
#14 0x447ab7 grive gr::Resource::SyncSelf(gr::Syncer*, gr::Val const)
#15 0x447db7 grive gr::Resource::Sync(gr::Syncer*, gr::DateTime, gr::Val 
const)
#16 0x447ed8 grive gr::Resource::Sync(gr::Syncer*, gr::DateTime, gr::Val 
const)
#17 0x447ed8 grive gr::Resource::Sync(gr::Syncer*, gr::DateTime, gr::Val 
const)
#18 0x447ed8 grive gr::Resource::Sync(gr::Syncer*, gr::DateTime, gr::Val 
const)
#19 0x442488 grive gr::State::Sync(gr::Syncer*, gr::Val const)
#20 0x44b1d6 grive gr::Drive::Update()
#21 0x43124e grive Main(int, char**)
#22 0x42f18b grive main
#23 0x7fcb561fdec5 /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main
#24 0x42fd8f grive 

[gr::JsonText*] = {
 error: {
  errors: [
   {
domain: global,
reason: authError,
message: Invalid Credentials,
locationType: header,
location: Authorization
   }
  ],
  code: 401,
  message: Invalid Credentials
 }
}

[gr::ParseErr*] = parse error: trailing garbage
   {  error: {   errors: [
 (right here) --^

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

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

Title:
  grive crashes when refreshing token

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

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


[Bug 1459121] Re: Screen doesn't wake up when on minimum brightness

2015-05-28 Thread Josué
today's update? have you got r.224?

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

Title:
  Screen doesn't wake up when on minimum brightness

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1459121/+subscriptions

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


[Bug 1457972] Re: VideoOutput plays as soon as loaded even if the MediaPlayer is not set to autoPlay

2015-05-28 Thread Jim Hodapp
Updated test QML that confirmed the bug:

import QtQuick 2.0
import QtQuick.Window 2.0
import QtMultimedia 5.0
import Ubuntu.Unity.Action 1.1 as UnityActions
import Ubuntu.Components 1.1
import Ubuntu.Components.Popups 1.0 as Popups

Text {
text: Should NOT auto-play media;
font.pointSize: 20;
width: 150; height: 50;

MediaPlayer {
id: playVideo
autoPlay: false
source: /home/phablet/Videos/testfile.mp4
}
VideoOutput { source: playVideo }
MouseArea {
id: playArea
anchors.fill: parent
onPressed:  { playVideo.play() }
}
}

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

Title:
  VideoOutput plays as soon as loaded even if the MediaPlayer is not set
  to autoPlay

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