[Bug 1422795] Re: bash crashes often if inputrc contains revert-all-at-newline

2015-10-16 Thread Jeffrey Hutzelman
This was fixed in 4.3-8 and so is already fixed in utopic and later.  It
will require an SRU to fix in trusty.  I've attached a debdiff
containing the needed change.

** Description changed:

  Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747341
  The Debian bug includes complete reproduction case. Basically:
  with .inputrc containing
  set revert-all-at-newline On
  
  Go back in the commandline history, edit a command, then submit a different 
command (may be empty)
  Such as:
  $ ls something
  $ 
  
  Attached diff is confirmed to fix the issue.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: bash 4.3-7ubuntu1.5 [origin: goobuntu-trusty-testing-desktop]
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: X-Cinnamon
  Date: Tue Feb 17 15:49:30 2015
  SourcePackage: bash
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.bash.bashrc: [modified]
  mtime.conffile..etc.bash.bashrc: 2015-01-27T03:27:18.751405
+ 
+ 
+ [Test Case]
+ 
+ Adapted from the Debian bug report:
+ 
+ 1. echo "set revert-all-at-newline on" > bug.inputrc
+ 2. INPUTRC=bug.inputrc bash
+ 3. echo hello
+ 4. ^P^U^N^M  [Hold down control and type "punm".]
+ 
+ Bash should die immediately with SIGABRT.
+ 
+ 
+ [Regression Potential]
+ 
+ Relatively low.
+ 
+ The change has no effect at all unless _rl_revert_all_lines() is called,
+ which only happens if revert-all-at-newline is set, and then only when a
+ newline is typed.  So, the potential for regression is essentially zero for
+ non-interactive shells and for anyone not using revert-all-at-newline (which
+ is not the default).
+ 
+ Further, this change appeared upstream and in both Debian and Ubuntu over
+ a year ago, so it's had plenty of public testing.
+ 
+ lib/readline/misc.c:_rl_revert_all_lines() contains a loop which iterates
+ over history entries, reverting changes to each history entry.  This patch
+ causes entry->data, which points to the per-entry undo list, to be cleared
+ before reverting edits rather than after.  At first glance, this shouldn't
+ make any difference.  However, it prevents rl_do_undo() from replacing the
+ history entry with one reflecting the change.  Otherwise, the entry gets
+ freed, leaving _rl_revert_all_lines() with an invalid pointer.
+ 
+ _Not_ having an invalid pointer and double-free certainly can't be worse
+ than the current situation.  Since we're avoiding is making the pointer
+ invalid rather than not doing the free, the chance of a new leak is pretty
+ much nonexistent.

** Patch added: "debdiff containing the upstream patch"
   
https://bugs.launchpad.net/gnubash/+bug/1422795/+attachment/4497315/+files/bash-readline-revert.debdiff

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

Title:
  bash crashes often if inputrc contains revert-all-at-newline

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

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


[Bug 1267393] Re: [MIR] juju-core, juju-mongodb, gccgo, golang

2015-10-16 Thread Martin Packman
> * golang-go.crypto
>  - needs a bug subscriber

Looks like it's ~ubuntu-server now.

> * golang-gocheck
>  - can be dropped when bug #1504821 is fixed (comment #82)
> * golang-goyaml
>  - can be dropped when bug #1504821 is fixed (comment #82)

To clarify, I am making these changes on master. Backporting the code
changes required to change the dependency for 1.24 carries considerable
risk to application-level api compatibility, as yaml.v2 changes some
serialisation behaviour. I would prefer if for 1.24 we relied on the
bundled yaml.v1 package that been consistently used in testing through
this cycle.

> * golang-x-text
>  - ftbfs (comment 115)
>  - needs a bug subscriber

This package is not a dependency of juju. It's used by
golang.org/x/net/html/charset only, so is just pulled in as a side
effect of taking the debian package. My preference would be to drop the
juju packaging dependency on golang-go.net-dev for 1.24 instead.

> * juju-core
>  - what is the status of
>
> https://code.launchpad.net/~james-page/ubuntu/wily/juju-core/mir-fixes/+merge/274052
>  ? jamespage said it is 'pending testing by the juju qa team'.

We have manually tested the packaging change, but it is not yet included
in our automated testing and release process. We have work in progress
to break out our series-independent packaging branch. That said, the
merge should not be considered blocked on our verification.

> * dep8 question (comments 86, 93, 99, 100, 101, 117)
>  - pitti's comment in #99 needs to be done. It could be done as an SRU. If 
> that is the approach, please file a bug on this and comment here

I would appreciate if someone who has a clear understanding for the work
pitti is requesting (such as pitti himself) could file the bug and
subscribe me. We'll happily update our packaging to use any such new
mechanism if it's provided.

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

Title:
  [MIR] juju-core, juju-mongodb, gccgo, golang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-golang/+bug/1267393/+subscriptions

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


[Bug 1468897] Re: multipath creates binding for Removable(USB) drives

2015-10-16 Thread Steve Langasek
Mike, did you install this system using a version of the installer that
includes the multipath-udeb from trusty-proposed? If not this is not a
valid test of the SRU. Your comment does not establish how you installed
the system, it only shows that you have a curtin-created
/etc/multipath/bindings that lists the USB device, it does not show that
this bindings file was created by the trusty-proposed version of
multipath-tools.  If the bindings file has been created, multipath-tools
would of course still honor its contents at runtime.

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

Title:
  multipath creates binding for Removable(USB) drives

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

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


[Bug 1500450] Re: /usr/share/apport/package_hook:FileExistsError:/usr/share/apport/package_hook@64:make_report_file

2015-10-16 Thread Brian Murray
** Description changed:

+ If the SRU fixes the issue we should not see the new version of the
+ package in the following buckets.
+ 
  Trusty / Vivid SRU Bucket
  -
  https://errors.ubuntu.com/problem/9265493993332196b8be4f1bb3aac669a6fc60fe
  
  Precise SRU Bucket
  --
  https://errors.ubuntu.com/problem/f200105584e29484b216d31ad21edc08ff473db3
  
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding apport.  This problem was most recently seen with version
  2.19-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/df0a3ad32b9c2a7f173b2959a64b16b7ed139af4
  contains more details.

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

Title:
  
/usr/share/apport/package_hook:FileExistsError:/usr/share/apport/package_hook@64:make_report_file

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

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


[Bug 1475855] Re: Missing whitespace in the german translation

2015-10-16 Thread Sworddragon
Searching the complete filesystem with grep seems to be a bit tricky but
on partly searches I found the string in the file /var/lib/dpkg/info
/grub-pc.templates but "dpkg -S" doesn't show a package for it so maybe
it is a generated file.

** Changed in: ubuntu-translations
   Status: Incomplete => New

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

Title:
  Missing whitespace in the german translation

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

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


[Bug 1422795] Re: bash crashes often if inputrc contains revert-all-at-newline

2015-10-16 Thread Bug Watch Updater
** Changed in: bash (Debian)
   Status: Unknown => Fix Released

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

Title:
  bash crashes often if inputrc contains revert-all-at-newline

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

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


[Bug 1481507] Re: [MIR] lxd

2015-10-16 Thread Stéphane Graber
Jamie. What you're saying seems at odds with what Seth said:
"Security team ACK for promoting lxd to main."

So I don't believe I've done anything prematurely and have in fact
waited for a security team ack, which I got.

We are now past final freeze with this package installed in official
images, so putting it back to universe seems pretty impractical.


As for your other points:

1) Should be easy to fix
2) same
3) doesn't really matter and makes backporting to trusty significantly easier 
as we don't have go 1.5 with the nice meta packages in there yet. We'll change 
that once we've managed to get 1.5 into trusty-backports so we can keep 
following the "don't modify the source packaging" rule of backports.
4) our plan (and that's what i communicated to Seth and anyone else who asked) 
is to switch to using packaged dependencies with the first 16.04 upload. I will 
definitely NOT do this in 15.10 as there is absolutely no way for us to offer 
any kind of support on this particular version combination. I expect it will be 
a multi-month effort to bump some of those packages, distro-patch some of the 
others, ... to end up with a combination which works for lxd and for everyone 
else without causing us all different weird issues.


As I believe was communicated to you over IRC. I am on vacation until after 
15.10 is out the door. I have a couple of hours at random airports on the way 
back from Seattle right now and will try to address 1) and 2) during that time.

Given when we got the security feedback (less than a week ago) and the
fact that said feedback told us we were good to promote, that's the
absolute maximum I'm ready to do for this cycle.

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

Title:
  [MIR] lxd

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

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


[Bug 1475855] Re: Missing whitespace in the german translation

2015-10-16 Thread Gunnar Hjalmarsson
Thanks, Sworddragon. Then it's the debian/po/de.po file in the grub2
source package. I'm not sure, but I think this is handled in Debian.
This mailing list might be a way to proceed:

https://lists.debian.org/debian-l10n-german/

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

Title:
  Missing whitespace in the german translation

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

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


Re: [Bug 586528] Re: keyboard doesn't work after screensaver shuts down the monitor

2015-10-16 Thread Juan Montoya
Unsubscribe

El 7:05PM Vie Oct 16, 2015, Lysenko Denis <586...@bugs.launchpad.net>
escribió:

> ** Changed in: xscreensaver (Ubuntu)
>  Assignee: gaurav singh (gauravkumarsingh322) => (unassigned)
>
> ** Changed in: gnome-screensaver (Ubuntu)
>  Assignee: Veereshwari S.K (kumbiveereshwari) => (unassigned)
>
> ** Changed in: gnome-screensaver (Ubuntu)
>Status: Incomplete => Confirmed
>
> ** Changed in: xscreensaver (Ubuntu)
>Status: Incomplete => Confirmed
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/586528
>
> Title:
>   keyboard doesn't work after screensaver shuts down the monitor
>
> Status in gnome-screensaver package in Ubuntu:
>   Confirmed
> Status in xscreensaver package in Ubuntu:
>   Confirmed
>
> Bug description:
>   Binary package hint: gnome-screensaver
>
>   The keyboard doesn't work when I return to work on the computer after
>   a few minutes, long enough for the screen to go blank.
>
>   To reproduce:
>   Don't touch the keyboard nor mouse for a while.
>   After the first 5 minutes, the screensaver kicks in (matrix).
>   On minute 10, the screen goes blank.
>   Wait a few more minutes.
>   Move the mouse or press a key to keep working.
>
>   Just type something in the window you have already opened you'll
>   notice that the active window does not receive any keyboard input, and
>   you can't even press alt-tab to switch to another window.
>
>   Of course, i expect the keyboard to work as usual but it does not.
>
>   Here, when the keyboard doesn't work, you can switch to another window
>   using the mouse and the keyboard will return to normal.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 10.04
>   Package: gnome-screensaver 2.30.0-0ubuntu2
>   ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
>   Uname: Linux 2.6.32-22-generic x86_64
>   NonfreeKernelModules: nvidia
>   Architecture: amd64
>   Date: Thu May 27 14:47:06 2010
>   GnomeSessionIdleInhibited: No
>   GnomeSessionInhibitors: None
>   InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64
> (20100427.1)
>   ProcEnviron:
>PATH=(custom, user)
>LANG=es_PE.utf8
>SHELL=/bin/bash
>   SourcePackage: gnome-screensaver
>   WindowManager: gnome-wm
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/586528/+subscriptions
>

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

Title:
  keyboard doesn't work after screensaver shuts down the monitor

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

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

[Bug 1498169] Re: some logs in .cache/upstart are missing date/timestamps

2015-10-16 Thread kevin gunn
** Also affects: unity8 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Josh Arenson (josharenson)

