[Bug 1651406] onibi (amd64) - tests ran: 5, failed: 0

2016-12-24 Thread Brad Figg
tests ran:   5, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-58.79~14.04.1-generic/onibi__4.4.0-58.79~14.04.1__2016-12-25_07-38-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/1651406

Title:
  linux-lts-xenial: 4.4.0-58.79~14.04.1 -proposed tracker

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

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


[Bug 1652418] Re: libicns no longer supports conversion of icons 256x256 or greater

2016-12-24 Thread Bug Watch Updater
** Changed in: libicns (Debian)
   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/1652418

Title:
  libicns no longer supports conversion of icons 256x256 or greater

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

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


[Bug 1651406] onibi (i386) - tests ran: 3, failed: 1

2016-12-24 Thread Brad Figg
tests ran:   3, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-58.79~14.04.1-generic/onibi__4.4.0-58.79~14.04.1__2016-12-25_06-24-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/1651406

Title:
  linux-lts-xenial: 4.4.0-58.79~14.04.1 -proposed tracker

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

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


[Bug 1651197] onza (amd64) - tests ran: 19, failed: 1

2016-12-24 Thread Brad Figg
tests ran:  19, failed: 1;
  
http://kernel.ubuntu.com/testing/3.13.0-107.154-generic/onza__3.13.0-107.154__2016-12-25_06-16-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/1651197

Title:
  linux: 3.13.0-107.154 -proposed tracker

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

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


[Bug 1652418] Re: libicns no longer supports conversion of icons 256x256 or greater

2016-12-24 Thread Jeremy Bicha
** Description changed:

  Impact
  ==
  As part of jasper's removal from Debian, libicns lost its ability to convert 
icons larger than 256x256 in Ubuntu 16.10. Ubuntu 16.04 LTS is not affected.
  
  Test Case
  =
  sudo apt install icnsutils
  icns2png -x hdhr.icns
  
  Should extract 5 icons without error
  hdhr.icns is attached below and is from hdhomerun-config-gui
  
  Regression Potential
  
- This patch was proposed to Debian but not accepted there yet.
+ Low. This patch was accepted in Debian 0.8.1-3.1
  
  Example Failure
  ===
-  icns2png -x hdhr.icns 
+  icns2png -x hdhr.icns
  
  Reading icns family from hdhr.icns...
-  Extracting icons from hdhr.icns...
-   Saved 'is32' element to hdhr_16x16x32.png.
-   Saved 'il32' element to hdhr_32x32x32.png.
-   Saved 'it32' element to hdhr_128x128x32.png.
+  Extracting icons from hdhr.icns...
+   Saved 'is32' element to hdhr_16x16x32.png.
+   Saved 'il32' element to hdhr_32x32x32.png.
+   Saved 'it32' element to hdhr_128x128x32.png.
  libicns: icns_jp2_to_image: libicns requires jasper or openjpeg to convert 
jp2 data!
  libicns: icns_get_image32_with_mask_from_family: Unable to load icon image 
data from icon element!
-   Unable to convert 'ic08' element! (Unsupported by this version of libicns)
+   Unable to convert 'ic08' element! (Unsupported by this version of libicns)
  libicns: icns_jp2_to_image: libicns requires jasper or openjpeg to convert 
jp2 data!
  libicns: icns_get_image32_with_mask_from_family: Unable to load icon image 
data from icon element!
-   Unable to convert 'ic09' element! (Unsupported by this version of libicns)
+   Unable to convert 'ic09' element! (Unsupported by this version of libicns)
  Extracted 3 of 5 images from hdhr.icns.
  Errors while extracting icns data from hdhr.icns!

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

Title:
  libicns no longer supports conversion of icons 256x256 or greater

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

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

[Bug 1583897] Re: libgv-python: wrong symlink from _gv.x86_64-linux-gnu.so

2016-12-24 Thread Jeremy Bicha
** Description changed:

+ Impact
+ ==
+ libgv-python is unusable because the symlink is not pointed to the correct 
file. Ubuntu 16.04 LTS and 16.10 are affected by this bug, but Ubuntu 14.04 LTS 
is not.
+ 
+ Test Case
+ =
+ Install libgv-python
+ Run these commands:
+ $ python
+ >>> import gv
+ 
+ It should silently print a new line without errors
+ >>>
+ 
+ Then, type exit() to exit the python interpreter
+ 
+ Regression Potential
+ 
+ None. Without this fix, libgv-python doesn't work at all.
+ The fix in debian/rules is copied from Debian 2.38.0-16.
+ 
+ Original Bug Report
+ ===
+ 
  On xenial, with the latest version of libgv-python (2.38.0-12ubuntu2) on
  x86_64,
  
  when importing the gv module I get the following error:
  
  ```
  ❯ python
- Python 2.7.11+ (default, Apr 17 2016, 14:00:29) 
+ Python 2.7.11+ (default, Apr 17 2016, 14:00:29)
  [GCC 5.3.1 20160413] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import gv
  Traceback (most recent call last):
-   File "", line 1, in 
-   File "gv.py", line 28, in 
- _gv = swig_import_helper()
-   File "gv.py", line 20, in swig_import_helper
- import _gv
+   File "", line 1, in 
+   File "gv.py", line 28, in 
+ _gv = swig_import_helper()
+   File "gv.py", line 20, in swig_import_helper
+ import _gv
  ImportError: No module named _gv
- >>> 
+ >>>
  ```
  
  Upon investigation, there is a dangling symlink -- _gv.x86_64-linux-
  gnu.so points to a non-existent library that does not contain the
  architecture, whereas the actual existing file is tagged with the
  architecture (x86_64-linus-gnu):
  
  ```
  /usr/lib/python2.7/dist-packages
  ❯ ls -l *gv*so
  lrwxrwxrwx 1 root root17 Mar 14 05:29 _gv.x86_64-linux-gnu.so -> 
libgv_python27.so
  -rw-r--r-- 1 root root 92624 Mar 14 05:29 libgv_python27.x86_64-linux-gnu.so
-   
+ 
  ```
  
  Currently creating the libgv_python27.so -> libgv_python27.x86_64-linux-
  gnu.so symlink manually so as not to touch the files coming from the
  package.

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

Title:
  libgv-python: wrong symlink from _gv.x86_64-linux-gnu.so

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

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

[Bug 1645985] Re: ubuntu 1404_HWE_EOL kernel breaks Thinkpad T530 keyboard backlight operation

2016-12-24 Thread Christopher M. Penalver
rich painter, could you please read
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1645985/comments/25
in its entirety, and then advise if this answered your question?

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

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

Title:
  ubuntu 1404_HWE_EOL kernel breaks Thinkpad T530 keyboard backlight
  operation

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

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


[Bug 1651406] onibi (amd64) - tests ran: 5, failed: 1

2016-12-24 Thread Brad Figg
tests ran:   5, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-58.79~14.04.1-generic/onibi__4.4.0-58.79~14.04.1__2016-12-25_05-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/1651406

Title:
  linux-lts-xenial: 4.4.0-58.79~14.04.1 -proposed tracker

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

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


[Bug 1651197] onza (i386) - tests ran: 5, failed: 0

2016-12-24 Thread Brad Figg
tests ran:   5, failed: 0;
  
http://kernel.ubuntu.com/testing/3.13.0-107.154-generic/onza__3.13.0-107.154__2016-12-25_05-48-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/1651197

Title:
  linux: 3.13.0-107.154 -proposed tracker

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

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


[Bug 1651561] Re: openarena crashes upon starting or joining a game

2016-12-24 Thread Dennis Sheil
I get a segmentation fault as well.  I have OPENARENA_BACKTRACE set to 1
in my shell environment.  What I get is:

Thread 1 "ioquake3" received signal SIGSEGV, Segmentation fault.
BotFreeInfoEntities () at code/botlib/be_ai_goal.c:458
458 code/botlib/be_ai_goal.c: No such file or directory.
[...]
Thread 1 (Thread 0x7f6f847bbe00 (LWP 29369)):
#0  BotFreeInfoEntities () at code/botlib/be_ai_goal.c:458
ml = 0x32
nextml = 
cs = 
nextcs = 
#1  BotInitInfoEntities () at code/botlib/be_ai_goal.c:482
classname = 
"\b\000\000\000\000\000\000\000\214\301\265\202o\177\000\000\310\033٪\201U\000\000\220
 ٪\201U\000\000@\033٪\201U\000\000\220Iߪ\201U", '\000' , 
"D\351\202o\177\000\000`g\333eo\177\000\000\000q\352eo\177\000\000\b\000\000\000\000\000\000\000\214\301\265\202o\177\000\000\b",
 '\000' 
ml = 
cs = 
ent = 
numlocations = 
numcampspots = 
#2  0x5581a829c3e9 in BotInitLevelItems () at code/botlib/be_ai_goal.c:548
[...]

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

Title:
  openarena crashes upon starting or joining a game

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

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

[Bug 1652493] [NEW] midori crashes

2016-12-24 Thread Kumar A
Public bug reported:

 cannot open web pages

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: midori 0.5.11-ds1-2
ProcVersionSignature: Ubuntu 4.4.0-58.79-generic 4.4.35
Uname: Linux 4.4.0-58-generic i686
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: i386
CurrentDesktop: Unity
Date: Sun Dec 25 07:39:30 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-11-25 (30 days ago)
InstallationMedia: Ubuntu-Server 16.04.1 LTS "Xenial Xerus" - Release i386 
(20160719)
SourcePackage: midori
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 xenial

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

Title:
  midori crashes

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

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


[Bug 1651197] onza (amd64) - tests ran: 5, failed: 0

2016-12-24 Thread Brad Figg
tests ran:   5, failed: 0;
  
http://kernel.ubuntu.com/testing/3.13.0-107.154-generic/onza__3.13.0-107.154__2016-12-25_05-19-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/1651197

Title:
  linux: 3.13.0-107.154 -proposed tracker

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

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


[Bug 1645985] Re: ubuntu 1404_HWE_EOL kernel breaks Thinkpad T530 keyboard backlight operation

2016-12-24 Thread rich painter
I'm not sure how to provide this. You sent me to
http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D to obtain the
various kernels to test. This is the kernel releases I bisected...

Note that I do not know "git" and haven't built unix kernels since 1990,
only download prebuilt kernels for at the link you provided (shown
above).

In the release that fails (and above) the index file
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.5-rc1-wily/ reports
this near the top about "commit":

v4.5-rc1 (92e963f50fc74041b5e9e744c330dca48e04f08d)

Is this what you are referring to?
And where do I put it in launchpad if not in this post?

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

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

Title:
  ubuntu 1404_HWE_EOL kernel breaks Thinkpad T530 keyboard backlight
  operation

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

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


[Bug 1651197] onza (i386) - tests ran: 3, failed: 2

2016-12-24 Thread Brad Figg
tests ran:   3, failed: 2;
  
http://kernel.ubuntu.com/testing/3.13.0-107.154-generic/onza__3.13.0-107.154__2016-12-25_04-00-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/1651197

Title:
  linux: 3.13.0-107.154 -proposed tracker

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

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


[Bug 1583897] Re: libgv-python: wrong symlink from _gv.x86_64-linux-gnu.so

2016-12-24 Thread Launchpad Bug Tracker
This bug was fixed in the package graphviz - 2.38.0-16ubuntu1