** Changed in: unity8 (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/1498169

Title:
  some logs in .cache/upstart are missing date/timestamps

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

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


[Bug 1507064] [NEW] FTBFS: error: 'buildString' is not a member of 'Puma::StrCol'

2015-10-16 Thread Logan Rosen
Public bug reported:

Imported from Debian bug http://bugs.debian.org/797896:

Source: undertaker
Version: 1.6-2.1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

your package no longer builds in sid, see logs at
https://buildd.debian.org/status/logs.php?pkg=undertaker=1.6-2.1%2Bb1=sid

Cheers,
Julien

** Affects: undertaker (Ubuntu)
 Importance: High
 Status: Triaged

** Affects: undertaker (Debian)
 Importance: Undecided
 Status: New


** Tags: ftbfs

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

** Changed in: undertaker (Debian)
 Remote watch: None => Debian Bug tracker #797896

** Description changed:

  Imported from Debian bug http://bugs.debian.org/797896:
  
- 5
+ Source: undertaker
+ Version: 1.6-2.1
+ Severity: serious
+ Justification: fails to build from source (but built successfully in the past)
+ 
+ Hi,
+ 
+ your package no longer builds in sid, see logs at
+ 
https://buildd.debian.org/status/logs.php?pkg=undertaker=1.6-2.1%2Bb1=sid
+ 
+ Cheers,
+ Julien

** Changed in: undertaker (Ubuntu)
   Status: New => Triaged

** Changed in: undertaker (Ubuntu)
   Importance: Undecided => High

** Tags added: ftbfs

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

Title:
  FTBFS: error: 'buildString' is not a member of 'Puma::StrCol'

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

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


[Bug 1506972] kili (amd64) - tests ran: 2, failed: 2

2015-10-16 Thread Brad Figg
tests ran:   2, failed: 2;
  
http://kernel.ubuntu.com/testing/4.2.0-16.19/kili__4.2.0-16.19__2015-10-17_01-28-00/results-index.html

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

Title:
  linux-raspi2: 4.2.0-1013.19 -proposed tracker

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

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


[Bug 1507077] [NEW] slimrat: FTBFS: POD errors

2015-10-16 Thread Logan Rosen
Public bug reported:

Imported from Debian bug http://bugs.debian.org/724173:

Source: slimrat
Version: 1.0-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130922 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory `/«PKGBUILDDIR»'
> rm -f debian/manpages
> test -d debian/pod2man || mkdir debian/pod2man
> for i in slimrat slimrat-gui; do \
>   pod2man --section=8 src/$i > debian/pod2man/$i.8; \
>   done
> Wide character in printf at /usr/share/perl/5.18/Pod/Simple.pm line 539.
> src/slimrat around line 600: Non-ASCII character seen before =encoding in 
> 'Přemek'. Assuming UTF-8
> POD document had syntax errors at /usr/bin/pod2man line 71.
> Wide character in printf at /usr/share/perl/5.18/Pod/Simple.pm line 539.
> src/slimrat-gui around line 683: Non-ASCII character seen before =encoding in 
> 'Přemek'. Assuming UTF-8
> POD document had syntax errors at /usr/bin/pod2man line 71.
> make[1]: *** [override_dh_installman] Error 255

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/09/22/slimrat_1.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

** Affects: slimrat (Ubuntu)
 Importance: High
 Status: Triaged

** Affects: slimrat (Debian)
 Importance: Undecided
 Status: New


** Tags: ftbfs

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

** Changed in: slimrat (Debian)
 Remote watch: None => Debian Bug tracker #724173

** Changed in: slimrat (Ubuntu)
   Status: New => Triaged

** Changed in: slimrat (Ubuntu)
   Importance: Undecided => High

** Tags added: ftbfs

** Description changed:

  Imported from Debian bug http://bugs.debian.org/724173:
  
- < attachments at 139636306630864>: []
+ Source: slimrat
+ Version: 1.0-1
+ Severity: serious
+ Tags: jessie sid
+ User: debian...@lists.debian.org
+ Usertags: qa-ftbfs-20130922 qa-ftbfs
+ Justification: FTBFS on amd64
+ 
+ Hi,
+ 
+ During a rebuild of all packages in sid, your package failed to build on
+ amd64.
+ 
+ Relevant part (hopefully):
+ > make[1]: Entering directory `/«PKGBUILDDIR»'
+ > rm -f debian/manpages
+ > test -d debian/pod2man || mkdir debian/pod2man
+ > for i in slimrat slimrat-gui; do \
+ > pod2man --section=8 src/$i > debian/pod2man/$i.8; \
+ > done
+ > Wide character in printf at /usr/share/perl/5.18/Pod/Simple.pm line 539.
+ > src/slimrat around line 600: Non-ASCII character seen before =encoding in 
'Přemek'. Assuming UTF-8
+ > POD document had syntax errors at /usr/bin/pod2man line 71.
+ > Wide character in printf at /usr/share/perl/5.18/Pod/Simple.pm line 539.
+ > src/slimrat-gui around line 683: Non-ASCII character seen before =encoding 
in 'Přemek'. Assuming UTF-8
+ > POD document had syntax errors at /usr/bin/pod2man line 71.
+ > make[1]: *** [override_dh_installman] Error 255
+ 
+ The full build log is available from:
+http://aws-logs.debian.net/ftbfs-logs/2013/09/22/slimrat_1.0-1_unstable.log
+ 
+ A list of current common problems and possible solutions is available at
+ http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
+ 
+ About the archive rebuild: The rebuild was done on EC2 VM instances from
+ Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
+ failed build was retried once to eliminate random failures.

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

Title:
  slimrat: FTBFS: POD errors

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

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

[Bug 1168978] Re: Evince crashes consistently, reading 50+ pages into specific PDF document

2015-10-16 Thread Bug Watch Updater
** Changed in: evince
   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/1168978

Title:
  Evince crashes consistently, reading 50+ pages into specific PDF
  document

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

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


[Bug 1506972] kili (amd64) - tests ran: 1, failed: 1

2015-10-16 Thread Brad Figg
tests ran:   1, failed: 1;
  
http://kernel.ubuntu.com/testing/4.2.0-16.19/kili__4.2.0-16.19__2015-10-17_03-14-00/results-index.html

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

Title:
  linux-raspi2: 4.2.0-1013.19 -proposed tracker

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

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


[Bug 1483586] Re: On demand cpufreq govneror causes large amounts of jitter

2015-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package sysvinit - 2.88dsf-59.2ubuntu2

---
sysvinit (2.88dsf-59.2ubuntu2) wily; urgency=medium

  * Adjust sampling_down_factor to 100 on ppc64 kernels (LP: #1483586)

 -- Adam Conrad   Thu, 15 Oct 2015 20:43:12 -0600

** Changed in: sysvinit (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  On demand cpufreq govneror causes large amounts of jitter

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

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


[Bug 1498540] Re: [android] input coordinates are scaled incorrectly when an external display is connected

2015-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.17.0+15.10.20151008.2-0ubuntu1

---
mir (0.17.0+15.10.20151008.2-0ubuntu1) wily; urgency=medium

  [ Alexandros Frantzis ]
  * New upstream release 0.17.0 (https://launchpad.net/mir/+milestone/0.17.0)
- ABI summary: Only servers and graphics drivers need rebuilding;
  . Mirclient ABI unchanged at 9
  . Mirserver ABI bumped to 35
  . Mircommon ABI unchanged at 5
  . Mirplatform ABI bumped to 11
  . Mirprotobuf ABI bumped to 3
  . Mirplatformgraphics ABI bumped to 6
  . Mirclientplatform ABI unchanged at 3
- Enhancements:
  . Introduce libmircookie, a simple mechanism for a group of cooperating
processes to hand out and verify difficult-to-forge timestamps to
untrusted 3rd parties.
  . More refactorings to support renderers other than GL.
  . Add MirBlob to the client API - a tool for serializing and
deserializing data.
  . Introduce a libinput based input platform, not yet used by default.
  . Provide a mechanism for the shell to send events on surface
construction.
  . Provide mir::shell::DisplayConfigurationController allowing shells
to correctly change the display configuration, notifying clients
as appropriate.
  . New DSO versioning guide.
  . Send events pertaining to the output a surface is currently on (dpi,
form factor, scale) to clients.
- Bug fixes:
  . [enhancement] XMir specific documentation should live in its own
subsection (LP: #1200114)
  . Nested servers need cursor support (LP: #1289072)
  . Mir cursor is missing/invisible until the client sets it multiple
times (LP: #1308133)
  . [regression] Fullscreen software surfaces (like Xmir -sw) can crash
the Mir server (LP: #1493721)
  . [usc] Mir gives up and shuts down due to input with multimonitor qtmir
(std::exception::what: Failure sending input event) (LP: #1496069)
  . Mouse cursor disappears upon entering the surface area of a nested
client (LP: #1496849)
  . [android] input is not dispatched when attaching an external monitor
(LP: #1498045)
  . [android] input coordinates are scaled incorrectly when an external
display is connected (LP: #1498540)
  . [android] std::exception::what: error during hwc set() when unplugging
external monitor (LP: #1498550)
  . tests do not compile without precompiled headers (LP: #1498829)
  . [android] std::exception::what: Failed to monitor fd: Operation not
permitted when unplugging external display in a nested configuration
(LP: #1499042)
  . Mir suddenly no longer builds since 'mesa (11.0.0-1ubuntu1) wily':
/usr/include/EGL/eglplatform.h:100:35: fatal error:
android/native_window.h: No such file or directory (LP: #1499134)
  . [android] various crashes when unplugging external display on a
nested configuration (LP: #1501927)
  . Cursor becomes visible by itself when an external monitor is connected
(LP: #1502200)
  . mesa FTBFS due to missing Requires in mirclient (LP: #1503450)

  [ CI Train Bot ]
  * New rebuild forced.

 -- Alexandros Frantzis   Thu, 08 Oct
2015 16:12:19 +

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

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

Title:
  [android] input coordinates are scaled incorrectly when an external
  display is connected

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

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


[Bug 1289072] Re: Nested servers lack cursor support

2015-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.17.0+15.10.20151008.2-0ubuntu1

---
mir (0.17.0+15.10.20151008.2-0ubuntu1) wily; urgency=medium

  [ Alexandros Frantzis ]
  * New upstream release 0.17.0 (https://launchpad.net/mir/+milestone/0.17.0)
- ABI summary: Only servers and graphics drivers need rebuilding;
  . Mirclient ABI unchanged at 9
  . Mirserver ABI bumped to 35
  . Mircommon ABI unchanged at 5
  . Mirplatform ABI bumped to 11
  . Mirprotobuf ABI bumped to 3
  . Mirplatformgraphics ABI bumped to 6
  . Mirclientplatform ABI unchanged at 3
- Enhancements:
  . Introduce libmircookie, a simple mechanism for a group of cooperating
processes to hand out and verify difficult-to-forge timestamps to
untrusted 3rd parties.
  . More refactorings to support renderers other than GL.
  . Add MirBlob to the client API - a tool for serializing and
deserializing data.
  . Introduce a libinput based input platform, not yet used by default.
  . Provide a mechanism for the shell to send events on surface
construction.
  . Provide mir::shell::DisplayConfigurationController allowing shells
to correctly change the display configuration, notifying clients
as appropriate.
  . New DSO versioning guide.
  . Send events pertaining to the output a surface is currently on (dpi,
form factor, scale) to clients.
- Bug fixes:
  . [enhancement] XMir specific documentation should live in its own
subsection (LP: #1200114)
  . Nested servers need cursor support (LP: #1289072)
  . Mir cursor is missing/invisible until the client sets it multiple
times (LP: #1308133)
  . [regression] Fullscreen software surfaces (like Xmir -sw) can crash
the Mir server (LP: #1493721)
  . [usc] Mir gives up and shuts down due to input with multimonitor qtmir
(std::exception::what: Failure sending input event) (LP: #1496069)
  . Mouse cursor disappears upon entering the surface area of a nested
client (LP: #1496849)
  . [android] input is not dispatched when attaching an external monitor
(LP: #1498045)
  . [android] input coordinates are scaled incorrectly when an external
display is connected (LP: #1498540)
  . [android] std::exception::what: error during hwc set() when unplugging
external monitor (LP: #1498550)
  . tests do not compile without precompiled headers (LP: #1498829)
  . [android] std::exception::what: Failed to monitor fd: Operation not
permitted when unplugging external display in a nested configuration
(LP: #1499042)
  . Mir suddenly no longer builds since 'mesa (11.0.0-1ubuntu1) wily':
/usr/include/EGL/eglplatform.h:100:35: fatal error:
android/native_window.h: No such file or directory (LP: #1499134)
  . [android] various crashes when unplugging external display on a
nested configuration (LP: #1501927)
  . Cursor becomes visible by itself when an external monitor is connected
(LP: #1502200)
  . mesa FTBFS due to missing Requires in mirclient (LP: #1503450)

  [ CI Train Bot ]
  * New rebuild forced.

 -- Alexandros Frantzis   Thu, 08 Oct
2015 16:12:19 +

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

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

Title:
  Nested servers lack cursor support

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

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


[Bug 1498550] Re: [android] std::exception::what: error during hwc set() when unplugging external monitor

2015-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.17.0+15.10.20151008.2-0ubuntu1

---
mir (0.17.0+15.10.20151008.2-0ubuntu1) wily; urgency=medium

  [ Alexandros Frantzis ]
  * New upstream release 0.17.0 (https://launchpad.net/mir/+milestone/0.17.0)
- ABI summary: Only servers and graphics drivers need rebuilding;
  . Mirclient ABI unchanged at 9
  . Mirserver ABI bumped to 35
  . Mircommon ABI unchanged at 5
  . Mirplatform ABI bumped to 11
  . Mirprotobuf ABI bumped to 3
  . Mirplatformgraphics ABI bumped to 6
  . Mirclientplatform ABI unchanged at 3
- Enhancements:
  . Introduce libmircookie, a simple mechanism for a group of cooperating
processes to hand out and verify difficult-to-forge timestamps to
untrusted 3rd parties.
  . More refactorings to support renderers other than GL.
  . Add MirBlob to the client API - a tool for serializing and
deserializing data.
  . Introduce a libinput based input platform, not yet used by default.
  . Provide a mechanism for the shell to send events on surface
construction.
  . Provide mir::shell::DisplayConfigurationController allowing shells
to correctly change the display configuration, notifying clients
as appropriate.
  . New DSO versioning guide.
  . Send events pertaining to the output a surface is currently on (dpi,
form factor, scale) to clients.
- Bug fixes:
  . [enhancement] XMir specific documentation should live in its own
subsection (LP: #1200114)
  . Nested servers need cursor support (LP: #1289072)
  . Mir cursor is missing/invisible until the client sets it multiple
times (LP: #1308133)
  . [regression] Fullscreen software surfaces (like Xmir -sw) can crash
the Mir server (LP: #1493721)
  . [usc] Mir gives up and shuts down due to input with multimonitor qtmir
(std::exception::what: Failure sending input event) (LP: #1496069)
  . Mouse cursor disappears upon entering the surface area of a nested
client (LP: #1496849)
  . [android] input is not dispatched when attaching an external monitor
(LP: #1498045)
  . [android] input coordinates are scaled incorrectly when an external
display is connected (LP: #1498540)
  . [android] std::exception::what: error during hwc set() when unplugging
external monitor (LP: #1498550)
  . tests do not compile without precompiled headers (LP: #1498829)
  . [android] std::exception::what: Failed to monitor fd: Operation not
permitted when unplugging external display in a nested configuration
(LP: #1499042)
  . Mir suddenly no longer builds since 'mesa (11.0.0-1ubuntu1) wily':
/usr/include/EGL/eglplatform.h:100:35: fatal error:
android/native_window.h: No such file or directory (LP: #1499134)
  . [android] various crashes when unplugging external display on a
nested configuration (LP: #1501927)
  . Cursor becomes visible by itself when an external monitor is connected
(LP: #1502200)
  . mesa FTBFS due to missing Requires in mirclient (LP: #1503450)

  [ CI Train Bot ]
  * New rebuild forced.

 -- Alexandros Frantzis   Thu, 08 Oct
2015 16:12:19 +

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

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

Title:
  [android] std::exception::what: error during hwc set() when unplugging
  external monitor

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

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


[Bug 1496069] Re: [usc] Mir gives up and shuts down due to input with multimonitor qtmir (std::exception::what: Failure sending input event)

2015-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.17.0+15.10.20151008.2-0ubuntu1

---
mir (0.17.0+15.10.20151008.2-0ubuntu1) wily; urgency=medium

  [ Alexandros Frantzis ]
  * New upstream release 0.17.0 (https://launchpad.net/mir/+milestone/0.17.0)
- ABI summary: Only servers and graphics drivers need rebuilding;
  . Mirclient ABI unchanged at 9
  . Mirserver ABI bumped to 35
  . Mircommon ABI unchanged at 5
  . Mirplatform ABI bumped to 11
  . Mirprotobuf ABI bumped to 3
  . Mirplatformgraphics ABI bumped to 6
  . Mirclientplatform ABI unchanged at 3
- Enhancements:
  . Introduce libmircookie, a simple mechanism for a group of cooperating
processes to hand out and verify difficult-to-forge timestamps to
untrusted 3rd parties.
  . More refactorings to support renderers other than GL.
  . Add MirBlob to the client API - a tool for serializing and
deserializing data.
  . Introduce a libinput based input platform, not yet used by default.
  . Provide a mechanism for the shell to send events on surface
construction.
  . Provide mir::shell::DisplayConfigurationController allowing shells
to correctly change the display configuration, notifying clients
as appropriate.
  . New DSO versioning guide.
  . Send events pertaining to the output a surface is currently on (dpi,
form factor, scale) to clients.
- Bug fixes:
  . [enhancement] XMir specific documentation should live in its own
subsection (LP: #1200114)
  . Nested servers need cursor support (LP: #1289072)
  . Mir cursor is missing/invisible until the client sets it multiple
times (LP: #1308133)
  . [regression] Fullscreen software surfaces (like Xmir -sw) can crash
the Mir server (LP: #1493721)
  . [usc] Mir gives up and shuts down due to input with multimonitor qtmir
(std::exception::what: Failure sending input event) (LP: #1496069)
  . Mouse cursor disappears upon entering the surface area of a nested
client (LP: #1496849)
  . [android] input is not dispatched when attaching an external monitor
(LP: #1498045)
  . [android] input coordinates are scaled incorrectly when an external
display is connected (LP: #1498540)
  . [android] std::exception::what: error during hwc set() when unplugging
external monitor (LP: #1498550)
  . tests do not compile without precompiled headers (LP: #1498829)
  . [android] std::exception::what: Failed to monitor fd: Operation not
permitted when unplugging external display in a nested configuration
(LP: #1499042)
  . Mir suddenly no longer builds since 'mesa (11.0.0-1ubuntu1) wily':
/usr/include/EGL/eglplatform.h:100:35: fatal error:
android/native_window.h: No such file or directory (LP: #1499134)
  . [android] various crashes when unplugging external display on a
nested configuration (LP: #1501927)
  . Cursor becomes visible by itself when an external monitor is connected
(LP: #1502200)
  . mesa FTBFS due to missing Requires in mirclient (LP: #1503450)

  [ CI Train Bot ]
  * New rebuild forced.

 -- Alexandros Frantzis   Thu, 08 Oct
2015 16:12:19 +

** Changed in: mir (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  [usc] Mir gives up and shuts down due to input with multimonitor qtmir
  (std::exception::what: Failure sending input event)

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

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


[Bug 1503450] Re: mesa FTBFS due to missing Requires in mirclient

2015-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.17.0+15.10.20151008.2-0ubuntu1

---
mir (0.17.0+15.10.20151008.2-0ubuntu1) wily; urgency=medium

  [ Alexandros Frantzis ]
  * New upstream release 0.17.0 (https://launchpad.net/mir/+milestone/0.17.0)
- ABI summary: Only servers and graphics drivers need rebuilding;
  . Mirclient ABI unchanged at 9
  . Mirserver ABI bumped to 35
  . Mircommon ABI unchanged at 5
  . Mirplatform ABI bumped to 11
  . Mirprotobuf ABI bumped to 3
  . Mirplatformgraphics ABI bumped to 6
  . Mirclientplatform ABI unchanged at 3
- Enhancements:
  . Introduce libmircookie, a simple mechanism for a group of cooperating
processes to hand out and verify difficult-to-forge timestamps to
untrusted 3rd parties.
  . More refactorings to support renderers other than GL.
  . Add MirBlob to the client API - a tool for serializing and
deserializing data.
  . Introduce a libinput based input platform, not yet used by default.
  . Provide a mechanism for the shell to send events on surface
construction.
  . Provide mir::shell::DisplayConfigurationController allowing shells
to correctly change the display configuration, notifying clients
as appropriate.
  . New DSO versioning guide.
  . Send events pertaining to the output a surface is currently on (dpi,
form factor, scale) to clients.
- Bug fixes:
  . [enhancement] XMir specific documentation should live in its own
subsection (LP: #1200114)
  . Nested servers need cursor support (LP: #1289072)
  . Mir cursor is missing/invisible until the client sets it multiple
times (LP: #1308133)
  . [regression] Fullscreen software surfaces (like Xmir -sw) can crash
the Mir server (LP: #1493721)
  . [usc] Mir gives up and shuts down due to input with multimonitor qtmir
(std::exception::what: Failure sending input event) (LP: #1496069)
  . Mouse cursor disappears upon entering the surface area of a nested
client (LP: #1496849)
  . [android] input is not dispatched when attaching an external monitor
(LP: #1498045)
  . [android] input coordinates are scaled incorrectly when an external
display is connected (LP: #1498540)
  . [android] std::exception::what: error during hwc set() when unplugging
external monitor (LP: #1498550)
  . tests do not compile without precompiled headers (LP: #1498829)
  . [android] std::exception::what: Failed to monitor fd: Operation not
permitted when unplugging external display in a nested configuration
(LP: #1499042)
  . Mir suddenly no longer builds since 'mesa (11.0.0-1ubuntu1) wily':
/usr/include/EGL/eglplatform.h:100:35: fatal error:
android/native_window.h: No such file or directory (LP: #1499134)
  . [android] various crashes when unplugging external display on a
nested configuration (LP: #1501927)
  . Cursor becomes visible by itself when an external monitor is connected
(LP: #1502200)
  . mesa FTBFS due to missing Requires in mirclient (LP: #1503450)

  [ CI Train Bot ]
  * New rebuild forced.

 -- Alexandros Frantzis   Thu, 08 Oct
2015 16:12:19 +

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

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

Title:
  mesa FTBFS due to missing Requires in mirclient

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

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


[Bug 1499042] Re: [android] std::exception::what: Failed to monitor fd: Operation not permitted when unplugging external display in a nested configuration

2015-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.17.0+15.10.20151008.2-0ubuntu1

---
mir (0.17.0+15.10.20151008.2-0ubuntu1) wily; urgency=medium

  [ Alexandros Frantzis ]
  * New upstream release 0.17.0 (https://launchpad.net/mir/+milestone/0.17.0)
- ABI summary: Only servers and graphics drivers need rebuilding;
  . Mirclient ABI unchanged at 9
  . Mirserver ABI bumped to 35
  . Mircommon ABI unchanged at 5
  . Mirplatform ABI bumped to 11
  . Mirprotobuf ABI bumped to 3
  . Mirplatformgraphics ABI bumped to 6
  . Mirclientplatform ABI unchanged at 3
- Enhancements:
  . Introduce libmircookie, a simple mechanism for a group of cooperating
processes to hand out and verify difficult-to-forge timestamps to
untrusted 3rd parties.
  . More refactorings to support renderers other than GL.
  . Add MirBlob to the client API - a tool for serializing and
deserializing data.
  . Introduce a libinput based input platform, not yet used by default.
  . Provide a mechanism for the shell to send events on surface
construction.
  . Provide mir::shell::DisplayConfigurationController allowing shells
to correctly change the display configuration, notifying clients
as appropriate.
  . New DSO versioning guide.
  . Send events pertaining to the output a surface is currently on (dpi,
form factor, scale) to clients.
- Bug fixes:
  . [enhancement] XMir specific documentation should live in its own
subsection (LP: #1200114)
  . Nested servers need cursor support (LP: #1289072)
  . Mir cursor is missing/invisible until the client sets it multiple
times (LP: #1308133)
  . [regression] Fullscreen software surfaces (like Xmir -sw) can crash
the Mir server (LP: #1493721)
  . [usc] Mir gives up and shuts down due to input with multimonitor qtmir
(std::exception::what: Failure sending input event) (LP: #1496069)
  . Mouse cursor disappears upon entering the surface area of a nested
client (LP: #1496849)
  . [android] input is not dispatched when attaching an external monitor
(LP: #1498045)
  . [android] input coordinates are scaled incorrectly when an external
display is connected (LP: #1498540)
  . [android] std::exception::what: error during hwc set() when unplugging
external monitor (LP: #1498550)
  . tests do not compile without precompiled headers (LP: #1498829)
  . [android] std::exception::what: Failed to monitor fd: Operation not
permitted when unplugging external display in a nested configuration
(LP: #1499042)
  . Mir suddenly no longer builds since 'mesa (11.0.0-1ubuntu1) wily':
/usr/include/EGL/eglplatform.h:100:35: fatal error:
android/native_window.h: No such file or directory (LP: #1499134)
  . [android] various crashes when unplugging external display on a
nested configuration (LP: #1501927)
  . Cursor becomes visible by itself when an external monitor is connected
(LP: #1502200)
  . mesa FTBFS due to missing Requires in mirclient (LP: #1503450)

  [ CI Train Bot ]
  * New rebuild forced.

 -- Alexandros Frantzis   Thu, 08 Oct
2015 16:12:19 +

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

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

Title:
  [android] std::exception::what: Failed to monitor fd: Operation not
  permitted when unplugging external display in a nested configuration

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

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


[Bug 1499134] Re: Mir suddenly no longer builds since Mesa 11.0 was introduced: /usr/include/EGL/eglplatform.h:100:35: fatal error: android/native_window.h: No such file or directory

2015-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.17.0+15.10.20151008.2-0ubuntu1

---
mir (0.17.0+15.10.20151008.2-0ubuntu1) wily; urgency=medium

  [ Alexandros Frantzis ]
  * New upstream release 0.17.0 (https://launchpad.net/mir/+milestone/0.17.0)
- ABI summary: Only servers and graphics drivers need rebuilding;
  . Mirclient ABI unchanged at 9
  . Mirserver ABI bumped to 35
  . Mircommon ABI unchanged at 5
  . Mirplatform ABI bumped to 11
  . Mirprotobuf ABI bumped to 3
  . Mirplatformgraphics ABI bumped to 6
  . Mirclientplatform ABI unchanged at 3
- Enhancements:
  . Introduce libmircookie, a simple mechanism for a group of cooperating
processes to hand out and verify difficult-to-forge timestamps to
untrusted 3rd parties.
  . More refactorings to support renderers other than GL.
  . Add MirBlob to the client API - a tool for serializing and
deserializing data.
  . Introduce a libinput based input platform, not yet used by default.
  . Provide a mechanism for the shell to send events on surface
construction.
  . Provide mir::shell::DisplayConfigurationController allowing shells
to correctly change the display configuration, notifying clients
as appropriate.
  . New DSO versioning guide.
  . Send events pertaining to the output a surface is currently on (dpi,
form factor, scale) to clients.
- Bug fixes:
  . [enhancement] XMir specific documentation should live in its own
subsection (LP: #1200114)
  . Nested servers need cursor support (LP: #1289072)
  . Mir cursor is missing/invisible until the client sets it multiple
times (LP: #1308133)
  . [regression] Fullscreen software surfaces (like Xmir -sw) can crash
the Mir server (LP: #1493721)
  . [usc] Mir gives up and shuts down due to input with multimonitor qtmir
(std::exception::what: Failure sending input event) (LP: #1496069)
  . Mouse cursor disappears upon entering the surface area of a nested
client (LP: #1496849)
  . [android] input is not dispatched when attaching an external monitor
(LP: #1498045)
  . [android] input coordinates are scaled incorrectly when an external
display is connected (LP: #1498540)
  . [android] std::exception::what: error during hwc set() when unplugging
external monitor (LP: #1498550)
  . tests do not compile without precompiled headers (LP: #1498829)
  . [android] std::exception::what: Failed to monitor fd: Operation not
permitted when unplugging external display in a nested configuration
(LP: #1499042)
  . Mir suddenly no longer builds since 'mesa (11.0.0-1ubuntu1) wily':
/usr/include/EGL/eglplatform.h:100:35: fatal error:
android/native_window.h: No such file or directory (LP: #1499134)
  . [android] various crashes when unplugging external display on a
nested configuration (LP: #1501927)
  . Cursor becomes visible by itself when an external monitor is connected
(LP: #1502200)
  . mesa FTBFS due to missing Requires in mirclient (LP: #1503450)

  [ CI Train Bot ]
  * New rebuild forced.

 -- Alexandros Frantzis   Thu, 08 Oct
2015 16:12:19 +

** Changed in: mir (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Mir suddenly no longer builds since Mesa 11.0 was introduced:
  /usr/include/EGL/eglplatform.h:100:35: fatal error:
  android/native_window.h: No such file or directory

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

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


[Bug 1496849] Re: Mouse cursor disappears upon entering the surface area of a nested client

2015-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.17.0+15.10.20151008.2-0ubuntu1

---
mir (0.17.0+15.10.20151008.2-0ubuntu1) wily; urgency=medium

  [ Alexandros Frantzis ]
  * New upstream release 0.17.0 (https://launchpad.net/mir/+milestone/0.17.0)
- ABI summary: Only servers and graphics drivers need rebuilding;
  . Mirclient ABI unchanged at 9
  . Mirserver ABI bumped to 35
  . Mircommon ABI unchanged at 5
  . Mirplatform ABI bumped to 11
  . Mirprotobuf ABI bumped to 3
  . Mirplatformgraphics ABI bumped to 6
  . Mirclientplatform ABI unchanged at 3
- Enhancements:
  . Introduce libmircookie, a simple mechanism for a group of cooperating
processes to hand out and verify difficult-to-forge timestamps to
untrusted 3rd parties.
  . More refactorings to support renderers other than GL.
  . Add MirBlob to the client API - a tool for serializing and
deserializing data.
  . Introduce a libinput based input platform, not yet used by default.
  . Provide a mechanism for the shell to send events on surface
construction.
  . Provide mir::shell::DisplayConfigurationController allowing shells
to correctly change the display configuration, notifying clients
as appropriate.
  . New DSO versioning guide.
  . Send events pertaining to the output a surface is currently on (dpi,
form factor, scale) to clients.
- Bug fixes:
  . [enhancement] XMir specific documentation should live in its own
subsection (LP: #1200114)
  . Nested servers need cursor support (LP: #1289072)
  . Mir cursor is missing/invisible until the client sets it multiple
times (LP: #1308133)
  . [regression] Fullscreen software surfaces (like Xmir -sw) can crash
the Mir server (LP: #1493721)
  . [usc] Mir gives up and shuts down due to input with multimonitor qtmir
(std::exception::what: Failure sending input event) (LP: #1496069)
  . Mouse cursor disappears upon entering the surface area of a nested
client (LP: #1496849)
  . [android] input is not dispatched when attaching an external monitor
(LP: #1498045)
  . [android] input coordinates are scaled incorrectly when an external
display is connected (LP: #1498540)
  . [android] std::exception::what: error during hwc set() when unplugging
external monitor (LP: #1498550)
  . tests do not compile without precompiled headers (LP: #1498829)
  . [android] std::exception::what: Failed to monitor fd: Operation not
permitted when unplugging external display in a nested configuration
(LP: #1499042)
  . Mir suddenly no longer builds since 'mesa (11.0.0-1ubuntu1) wily':
/usr/include/EGL/eglplatform.h:100:35: fatal error:
android/native_window.h: No such file or directory (LP: #1499134)
  . [android] various crashes when unplugging external display on a
nested configuration (LP: #1501927)
  . Cursor becomes visible by itself when an external monitor is connected
(LP: #1502200)
  . mesa FTBFS due to missing Requires in mirclient (LP: #1503450)

  [ CI Train Bot ]
  * New rebuild forced.

 -- Alexandros Frantzis   Thu, 08 Oct
2015 16:12:19 +

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

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

Title:
  Mouse cursor disappears upon entering the surface area of a nested
  client

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

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


[Bug 1498829] Re: tests do not compile without precompiled headers

2015-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.17.0+15.10.20151008.2-0ubuntu1

---
mir (0.17.0+15.10.20151008.2-0ubuntu1) wily; urgency=medium

  [ Alexandros Frantzis ]
  * New upstream release 0.17.0 (https://launchpad.net/mir/+milestone/0.17.0)
- ABI summary: Only servers and graphics drivers need rebuilding;
  . Mirclient ABI unchanged at 9
  . Mirserver ABI bumped to 35
  . Mircommon ABI unchanged at 5
  . Mirplatform ABI bumped to 11
  . Mirprotobuf ABI bumped to 3
  . Mirplatformgraphics ABI bumped to 6
  . Mirclientplatform ABI unchanged at 3
- Enhancements:
  . Introduce libmircookie, a simple mechanism for a group of cooperating
processes to hand out and verify difficult-to-forge timestamps to
untrusted 3rd parties.
  . More refactorings to support renderers other than GL.
  . Add MirBlob to the client API - a tool for serializing and
deserializing data.
  . Introduce a libinput based input platform, not yet used by default.
  . Provide a mechanism for the shell to send events on surface
construction.
  . Provide mir::shell::DisplayConfigurationController allowing shells
to correctly change the display configuration, notifying clients
as appropriate.
  . New DSO versioning guide.
  . Send events pertaining to the output a surface is currently on (dpi,
form factor, scale) to clients.
- Bug fixes:
  . [enhancement] XMir specific documentation should live in its own
subsection (LP: #1200114)
  . Nested servers need cursor support (LP: #1289072)
  . Mir cursor is missing/invisible until the client sets it multiple
times (LP: #1308133)
  . [regression] Fullscreen software surfaces (like Xmir -sw) can crash
the Mir server (LP: #1493721)
  . [usc] Mir gives up and shuts down due to input with multimonitor qtmir
(std::exception::what: Failure sending input event) (LP: #1496069)
  . Mouse cursor disappears upon entering the surface area of a nested
client (LP: #1496849)
  . [android] input is not dispatched when attaching an external monitor
(LP: #1498045)
  . [android] input coordinates are scaled incorrectly when an external
display is connected (LP: #1498540)
  . [android] std::exception::what: error during hwc set() when unplugging
external monitor (LP: #1498550)
  . tests do not compile without precompiled headers (LP: #1498829)
  . [android] std::exception::what: Failed to monitor fd: Operation not
permitted when unplugging external display in a nested configuration
(LP: #1499042)
  . Mir suddenly no longer builds since 'mesa (11.0.0-1ubuntu1) wily':
/usr/include/EGL/eglplatform.h:100:35: fatal error:
android/native_window.h: No such file or directory (LP: #1499134)
  . [android] various crashes when unplugging external display on a
nested configuration (LP: #1501927)
  . Cursor becomes visible by itself when an external monitor is connected
(LP: #1502200)
  . mesa FTBFS due to missing Requires in mirclient (LP: #1503450)

  [ CI Train Bot ]
  * New rebuild forced.

 -- Alexandros Frantzis   Thu, 08 Oct
2015 16:12:19 +

** Changed in: mir (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  tests do not compile without precompiled headers

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

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


[Bug 1494179] Re: Caja crashes when a deletion is undone with CTRL-Z

2015-10-16 Thread gravy45
According to the NEWS file, this was fixed in 1.10.4..stlll seeing the
issue in 1.10.4 for Ubuntu MATE 15.10 and Arch.  It doesn't crash but
cannot restore from trash either.

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

Title:
  Caja crashes when a deletion is undone with CTRL-Z

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

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


[Bug 1481507] Re: [MIR] lxd

2015-10-16 Thread Stéphane Graber
Uploaded after doing some comparison of binary packages to make sure the
new bits are there and that nothing disappeared in the process.

The dh overrides are a bit gross but the bits of dh-golang that I ended
up having to skip have been replaced by the exact same calls dh-golang
would have done, should it have been able to understand our structure
(read the dh-golang code).

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

Title:
  [MIR] lxd

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

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


[Bug 1308133] Re: Mir cursor is missing/invisible until the client sets it multiple times

2015-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.17.0+15.10.20151008.2-0ubuntu1

---
mir (0.17.0+15.10.20151008.2-0ubuntu1) wily; urgency=medium

  [ Alexandros Frantzis ]
  * New upstream release 0.17.0 (https://launchpad.net/mir/+milestone/0.17.0)
- ABI summary: Only servers and graphics drivers need rebuilding;
  . Mirclient ABI unchanged at 9
  . Mirserver ABI bumped to 35
  . Mircommon ABI unchanged at 5
  . Mirplatform ABI bumped to 11
  . Mirprotobuf ABI bumped to 3
  . Mirplatformgraphics ABI bumped to 6
  . Mirclientplatform ABI unchanged at 3
- Enhancements:
  . Introduce libmircookie, a simple mechanism for a group of cooperating
processes to hand out and verify difficult-to-forge timestamps to
untrusted 3rd parties.
  . More refactorings to support renderers other than GL.
  . Add MirBlob to the client API - a tool for serializing and
deserializing data.
  . Introduce a libinput based input platform, not yet used by default.
  . Provide a mechanism for the shell to send events on surface
construction.
  . Provide mir::shell::DisplayConfigurationController allowing shells
to correctly change the display configuration, notifying clients
as appropriate.
  . New DSO versioning guide.
  . Send events pertaining to the output a surface is currently on (dpi,
form factor, scale) to clients.
- Bug fixes:
  . [enhancement] XMir specific documentation should live in its own
subsection (LP: #1200114)
  . Nested servers need cursor support (LP: #1289072)
  . Mir cursor is missing/invisible until the client sets it multiple
times (LP: #1308133)
  . [regression] Fullscreen software surfaces (like Xmir -sw) can crash
the Mir server (LP: #1493721)
  . [usc] Mir gives up and shuts down due to input with multimonitor qtmir
(std::exception::what: Failure sending input event) (LP: #1496069)
  . Mouse cursor disappears upon entering the surface area of a nested
client (LP: #1496849)
  . [android] input is not dispatched when attaching an external monitor
(LP: #1498045)
  . [android] input coordinates are scaled incorrectly when an external
display is connected (LP: #1498540)
  . [android] std::exception::what: error during hwc set() when unplugging
external monitor (LP: #1498550)
  . tests do not compile without precompiled headers (LP: #1498829)
  . [android] std::exception::what: Failed to monitor fd: Operation not
permitted when unplugging external display in a nested configuration
(LP: #1499042)
  . Mir suddenly no longer builds since 'mesa (11.0.0-1ubuntu1) wily':
/usr/include/EGL/eglplatform.h:100:35: fatal error:
android/native_window.h: No such file or directory (LP: #1499134)
  . [android] various crashes when unplugging external display on a
nested configuration (LP: #1501927)
  . Cursor becomes visible by itself when an external monitor is connected
(LP: #1502200)
  . mesa FTBFS due to missing Requires in mirclient (LP: #1503450)

  [ CI Train Bot ]
  * New rebuild forced.

 -- Alexandros Frantzis   Thu, 08 Oct
2015 16:12:19 +

** Changed in: mir (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Mir cursor is missing/invisible until the client sets it multiple
  times

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

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


[Bug 1493721] Re: [regression] Fullscreen software surfaces (like Xmir -sw) can crash the Mir server

2015-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.17.0+15.10.20151008.2-0ubuntu1

---
mir (0.17.0+15.10.20151008.2-0ubuntu1) wily; urgency=medium

  [ Alexandros Frantzis ]
  * New upstream release 0.17.0 (https://launchpad.net/mir/+milestone/0.17.0)
- ABI summary: Only servers and graphics drivers need rebuilding;
  . Mirclient ABI unchanged at 9
  . Mirserver ABI bumped to 35
  . Mircommon ABI unchanged at 5
  . Mirplatform ABI bumped to 11
  . Mirprotobuf ABI bumped to 3
  . Mirplatformgraphics ABI bumped to 6
  . Mirclientplatform ABI unchanged at 3
- Enhancements:
  . Introduce libmircookie, a simple mechanism for a group of cooperating
processes to hand out and verify difficult-to-forge timestamps to
untrusted 3rd parties.
  . More refactorings to support renderers other than GL.
  . Add MirBlob to the client API - a tool for serializing and
deserializing data.
  . Introduce a libinput based input platform, not yet used by default.
  . Provide a mechanism for the shell to send events on surface
construction.
  . Provide mir::shell::DisplayConfigurationController allowing shells
to correctly change the display configuration, notifying clients
as appropriate.
  . New DSO versioning guide.
  . Send events pertaining to the output a surface is currently on (dpi,
form factor, scale) to clients.
- Bug fixes:
  . [enhancement] XMir specific documentation should live in its own
subsection (LP: #1200114)
  . Nested servers need cursor support (LP: #1289072)
  . Mir cursor is missing/invisible until the client sets it multiple
times (LP: #1308133)
  . [regression] Fullscreen software surfaces (like Xmir -sw) can crash
the Mir server (LP: #1493721)
  . [usc] Mir gives up and shuts down due to input with multimonitor qtmir
(std::exception::what: Failure sending input event) (LP: #1496069)
  . Mouse cursor disappears upon entering the surface area of a nested
client (LP: #1496849)
  . [android] input is not dispatched when attaching an external monitor
(LP: #1498045)
  . [android] input coordinates are scaled incorrectly when an external
display is connected (LP: #1498540)
  . [android] std::exception::what: error during hwc set() when unplugging
external monitor (LP: #1498550)
  . tests do not compile without precompiled headers (LP: #1498829)
  . [android] std::exception::what: Failed to monitor fd: Operation not
permitted when unplugging external display in a nested configuration
(LP: #1499042)
  . Mir suddenly no longer builds since 'mesa (11.0.0-1ubuntu1) wily':
/usr/include/EGL/eglplatform.h:100:35: fatal error:
android/native_window.h: No such file or directory (LP: #1499134)
  . [android] various crashes when unplugging external display on a
nested configuration (LP: #1501927)
  . Cursor becomes visible by itself when an external monitor is connected
(LP: #1502200)
  . mesa FTBFS due to missing Requires in mirclient (LP: #1503450)

  [ CI Train Bot ]
  * New rebuild forced.

 -- Alexandros Frantzis   Thu, 08 Oct
2015 16:12:19 +

** Changed in: mir (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  [regression] Fullscreen software surfaces (like Xmir -sw) can crash
  the Mir server

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

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


[Bug 1502200] Re: Cursor becomes visible by itself when an external monitor is connected

2015-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.17.0+15.10.20151008.2-0ubuntu1

---
mir (0.17.0+15.10.20151008.2-0ubuntu1) wily; urgency=medium

  [ Alexandros Frantzis ]
  * New upstream release 0.17.0 (https://launchpad.net/mir/+milestone/0.17.0)
- ABI summary: Only servers and graphics drivers need rebuilding;
  . Mirclient ABI unchanged at 9
  . Mirserver ABI bumped to 35
  . Mircommon ABI unchanged at 5
  . Mirplatform ABI bumped to 11
  . Mirprotobuf ABI bumped to 3
  . Mirplatformgraphics ABI bumped to 6
  . Mirclientplatform ABI unchanged at 3
- Enhancements:
  . Introduce libmircookie, a simple mechanism for a group of cooperating
processes to hand out and verify difficult-to-forge timestamps to
untrusted 3rd parties.
  . More refactorings to support renderers other than GL.
  . Add MirBlob to the client API - a tool for serializing and
deserializing data.
  . Introduce a libinput based input platform, not yet used by default.
  . Provide a mechanism for the shell to send events on surface
construction.
  . Provide mir::shell::DisplayConfigurationController allowing shells
to correctly change the display configuration, notifying clients
as appropriate.
  . New DSO versioning guide.
  . Send events pertaining to the output a surface is currently on (dpi,
form factor, scale) to clients.
- Bug fixes:
  . [enhancement] XMir specific documentation should live in its own
subsection (LP: #1200114)
  . Nested servers need cursor support (LP: #1289072)
  . Mir cursor is missing/invisible until the client sets it multiple
times (LP: #1308133)
  . [regression] Fullscreen software surfaces (like Xmir -sw) can crash
the Mir server (LP: #1493721)
  . [usc] Mir gives up and shuts down due to input with multimonitor qtmir
(std::exception::what: Failure sending input event) (LP: #1496069)
  . Mouse cursor disappears upon entering the surface area of a nested
client (LP: #1496849)
  . [android] input is not dispatched when attaching an external monitor
(LP: #1498045)
  . [android] input coordinates are scaled incorrectly when an external
display is connected (LP: #1498540)
  . [android] std::exception::what: error during hwc set() when unplugging
external monitor (LP: #1498550)
  . tests do not compile without precompiled headers (LP: #1498829)
  . [android] std::exception::what: Failed to monitor fd: Operation not
permitted when unplugging external display in a nested configuration
(LP: #1499042)
  . Mir suddenly no longer builds since 'mesa (11.0.0-1ubuntu1) wily':
/usr/include/EGL/eglplatform.h:100:35: fatal error:
android/native_window.h: No such file or directory (LP: #1499134)
  . [android] various crashes when unplugging external display on a
nested configuration (LP: #1501927)
  . Cursor becomes visible by itself when an external monitor is connected
(LP: #1502200)
  . mesa FTBFS due to missing Requires in mirclient (LP: #1503450)

  [ CI Train Bot ]
  * New rebuild forced.

 -- Alexandros Frantzis   Thu, 08 Oct
2015 16:12:19 +

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

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

Title:
  Cursor becomes visible by itself when an external monitor is connected

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

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


[Bug 1498045] Re: [android] input is not dispatched when attaching an external monitor

2015-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.17.0+15.10.20151008.2-0ubuntu1

---
mir (0.17.0+15.10.20151008.2-0ubuntu1) wily; urgency=medium

  [ Alexandros Frantzis ]
  * New upstream release 0.17.0 (https://launchpad.net/mir/+milestone/0.17.0)
- ABI summary: Only servers and graphics drivers need rebuilding;
  . Mirclient ABI unchanged at 9
  . Mirserver ABI bumped to 35
  . Mircommon ABI unchanged at 5
  . Mirplatform ABI bumped to 11
  . Mirprotobuf ABI bumped to 3
  . Mirplatformgraphics ABI bumped to 6
  . Mirclientplatform ABI unchanged at 3
- Enhancements:
  . Introduce libmircookie, a simple mechanism for a group of cooperating
processes to hand out and verify difficult-to-forge timestamps to
untrusted 3rd parties.
  . More refactorings to support renderers other than GL.
  . Add MirBlob to the client API - a tool for serializing and
deserializing data.
  . Introduce a libinput based input platform, not yet used by default.
  . Provide a mechanism for the shell to send events on surface
construction.
  . Provide mir::shell::DisplayConfigurationController allowing shells
to correctly change the display configuration, notifying clients
as appropriate.
  . New DSO versioning guide.
  . Send events pertaining to the output a surface is currently on (dpi,
form factor, scale) to clients.
- Bug fixes:
  . [enhancement] XMir specific documentation should live in its own
subsection (LP: #1200114)
  . Nested servers need cursor support (LP: #1289072)
  . Mir cursor is missing/invisible until the client sets it multiple
times (LP: #1308133)
  . [regression] Fullscreen software surfaces (like Xmir -sw) can crash
the Mir server (LP: #1493721)
  . [usc] Mir gives up and shuts down due to input with multimonitor qtmir
(std::exception::what: Failure sending input event) (LP: #1496069)
  . Mouse cursor disappears upon entering the surface area of a nested
client (LP: #1496849)
  . [android] input is not dispatched when attaching an external monitor
(LP: #1498045)
  . [android] input coordinates are scaled incorrectly when an external
display is connected (LP: #1498540)
  . [android] std::exception::what: error during hwc set() when unplugging
external monitor (LP: #1498550)
  . tests do not compile without precompiled headers (LP: #1498829)
  . [android] std::exception::what: Failed to monitor fd: Operation not
permitted when unplugging external display in a nested configuration
(LP: #1499042)
  . Mir suddenly no longer builds since 'mesa (11.0.0-1ubuntu1) wily':
/usr/include/EGL/eglplatform.h:100:35: fatal error:
android/native_window.h: No such file or directory (LP: #1499134)
  . [android] various crashes when unplugging external display on a
nested configuration (LP: #1501927)
  . Cursor becomes visible by itself when an external monitor is connected
(LP: #1502200)
  . mesa FTBFS due to missing Requires in mirclient (LP: #1503450)

  [ CI Train Bot ]
  * New rebuild forced.

 -- Alexandros Frantzis   Thu, 08 Oct
2015 16:12:19 +

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

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

Title:
  [android] input is not dispatched when attaching an external monitor

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

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


[Bug 1200114] Re: [enhancement] XMir specific documentation should live in its own subsection

2015-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.17.0+15.10.20151008.2-0ubuntu1

---
mir (0.17.0+15.10.20151008.2-0ubuntu1) wily; urgency=medium

  [ Alexandros Frantzis ]
  * New upstream release 0.17.0 (https://launchpad.net/mir/+milestone/0.17.0)
- ABI summary: Only servers and graphics drivers need rebuilding;
  . Mirclient ABI unchanged at 9
  . Mirserver ABI bumped to 35
  . Mircommon ABI unchanged at 5
  . Mirplatform ABI bumped to 11
  . Mirprotobuf ABI bumped to 3
  . Mirplatformgraphics ABI bumped to 6
  . Mirclientplatform ABI unchanged at 3
- Enhancements:
  . Introduce libmircookie, a simple mechanism for a group of cooperating
processes to hand out and verify difficult-to-forge timestamps to
untrusted 3rd parties.
  . More refactorings to support renderers other than GL.
  . Add MirBlob to the client API - a tool for serializing and
deserializing data.
  . Introduce a libinput based input platform, not yet used by default.
  . Provide a mechanism for the shell to send events on surface
construction.
  . Provide mir::shell::DisplayConfigurationController allowing shells
to correctly change the display configuration, notifying clients
as appropriate.
  . New DSO versioning guide.
  . Send events pertaining to the output a surface is currently on (dpi,
form factor, scale) to clients.
- Bug fixes:
  . [enhancement] XMir specific documentation should live in its own
subsection (LP: #1200114)
  . Nested servers need cursor support (LP: #1289072)
  . Mir cursor is missing/invisible until the client sets it multiple
times (LP: #1308133)
  . [regression] Fullscreen software surfaces (like Xmir -sw) can crash
the Mir server (LP: #1493721)
  . [usc] Mir gives up and shuts down due to input with multimonitor qtmir
(std::exception::what: Failure sending input event) (LP: #1496069)
  . Mouse cursor disappears upon entering the surface area of a nested
client (LP: #1496849)
  . [android] input is not dispatched when attaching an external monitor
(LP: #1498045)
  . [android] input coordinates are scaled incorrectly when an external
display is connected (LP: #1498540)
  . [android] std::exception::what: error during hwc set() when unplugging
external monitor (LP: #1498550)
  . tests do not compile without precompiled headers (LP: #1498829)
  . [android] std::exception::what: Failed to monitor fd: Operation not
permitted when unplugging external display in a nested configuration
(LP: #1499042)
  . Mir suddenly no longer builds since 'mesa (11.0.0-1ubuntu1) wily':
/usr/include/EGL/eglplatform.h:100:35: fatal error:
android/native_window.h: No such file or directory (LP: #1499134)
  . [android] various crashes when unplugging external display on a
nested configuration (LP: #1501927)
  . Cursor becomes visible by itself when an external monitor is connected
(LP: #1502200)
  . mesa FTBFS due to missing Requires in mirclient (LP: #1503450)

  [ CI Train Bot ]
  * New rebuild forced.

 -- Alexandros Frantzis   Thu, 08 Oct
2015 16:12:19 +

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

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

Title:
  [enhancement] XMir specific documentation should live in its own
  subsection

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

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


[Bug 1507088] Re: Xorg crashed with SIGABRT in OsAbort()

2015-10-16 Thread Apport retracing service
*** This bug is a duplicate of bug 1237904 ***
https://bugs.launchpad.net/bugs/1237904

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

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1507088/+attachment/4497480/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1507088/+attachment/4497483/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1507088/+attachment/4497492/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1507088/+attachment/4497494/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1507088/+attachment/4497495/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1507088/+attachment/4497496/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1507088/+attachment/4497497/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1237904
   Xorg crashed with SIGABRT in OsAbort()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  Xorg crashed with SIGABRT in OsAbort()

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

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


[Bug 1178179] Re: Banshee hangs after plugging in Android phone

2015-10-16 Thread Neil Myrick
I don't believe this is actually an issue.  I have the same 'problem',
but Banshee does eventually identify the phone and the music files.  My
phone is a Motorola Moto X XT1053 with 32GB of storage. I figure it is
just taking Banshee a while to scan all the files and identify the audio
files.

I notice those who have posted in this bug are running Android on either
Nexus or Samsung Galaxy phones. This means that you probably have at
least 16 GB of storage that Banshee has to scan for audio files and
identify the files as songs. Sometimes this can take some time.

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

Title:
  Banshee hangs after plugging in Android phone

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

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


[Bug 1240757] Re: Bridge not created if bind9 is on

2015-10-16 Thread Chad Smith
Ok attempt #2.


Looks like the original clause below didn't match any addresses  so I was 
getting connection refused messages

listen-on { ! 10.0.3.1; };

What I found worked on my end was specifying a secondary address match
list 'any' which we fall through to match any ipv4 address  that is not
10.0.3.1:

listen-on { ! 10.0.3.1; any; };

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

Title:
  Bridge not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1240757/+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 1507073] [NEW] Display goes black at random times

2015-10-16 Thread Adam Carter
Public bug reported:

Frequently my display goes black on Ubuntu 15.04.  It is happening at
seemingly random times many times back to back.

I'm getting  the following messages in syslog each time it happens

pci_bus :01: Allocating resources
pci_bus :02: Allocating resources
i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
pci_bus :01: Allocating resources
pci_bus :02: Allocating resources
i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
pci_bus :01: Allocating resources
pci_bus :02: Allocating resources
i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment


I can restore my display by either closing my laptops lid and reopen, or by 
running

xset dpms force off

xset dpms force on

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
Uname: Linux 3.19.0-30-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Fri Oct 16 18:27:00 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
EcryptfsInUse: Yes
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0665]
InstallationDate: Installed on 2015-10-14 (2 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: Dell Inc. XPS 13 9343
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic.efi.signed 
root=UUID=edec3894-6c89-4414-9a20-8d4804f4a27e ro quiet splash vt.handoff=7
SourcePackage: xorg
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/14/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A05
dmi.board.name: 0TM99H
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd07/14/2015:svnDellInc.:pnXPS139343:pvr:rvnDellInc.:rn0TM99H:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 13 9343
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.9-2ubuntu1~vivid2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.9-2ubuntu1~vivid2
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Fri Oct 16 09:32:33 2015
xserver.configfile: default
xserver.errors: SynPS/2 Synaptics TouchPad: Read error 19
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id5153 
 vendor SHP
xserver.version: 2:1.17.1-0ubuntu3.1

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu vivid

** Summary changed:

- Display goes black and random times
+ Display goes black at random times

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

Title:
  Display goes black at random times

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

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


[Bug 1240757] Re: Bridge not created if bind9 is on

2015-10-16 Thread Chad Smith
Ok attempt #2.


Looks like the original clause below didn't match any addresses  so I was 
getting connection refused messages

listen-on { ! 10.0.3.1; };

What I found worked on my end was specifying a secondary address match
list 'any' which we fall through to match any ipv4 address  that is not
10.0.3.1:

listen-on { ! 10.0.3.1; any; };

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

Title:
  Bridge not created if bind9 is on

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

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


[Bug 1507076] [NEW] sysbench: FTBFS: aclocal-1.14: not found

2015-10-16 Thread Logan Rosen
Public bug reported:

Imported from Debian bug http://bugs.debian.org/797260:

Source: sysbench
Version: 0.4.12-1.1
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

cd . && libtoolize -c -f
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'.
libtoolize: copying file `config/ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize:   `/usr/share/aclocal/libtool.m4'
libtoolize:   `/usr/share/aclocal/ltoptions.m4'
libtoolize:   `/usr/share/aclocal/ltversion.m4'
libtoolize:   `/usr/share/aclocal/ltsugar.m4'
libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
cd . && aclocal-1.14 
/bin/sh: 1: aclocal-1.14: not found
/usr/share/cdbs/1/class/autotools-files.mk:62: recipe for target 
'debian/stamp-autotools-files' failed
make: *** [debian/stamp-autotools-files] Error 127
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/sysbench.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

** Affects: sysbench (Ubuntu)
 Importance: High
 Status: Triaged

** Affects: sysbench (Debian)
 Importance: Undecided
 Status: New


** Tags: ftbfs

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

** Changed in: sysbench (Debian)
 Remote watch: None => Debian Bug tracker #797260

** Changed in: sysbench (Ubuntu)
   Status: New => Triaged

** Changed in: sysbench (Ubuntu)
   Importance: Undecided => High

** Tags added: ftbfs

** Description changed:

  Imported from Debian bug http://bugs.debian.org/797260:
  
- Received: (at submit) by bugs.debian.org; 28 Aug 2015 22:00:42 +
- From solo-debianb...@goeswhere.com Fri Aug 28 22:00:41 2015
- X-Spam-Checker-Version: SpamAssassin 3.4.0-bugs.debian.org_2005_01_02
-   (2014-02-07) on buxtehude.debian.org
- X-Spam-Level: 
- X-Spam-Status: No, score=-4.5 required=4.0 tests=BAYES_00,HELO_LH_HOME,
-   RDNS_NONE,X_DEBBUGS_CC autolearn=no autolearn_force=no
-   version=3.4.0-bugs.debian.org_2005_01_02
- X-Spam-Bayes: score:0. Tokens: new, 12; hammy, 150; neutral, 66; spammy,
-   0. spammytokens: hammytokens:0.000-+--H*u:2014-03-12,
-   0.000-+--H*UA:2014-03-12, 0.000-+--H*UA:1.5.23, 0.000-+--H*u:1.5.23,
-   0.000-+--xdebbugscc
- Return-path: 
- Received: from [5.80.170.44] (helo=astoria.home)
-   by buxtehude.debian.org with esmtp (Exim 4.84)
-   (envelope-from )
-   id 1ZVRhF-0006IL-93
-   for sub...@bugs.debian.org; Fri, 28 Aug 2015 22:00:41 +
- Received: by astoria.home (Postfix, from userid 1000)
-   id F2429297B32; Fri, 28 Aug 2015 23:00:22 +0100 (BST)
- Date: Fri, 28 Aug 2015 23:00:22 +0100
- From: "Chris West (Faux)" 
- To: Debian Bug Tracking System 
- Subject: sysbench: FTBFS: aclocal-1.14: not found
- Message-ID: <20150828220022.ga12...@astoria.goeswhere.com>
- MIME-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Disposition: inline
- X-Debbugs-Cc: solo-debianb...@goeswhere.com
- User-Agent: Mutt/1.5.23 (2014-03-12)
- Delivered-To: sub...@bugs.debian.org
+ Source: sysbench
+ Version: 0.4.12-1.1
+ Severity: serious
+ Justification: fails to build from source
+ Tags: sid stretch
+ User: reproducible-bui...@lists.alioth.debian.org
+ Usertags: ftbfs
+ X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org
+ 
+ Dear Maintainer,
+ 
+ The package fails to build:
+ 
+ cd . && libtoolize -c -f
+ libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'.
+ libtoolize: copying file `config/ltmain.sh'
+ libtoolize: You should add the contents of the following files to 
`aclocal.m4':
+ libtoolize:   `/usr/share/aclocal/libtool.m4'
+ libtoolize:   `/usr/share/aclocal/ltoptions.m4'
+ libtoolize:   `/usr/share/aclocal/ltversion.m4'
+ libtoolize:   `/usr/share/aclocal/ltsugar.m4'
+ libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
+ libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
+ libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
+ libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
+ cd . && aclocal-1.14 
+ /bin/sh: 1: aclocal-1.14: not found
+ /usr/share/cdbs/1/class/autotools-files.mk:62: recipe for target 
'debian/stamp-autotools-files' failed
+ make: *** [debian/stamp-autotools-files] Error 

[Bug 1506972] rukbah (amd64) - tests ran: 83, failed: 0

2015-10-16 Thread Brad Figg
tests ran:  83, failed: 0;
  
http://kernel.ubuntu.com/testing/4.2.0-16.19/rukbah__4.2.0-16.19__2015-10-17_01-30-00/results-index.html

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

Title:
  linux-raspi2: 4.2.0-1013.19 -proposed tracker

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

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


[Bug 853865] Re: Multi Monitor: Option to hide unity's top panel on the second monitor

2015-10-16 Thread Roland (Rolandixor) Taylor
This is not just opinion, this is seriously frustrating.

I'm still having this issue on 15.10. When running presentations at
church, the panel appears any time the presentation window loses focus,
which is often, as I have to run other applications on the main screen
and use menus, etc.

** Changed in: unity
   Status: Opinion => Confirmed

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

Title:
  Multi Monitor: Option to hide unity's top panel on the second monitor

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

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


[Bug 1506972] fozzie (amd64) - tests ran: 194, failed: 0

2015-10-16 Thread Brad Figg
tests ran: 194, failed: 0;
  
http://kernel.ubuntu.com/testing/4.2.0-16.19/fozzie__4.2.0-16.19__2015-10-17_01-25-00/results-index.html

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

Title:
  linux-raspi2: 4.2.0-1013.19 -proposed tracker

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

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


[Bug 1289807] Re: User Accounts endless loop (never opens)

2015-10-16 Thread Stanislav German-Evtushenko
ubuntu-control-center and cheese have to depend on libwayland-egl1

$ ldd 
/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libuser-accounts.so | 
grep libwayland-egl
libwayland-egl.so.1 => /usr/lib/x86_64-linux-gnu/libwayland-egl.so.1 
(0x7fd2cf3b9000)

giner@ginas-notebook:~$ ldd $(which cheese) | grep libwayland-egl
libwayland-egl.so.1 => /usr/lib/x86_64-linux-gnu/libwayland-egl.so.1 
(0x7f4551e9e000)

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

Title:
  User Accounts endless loop (never opens)

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

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


[Bug 1500387] Re: System boots to a black screen and the customer has to close the lid and reopen it to trigger a DPMS event and then video is restored

2015-10-16 Thread Christopher M. Penalver
Adam Carter, it will help immensely if you filed a new report via a terminal:
ubuntu-bug xorg

Please ensure you have the package xdiagnose installed, and that you
click the Yes button for attaching additional debugging information.

Also, please feel free to subscribe me to it.

** Changed in: xorg (Ubuntu)
   Status: Confirmed => Incomplete

** Tags removed: apport-collected compiz-0.9 ubuntu vivid

** Attachment removed: "BootLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1500387/+attachment/4496220/+files/BootLog.txt

** Attachment removed: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1500387/+attachment/4496221/+files/CurrentDmesg.txt

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1500387/+attachment/4496222/+files/Dependencies.txt

** Attachment removed: "DpkgLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1500387/+attachment/4496223/+files/DpkgLog.txt

** Attachment removed: "JournalErrors.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1500387/+attachment/4496224/+files/JournalErrors.txt

** Attachment removed: "Lspci.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1500387/+attachment/4496225/+files/Lspci.txt

** Attachment removed: "Lsusb.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1500387/+attachment/4496226/+files/Lsusb.txt

** Attachment removed: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1500387/+attachment/4496227/+files/ProcCpuinfo.txt

** Attachment removed: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1500387/+attachment/4496228/+files/ProcInterrupts.txt

** Attachment removed: "ProcModules.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1500387/+attachment/4496229/+files/ProcModules.txt

** Attachment removed: "UdevDb.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1500387/+attachment/4496230/+files/UdevDb.txt

** Attachment removed: "XorgLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1500387/+attachment/4496231/+files/XorgLog.txt

** Attachment removed: "XorgLogOld.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1500387/+attachment/4496232/+files/XorgLogOld.txt

** Attachment removed: "Xrandr.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1500387/+attachment/4496233/+files/Xrandr.txt

** Attachment removed: "xdpyinfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1500387/+attachment/4496234/+files/xdpyinfo.txt

** Attachment removed: "xserver.devices.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1500387/+attachment/4496235/+files/xserver.devices.txt

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

Title:
  System boots to a black screen and the customer has to close the lid
  and reopen it to trigger a DPMS event and then video is restored

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

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


[Bug 1481507] Re: [MIR] lxd

2015-10-16 Thread Stéphane Graber
Got most of those changes working though dh-golang isn't flexible enough to 
accommodate for a source package building 4 different binaries using different 
package names as well as two shared packages.
It's very much designed for packages which use a single package and usually, 
single binary.

So I have to jump through quite a few hoops to workaround this, made
more complicated by having to also support trusty's old dh-golang for
our backport.

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

Title:
  [MIR] lxd

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

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


[Bug 1507076] Re: sysbench: FTBFS: aclocal-1.14: not found

2015-10-16 Thread Bug Watch Updater
** Changed in: sysbench (Debian)
   Importance: Undecided => Unknown

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

Title:
  sysbench: FTBFS: aclocal-1.14: not found

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

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


[Bug 1507077] Re: slimrat: FTBFS: POD errors

2015-10-16 Thread Bug Watch Updater
** Changed in: slimrat (Debian)
   Importance: Undecided => Unknown

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

Title:
  slimrat: FTBFS: POD errors

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

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


[Bug 1388308] Re: Multitouch broken in 14.10

2015-10-16 Thread Launchpad Bug Tracker
[Expired for Unity because there has been no activity for 60 days.]

** Changed in: unity
   Status: Incomplete => Expired

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

Title:
  Multitouch broken in 14.10

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

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


[Bug 1485347] Re: Sync libimobiledevice 1.2.0+dfsg-1 (main) from Debian experimental (main)

2015-10-16 Thread Launchpad Bug Tracker
[Expired for libimobiledevice (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: libimobiledevice (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Sync libimobiledevice 1.2.0+dfsg-1 (main) from Debian experimental
  (main)

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

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


[Bug 1388308] Re: Multitouch broken in 14.10

2015-10-16 Thread Launchpad Bug Tracker
[Expired for unity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: unity (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Multitouch broken in 14.10

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

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


[Bug 1402368] Re: x session freezes when hovering mouse over a folder in Quick browser applet

2015-10-16 Thread Launchpad Bug Tracker
[Expired for cairo-dock-plug-ins (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: cairo-dock-plug-ins (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  x session freezes when hovering mouse over a folder in Quick browser
  applet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1402368/+subscriptions

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


[Bug 1506972] bantam (amd64) - tests ran: 194, failed: 0

2015-10-16 Thread Brad Figg
tests ran: 194, failed: 0;
  
http://kernel.ubuntu.com/testing/4.2.0-16.19/bantam__4.2.0-16.19__2015-10-17_01-30-00/results-index.html

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

Title:
  linux-raspi2: 4.2.0-1013.19 -proposed tracker

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

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


[Bug 1498972] Re: Change icon to 256x256 version to support HiDPI

2015-10-16 Thread Adolfo Jayme
** Changed in: firefox (Ubuntu)
   Status: New => Triaged

** Changed in: firefox (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Change icon to 256x256 version to support HiDPI

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

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


Re: [Bug 1481507] Re: [MIR] lxd

2015-10-16 Thread Michael Hudson-Doyle
On 17/10/2015 9:55 am, "Jamie Strandboge"  wrote:

> 3. it depends on gccgo for powerpc ppc64el (AIUI, you should use
golang-go and it will pull in gccgo if needed)

lxd doesn't build with golang-go 1.5 on ppc64el, the port doesn't have full
support for cgo (1.6 will if someone ever gets around to reviewing my
branches)

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

Title:
  [MIR] lxd

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

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


[Bug 758811] Re: Scrolling loops between two pages with attached PDF

2015-10-16 Thread Bug Watch Updater
** Changed in: evince
   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/758811

Title:
  Scrolling loops between two pages with attached PDF

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

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


[Bug 1481507] Re: [MIR] lxd

2015-10-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/lxd

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

Title:
  [MIR] lxd

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

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


[Bug 1497420] Re: systemd 226 (moving pid 1 into /init.scope cgroup) breaks lxc-attach

2015-10-16 Thread Bug Watch Updater
** Changed in: docker (Debian)
   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/1497420

Title:
  systemd 226 (moving pid 1 into /init.scope cgroup) breaks lxc-attach

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

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


[Bug 1507064] Re: FTBFS: error: 'buildString' is not a member of 'Puma::StrCol'

2015-10-16 Thread Bug Watch Updater
** Changed in: undertaker (Debian)
   Importance: Undecided => Unknown

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

Title:
  FTBFS: error: 'buildString' is not a member of 'Puma::StrCol'

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

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


[Bug 1497420] Re: systemd 226 (moving pid 1 into /init.scope cgroup) breaks lxc-attach

2015-10-16 Thread Bug Watch Updater
** Changed in: docker (Debian)
   Status: New => Confirmed

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

Title:
  systemd 226 (moving pid 1 into /init.scope cgroup) breaks lxc-attach

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1497420/+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 1507074] [NEW] EFI

2015-10-16 Thread KS
Public bug reported:

Already reported a bug, why am I doing this again? EFI problems, Windows
8, not trying to setup a dual-boot. I just want Windows gone. Booting
from the USB through legacy mode gets a black screen, blinking cursor.
If I choose 'Something Else' during the partitioning phase and select to
remove the EFI partition, the installation goes successfully with no
errors, but upon restarting, the system does not boot from the HDD. I'm
just trying to install Lubuntu and reading through fourteen pages of
Google results has gotten me nowhere.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: ubiquity 2.20.0
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
NonfreeKernelModules: squashfs overlay nls_iso8859_1 dm_mirror dm_region_hash 
dm_log rtsx_usb_sdmmc rtsx_usb uas usb_storage i915 i2c_algo_bit ahci 
drm_kms_helper psmouse libahci drm r8169 mii wmi video
ApportVersion: 2.14.7-0ubuntu8
Architecture: i386
CasperVersion: 1.345
Date: Fri Oct 16 21:12:51 2015
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed 
cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Lubuntu 14.10 "Utopic Unicorn" - Release i386 (20141022.1)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lubuntu ubiquity-2.20.0 utopic

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

Title:
  EFI

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

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


[Bug 1076928]

2015-10-16 Thread Benjamin Drung
Gale, do you still have an issue?

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

Title:
  FTBFS with libav9

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

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


[Bug 1076928]

2015-10-16 Thread Gale
(In reply to Benjamin Drung from comment #7)
Don't know at the moment, Benjamin, I am on Ubuntu 14.04 now on the 32-bit 
machine, and I don't have a problem with compiling Audacity against self-built 
FFmpeg 2.2.2 installed into /usr/local and using dynamic loading (i.e. default 
Audacity ./configure).

It will be a while before I can test with dynamic loading disabled.

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

Title:
  FTBFS with libav9

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

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


[Bug 1465530] Re: Content in /etc/default/locale not correct for zh and pt locales

2015-10-16 Thread zhangchao
** Also affects: localechooser
   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/1465530

Title:
  Content in /etc/default/locale not correct for zh and pt locales

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

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


[Bug 1328183] Re: User-Agent string results in poor UX on web

2015-10-16 Thread Matthew Exon
Thanks for the discussion of this issue.  I came here from Bug #1506836,
learned something, and now I've just finished fixing the code on my own
site to handle "mobi" and "like android" tokens correctly :-)  I've also
submitted a feature request to LastPass.

To broaden the discussion slightly, could anyone comment on the
likelihood of any of the following things being implemented?  They would
all provide a (perhaps unfriendly) workaround in the situation where a
particular website refuses to play ball but a user has a desperate need
for it to work correctly:

* Provide a button or something in the browser to explicitly switch UA string 
(like Sogou does to handle Chinese websites that require IE6 brokenness)
* Support an "about:debug" page or similar that allows a custom UA string to be 
typed in
* Allow the user to edit the override list on their phone (even just a text 
file editable in the terminal would do)
* Support plugins in the browser that would allow third-party developers to fix 
the problem for you

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

Title:
  User-Agent string results in poor UX on web

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1328183/+subscriptions

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


[Bug 1465530] Re: Content in /etc/default/locale not correct for zh and pt locales

2015-10-16 Thread zhangchao
ubiquity use localechoose 2.65ubuntu1 in 15.10.
I use localechoose 2.49ubuntu5 Instead of 2.65ubuntu1 in 15.10,the the 
installed system is right。

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

Title:
  Content in /etc/default/locale not correct for zh and pt locales

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

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

[Bug 1507067] Re: turbojson: FTBFS: ImportError: from peak.rules import abstract, around, when

2015-10-16 Thread Bug Watch Updater
** Changed in: turbojson (Debian)
   Importance: Undecided => Unknown

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

Title:
  turbojson: FTBFS: ImportError: from peak.rules import abstract,
  around, when

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

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


[Bug 1507073] Re: Display goes black at random times

2015-10-16 Thread Adam Carter
** Description changed:

- Frequently my display goes black on Ubuntu 15.04.  It is happening at
- seemingly random times many times back to back.
+ Frequently using Ubuntu 15.04 my display blacks out.  It occurs at
+ seemingly random times, many times back to back.
  
- I'm getting  the following messages in syslog each time it happens
+ I'm getting the following messages in syslog each time it happens.
  
  pci_bus :01: Allocating resources
  pci_bus :02: Allocating resources
  i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
  pci_bus :01: Allocating resources
  pci_bus :02: Allocating resources
  i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
  i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
  i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
  i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
  pci_bus :01: Allocating resources
  pci_bus :02: Allocating resources
  i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
  i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
  i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
  i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
  i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
  i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
  i915_bpo :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus alignment
  
- 
- I can restore my display by either closing my laptops lid and reopen, or by 
running
+ I can restore my display by either closing my laptops lid and reopen, or
+ by running
  
  xset dpms force off
  
  xset dpms force on
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Oct 16 18:27:00 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
-Subsystem: Dell Device [1028:0665]
+  Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
+    Subsystem: Dell Device [1028:0665]
  InstallationDate: Installed on 2015-10-14 (2 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Dell Inc. XPS 13 9343
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic.efi.signed 
root=UUID=edec3894-6c89-4414-9a20-8d4804f4a27e ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/14/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0TM99H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd07/14/2015:svnDellInc.:pnXPS139343:pvr:rvnDellInc.:rn0TM99H:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.9-2ubuntu1~vivid2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.9-2ubuntu1~vivid2
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Fri Oct 16 09:32:33 2015
  xserver.configfile: default
  xserver.errors: SynPS/2 Synaptics TouchPad: Read error 19
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
-  product id5153 
-  vendor SHP
+  product id5153
+  vendor SHP
  xserver.version: 2:1.17.1-0ubuntu3.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

[Bug 1507085] [NEW] radiotray will not load or play 14.04

2015-10-16 Thread David Oxland
Public bug reported:

Installed Radiotray. after a new 14.04 install
 Familiar and have use it  before.
Loaded the first time called and then would not action.
Unable to add any stations .
 Right click on tray icon did not bring up menu
 On next system start up radio tray will not load.
Term startup attempt produces;
david@david-System-Product-Name:~$ radiotray 
/usr/lib/python2.7/dist-packages/radiotray/AudioPlayerGStreamer.py:51: 
FutureWarning: The behavior of this method will change in future versions. Use 
specific 'len(elem)' or 'elem is not None' test instead.
  if(cfg_provider._settingExists("buffer_size")):
Traceback (most recent call last):
  File "/usr/bin/radiotray", line 15, in 
radiotray.main(sys.argv[1:])
  File "/usr/lib/python2.7/dist-packages/radiotray/radiotray.py", line 39, in 
main
RadioTray()
  File "/usr/lib/python2.7/dist-packages/radiotray/RadioTray.py", line 84, in 
__init__
self.systray = SysTray(self.mediator, self.provider, self.cfg_provider, 
self.default_cfg_provider, eventManager, tooltipManager)
  File "/usr/lib/python2.7/dist-packages/radiotray/SysTray.py", line 134, in 
__init__
self.gui.buildMenu()
  File "/usr/lib/python2.7/dist-packages/radiotray/AppIndicatorGui.py", line 
59, in buildMenu
self.build_app_indicator_menu(self.radioMenu)
  File "/usr/lib/python2.7/dist-packages/radiotray/AppIndicatorGui.py", line 
101, in build_app_indicator_menu
self.provider.walk_bookmarks(self.group_callback, self.bookmark_callback, 
menu)
  File "/usr/lib/python2.7/dist-packages/radiotray/XmlDataProvider.py", line 
368, in walk_bookmarks
self.walk_bookmarks(group_func, bookmark_func, new_user_data, group + 
"/group[@name='"+ child_name +"']")
  File "/usr/lib/python2.7/dist-packages/radiotray/XmlDataProvider.py", line 
368, in walk_bookmarks
self.walk_bookmarks(group_func, bookmark_func, new_user_data, group + 
"/group[@name='"+ child_name +"']")
  File "/usr/lib/python2.7/dist-packages/radiotray/XmlDataProvider.py", line 
358, in walk_bookmarks
children = self.root.xpath("/bookmarks" + group + "/group | " + 
"/bookmarks" + group + "/bookmark")
  File "lxml.etree.pyx", line 1509, in lxml.etree._Element.xpath 
(src/lxml/lxml.etree.c:50702)
  File "xpath.pxi", line 318, in lxml.etree.XPathElementEvaluator.__call__ 
(src/lxml/lxml.etree.c:145954)
  File "xpath.pxi", line 238, in lxml.etree._XPathEvaluatorBase._handle_result 
(src/lxml/lxml.etree.c:144962)
  File "xpath.pxi", line 223, in 
lxml.etree._XPathEvaluatorBase._raise_eval_error (src/lxml/lxml.etree.c:144770)
lxml.etree.XPathEvalError: Invalid predicate

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: radiotray 0.7.3-1ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6
Uname: Linux 3.19.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.15
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Oct 16 21:55:39 2015
InstallationDate: Installed on 2015-10-14 (3 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
PackageArchitecture: all
SourcePackage: radiotray
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  radiotray will not load or play 14.04

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

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


[Bug 1290099] Re: libwayland-egl.so error for Cheese (wont start)

2015-10-16 Thread Stanislav German-Evtushenko
ubuntu-control-center and cheese have to depend on libwayland-egl1

$ ldd 
/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libuser-accounts.so | 
grep libwayland-egl
libwayland-egl.so.1 => /usr/lib/x86_64-linux-gnu/libwayland-egl.so.1 
(0x7fd2cf3b9000)

giner@ginas-notebook:~$ ldd $(which cheese) | grep libwayland-egl
libwayland-egl.so.1 => /usr/lib/x86_64-linux-gnu/libwayland-egl.so.1 
(0x7f4551e9e000)

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

Title:
  libwayland-egl.so error for Cheese (wont start)

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

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


[Bug 1507067] [NEW] turbojson: FTBFS: ImportError: from peak.rules import abstract, around, when

2015-10-16 Thread Logan Rosen
Public bug reported:

Imported from Debian bug http://bugs.debian.org/798059:

Source: turbojson
Version: 1.3.2-2.1
Severity: serious
Justification: fails to build from source
Tags: sid
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

...

Get:34 http://urika:3142/ftp.debian.org/debian/ sid/main python-nose all 
1.3.6-1 [132 kB]
Get:35 http://urika:3142/ftp.debian.org/debian/ sid/main 
python-peak.util.decorators all 1.8-3 [22.9 kB]
Get:36 http://urika:3142/ftp.debian.org/debian/ sid/main python-peak.util all 
20110909-1 [69.1 kB]
Get:37 http://urika:3142/ftp.debian.org/debian/ sid/main python-peak.rules all 
0.5a1+r2707-1 [116 kB]
Get:38 http://urika:3142/ftp.debian.org/debian/ sid/main python-pysqlite2 amd64 
2.7.0-1 [35.0 kB]

...

==
ERROR: Failure: ImportError (No module named rules)
--
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 420, in 
loadTestsFromName
addr.filename, addr.module)
  File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in 
importFromPath
return self.importFromDir(dir_path, fqname)
  File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in 
importFromDir
mod = load_module(part_fqname, fh, filename, desc)
  File "/turbojson-1.3.2/turbojson/__init__.py", line 3, in 
from turbojson.jsonsupport import JsonSupport
  File "/turbojson-1.3.2/turbojson/jsonsupport.py", line 3, in 
from turbojson.jsonify import GenericJSON
  File "/turbojson-1.3.2/turbojson/jsonify.py", line 6, in 
from peak.rules import abstract, around, when
ImportError: No module named rules

--
Ran 1 test in 0.006s

FAILED (errors=1)
debian/rules:8: recipe for target 'override_dh_auto_test' failed

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

** Affects: turbojson (Ubuntu)
 Importance: High
 Status: Triaged

** Affects: turbojson (Debian)
 Importance: Undecided
 Status: New


** Tags: ftbfs

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

** Changed in: turbojson (Debian)
 Remote watch: None => Debian Bug tracker #798059

** Changed in: turbojson (Ubuntu)
   Status: New => Triaged

** Changed in: turbojson (Ubuntu)
   Importance: Undecided => High

** Tags added: ftbfs

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

Title:
  turbojson: FTBFS: ImportError: from peak.rules import abstract,
  around, when

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

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


[Bug 1507066] [NEW] Installing Lubuntu 14.10 on previous Windows 8 system (UEFI) (Non dual-boot)

2015-10-16 Thread KS
Public bug reported:

Attempting to install Lubuntu 14.10. Booted from LiveUSB, chose to
delete all data on the HDD before installing Lubuntu. Secure boot is
disabled, choosing UEFI boot allows the system to boot from the USB,
choosing the legacy boot option for the USB brings up a black screen,
blinking cursor.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: ubiquity 2.20.0
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
NonfreeKernelModules: squashfs overlay nls_iso8859_1 dm_mirror dm_region_hash 
dm_log rtsx_usb_sdmmc rtsx_usb uas usb_storage i915 psmouse i2c_algo_bit 
drm_kms_helper ahci drm libahci r8169 mii wmi video
ApportVersion: 2.14.7-0ubuntu8
Architecture: i386
CasperVersion: 1.345
Date: Fri Oct 16 20:11:59 2015
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed 
cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Lubuntu 14.10 "Utopic Unicorn" - Release i386 (20141022.1)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lubuntu ubiquity-2.20.0 utopic

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

Title:
  Installing Lubuntu 14.10 on previous Windows 8 system (UEFI) (Non
  dual-boot)

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

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


[Bug 1492850] Re: Dell pro venue 11 - No wireless connections after sleep

2015-10-16 Thread Christopher M. Penalver
stef.baly, to advise, you don't need to apport-collect further unless
requested to do so. Especially with the mainline kernel installed as the
information is useless.

Despite this, could you please test the latest upstream kernel available
from the very top line at the top of the page from
http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D (the release
names are irrelevant for testing, and please do not test the daily
folder)? Install instructions are available at
https://wiki.ubuntu.com/Kernel/MainlineBuilds . This will allow
additional upstream developers to examine the issue.

If the latest kernel did not allow you to test to the issue (ex. you couldn't 
boot into the OS) please make a comment in your report about this, and continue 
to test the next most recent kernel version until you can test to the issue. 
Once you've tested the upstream kernel, please comment on which kernel version 
specifically you tested. If this issue is fixed in the mainline kernel, please 
add the following tags by clicking on the yellow circle with a black pencil 
icon, next to the word Tags, located at the bottom of the report description:
kernel-fixed-upstream
kernel-fixed-upstream-X.Y-rcZ

Where X, Y, and Z are numbers corresponding to the kernel version.

If the mainline kernel does not fix the issue, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-X.Y-rcZ

Please note, an error to install the kernel does not fit the criteria of
kernel-bug-exists-upstream.

Once testing of the latest upstream kernel is complete, please mark this
report's Status as Confirmed. Please let us know your results.

Thank you for your understanding.

** Attachment removed: "ProcEnviron.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1492850/+attachment/4496092/+files/ProcEnviron.txt

** Attachment removed: "JournalErrors.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1492850/+attachment/4496091/+files/JournalErrors.txt

** Tags removed: bios-outdated-a16
** Tags added: latest-bios-a16

** Description changed:

  I try for a long time to set-up the wifi for my dell pro venue 11 v7130
  (wifi chipset Intel Corporation Wireless 7260). The wifi connection is
  perfect until the computer is suspend. After a suspend, even activating
  the wifi from network manager is impossible. After suspend even an exit
  doesn't reconnect to the wifi connection. It seems that the wifi chipset
  is off and it's impossible to wake up.
  
  Recently 15.04 has been update to 4.2 RC8. Nothing new !
  
  A file unload_modules has been created.
  /etc/pm/config.d with SUSPEND_MODULES="$SUSPEND_MODULES iwlwifi" without any 
effect.
  
  sudo service network-manager restart doesn't work too !
  
  Before suspend
  
  @utopie:~$ sudo lshw -C network
  *-network
  description: Interface réseau sans fil
  produit: Wireless 7260
  fabriquant: Intel Corporation
  identifiant matériel: 0
  information bus: pci@:01:00.0
  nom logique: wlan0
  version: 83
  numéro de série: 5c:51:4f:d9:2e:75
  bits: 64 bits
  horloge: 33MHz
  fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical 
wireless
  configuration: broadcast=yes driver=iwlwifi 
driverversion=4.2.0-040200rc8-generic firmware=25.30.13.0 ip=192.168.0.50 
latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn
  ressources: irq:49 mémoire:f7d0-f7d01fff
  *-network DÉSACTIVÉ
  description: Ethernet interface
  identifiant matériel: 1
  nom logique: wwan0
  numéro de série: 1e:51:e0:b8:e1:da
  fonctionnalités: ethernet physical
  configuration: broadcast=yes driver=cdc_mbim driverversion=22-Aug-2005 
firmware=CDC MBIM link=no multicast=yes
  
  After suspend (no more wifi chipset !).
  @utopie:~$ sudo lshw -C network
  *-network DÉSACTIVÉ
  description: Ethernet interface
  identifiant matériel: 1
  nom logique: wwan0
  numéro de série: 1e:51:e0:b8:e1:da
  fonctionnalités: ethernet physical
  configuration: broadcast=yes driver=cdc_mbim driverversion=22-Aug-2005 
firmware=CDC MBIM link=no multicast=yes
  
  ---
  ApportVersion: 2.17.2-0ubuntu1.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  baly   1169 F pulseaudio
   /dev/snd/controlC1:  baly   1169 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=729324f1-42a5-45f8-9585-f6e0169f2d64
  InstallationDate: Installed on 2015-04-23 (144 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Dell Inc. Venue 11 Pro 7130 vPro
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-29-generic.efi.signed 
root=UUID=35cde4a5-bbc3-442b-b239-d3f917925a94 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-29.31-generic 3.19.8-ckt6
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-29-generic N/A
   linux-backports-modules-3.19.0-29-generic  N/A
   

[Bug 1497666] Re: No right channel sound on Creative Xtreme Audio (CA0106) in Ubuntu 14.04-15.10

2015-10-16 Thread Luke
** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete => New

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

Title:
  No right channel sound on Creative Xtreme Audio (CA0106)  in  Ubuntu
  14.04-15.10

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

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


[Bug 1506972] dwalin (amd64) - tests ran: 66, failed: 66

2015-10-16 Thread Brad Figg
tests ran:  66, failed: 66;
  
http://kernel.ubuntu.com/testing/4.2.0-16.19/dwalin__4.2.0-16.19__2015-10-17_03-04-00/results-index.html

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

Title:
  linux-raspi2: 4.2.0-1013.19 -proposed tracker

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

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


[Bug 1502363] Re: Linux bridge agent should include ebtables package and rootwrap rule

2015-10-16 Thread Matt Kassawara
Looks like the release packages arrived...

http://reqorts.qa.ubuntu.com/reports/ubuntu-server/cloud-
archive/liberty_versions.html

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

Title:
  Linux bridge agent should include ebtables package and rootwrap rule

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1502363/+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 1502363] Re: Linux bridge agent should include ebtables package and rootwrap rule

2015-10-16 Thread Matt Kassawara
Looks like the release packages arrived...

http://reqorts.qa.ubuntu.com/reports/ubuntu-server/cloud-
archive/liberty_versions.html

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

Title:
  Linux bridge agent should include ebtables package and rootwrap rule

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

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


[Bug 1501277] Re: Firefox 41.0.1 update

2015-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox - 41.0.2+build2-0ubuntu1

---
firefox (41.0.2+build2-0ubuntu1) wily; urgency=medium

  * New upstream stable release (FIREFOX_41_0_2_BUILD2)
- see USN-2768-1

  * Explicitly link with -latomic to fix the build on powerpc

 -- Chris Coulson   Wed, 14 Oct 2015
09:45:03 +0100

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

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

Title:
  Firefox 41.0.1 update

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

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


[Bug 1506972] ms10-35-mcdivittB0 (arm64) - tests ran: 167, failed: 3

2015-10-16 Thread Brad Figg
tests ran: 167, failed: 3;
  
http://kernel.ubuntu.com/testing/4.2.0-16.19/ms10-35-mcdivittB0__4.2.0-16.19__2015-10-17_01-28-00/results-index.html

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

Title:
  linux-raspi2: 4.2.0-1013.19 -proposed tracker

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

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


[Bug 1506972] onibi (amd64) - tests ran: 194, failed: 0

2015-10-16 Thread Brad Figg
tests ran: 194, failed: 0;
  
http://kernel.ubuntu.com/testing/4.2.0-16.19/onibi__4.2.0-16.19__2015-10-17_01-27-00/results-index.html

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

Title:
  linux-raspi2: 4.2.0-1013.19 -proposed tracker

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

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


[Bug 1001837] Re: While running a app through ssh channal, I can't start a local app with the same name

2015-10-16 Thread Launchpad Bug Tracker
[Expired for unity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: unity (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  While running a app through ssh channal, I can't start a local app
  with the same name

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

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


[Bug 1361836] Re: Cannot click on anything

2015-10-16 Thread Launchpad Bug Tracker
[Expired for unity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: unity (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Cannot click on anything

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

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


[Bug 1373667] Re: Not work gnome-bluetooth

2015-10-16 Thread Launchpad Bug Tracker
[Expired for gnome-bluetooth (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-bluetooth (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Not work gnome-bluetooth

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

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


[Bug 1094981] Re: Bluetooth not working

2015-10-16 Thread Launchpad Bug Tracker
[Expired for gnome-bluetooth (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-bluetooth (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Bluetooth not working

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

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


[Bug 1438999] Re: Have to 'Buy' app when setting up new phone

2015-10-16 Thread Launchpad Bug Tracker
[Expired for unity-scope-click (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: unity-scope-click (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Have to 'Buy' app when setting up new phone

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

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


[Bug 1361836] Re: Cannot click on anything

2015-10-16 Thread Launchpad Bug Tracker
[Expired for Unity because there has been no activity for 60 days.]

** Changed in: unity
   Status: Incomplete => Expired

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

Title:
  Cannot click on anything

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

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


[Bug 1001837] Re: While running a app through ssh channal, I can't start a local app with the same name

2015-10-16 Thread Launchpad Bug Tracker
[Expired for Unity because there has been no activity for 60 days.]

** Changed in: unity
   Status: Incomplete => Expired

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

Title:
  While running a app through ssh channal, I can't start a local app
  with the same name

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

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


[Bug 1483868] Re: keyboard doesn't work after xscreensaver shuts down the monitor

2015-10-16 Thread Launchpad Bug Tracker
[Expired for xscreensaver (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: xscreensaver (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  keyboard doesn't work after xscreensaver shuts down the monitor

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

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


[Bug 1507080] Re: Xorg crashed with SIGABRT in OsAbort()

2015-10-16 Thread Apport retracing service
*** This bug is a duplicate of bug 1237904 ***
https://bugs.launchpad.net/bugs/1237904

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

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1507080/+attachment/4497431/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1507080/+attachment/4497434/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1507080/+attachment/4497443/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1507080/+attachment/4497445/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1507080/+attachment/4497446/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1507080/+attachment/4497447/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1507080/+attachment/4497448/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1237904
   Xorg crashed with SIGABRT in OsAbort()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  Xorg crashed with SIGABRT in OsAbort()

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

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


[Bug 1507082] Re: package nginx-core 1.6.2-5ubuntu3.1 failed to install/upgrade: サブプロセス インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました

2015-10-16 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package nginx-core 1.6.2-5ubuntu3.1 failed to install/upgrade: サブプロセス
  インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1507082/+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 1507082] [NEW] package nginx-core 1.6.2-5ubuntu3.1 failed to install/upgrade: サブプロセス インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました

2015-10-16 Thread yamazaki
Public bug reported:

invoke-rc.d: initscript nginx, action "start" failed.

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: nginx-core 1.6.2-5ubuntu3.1
ProcVersionSignature: Ubuntu 3.19.0-30.34-lowlatency 3.19.8-ckt6
Uname: Linux 3.19.0-30-lowlatency x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.17.2-0ubuntu1.5
Architecture: amd64
Date: Sat Oct 17 13:25:37 2015
DuplicateSignature: package:nginx-core:1.6.2-5ubuntu3.1:サブプロセス インストール済みの 
post-installation スクリプト はエラー終了ステータス 1 を返しました
ErrorMessage: サブプロセス インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました
InstallationDate: Installed on 2015-09-30 (16 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64(20150427.1)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4.1
SourcePackage: nginx
Title: package nginx-core 1.6.2-5ubuntu3.1 failed to install/upgrade: サブプロセス 
インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package vivid

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

Title:
  package nginx-core 1.6.2-5ubuntu3.1 failed to install/upgrade: サブプロセス
  インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1507082/+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 1507082] Re: package nginx-core 1.6.2-5ubuntu3.1 failed to install/upgrade: サブプロセス インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました

2015-10-16 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package nginx-core 1.6.2-5ubuntu3.1 failed to install/upgrade: サブプロセス
  インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました

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

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

[Bug 268953] Re: provide all dictionaries available for hunspell

2015-10-16 Thread Adolfo Jayme
** No longer affects: openoffice.org-dictionaries (Ubuntu)

** Changed in: language-selector (Ubuntu)
   Status: New => Triaged

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

Title:
  provide all dictionaries available for hunspell

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

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


[Bug 1507082] [NEW] package nginx-core 1.6.2-5ubuntu3.1 failed to install/upgrade: サブプロセス インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました

2015-10-16 Thread yamazaki
Public bug reported:

invoke-rc.d: initscript nginx, action "start" failed.

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: nginx-core 1.6.2-5ubuntu3.1
ProcVersionSignature: Ubuntu 3.19.0-30.34-lowlatency 3.19.8-ckt6
Uname: Linux 3.19.0-30-lowlatency x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.17.2-0ubuntu1.5
Architecture: amd64
Date: Sat Oct 17 13:25:37 2015
DuplicateSignature: package:nginx-core:1.6.2-5ubuntu3.1:サブプロセス インストール済みの 
post-installation スクリプト はエラー終了ステータス 1 を返しました
ErrorMessage: サブプロセス インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました
InstallationDate: Installed on 2015-09-30 (16 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64(20150427.1)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4.1
SourcePackage: nginx
Title: package nginx-core 1.6.2-5ubuntu3.1 failed to install/upgrade: サブプロセス 
インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package vivid

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

Title:
  package nginx-core 1.6.2-5ubuntu3.1 failed to install/upgrade: サブプロセス
  インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました

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

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

[Bug 1501927] Re: [android] various crashes when unplugging external display on a nested configuration

2015-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.17.0+15.10.20151008.2-0ubuntu1

---
mir (0.17.0+15.10.20151008.2-0ubuntu1) wily; urgency=medium

  [ Alexandros Frantzis ]
  * New upstream release 0.17.0 (https://launchpad.net/mir/+milestone/0.17.0)
- ABI summary: Only servers and graphics drivers need rebuilding;
  . Mirclient ABI unchanged at 9
  . Mirserver ABI bumped to 35
  . Mircommon ABI unchanged at 5
  . Mirplatform ABI bumped to 11
  . Mirprotobuf ABI bumped to 3
  . Mirplatformgraphics ABI bumped to 6
  . Mirclientplatform ABI unchanged at 3
- Enhancements:
  . Introduce libmircookie, a simple mechanism for a group of cooperating
processes to hand out and verify difficult-to-forge timestamps to
untrusted 3rd parties.
  . More refactorings to support renderers other than GL.
  . Add MirBlob to the client API - a tool for serializing and
deserializing data.
  . Introduce a libinput based input platform, not yet used by default.
  . Provide a mechanism for the shell to send events on surface
construction.
  . Provide mir::shell::DisplayConfigurationController allowing shells
to correctly change the display configuration, notifying clients
as appropriate.
  . New DSO versioning guide.
  . Send events pertaining to the output a surface is currently on (dpi,
form factor, scale) to clients.
- Bug fixes:
  . [enhancement] XMir specific documentation should live in its own
subsection (LP: #1200114)
  . Nested servers need cursor support (LP: #1289072)
  . Mir cursor is missing/invisible until the client sets it multiple
times (LP: #1308133)
  . [regression] Fullscreen software surfaces (like Xmir -sw) can crash
the Mir server (LP: #1493721)
  . [usc] Mir gives up and shuts down due to input with multimonitor qtmir
(std::exception::what: Failure sending input event) (LP: #1496069)
  . Mouse cursor disappears upon entering the surface area of a nested
client (LP: #1496849)
  . [android] input is not dispatched when attaching an external monitor
(LP: #1498045)
  . [android] input coordinates are scaled incorrectly when an external
display is connected (LP: #1498540)
  . [android] std::exception::what: error during hwc set() when unplugging
external monitor (LP: #1498550)
  . tests do not compile without precompiled headers (LP: #1498829)
  . [android] std::exception::what: Failed to monitor fd: Operation not
permitted when unplugging external display in a nested configuration
(LP: #1499042)
  . Mir suddenly no longer builds since 'mesa (11.0.0-1ubuntu1) wily':
/usr/include/EGL/eglplatform.h:100:35: fatal error:
android/native_window.h: No such file or directory (LP: #1499134)
  . [android] various crashes when unplugging external display on a
nested configuration (LP: #1501927)
  . Cursor becomes visible by itself when an external monitor is connected
(LP: #1502200)
  . mesa FTBFS due to missing Requires in mirclient (LP: #1503450)

  [ CI Train Bot ]
  * New rebuild forced.

 -- Alexandros Frantzis   Thu, 08 Oct
2015 16:12:19 +

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

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

Title:
  [android] various crashes when unplugging external display on a nested
  configuration

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

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


[Bug 1466021] Re: System settings version information lacks indication of writeable image

2015-10-16 Thread Pat McGowan
I am not sure it can, I simply remount the file system, and after reboot
its back to ro.  Unless there is some signal somewhere to catch but I
doubt it

** Changed in: canonical-devices-system-image
   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/1466021

Title:
  System settings version information lacks indication of writeable
  image

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

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


[Bug 1398523] Re: schroot overlayfs v1 workdir support

2015-10-16 Thread Dmitry Ershov
Ubuntu SDK can't use schroot with ecryptfs and kernel 3.19
(https://bugs.launchpad.net/ubuntu/+source/click/+bug/1427264).

I confirm that this bug fixed in schroot package version
1.6.8-1ubuntu1.1. Now schroot mount works with ecryptfs and kernel
3.19.0-31.

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

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

Title:
  schroot overlayfs v1 workdir support

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

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


[Bug 1464697] Re: Enable encryption as per design mock up

2015-10-16 Thread Pat McGowan
this is not planned near term

** Changed in: canonical-devices-system-image
   Importance: Undecided => Wishlist

** Changed in: canonical-devices-system-image
   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/1464697

Title:
  Enable encryption as per design mock up

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

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


[Bug 1442735] Re: [Address book] There is no way to bulk import/export contacts from SD card

2015-10-16 Thread Pat McGowan
** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

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

Title:
  [Address book] There is no way to bulk import/export contacts from SD
  card

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

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


[Bug 1466741] Re: system slow to wake up/unlock screen sluggish since the update to vivid

2015-10-16 Thread Pat McGowan
see if current update fixes this

** Changed in: canonical-devices-system-image
   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/1466741

Title:
  system slow to wake up/unlock screen sluggish since the update to
  vivid

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

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


[Bug 1466551] Re: Import Sim card contacts

2015-10-16 Thread Pat McGowan
This could be bug #1486004  which will be in the next update

** Changed in: canonical-devices-system-image
   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/1466551

Title:
  Import Sim card contacts

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

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


[Bug 1495983] Re: [Hyper-V] kernel panic occurs when installing Ubuntu Server 15.10 x32

2015-10-16 Thread Brad Figg
** Changed in: linux (Ubuntu Vivid)
   Status: In Progress => Fix Committed

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

Title:
  [Hyper-V] kernel panic occurs when installing Ubuntu Server 15.10 x32

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

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


<    4   5   6   7   8   9   10   >