---
graphviz (2.38.0-16ubuntu1) zesty; urgency=medium

  * Sync with Debian (LP: #1583897). Remaining change:
-  Build without gts support since the library is still in universe
  * Don't build-depend on libann-dev since it's in universe

graphviz (2.38.0-16) unstable; urgency=low

  * Fix libgv-python broken symlink (closes: #839176).
  * Add libann-dev to build dependency to build tool mingle (closes: #830998).

 -- Jeremy Bicha   Sat, 24 Dec 2016 21:43:57 -0500

** Changed in: graphviz (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  libgv-python: wrong symlink from _gv.x86_64-linux-gnu.so

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

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


[Bug 1566302] Re: Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 4.4.0-16

2016-12-24 Thread Janne Heikkinen
I tried the workaround on Asus E502SA but lost touchpad with it applied.

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

Title:
  Ubuntu 16.04: Suspend freezes the system after upgrade to linux image
  4.4.0-16

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

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


[Bug 1651197] onibi (i386) - tests ran: 19, failed: 1

2016-12-24 Thread Brad Figg
tests ran:  19, failed: 1;
  
http://kernel.ubuntu.com/testing/3.13.0-107.154-generic/onibi__3.13.0-107.154__2016-12-25_03-44-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/1651197

Title:
  linux: 3.13.0-107.154 -proposed tracker

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

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


[Bug 1652486] Re: mesa gpu lockup

2016-12-24 Thread Ubuntu Foundations Team Bug Bot
The attachment "mesa source package patch" seems to be a debdiff.  The
ubuntu-sponsors team has been subscribed to the bug report so that they
can review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

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

Title:
  mesa gpu lockup

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

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


[Bug 1652491] [NEW] Sync elfutils 0.166-2.2 (main) from Debian unstable (main)

2016-12-24 Thread Jeremy Bicha
Public bug reported:

Please sync elfutils 0.166-2.2 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Don't run the run-backtrace-native-biarch test.

The test was fixed in -2.2. I confirmed that the package builds
successfully on all normal PPA architectures.

Changelog entries since current zesty version 0.166-2ubuntu1:

elfutils (0.166-2.2) unstable; urgency=medium

  * Non-maintainer upload.
  * testsuite-amd64-fix-backtrace-native.patch: Backport upstream
patch to fix FTBFS on amd64 (Closes: #841124)

 -- James Clarke   Tue, 18 Oct 2016 08:13:34 +0100

elfutils (0.166-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Build-Depend on gcc-multilib and libc6-dbg on sparc64 (Closes: #832584)

 -- James Clarke   Fri, 07 Oct 2016 15:16:09 +0100

** Affects: elfutils (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: elfutils (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Sync elfutils 0.166-2.2 (main) from Debian unstable (main)

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

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


[Bug 1652490] Re: package sahara-common 1:5.0.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-12-24 Thread Richard Smith
Setting up sahara-common (1:5.0.0-1) ...
PKG-Openstack now calling: dbc_go sahara-common configure
dbconfig-common: writing config to /etc/dbconfig-common/sahara-common.conf
creating database saharadb: already exists.
INFO  [alembic.runtime.migration] Context impl SQLiteImpl.
INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
INFO  [alembic.runtime.migration] Running upgrade 006 -> 007, convert 
clusters.status_description to LongText
Traceback (most recent call last):
  File "/usr/bin/sahara-db-manage", line 10, in 
sys.exit(main())
  File "/usr/lib/python2.7/dist-packages/sahara/db/migration/cli.py", line 109, 
in main
CONF.command.func(config, CONF.command.name)
  File "/usr/lib/python2.7/dist-packages/sahara/db/migration/cli.py", line 49, 
in do_upgrade_downgrade
do_alembic_command(config, cmd, revision, sql=CONF.command.sql)
  File "/usr/lib/python2.7/dist-packages/sahara/db/migration/cli.py", line 30, 
in do_alembic_command
getattr(alembic_cmd, cmd)(config, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/alembic/command.py", line 174, in 
upgrade
script.run_env()
  File "/usr/lib/python2.7/dist-packages/alembic/script/base.py", line 407, in 
run_env
util.load_python_file(self.dir, 'env.py')
  File "/usr/lib/python2.7/dist-packages/alembic/util/pyfiles.py", line 93, in 
load_python_file
module = load_module_py(module_id, path)
  File "/usr/lib/python2.7/dist-packages/alembic/util/compat.py", line 79, in 
load_module_py
mod = imp.load_source(module_id, path, fp)
  File 
"/usr/lib/python2.7/dist-packages/sahara/db/migration/alembic_migrations/env.py",
 line 95, in 
run_migrations_online()
  File 
"/usr/lib/python2.7/dist-packages/sahara/db/migration/alembic_migrations/env.py",
 line 88, in run_migrations_online
context.run_migrations()
  File "", line 8, in run_migrations
  File "/usr/lib/python2.7/dist-packages/alembic/runtime/environment.py", line 
797, in run_migrations
self.get_context().run_migrations(**kw)
  File "/usr/lib/python2.7/dist-packages/alembic/runtime/migration.py", line 
312, in run_migrations
step.migration_fn(**kw)
  File 
"/usr/lib/python2.7/dist-packages/sahara/db/migration/alembic_migrations/versions/007_increase_status_description_size.py",
 line 36, in upgrade
existing_server_default=None)
  File "", line 8, in alter_column
  File "", line 3, in alter_column
  File "/usr/lib/python2.7/dist-packages/alembic/operations/ops.py", line 1414, 
in alter_column
return operations.invoke(alt)
  File "/usr/lib/python2.7/dist-packages/alembic/operations/base.py", line 318, 
in invoke
return fn(self, operation)
  File "/usr/lib/python2.7/dist-packages/alembic/operations/toimpl.py", line 
53, in alter_column
**operation.kw
  File "/usr/lib/python2.7/dist-packages/alembic/ddl/impl.py", line 160, in 
alter_column
existing_nullable=existing_nullable,
  File "/usr/lib/python2.7/dist-packages/alembic/ddl/impl.py", line 118, in 
_exec
return conn.execute(construct, *multiparams, **params)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 914, 
in execute
return meth(self, multiparams, params)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/sql/ddl.py", line 68, in 
_execute_on_connection
return connection._execute_ddl(self, multiparams, params)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 968, 
in _execute_ddl
compiled
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1146, 
in _execute_context
context)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1341, 
in _handle_dbapi_exception
exc_info
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/util/compat.py", line 202, 
in raise_from_cause
reraise(type(exception), exception, tb=exc_tb, cause=cause)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1139, 
in _execute_context
context)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 
450, in do_execute
cursor.execute(statement, parameters)
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) near "ALTER": 
syntax error [SQL: u'ALTER TABLE clusters ALTER COLUMN status_description TYPE 
TEXT']
dpkg: error processing package sahara-common (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of sahara-engine:
 sahara-engine depends on sahara-common (= 1:5.0.0-1); however:
  Package sahara-common is not configured yet.

dpkg: error processing package sahara-engine (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of sahara-api:
 sahara-api depends on sahara-common (= 1:5.0.0-1); however:
  Package sahara-common is not configured yet.

dpkg: error processing package sahara-api (--configure):
 dependency problems - leaving unconfigured
No apport report written because the 

[Bug 1652490] Re: package sahara-common 1:5.0.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-12-24 Thread Richard Smith
sudo apt-get remove sahara-common
The following packages will be REMOVED:
  sahara-api sahara-common sahara-engine
0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
3 not fully installed or removed.
After this operation, 333 kB disk space will be freed.
Do you want to continue? [Y/n] 
(Reading database ... 316227 files and directories currently installed.)
Removing sahara-api (1:5.0.0-1) ...
Removing sahara-engine (1:5.0.0-1) ...
Removing sahara-common (1:5.0.0-1) ...

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

Title:
  package sahara-common 1:5.0.0-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1652490] [NEW] package sahara-common 1:5.0.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-12-24 Thread Richard Smith
Public bug reported:

Tried to install sahara, and it failed.

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: sahara-common 1:5.0.0-1
ProcVersionSignature: Ubuntu 4.8.0-32.34-generic 4.8.11
Uname: Linux 4.8.0-32-generic x86_64
ApportVersion: 2.20.3-0ubuntu8.2
Architecture: amd64
Date: Sat Dec 24 22:47:19 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-12-14 (11 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1
 apt  1.3.3
SourcePackage: sahara
Title: package sahara-common 1:5.0.0-1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to yakkety on 2016-12-14 (10 days ago)

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


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

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

Title:
  package sahara-common 1:5.0.0-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1619919] Re: Cursor jump sometimes by touchpad button

2016-12-24 Thread Launchpad Bug Tracker
[Expired for xserver-xorg-input-synaptics (Ubuntu) because there has
been no activity for 60 days.]

** Changed in: xserver-xorg-input-synaptics (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/1619919

Title:
  Cursor jump sometimes by touchpad button

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1619919/+subscriptions

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


[Bug 1528966] Re: error from /etc/resolvconf/update-libc.d/squid3

2016-12-24 Thread Launchpad Bug Tracker
[Expired for squid3 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: squid3 (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/1528966

Title:
  error from /etc/resolvconf/update-libc.d/squid3

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

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


[Bug 1604319] Re: package clamav-daemon 0.99+dfsg-1ubuntu1.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2016-12-24 Thread Launchpad Bug Tracker
[Expired for clamav (Ubuntu) because there has been no activity for 60
days.]

** Changed in: clamav (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/1604319

Title:
  package clamav-daemon 0.99+dfsg-1ubuntu1.1 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

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

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


[Bug 1610740] Re: Ubuntu Store doesn't provide content on M10 tablet

2016-12-24 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/1610740

Title:
  Ubuntu Store doesn't provide content on M10 tablet

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

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


[Bug 1634255] Re: ubiquity crash

2016-12-24 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

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

Title:
  ubiquity crash

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

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


[Bug 1635157] Re: Bluetooth disabled after resume from standby on Yakkety (regression)

2016-12-24 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (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/1635157

Title:
  Bluetooth disabled after resume from standby on Yakkety (regression)

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

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


[Bug 1631719] Re: Intel GMA965 DRM hanging on yakkety

2016-12-24 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (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/1631719

Title:
  Intel GMA965 DRM hanging on yakkety

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

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


[Bug 1633390] Re: unity 8 login stalls

2016-12-24 Thread Launchpad Bug Tracker
[Expired for unity8 (Ubuntu) because there has been no activity for 60
days.]

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

Title:
  unity 8 login stalls

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

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


[Bug 1636631] Re: DISC SPACE NONE LEFT

2016-12-24 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (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/1636631

Title:
  DISC SPACE NONE LEFT

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

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


[Bug 1636376] Re: Virtualbox Driver problem from xenial version

2016-12-24 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (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/1636376

Title:
  Virtualbox Driver problem from xenial version

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

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


[Bug 1636385] Re: Bluetooth not working

2016-12-24 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (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/1636385

Title:
  Bluetooth not working

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

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


[Bug 1398028] Re: libgraphviz-dev: dangling symbolic links for missing files libgvplugin_gdk.so and libgvplugin_gtk.so

2016-12-24 Thread Bug Watch Updater
** Changed in: graphviz (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/1398028

Title:
  libgraphviz-dev: dangling symbolic links for missing files
  libgvplugin_gdk.so and libgvplugin_gtk.so

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

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


[Bug 1337898] Re: Invalid symlinks for libungif.so and libungif.a

2016-12-24 Thread Jeremy Bicha
debdiff attached for sponsoring

** Description changed:

- In Ubuntu 14.04 LTS on x86_64 I am experiencing the following bug in
- libgif-dev 4.1.6-11:
+ Impact
+ ==
+ libgif-dev in Ubuntu 14.04 LTS depends on libgif4 and has these symlinks:
+ /usr/lib/libungif.a -> libgif.a
+ /usr/lib/libungif.so -> libgif.so.4.1.6
+ /usr/lib/x86_64-linux-gnu/libgif.so -> libgif.so.4.1.6
+ /usr/lib/libungif.la -> libgif.la
+ 
+ libgif4 has these files:
+ /usr/lib/x86_64-linux-gnu/libgif.so.4.1.6
+ /usr/lib/x86_64-linux-gnu/libgif.so.4 -> libgif.so.4.1.6
+ 
+ Only the 3rd symlink (the multiarch one) in libgif-dev is correct. The
+ others are dangling.
+ 
+ This was caused by an obsolete debian/libgif-dev.links
+ 
+ Test Case
+ =
+ Verify that libgif-dev only includes the one working symlink:
+ /usr/lib/x86_64-linux-gnu/libgif.so -> libgif.so.4.1.6
+ 
+ Regression Potential
+ 
+ None, just removing some dangling symlinks that couldn't work any way.
+ 
+ Original Bug Report
+ ===
+ In Ubuntu 14.04 LTS on x86_64 I am experiencing the following bug in 
libgif-dev 4.1.6-11:
  
  Symbol links for libungif.a, libungif.la, and libungif.so are created in
  /usr/lib that point to libgif.a, libgif.la and libgif.so.4.1.6
  respectively. However, these files are not in /usr/lib but in
  /usr/lib/x86_64-linux-gnu. Therefore, the symbol links are invalid.
  
  I suggest fixing this by placing the symbol links in the same directory
  as the target files.

** Patch added: "lp1337898-libgif-dev-symlinks.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/giflib/+bug/1337898/+attachment/4796229/+files/lp1337898-libgif-dev-symlinks.debdiff

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

Title:
  Invalid symlinks for libungif.so and libungif.a

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

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


[Bug 1337898] Re: Invalid symlinks for libungif.so and libungif.a

2016-12-24 Thread Jeremy Bicha
** Tags added: trusty

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

** Also affects: giflib (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: clojure (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** No longer affects: clojure (Ubuntu)

** No longer affects: clojure (Ubuntu Trusty)

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

** Changed in: giflib (Ubuntu Trusty)
   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/1337898

Title:
  Invalid symlinks for libungif.so and libungif.a

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

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


[Bug 1398037] Re: libgif-dev: dangling symlinks for missing files libungif.a, libungif.la, libungif.so

2016-12-24 Thread Jeremy Bicha
*** This bug is a duplicate of bug 1337898 ***
https://bugs.launchpad.net/bugs/1337898

** Package changed: graphviz (Ubuntu) => giflib (Ubuntu)

** Changed in: giflib (Ubuntu)
   Status: Confirmed => Fix Released

** This bug has been marked a duplicate of bug 1337898
   Invalid symlinks for libungif.so and libungif.a

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

Title:
  libgif-dev: dangling symlinks for missing files libungif.a,
  libungif.la, libungif.so

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

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


[Bug 1398028] Re: libgraphviz-dev: dangling symbolic links for missing files libgvplugin_gdk.so and libgvplugin_gtk.so

2016-12-24 Thread Jeremy Bicha
** Description changed:

+ Impact
+ ==
+ libgraphviz-dev has dangling symlinks.
+ 
+ Test Case
+ =
+ Verify that libgraphviz-dev depends on libgvc6-plugin-gtk and that
+ libgvplugin_gdk.so.6.0.0 and libgvplugin_gtk.so.6.0.0 exist in 
libgvc6-plugin-gtk.
+ 
+ Regression Potential
+ 
+ None. This simply installs one file that had been built but not installed 
(the GDK plugin) and adds a missing dependency from libgraphviz-dev to the 
graphviz GTK plugin library built in the same package.
+ 
+ Other Info
+ ==
+ These bugs were fixed in Debian's graphviz 2.38.0-13 and -14 and fixed in 
yakkety.
+ 
+ Original Bug Report
+ ===
+ 
  PRETTY_NAME="Ubuntu 14.04.1 LTS"
  VERSION="14.04.1 LTS, Trusty Tahr"
  
  Package: libgraphviz-dev
  Architecture: i386
  Source: graphviz
  Version: 2.36.0-0ubuntu3
  
  In /usr/lib/graphviz, dangling symbolic links to non-existing files are
  created.
  
  0 lrwxrwxrwx 1 root root  242014-02-20 14:11   libgvplugin_gdk.so -> 
libgvplugin_gdk.so.6.0.0
  0 lrwxrwxrwx 1 root root  242014-02-20 14:11   libgvplugin_gtk.so -> 
libgvplugin_gtk.so.6.0.0
  
  No package contains either  libgvplugin_gdk.so.6.0.0  or
  libgvplugin_gtk.so.6.0.0: neither graphviz i386 architecture package nor
  amd64 architecture package.
  
  Perhaps these symbolic links are an unintended remnant from the
  libgraphviz to graphviz transition.
  
  If not, then libgvplugin_gdk.so.6.0.0 and libgvplugin_gtk.so.6.0.0
  should be provided in the graphviz package.

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

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

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

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

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

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

Title:
  libgraphviz-dev: dangling symbolic links for missing files
  libgvplugin_gdk.so and libgvplugin_gtk.so

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

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


[Bug 1398028] Re: libgraphviz-dev: dangling symbolic links for missing files libgvplugin_gdk.so and libgvplugin_gtk.so

2016-12-24 Thread Jeremy Bicha
I uploaded the fix for this for Ubuntu 16.04 LTS to the trusty-proposed
queue.

But, for 14.04 LTS graphviz is not part of the ubuntu-desktop packageset
so I will need sponsorship. .debdiff attached

** Patch added: "lp1398028-graphviz-trusty.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/graphviz/+bug/1398028/+attachment/4796228/+files/lp1398028-graphviz-trusty.debdiff

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

Title:
  libgraphviz-dev: dangling symbolic links for missing files
  libgvplugin_gdk.so and libgvplugin_gtk.so

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

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


[Bug 1652488] [NEW] dvdplayer will not play disks-is this a bug

2016-12-24 Thread jeffrey morgan
Public bug reported:

rythm box and dvdplayer freezes-having to ooperate kill switch several
times-i ahve tried other fix's but no result-bug or no bug

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: dpkg 1.18.10ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
Uname: Linux 4.8.0-34-generic i686
ApportVersion: 2.20.3-0ubuntu8.2
Architecture: i386
CurrentDesktop: Unity
Date: Sun Dec 25 03:25:19 2016
InstallationDate: Installed on 2016-11-30 (24 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release i386 (20161012.2)
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: dpkg
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 third-party-packages yakkety

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

Title:
  dvdplayer will not play disks-is this a bug

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

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


[Bug 1652488] Re: dvdplayer will not play disks-is this a bug

2016-12-24 Thread jeffrey morgan
i meant to asy 'restore' sorry, too much lds in the sixties

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

Title:
  dvdplayer will not play disks-is this a bug

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

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


[Bug 1652488] Re: dvdplayer will not play disks-is this a bug

2016-12-24 Thread jeffrey morgan
I operate the system resore several times to fix internet connection
problems-clean files etc..but still no dvdplayer response

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

Title:
  dvdplayer will not play disks-is this a bug

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

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


[Bug 1651197] onza (amd64) - tests ran: 5, failed: 2

2016-12-24 Thread Brad Figg
tests ran:   5, failed: 2;
  
http://kernel.ubuntu.com/testing/3.13.0-107.154-generic/onza__3.13.0-107.154__2016-12-25_02-41-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/1651197

Title:
  linux: 3.13.0-107.154 -proposed tracker

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

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


[Bug 1583897] Re: libgv-python: wrong symlink from _gv.x86_64-linux-gnu.so

2016-12-24 Thread Bug Watch Updater
** Changed in: graphviz (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/1583897

Title:
  libgv-python: wrong symlink from _gv.x86_64-linux-gnu.so

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

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


[Bug 1652486] Re: mesa gpu lockup

2016-12-24 Thread undefined
** Attachment added: "video card lspci output"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1652486/+attachment/4796224/+files/lspci.log

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

Title:
  mesa gpu lockup

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

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


[Bug 1651197] onibi (amd64) - tests ran: 19, failed: 1

2016-12-24 Thread Brad Figg
tests ran:  19, failed: 1;
  
http://kernel.ubuntu.com/testing/3.13.0-107.154-generic/onibi__3.13.0-107.154__2016-12-25_02-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/1651197

Title:
  linux: 3.13.0-107.154 -proposed tracker

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

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


[Bug 1652485] Re: 389admin-failed-error code(1)

2016-12-24 Thread jeffrey morgan
i am not certain if this is a bug-can not install 389adminerro code(1)

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

Title:
  389admin-failed-error code(1)

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

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


[Bug 1652486] [NEW] mesa gpu lockup

2016-12-24 Thread undefined
Public bug reported:

package: mesa
version: 11.2.0-1ubuntu2.2
release: 16.04.1 / "Xenial"

references:
* https://bugs.freedesktop.org/show_bug.cgi?id=93649
* https://cgit.freedesktop.org/mesa/mesa/commit/?id=6dc96de3

symptoms:
1. kernel reports "GPU lockup"
2. kernel reports "GPU softreset"
3. immediately frozen display
4. eventual "INFO: task (kworker|Xorg)[/:0-9]+ blocked for more than 120 
seconds."
5. computer hanging on system reboot requiring a forced power off

Symptoms occur when playing Team Fortress 2.

Attachments:
1. mesa source package patch
2. lspci output for video card (ie Radeon HD 7750)
3. kernel log

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

** Patch added: "mesa source package patch"
   
https://bugs.launchpad.net/bugs/1652486/+attachment/4796222/+files/mesa_11.2.0-1ubuntu2.2+udo1604+1.patch

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

Title:
  mesa gpu lockup

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

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


[Bug 1652486] Re: mesa gpu lockup

2016-12-24 Thread undefined
** Attachment added: "kernel log of GPU lockup, GPU soft reset, and blocked 
tasks"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1652486/+attachment/4796223/+files/gpu_hang.log

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

Title:
  mesa gpu lockup

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

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


[Bug 1398028] Re: libgraphviz-dev: dangling symbolic links for missing files libgvplugin_gdk.so and libgvplugin_gtk.so

2016-12-24 Thread Jeremy Bicha
** Changed in: graphviz (Ubuntu)
   Status: Confirmed => Fix Released

** Also affects: graphviz (Ubuntu Xenial)
   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/1398028

Title:
  libgraphviz-dev: dangling symbolic links for missing files
  libgvplugin_gdk.so and libgvplugin_gtk.so

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

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


[Bug 1409280] Re: Graphviz's sfdp is seriuosly crippled without a triangulation library

2016-12-24 Thread Jeremy Bicha
graphviz is in main and gts is in universe. To get gts in to universe
and fix this bug, someone will have to complete the paperwork for a MIR
(main inclusion request) and Canonical will have to approve the request:

https://wiki.ubuntu.com/MainInclusionProcess

** Changed in: graphviz (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: graphviz (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  Graphviz's sfdp is seriuosly crippled without a triangulation library

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

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


[Bug 1652485] [NEW] 389admin-failed-error code(1)

2016-12-24 Thread jeffrey morgan
Public bug reported:

certain packages 389 failed-check internet connection is not valid-am
able to access internet-sudo apt updates always has the same error
message-all other 389errors relies on 389admin to get. i am not certain
if this is a bug.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: dpkg 1.18.10ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
Uname: Linux 4.8.0-34-generic i686
ApportVersion: 2.20.3-0ubuntu8.2
Architecture: i386
CurrentDesktop: Unity
Date: Sun Dec 25 03:03:35 2016
InstallationDate: Installed on 2016-11-30 (24 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release i386 (20161012.2)
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: dpkg
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 third-party-packages yakkety

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

Title:
  389admin-failed-error code(1)

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

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


[Bug 1583897] Re: libgv-python: wrong symlink from _gv.x86_64-linux-gnu.so

2016-12-24 Thread Jeremy Bicha
** Changed in: graphviz (Ubuntu)
   Importance: Undecided => Medium

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

** Also affects: graphviz (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

** Also affects: graphviz (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: graphviz (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: graphviz (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: graphviz (Ubuntu Yakkety)
   Status: New => In Progress

** Changed in: graphviz (Ubuntu Yakkety)
   Importance: Undecided => Medium

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

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

** Tags added: xenial yakkety

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

Title:
  libgv-python: wrong symlink from _gv.x86_64-linux-gnu.so

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

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


Re: [Bug 1652434] Re: package wine-stable 1.8.5-1ubuntu1 failed to install/upgrade: triggers looping, abandoned

2016-12-24 Thread Ken McLennan
Thanks for the swift response.

I fixed it by removing all wine stuff, fixed a broken package with
Synaptic in there somewhere, removed ~/.wine and reinstalled following
the instructions on the Wine website. Had to load a few extras but it
was part of the automated process & all is now good. All of this to run
PocketD - a DOS program. I don't need it but I hope to try to build
something similar with Python just because. Seems like a reasonable way
to learn the language 邏

Thanks for your reply, Merry Christmas


Sent from my Samsung Galaxy smartphone.


 Original message 
From: jre 
Date: 25/12/2016 10:01 (GMT+10:00)
To: ken...@hotmail.com
Subject: [Bug 1652434] Re: package wine-stable 1.8.5-1ubuntu1 failed to 
install/upgrade: triggers looping, abandoned

Hi,

thanks for reporting this. I can reproduce this if I switch from wine-
stable + wine32 to wine-stable + wine64. I'll (try to) fix that soon.

However the original reason that prompted you to do this ("Couldn't run winecfg 
due to having i386 library on a AMD64 system") seems to be a misunderstanding:
Running wine-stable + wine32 is perfectly fine, and should work (if you want to 
run only 32-bit Windows applications this might even be the safer bet). So what 
exactly happened when you wanted to run winecfg?

If you have problems now to (un-)install packages due to this bug, just
remove wine-stable and wine64. This should bring your system back in a
perfectly fine state.

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

Title:
  package wine-stable 1.8.5-1ubuntu1 failed to install/upgrade: triggers
  looping, abandoned

Status in wine package in Ubuntu:
  In Progress

Bug description:
  Couldn't run winecfg due to having i386 library on a AMD64 system.
  Tried to uninstall wine completely via Synaptic but got this error.

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: wine-stable 1.8.5-1ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-32.34-generic 4.8.11
  Uname: Linux 4.8.0-32-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  Date: Sat Dec 24 20:16:59 2016
  ErrorMessage: triggers looping, abandoned
  InstallationDate: Installed on 2016-09-05 (109 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1
   apt  1.3.3
  SourcePackage: wine
  Title: package wine-stable 1.8.5-1ubuntu1 failed to install/upgrade: triggers 
looping, abandoned
  UpgradeStatus: Upgraded to yakkety on 2016-10-14 (71 days ago)

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

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

Title:
  package wine-stable 1.8.5-1ubuntu1 failed to install/upgrade: triggers
  looping, abandoned

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

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

[Bug 1652478] [NEW] Sync json-c 0.12.1-1.1 (main) from Debian unstable (main)

2016-12-24 Thread Jeremy Bicha
Public bug reported:

Please sync json-c 0.12.1-1.1 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * debian/libjson-c-dev.links: Fix library symlinks to not collide between
/lib/ and /usr/lib/. (Closes: #843145, LP: #1629552)

That change was applied in Debian

Changelog entries since current zesty version 0.12.1-1ubuntu1:

json-c (0.12.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/control: Fix Vcs-Browser URL
  * debian/libjson-c-dev.links: Fix library symlinks to not collide between
/lib/ and /usr/lib/ (Closes: #843145, LP: #1629552)

 -- Martin Pitt   Mon, 14 Nov 2016 11:33:17 +0100

** Affects: json-c (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: json-c (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Sync json-c 0.12.1-1.1 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/json-c/+bug/1652478/+subscriptions

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


[Bug 1652477] [NEW] Sync cpio 2.11+dfsg-6 (main) from Debian unstable (main)

2016-12-24 Thread Jeremy Bicha
Public bug reported:

Please sync cpio 2.11+dfsg-6 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Resynchronise with Debian. Remaining changes:
- Don't build a cpio-win32 package since mingw-w64 is in universe.

cpio-win32 does not have any dependencies on universe packages:
https://packages.debian.org/unstable/cpio-win32

Changelog entries since current zesty version 2.11+dfsg-5ubuntu1:

cpio (2.11+dfsg-6) unstable; urgency=medium

  * Man page for "mt" describes how to "fast erase"
Patch by Kees Cook
Add fix.mt-erase.manpage.patch
Closes: #770198
  * Backport "New options to create device and inode-independent
archives." from cpio 2.12
Patch by Chris Lamb
Add reproducible.patch
See #804063
  * Standards-Version: 3.9.8
  * Refresh patches

 -- Anibal Monsalve Salazar   Tue, 29 Nov 2016
12:31:53 +

** Affects: cpio (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: cpio (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Sync cpio 2.11+dfsg-6 (main) from Debian unstable (main)

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

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


[Bug 1652476] [NEW] package 389-admin 1.1.43-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-12-24 Thread Emilio
Public bug reported:

package 389-admin 1.1.43-1 failed to install/upgrade: subprocess
installed post-installation script returned error exit status 1

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: 389-admin 1.1.43-1
ProcVersionSignature: Ubuntu 4.8.0-32.34-generic 4.8.11
Uname: Linux 4.8.0-32-generic x86_64
ApportVersion: 2.20.3-0ubuntu8.2
AptOrdering:
 libpam-cgfs:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Sun Dec 25 03:21:17 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-11-26 (28 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1
 apt  1.3.3
SourcePackage: 389-admin
Title: package 389-admin 1.1.43-1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: 389-admin (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check third-party-packages yakkety

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

Title:
  package 389-admin 1.1.43-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/389-admin/+bug/1652476/+subscriptions

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


[Bug 1651197] onza (i386) - tests ran: 1, failed: 0

2016-12-24 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/3.13.0-107.154-generic/onza__3.13.0-107.154__2016-12-25_02-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/1651197

Title:
  linux: 3.13.0-107.154 -proposed tracker

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

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


[Bug 1282631] Re: Security update: fish version 2.1.1

2016-12-24 Thread Jeremy Bicha
** Changed in: fish (Ubuntu)
   Status: Confirmed => Fix Released

** Also affects: fish (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: fish (Ubuntu Trusty)
   Status: New => Confirmed

** Tags added: trusty

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

Title:
  Security update: fish version 2.1.1

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

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


[Bug 1180222] Re: Update to 2.0

2016-12-24 Thread Jeremy Bicha
jquery 3.1 is available in Ubuntu 17.04 Alpha

** Changed in: jquery (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/1180222

Title:
  Update to 2.0

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

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


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

2016-12-24 Thread Jeremy Bicha
gnome-initial-setup is available in Ubuntu 16.10; in fact it's included
in Ubuntu GNOME 16.10. gnome-getting-started was packaged earlier.
(Please file separate bugs next time!)

** Package changed: ubuntu => gnome-initial-setup (Ubuntu)

** Changed in: gnome-initial-setup (Ubuntu)
   Status: Confirmed => Fix Released

** Package changed: debian => gnome-getting-started-docs (Debian)

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

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

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

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


[Bug 1360792] Re: [needs-packaging] python-pynlpl and python3-pynlpl

2016-12-24 Thread Jeremy Bicha
python-pynlpl is available in Ubuntu 16.10

** Package changed: debian => python-pynlpl (Debian)

** Package changed: ubuntu => python-pynlpl (Ubuntu)

** Changed in: python-pynlpl (Ubuntu)
   Status: Confirmed => 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/1360792

Title:
  [needs-packaging] python-pynlpl and python3-pynlpl

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

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


[Bug 1651197] onibi (i386) - tests ran: 5, failed: 0

2016-12-24 Thread Brad Figg
tests ran:   5, failed: 0;
  
http://kernel.ubuntu.com/testing/3.13.0-107.154-generic/onibi__3.13.0-107.154__2016-12-25_02-02-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/1651197

Title:
  linux: 3.13.0-107.154 -proposed tracker

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

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


[Bug 1505624] Re: Upgrade to 5.1

2016-12-24 Thread Jeremy Bicha
sweeethome3d 5.3 is available in Ubuntu 17.04 Alpha

** Changed in: sweethome3d (Ubuntu)
   Status: Confirmed => 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/1505624

Title:
  Upgrade to 5.1

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

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


[Bug 1505624] Re: Upgrade to 5.1

2016-12-24 Thread Jeremy Bicha
sweethome3d is available in Ubuntu 17.04 Alpha

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

Title:
  Upgrade to 5.1

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

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


[Bug 1546934] Re: Needs updating to 1.2.1

2016-12-24 Thread Jeremy Bicha
ncomix 1.2.1 is available in Ubuntu 16.10

** Changed in: mcomix (Ubuntu)
   Status: Confirmed => 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/1546934

Title:
  Needs updating to 1.2.1

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

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


[Bug 1577676] Re: Update uncrustify to 0.62

2016-12-24 Thread Jeremy Bicha
uncrustify 0.64 is available in Ubuntu 17.04 Alpha

https://launchpad.net/ubuntu/+source/uncrustify/0.64+dfsg1-1

** Changed in: uncrustify (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/1577676

Title:
  Update uncrustify to 0.62

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

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


[Bug 1397373] Re: [needs-packaging] etherpad

2016-12-24 Thread Jeremy Bicha
** Also affects: debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576998
   Importance: Unknown
   Status: Unknown

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

Title:
  [needs-packaging] etherpad

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

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


[Bug 1651197] onza (amd64) - tests ran: 1, failed: 0

2016-12-24 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/3.13.0-107.154-generic/onza__3.13.0-107.154__2016-12-25_01-48-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/1651197

Title:
  linux: 3.13.0-107.154 -proposed tracker

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

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


[Bug 1638245] Re: Files in the root of a folder on another partition symlinked to user's home cannot be moved to trash because of a patch in this package

2016-12-24 Thread Svivi
Hi,

Does anybody know when will be the updated glib2.0 included in
xenial(-proposed)?

Thanks in advance!

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

Title:
  Files in the root of a folder on another partition symlinked to user's
  home cannot be moved to trash because of a patch in this package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1638245/+subscriptions

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


[Bug 1651197] onibi (amd64) - tests ran: 5, failed: 0

2016-12-24 Thread Brad Figg
tests ran:   5, failed: 0;
  
http://kernel.ubuntu.com/testing/3.13.0-107.154-generic/onibi__3.13.0-107.154__2016-12-25_01-36-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/1651197

Title:
  linux: 3.13.0-107.154 -proposed tracker

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

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


[Bug 1651802] onza (i386) - tests ran: 19, failed: 0

2016-12-24 Thread Brad Figg
tests ran:  19, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-34.36~16.04.1-generic/onza__4.8.0-34.36~16.04.1__2016-12-25_00-29-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/1651802

Title:
  linux-hwe-edge: 4.8.0-34.36~16.04.1 -proposed tracker

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

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


[Bug 1651197] onibi (i386) - tests ran: 3, failed: 2

2016-12-24 Thread Brad Figg
tests ran:   3, failed: 2;
  
http://kernel.ubuntu.com/testing/3.13.0-107.154-generic/onibi__3.13.0-107.154__2016-12-25_00-17-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/1651197

Title:
  linux: 3.13.0-107.154 -proposed tracker

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

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


[Bug 1574120] Re: Notebook doesn't suspend when lid is closed after update to 16.04

2016-12-24 Thread Mark Leigh
I should add, one inhibitor listed was multiple displays, but I don't
have that, nor have I attached any additional displays since the clean
install of 16.04.

I tested the workaround suggest above (HandleLidSwitchDocked=suspend)
and it (sort of) works.  It takes 12-14 seconds after closing the lid
before suspend starts. However, it also makes the system unstable. It
now locks up during boot sometimes, and sometimes crashes and reboots
during suspend.

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

Title:
  Notebook doesn't suspend when lid is closed after update to 16.04

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

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


[Bug 1574120] Re: Notebook doesn't suspend when lid is closed after update to 16.04

2016-12-24 Thread Mark Leigh
I should add, even though it says I have multiple displays attached, I
don't and I haven't since I installed 16.04.

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

Title:
  Notebook doesn't suspend when lid is closed after update to 16.04

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

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


[Bug 1574120] Re: Notebook doesn't suspend when lid is closed after update to 16.04

2016-12-24 Thread Mark Leigh
Although if I do the following steps, it will suspend

1: Close the lid
2: Open the lid (presented with unlock screen)
3: Close the lid
4: Wait 10s and notebook suspends...

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

Title:
  Notebook doesn't suspend when lid is closed after update to 16.04

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

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


[Bug 1574120] Re: Notebook doesn't suspend when lid is closed after update to 16.04

2016-12-24 Thread Mark Leigh
Same bug on Lenovo Thinkpad T510.

 Who: NetworkManager (UID 0/root, PID 1042/NetworkManager)
What: sleep
 Why: NetworkManager needs to turn off networks
Mode: delay

 Who: bob (UID 1000/bob, PID 3529/cinnamon-settin)
What: handle-power-key:handle-suspend-key:handle-hibernate-key
 Why: Cinnamon handling keypresses
Mode: block

 Who: bob (UID 1000/bob, PID 3529/cinnamon-settin)
What: sleep
 Why: Cinnamon needs to lock the screen
Mode: delay

 Who: bob (UID 1000/bob, PID 3529/cinnamon-settin)
What: handle-lid-switch
 Why: Multiple displays attached
Mode: block

4 inhibitors listed.

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

Title:
  Notebook doesn't suspend when lid is closed after update to 16.04

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

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


[Bug 1652473] [NEW] package emacs24 24.5+1-6ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-12-24 Thread Dario Bertini
Public bug reported:

Happened during upgrade from 14.04 to 16.04

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: emacs24 24.5+1-6ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-57.78-generic 4.4.35
Uname: Linux 4.4.0-57-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
Date: Sun Dec 25 01:06:41 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2011-08-27 (1946 days ago)
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha amd64 (20110825)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.15ubuntu0.2
SourcePackage: emacs24
Title: package emacs24 24.5+1-6ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to xenial on 2016-12-25 (0 days ago)

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


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

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

Title:
  package emacs24 24.5+1-6ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1297437] Re: warning "Application already exists, re-requesting properties"

2016-12-24 Thread Not Martin Wimpress
Looks like this bug needs to be re-opened because I'm getting the same
behavior on Lubuntu 16.04 LTS. I noticed under "autostart applications"
in the "default LXDE applications" settings, the "application indicator"
was unselected, so I selected it -- the warnings went away, but the
indicators in the system tray completely vanished (including
network/wifi options)...even after attempting to manually add/remove
them from the panel options. Unselected it again, rebooted, indicators
are back but also the warning as well.

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

Title:
  warning "Application already exists, re-requesting properties"

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

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


[Bug 1652462] Re: No init after do-release-upgrade from 14.04 to 16.04 (kernel panic)

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

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

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

** Tags added: bot-comment

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

Title:
  No init after do-release-upgrade from 14.04 to 16.04 (kernel panic)

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

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


[Bug 1651800] modoc (ppc64el) - tests ran: 64, failed: 0

2016-12-24 Thread Brad Figg
tests ran:  64, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-34.36-generic/modoc__4.8.0-34.36__2016-12-25_00-13-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/1651800

Title:
  linux: 4.8.0-34.36 -proposed tracker

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

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


[Bug 1652354] Re: Internal laptop display stops working in 4.4.0-57-generic

2016-12-24 Thread Christopher M. Penalver
Jason C. McDonald, thank you for reporting this and helping make Ubuntu
better.

In order to allow additional upstream developers to examine the issue, at your 
earliest convenience, could you please test the latest upstream kernel 
available from http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D ? Please 
keep in mind the following:
1) The one to test is at the very top line at the top of the page (not the 
daily folder).
2) The release names are irrelevant.
3) The folder time stamps aren't indicative of when the kernel actually was 
released upstream.
4) Install instructions are available at 
https://wiki.ubuntu.com/Kernel/MainlineBuilds .

If testing on your main install would be inconvenient, one may:
1) Install Ubuntu to a different partition and then test this there.
2) Backup, or clone the primary install.

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, and Y are the first two numbers of the kernel version, and Z is
the release candidate number if it exists.

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.

Also, you don't need to apport-collect further unless specifically
requested to do so.

It is most helpful that after testing of the latest upstream kernel is
complete, you mark this report Status Confirmed.

Lastly, to keep this issue relevant to upstream, please continue to test
the latest mainline kernel as it becomes available.

Thank you for your help.

** Tags added: bios-outdated-1.20

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

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

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

Title:
  Internal laptop display stops working in 4.4.0-57-generic

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

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


[Bug 1652348] Re: initrd dhcp fails / ignores valid response

2016-12-24 Thread Christopher M. Penalver
Paul Graydon, thank you for reporting this and helping make Ubuntu
better.

In order to allow additional upstream developers to examine the issue, at your 
earliest convenience, could you please test the latest upstream kernel 
available from http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D ? Please 
keep in mind the following:
1) The one to test is at the very top line at the top of the page (not the 
daily folder).
2) The release names are irrelevant.
3) The folder time stamps aren't indicative of when the kernel actually was 
released upstream.
4) Install instructions are available at 
https://wiki.ubuntu.com/Kernel/MainlineBuilds .

If testing on your main install would be inconvenient, one may:
1) Install Ubuntu to a different partition and then test this there.
2) Backup, or clone the primary install.

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, and Y are the first two numbers of the kernel version, and Z is
the release candidate number if it exists.

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.

Also, you don't need to apport-collect further unless specifically
requested to do so.

It is most helpful that after testing of the latest upstream kernel is
complete, you mark this report Status Confirmed.

Lastly, to keep this issue relevant to upstream, please continue to test
the latest mainline kernel as it becomes available.

Thank you for your help.

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

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

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

Title:
  initrd dhcp fails / ignores valid response

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

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


[Bug 1652470] [NEW] 16.04 (Xenial Xerus) php-gearman request

2016-12-24 Thread hallboy3
Public bug reported:

php-gearman extension isn't available in Ubuntu 16.04 but it exists in
14.04 and next releases.

** Affects: php7.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: php-gearman xenial

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

Title:
  16.04 (Xenial Xerus) php-gearman request

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1652470/+subscriptions

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


[Bug 1652434] Re: package wine-stable 1.8.5-1ubuntu1 failed to install/upgrade: triggers looping, abandoned

2016-12-24 Thread jre
For the avoidance of doubt:

Most/many Windows applications are 32-bit. You do need wine32 installed
for them. wine64 is of no help here.

But also for 64-bit Windows applications you normally need wine32
installed (next to wine64) because some required Windows/Wine subsystems
are 32-bit only.

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

Title:
  package wine-stable 1.8.5-1ubuntu1 failed to install/upgrade: triggers
  looping, abandoned

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

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


[Bug 1652174] Re: Screen Temporarily Blanks When Moving Mouse Between Monitors

2016-12-24 Thread Christopher M. Penalver
Joseph Bylund, thank you for reporting this and helping make Ubuntu
better.

In order to allow additional upstream developers to examine the issue, at your 
earliest convenience, could you please test the latest upstream kernel 
available from http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D ? Please 
keep in mind the following:
1) The one to test is at the very top line at the top of the page (not the 
daily folder).
2) The release names are irrelevant.
3) The folder time stamps aren't indicative of when the kernel actually was 
released upstream.
4) Install instructions are available at 
https://wiki.ubuntu.com/Kernel/MainlineBuilds .

If testing on your main install would be inconvenient, one may:
1) Install Ubuntu to a different partition and then test this there.
2) Backup, or clone the primary install.

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, and Y are the first two numbers of the kernel version, and Z is
the release candidate number if it exists.

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.

Also, you don't need to apport-collect further unless specifically
requested to do so.

It is most helpful that after testing of the latest upstream kernel is
complete, you mark this report Status Confirmed.

Lastly, to keep this issue relevant to upstream, please continue to test
the latest mainline kernel as it becomes available.

Thank you for your help.

** Tags added: bios-outdated-fwkt63a

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

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

** Attachment removed: "version.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1652174/+attachment/4795487/+files/version.log

** Attachment removed: "lspci-vnvn.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1652174/+attachment/4795486/+files/lspci-vnvn.log

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

Title:
  Screen Temporarily Blanks When Moving Mouse Between Monitors

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

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


[Bug 1652185] Re: kernel BUG at /build/linux-7x12eW/linux-4.4.0/drivers/ata/sata_mv.c:2120!

2016-12-24 Thread Christopher M. Penalver
Bob Tanner, thank you for reporting this and helping make Ubuntu better.

In order to allow additional upstream developers to examine the issue, at your 
earliest convenience, could you please test the latest upstream kernel 
available from http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D ? Please 
keep in mind the following:
1) The one to test is at the very top line at the top of the page (not the 
daily folder).
2) The release names are irrelevant.
3) The folder time stamps aren't indicative of when the kernel actually was 
released upstream.
4) Install instructions are available at 
https://wiki.ubuntu.com/Kernel/MainlineBuilds .

If testing on your main install would be inconvenient, one may:
1) Install Ubuntu to a different partition and then test this there.
2) Backup, or clone the primary install.

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, and Y are the first two numbers of the kernel version, and Z is
the release candidate number if it exists.

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.

Also, you don't need to apport-collect further unless specifically
requested to do so.

It is most helpful that after testing of the latest upstream kernel is
complete, you mark this report Status Confirmed.

Lastly, to keep this issue relevant to upstream, please continue to test
the latest mainline kernel as it becomes available.

Thank you for your help.

** Tags added: bios-outdated-7.04

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

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

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

Title:
  kernel BUG at /build/linux-
  7x12eW/linux-4.4.0/drivers/ata/sata_mv.c:2120!

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

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


[Bug 1641451] Re: ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

2016-12-24 Thread Christopher M. Penalver
Michael Doube, thank you for reporting this and helping make Ubuntu
better.

In order to allow additional upstream developers to examine the issue, at your 
earliest convenience, could you please test the latest upstream kernel 
available from http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D ? Please 
keep in mind the following:
1) The one to test is at the very top line at the top of the page (not the 
daily folder).
2) The release names are irrelevant.
3) The folder time stamps aren't indicative of when the kernel actually was 
released upstream.
4) Install instructions are available at 
https://wiki.ubuntu.com/Kernel/MainlineBuilds .

If testing on your main install would be inconvenient, one may:
1) Install Ubuntu to a different partition and then test this there.
2) Backup, or clone the primary install.

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, and Y are the first two numbers of the kernel version, and Z is
the release candidate number if it exists.

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.

Also, you don't need to apport-collect further unless specifically
requested to do so.

It is most helpful that after testing of the latest upstream kernel is
complete, you mark this report Status Confirmed.

Lastly, to keep this issue relevant to upstream, please continue to test
the latest mainline kernel as it becomes available.

Thank you for your help.

** Tags added: bios-outdated-1.9.3

** No longer affects: xserver-xorg-input-synaptics (Ubuntu)

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

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

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

Title:
  ALPS Touchpad incorrectly detected as PS/2 mouse in Dell Latitude 7370

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

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


[Bug 1652471] [NEW] package dbus 1.10.6-1ubuntu3.2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2016-12-24 Thread miguel
Public bug reported:

i don't know

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: dbus 1.10.6-1ubuntu3.2
ProcVersionSignature: Ubuntu 3.13.0-86.130-generic 3.13.11-ckt39
Uname: Linux 3.13.0-86-generic i686
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: i386
Date: Fri Dec 16 17:45:36 2016
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
InstallationDate: Installed on 2010-02-21 (2498 days ago)
InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.18
SourcePackage: dbus
Title: package dbus 1.10.6-1ubuntu3.2 failed to install/upgrade: el subproceso 
instalado el script post-installation devolvió el código de salida de error 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 package-from-proposed xenial

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

Title:
  package dbus 1.10.6-1ubuntu3.2 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

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

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

[Bug 1649227] Re: TPM support

2016-12-24 Thread Launchpad Bug Tracker
This bug was fixed in the package openconnect - 7.08-1

---
openconnect (7.08-1) unstable; urgency=medium

  * New upstream version 7.08
- Fix MTU detection (Closes: #847135)
  * d/libopenconnect5.{shlibs,symbols}: Update for new release
  * d/p/juniper-content-length.patch: Drop, applied upstream
  * d/p/fix-tests-shell-syntax.patch: Fix test suite shell bashisms
  * d/p/softhsm2-module-workaround.patch: Hard-code Debian location of
libsofthsm2.so
  * d/control:
- Add Build-Depends: libsocket-wrapper, libuid-wrapper, ocserv, openssl, and
  softhsm2 for test suite
- Add Build-Depends: libpcsclite-dev to enable Yubikey support
  (LP: #1649227)
- Add Build-Depends: dpkg-dev (>= 1.17.14) for build profiles support
- Drop obsolete Build-Depends: liboath-dev
- Reorder fields according to "cme fix dpkg-control"
  * Bump debhelper compatibility level to 10
  * Drop explicit dependency on dh-autoreconf and disabling silent rules, now
enabled by default

 -- Mike Miller   Sat, 24 Dec 2016 10:50:15 -0800

** Changed in: openconnect (Ubuntu)
   Status: In Progress => 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/1649227

Title:
  TPM support

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

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


[Bug 1642044] naumann (amd64) - tests ran: 7, failed: 3

2016-12-24 Thread Brad Figg
tests ran:   7, failed: 3;
  
http://kernel.ubuntu.com/testing/4.8.0-34.36~16.04.1-generic/naumann__4.8.0-34.36~16.04.1__2016-12-24_21-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/1642044

Title:
  linux: 4.9.0-11.12 -proposed tracker

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

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


[Bug 1651197] onibi (amd64) - tests ran: 5, failed: 2

2016-12-24 Thread Brad Figg
tests ran:   5, failed: 2;
  
http://kernel.ubuntu.com/testing/3.13.0-107.154-generic/onibi__3.13.0-107.154__2016-12-24_23-01-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/1651197

Title:
  linux: 3.13.0-107.154 -proposed tracker

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

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


[Bug 1650796] Re: Black image (no video) with Live! Cam Connect HD VF0750 with some exceptions

2016-12-24 Thread Christopher M. Penalver
Vincas Dargis, the issue you are reporting is an upstream one. Could you
please report this problem to them following the instructions at
https://bugzilla.gnome.org/enter_bug.cgi?product=cheese ?

Please provide a direct URL to your upstream report once you have made
it so that it may be tracked.

Thank you for your help.

** Changed in: cheese (Ubuntu)
   Status: Incomplete => Triaged

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

Title:
  Black image (no video) with Live! Cam Connect HD VF0750 with some
  exceptions

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

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


[Bug 1651981] Re: shaking screen

2016-12-24 Thread Christopher M. Penalver
Adrian, thank you for reporting this and helping make Ubuntu better.

In order to allow additional upstream developers to examine the issue, at your 
earliest convenience, could you please test the latest upstream kernel 
available from http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D ? Please 
keep in mind the following:
1) The one to test is at the very top line at the top of the page (not the 
daily folder).
2) The release names are irrelevant.
3) The folder time stamps aren't indicative of when the kernel actually was 
released upstream.
4) Install instructions are available at 
https://wiki.ubuntu.com/Kernel/MainlineBuilds .

If testing on your main install would be inconvenient, one may:
1) Install Ubuntu to a different partition and then test this there.
2) Backup, or clone the primary install.

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, and Y are the first two numbers of the kernel version, and Z is
the release candidate number if it exists.

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.

Also, you don't need to apport-collect further unless specifically
requested to do so.

It is most helpful that after testing of the latest upstream kernel is
complete, you mark this report Status Confirmed.

Lastly, to keep this issue relevant to upstream, please continue to test
the latest mainline kernel as it becomes available.

Thank you for your help.

** Tags added: bios-outdated-1.16 regression-update

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

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

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

Title:
  shaking screen

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

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


[Bug 1651802] onza (amd64) - tests ran: 19, failed: 0

2016-12-24 Thread Brad Figg
tests ran:  19, failed: 0;
  
http://kernel.ubuntu.com/testing/4.8.0-34.36~16.04.1-generic/onza__4.8.0-34.36~16.04.1__2016-12-24_23-13-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/1651802

Title:
  linux-hwe-edge: 4.8.0-34.36~16.04.1 -proposed tracker

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

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


[Bug 1651910] Re: radeon: black screen after upgrade from 14.04 to 16.04 on RS780

2016-12-24 Thread Christopher M. Penalver
Chi-Thanh Christopher Nguyen, thank you for reporting this and helping
make Ubuntu better.

In order to allow additional upstream developers to examine the issue, at your 
earliest convenience, could you please test the latest upstream kernel 
available from http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D ? Please 
keep in mind the following:
1) The one to test is at the very top line at the top of the page (not the 
daily folder).
2) The release names are irrelevant.
3) The folder time stamps aren't indicative of when the kernel actually was 
released upstream.
4) Install instructions are available at 
https://wiki.ubuntu.com/Kernel/MainlineBuilds .

If testing on your main install would be inconvenient, one may:
1) Install Ubuntu to a different partition and then test this there.
2) Backup, or clone the primary install.

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, and Y are the first two numbers of the kernel version, and Z is
the release candidate number if it exists.

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.

Also, you don't need to apport-collect further unless specifically
requested to do so.

It is most helpful that after testing of the latest upstream kernel is
complete, you mark this report Status Confirmed.

Lastly, to keep this issue relevant to upstream, please continue to test
the latest mainline kernel as it becomes available.

Thank you for your help.

** Tags removed: trusty
** Tags added: latest-bios-080014 regression-release

** Description changed:

  After upgrading from Ubuntu 14.04 to 16.04, the screen will stay black
  after GRUB (backlight is on) when booting with the new 4.4 kernel
- (linux-image-4.4.0-57-generic).  Booting with the old 3.14 kernel will
- make the screen work again.
+ (linux-image-4.4.0-57-generic). Monitor connected via DVI.
  
- This is on a BIOSTAR A780L mainboard, with the monitor connected via
- DVI.
- 
- "ubuntu-bug linux" tells me that I appear to run a mainline kernel and
- cannot report anything (obviously, as the screen doesn't work if I boot
- the 16.04 kernel).
- 
- $ cat /proc/version_signature > version.log
- cat: /proc/version_signature: No such file or directory
- 
- 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System
- -> About Ubuntu
- 
- $ lsb_release -rd
- Description:Ubuntu 16.04.1 LTS
- Release:16.04
- 
- 2) The version of the package you are using, via 'apt-cache policy
- pkgname' or by checking in Software Center
- 
- $ apt-cache policy linux-image-4.4.0-57-generic
- linux-image-4.4.0-57-generic:
-   Installed: 4.4.0-57.78
-   Candidate: 4.4.0-57.78
-   Version table:
-  *** 4.4.0-57.78 500
- 500 http://de.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
- 500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 
Packages
- 100 /var/lib/dpkg/status
- 
- 3) What you expected to happen
- 
- Screen doesn't stay black
- 
- 4) What happened instead
- 
- Screen stays black
- --- 
- ApportVersion: 2.20.1-0ubuntu2.4
- Architecture: amd64
- CurrentDesktop: KDE
- DistroRelease: Ubuntu 16.04
- Package: xorg 1:7.7+13ubuntu3
- PackageArchitecture: amd64
- Tags:  xenial
- Uname: Linux 3.14.79-031479-generic x86_64
- UpgradeStatus: Upgraded to xenial on 2016-09-24 (88 days ago)
- UserGroups: adm admin cdrom dialout lpadmin nopasswdlogin plugdev sambashare
- _MarkForUpload: True
- --- 
+ WORKAROUND: Boot with the old 3.14 kernel.
+  
+ ---
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/hwC0D2', '/dev/snd/pcmC0D2c', '/dev/snd/pcmC0D1p', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/controlC0', 
'/dev/snd/hwC1D0', '/dev/snd/pcmC1D3p', '/dev/snd/controlC1', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=dbcee44e-5c4b-4630-a837-f819f42e91eb
  IwConfig:
-  lono wireless extensions.
-  
-  eth0  no wireless extensions.
+  lono wireless extensions.
+ 
+  eth0  no wireless extensions.
  MachineType: BIOSTAR Group A780L
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: 

[Bug 1651851] Re: [190247-S5B|]Not all the NVMe can be detected when install Ubuntu 16.04 / 16.04.1 with system connected 12x NVMe

2016-12-24 Thread Christopher M. Penalver
Mark W Wenning / Leo-Chen, to see if this is already resolved in Ubuntu
could you please test http://cdimage.ubuntu.com/daily-live/current/ and
advise to the results?

If reproducible, could you please provide a log via
https://wiki.ubuntu.com/DebuggingSystemCrash ?

** Changed in: linux (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/1651851

Title:
  [190247-S5B|]Not all the NVMe can be detected when install Ubuntu
  16.04 / 16.04.1 with system connected 12x NVMe

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

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


[Bug 1652469] Re: Boot partition too small, apt-get upgrade fails

2016-12-24 Thread Harald Rudell
GETAROUND
Run the following script before any apt-upgrade
It ensures only two kernels are installed

#!/bin/bash -eu
# ~/bin/auto-remove-kernels
# Remove kernels except the currently running and the latest
# © 2016 Harald Rudell  (http://haraldrudell.com) 
Licence: ISC.

MASTERSTART="$(date +%s%N)"

run() {
  getRunningKernelRelease || return
  echo "Running kernel: $KERNEL_RELEASE"
  MSG="Running: $KERNEL_RELEASE"

  getInstalledKernelReleases || return
  LATEST_RELEASE="${INSTALLED_RELEASES[$((INSTALLED_RELEASES_COUNT-1))]}"
  echo "Latest installed release: $LATEST_RELEASE"
  MSG+=" latest: $LATEST_RELEASE"

  getRemovableReleases "$KERNEL_RELEASE" "${INSTALLED_RELEASES[@]}" || return
  if [ ${#REMOVABLE_RELEASES[@]} -gt 0 ]; then
getPackagesToRemove "${REMOVABLE_RELEASES[@]}" || return
if [ ${#PACKAGES[@]} -eq 0 ]; then
  echo >&2 "Failed to determine what packages to remove"
  return 1
fi
echo "$MSG"
"${LOGGER[@]}" "$MSG" || return

CMD=(sudo apt-get remove --yes ${PACKAGES[@]})
echo "${CMD[*]}"
"${LOGGER[@]}" "${CMD[*]}" || return

"${CMD[@]}" || return

MSG="Package removal ok"
  else MSG+=" no more releases: ok"
  fi

  MSG+=" in $(getDuration "$MASTERSTART") s."
  echo "$MSG"
  "${LOGGER[@]}" "$MSG" || return
}

parseOptions() { # 160301
  SCRIPTNAME="$(basename "${BASH_SOURCE[0]}")"
  LOGGER=(logger --priority local1.info --tag "$SCRIPTNAME[$$]" --)
  NAME="$(hostname):$SCRIPTNAME:$$"
  displayGreeting

  "${LOGGER[@]}" "$NAME: Starting…" || return
}

getRunningKernelRelease() {
  KERNEL_RELEASE="$(doCmd uname --kernel-release)" || return
  KERNEL_RELEASE="$(sed --silent 
's/^\([0-9]\+\.[0-9]\+\.[0-9]\+-[0-9]\+\).*/\1/p' <<<"$KERNEL_RELEASE")"
  if [ ! "$KERNEL_RELEASE" ]; then
echo >&2 "Failed to determine kernel release"
return 1
  fi
}

getInstalledKernelReleases() {
  getLinuxPackages || return
  INSTALLED_RELEASES=($(sed --silent 's/^ii  
linux-[^-]\+-\([0-9]\+\.[0-9]\+\.[0-9]\+-[0-9]\+\).*/\1/p' <<<"$LINUX_PACKAGES" 
| sort --version-sort | uniq))
  INSTALLED_RELEASES_COUNT=${#INSTALLED_RELEASES[@]}
  if [ $INSTALLED_RELEASES_COUNT -lt 1 ]; then
echo >&2 "Failed to determine installed kernel releases"
return 1
  fi
}

getRemovableReleases() { # running-version installed-version…
  local RUNNING="$1"; shift

  REMOVABLE_RELEASES=()
  while [ $# -gt 1 ]; do # skip last
if [ "$1" != "$RUNNING" ]; then
  REMOVABLE_RELEASES+=("$1")
fi
shift
  done
}

getPackagesToRemove() { # releases…
  PACKAGES=()
  while [ $# -ge 1 ]; do
PACKAGES+=($(cut --delimiter=" " --fields=3 <<<"$LINUX_PACKAGES" | fgrep 
"$1" | cat))
shift
  done
}

getLinuxPackages() {
  # LINUX_PACKAGES: string with newlines
  LINUX_PACKAGES="$(doCmd dpkg --list "linux-*")" || return
  LINUX_PACKAGES="$(egrep ^ii <<<"$LINUX_PACKAGES")" || :
}

doCmd() { # [-p] command… 160311
  # echoes command unless first argument is -p
  local AA; local X

  if [ "${1-}" = "-p" ]; then shift
  else echo "$*"
  fi

  AA="$("$@" 2>&1)" && X=0 || X=$?

  if [ $X != 0 ]; then
echo >&2 -e "Status code: $X\nCommand: $*\nOutput: $AA"
return $X
  fi

  [ "$AA" ] && echo "$AA" || :
}

displayGreeting() { # 160301
  echo -e "\n\n===  $NAME $(date --date=@${MASTERSTART:0:-9} 
--rfc-3339=seconds)"
}

getDuration() { # 160223
  # duration in s with .1 s resolution rounded down
  local T0; local T1;
  local DT; local DT_LENGTH
  local RESULT

  if [ $# -eq 0 ]; then RESULT="$(date +%s%N)" # time since 1970-01-01, 
intereger, ns resolution
  else
T0="$1"
T1="$(date +%s%N)"
DT=$((T1 - T0)) # difference in ns
DT_LENGTH=${#DT}
if [ $DT_LENGTH -lt 9 ]; then RESULT="0.0" # less than .1 s
elif [ $DT_LENGTH -eq 9 ]; then RESULT="0.${DT:0:1}" # less than 1 s
else RESULT="${DT:0:$DT_LENGTH-9}.${DT:$DT_LENGTH-9:1}"
fi
  fi

  echo "$RESULT"
}

parseOptions "$@" && run && X=0 || X=$?
if [ $X -ne 0 ]; then
  MSG="$SCRIPTNAME status code: $X"
  echo >&2 "$MSG" || :
  "${LOGGER[@]}" "$MSG" || :
  exit $X
fi


** Package changed: network-manager (Ubuntu) => debian-installer (Ubuntu)

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

Title:
  Boot partition too small, apt-get upgrade fails

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

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

[Bug 1652469] [NEW] Boot partition too small, apt-get upgrade fails

2016-12-24 Thread Harald Rudell
Public bug reported:

PROBLEM:
On install, the boot partition has the size 244.0 MiB or 499,712 sectors

SYMPTOM:
This causes apt-get upgrade to fail at a later time with messages like:

apt-get --yes dist-upgrade
…
update-initramfs: Generating /boot/initrd.img-4.4.0-57-generic
gzip: stdout: No space left on device
E: mkinitramfs failure cpio 141 gzip 1
update-initramfs: failed for /boot/initrd.img-4.4.0-57-generic with 1.
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
dpkg: error processing package linux-image-extra-4.4.0-57-generic (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of linux-image-generic:
 linux-image-generic depends on linux-image-extra-4.4.0-57-generic; however:
  Package linux-image-extra-4.4.0-57-generic is not configured yet.
…
Errors were encountered while processing:
 linux-image-extra-4.4.0-57-generic
 linux-image-generic
 linux-generic
 linux-signed-image-generic
 linux-signed-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
- status code: 100

FIX:
usually want multiple of 2,048 sectors / 1 MiB
One kernel revision is 56 MiB
Miscellaneous files is 28 MiB
File system overhead is 11 MiB
Typically there are 3 kernels: is the running, the latest and the second to 
latest
56 * 3 + 28 = 196 MiB
A system upgrade requires 120 MiB free
So /boot should be at least 196 + 11 + 120 = 327 MiB in 1 MiB increments
A power of 2 would be 512 MiB or 1,048,576 sectors

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

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

Title:
  Boot partition too small, apt-get upgrade fails

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

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

[Bug 1652434] Re: package wine-stable 1.8.5-1ubuntu1 failed to install/upgrade: triggers looping, abandoned

2016-12-24 Thread jre
Hi,

thanks for reporting this. I can reproduce this if I switch from wine-
stable + wine32 to wine-stable + wine64. I'll (try to) fix that soon.

However the original reason that prompted you to do this ("Couldn't run winecfg 
due to having i386 library on a AMD64 system") seems to be a misunderstanding:
Running wine-stable + wine32 is perfectly fine, and should work (if you want to 
run only 32-bit Windows applications this might even be the safer bet). So what 
exactly happened when you wanted to run winecfg?

If you have problems now to (un-)install packages due to this bug, just
remove wine-stable and wine64. This should bring your system back in a
perfectly fine state.

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

Title:
  package wine-stable 1.8.5-1ubuntu1 failed to install/upgrade: triggers
  looping, abandoned

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

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


  1   2   3   >