[Bug 1781526] Re: Ubuntu18.04 - qemu patch to align memory to allow 2MB THP

2018-08-21 Thread  Christian Ehrhardt 
FYI - atm this is blocked on 1788098 being delivered
I'm tracking the other bug and we can pick up here again once resolved.

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

Title:
  Ubuntu18.04 - qemu patch to align memory to allow 2MB THP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1781526/+subscriptions

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

[Bug 1788098] Re: Avoid migration issues with aligned 2MB THB

2018-08-21 Thread  Christian Ehrhardt 
** Description changed:

+ FYI: This blocks bug 1781526 - once this one here is resolved we can go
+ on with SRU considerations for 1781526
+ 
  --- Comment From jhop...@us.ibm.com 2018-08-20 17:12 EDT---
- Hi, in some environments it was observed that this qemu patch to enable THP 
made it more likely to hit guest migration issues, however the following kernel 
patch resolves those migration issues:
+ 
+ Hi, in some environments it was observed that this qemu patch to enable
+ THP made it more likely to hit guest migration issues, however the
+ following kernel patch resolves those migration issues:
  
  
https://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git/commit/?h=kvm-ppc-next=c066fafc595eef5ae3c83ae3a8305956b8c3ef15
  KVM: PPC: Book3S HV: Use correct pagesize in kvm_unmap_radix()
  
  Once merged upstream, it would be good to include that change as well to
  avoid potential migration problems. Should I open a new bug for that or
  is it better to track here?
  
  Note Paelzer: I have not seen related migration issues myself, but it
  seems reasonable and confirmed by IBM.

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

Title:
  Avoid migration issues with aligned 2MB THB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1788098/+subscriptions

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

[Bug 1788340] [NEW] package samba 2:4.7.6+dfsg~ubuntu-0ubuntu2.2 failed to install/upgrade: installed samba package post-installation script subprocess returned error exit status 1

2018-08-21 Thread rajesh
Public bug reported:

The error was encountered when the system was being updated/upgraded.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: samba 2:4.7.6+dfsg~ubuntu-0ubuntu2.2
Uname: Linux 4.18.0-999-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
Date: Wed Aug 22 09:55:01 2018
ErrorMessage: installed samba package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2018-05-24 (89 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 nautilus 1:3.26.3-0ubuntu4
 gvfs 1.36.1-0ubuntu1.1
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:4.7.6+dfsg~ubuntu-0ubuntu2.2 failed to install/upgrade: 
installed samba package post-installation script subprocess returned error exit 
status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package bionic

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

Title:
  package samba 2:4.7.6+dfsg~ubuntu-0ubuntu2.2 failed to
  install/upgrade: installed samba package post-installation script
  subprocess returned error exit status 1

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

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

[Bug 1788226] Re: libvirt might misdetect guests as not properly shut down when using plenty of hostdev ressources

2018-08-21 Thread  Christian Ehrhardt 
** Description changed:

+ [Impact]
+ 
+  * Systems using plenty of PCI Host Devices can have lost the Qemu PID 
+from /proc/ but the kernel still holds it quite a while while 
+cleaning up resources.
+That leads to libvirtd giving up on the process and keeping the guest 
+forever in the state "in shutdown" as it can't know what is going on.
+ 
+  * It turns out the kernel can need quite some time, especially if it hits 
+a settling per pci subbus reset per device.
+ 
+  * We have tested and upstreamed changes to adapt the time libvirt waits 
+in those cases. Backporting those to Cosmic/Bionic would be great for 
+Ubuntu to be ready for that many PCI device passthroughs - further back 
+I think the backport noise and regression-risk tradeoff is no more 
+worth - also in terms of requests I only got it for 18.04.
+ 
+ [Test Case]
+ 
+  * If a certain PCI device needs the bus reset or not depends on the 
+kernel driver. One that I could prove having this issue are Nvidia 3d 
+Controllers of the type "3D controller: NVIDIA Corporation Device 
+1db8". It is a general concept, so other PCI devices might work to 
+reproduce the case, but I can't guarantee as drivers can implement 
+smarter reset code. Keep that in mind when following the repro below
+ 
+  * The former default delay was ~15 second, with the guest needing ~1-2 
+seconds. So we need at least 14, better 16+ affected PCI devices.
+Pass those devices to the guest with libvirt snippet like:
+ 
+ 
+ 
+  * Let the guest start up as you'd normally
+ 
+  * Now run virsh shutdown "
+ 
+  * You'll see shortly after that the qemu process is gone from 
+/proc/, but libvirt will still spin on its shutdown. That is due 
+to signal 0 still being able to reach it as it only guarantees the 
+existence of the PID (not the process behind it)
+ 
+  * After the timeout expires libvirt would give up and leavev the guest in 
+the half-dead state like:
+   libvirtd: virProcessKillPainfully:401 : Failed to terminate process 
+   5114 with SIGKILL: Device or resource busy
+ 
+  * With the fix the maximum delay is scaled if needed and the shutdown 
+will work e.g. with 16 devices about ~18 seconds.
+If one wants to check, log entries at debuglevel will contain the extra 
+delay scaling:
+   #40 devices attached, getting the proper plus 80 seconds:
+   debug : virProcessKillPainfullyDelay:361 : vpid=34896 force=1 
+   extradelay=80
+ 
+ [Regression Potential]
+ 
+  * I can think of two potential regressions, but none is on the level to 
+stop this fix to improve the affected cases.
+ 
+  * R1: For forced shutdowns (at the end of life of a guest) the worst case 
+timeout after delivering the sigkill when the process was not going 
+down due to sigterm got bumped - that said really hanging cases will 
+need a few seconds more until libvirt gives up on them.
+Those cases would never recover anyway, but the time until giving up 
+can be visible to e.g. higher level tools/admins in that longer 
+duration.
+ 
+  * R2: The scaling per Hostdevice was derived out of explanations by 
+Kernel developers that there is some base work plus a 1 second settling 
+period. Out of that the increased max timeout can go really high if you 
+will one day have hundreds of hostdevices passed through. But libvirt 
+in this case is on the lower layer, if/once the kernel has code that 
+does no more scale linearly we can also make this extra delay less 
+linear - but so far nothing like that is on the horizon.
+ 
+   * Please keep in mind that both Risks that I spelled out are only a 
+ problem if the guest Process is not going away to sigterm/sigkill.
+ That means it already is in a really bad spot and code path, we just 
+ wait longer to give it a chance to clean up. 99+% of the cases will 
+ have guests that go away as they should, and those cases are not 
+ waiting the full - now extended - delay.
+ 
+ [Other Info]
+  
+  * n/a
+ 
+ ---
+ 
  I had an upstream discussion at [1]
  
  The TL;DR is that if using more than a few hostdevices as pass through
  then on shutting down of the guest there might be an odd time.
  
  In that time the qemu process is already gone from /proc/ but still
  reachable via singal-0.
  
  That makes libvirt believe the process would not die (think of zombie
  processes due to e.g. failed NFS files).
  
  But what really happens is that depending on the hostdev the kernel
  might need up to 1-2 seconds extra time to unallocate all the pci
  ressources.
  
  We came up with patches that scale the allowed time depending on the
  number of hostdevs as well a s a general bump for the bad case (sigkill)
  following the recommendation of kernel engineers who said that we are in
  a bad path anyway, so we could as well provide a bit more time to let it
  clean up.
  
  We should add 

[Bug 1788226] Re: libvirt might misdetect guests as not properly shut down when using plenty of hostdev ressources

2018-08-21 Thread  Christian Ehrhardt 
Uploaded to Cosmic, tracking migration there and prepping SRU here ...

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

Title:
  libvirt might misdetect guests as not properly shut down when using
  plenty of hostdev ressources

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

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

[Bug 1788338] [NEW] DEBUG_WX is expected to be unset for X-KVM kernel

2018-08-21 Thread Po-Hsu Lin
Public bug reported:

It looks like this config is expected to be unset for X-KVM kernel

  FAIL: test_330_config_debug_wx (__main__.KernelSecurityConfigTest)
  Ensure DEBUG_WX is set
  --
  Traceback (most recent call last):
File "./test-kernel-security.py", line 2546, in test_330_config_debug_wx
  self.assertKernelConfig('DEBUG_WX', expected)
File "./test-kernel-security.py", line 209, in assertKernelConfig
  self.assertKernelConfigUnset(name)
File "./test-kernel-security.py", line 200, in assertKernelConfigUnset
  '%s option was expected to be unset in the kernel config' % name)
  AssertionError: DEBUG_WX option was expected to be unset in the kernel config

As in the qrt code:
def test_330_config_debug_wx(self):
'''Ensure DEBUG_WX is set'''

expected = True
if not (self.dpkg_arch in ['amd64', 'i386', 'arm64']):
self._skipped("DEBUG_WX is an x86 and arm64 arch feature only")
expected = False
elif not self.kernel_at_least('4.13'):
self._skipped('CONFIG_DEBUG_WX added/enabled in 4.13 and newer')
expected = False
self.assertKernelConfig('DEBUG_WX', expected)

However, the upstream commit (e1a58320a38dfa72be48a0f1a3a92273663ba6db)
to introduce this config can be found in Xenial kernel as well. Maybe we
should consider to change this from the test case.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-1032-kvm 4.4.0-1032.38
ProcVersionSignature: User Name 4.4.0-1032.38-kvm 4.4.140
Uname: Linux 4.4.0-1032-kvm x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
Date: Wed Aug 22 04:43:41 2018
SourcePackage: linux-kvm
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: qa-regression-testing
 Importance: Undecided
 Status: New

** Affects: ubuntu-kernel-tests
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug package-from-proposed uec-images xenial

** Also affects: qa-regression-testing
   Importance: Undecided
   Status: New

** Also affects: ubuntu-kernel-tests
   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/1788338

Title:
  DEBUG_WX is expected to be unset for X-KVM kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1788338/+subscriptions

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

[Bug 1244090] Re: Pressing any global keyboard shortcut causes temporary loss of focus

2018-08-21 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu)
 Assignee: Penn Mackintosh (penn-mackintosh) => (unassigned)

** Changed in: gnome-shell (Ubuntu)
   Status: In Progress => Confirmed

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

Title:
  Pressing any global keyboard shortcut causes temporary loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

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

[Bug 1788249] Re: Can'tinstall 'kubutnu-desktop' from 16.04LTS to 18.04LTS

2018-08-21 Thread nukedathlonman
This can be closed - totally my fault.  I had several locked pacakages
(forgot about them) and was using a couple PPA's (Padoka's Stable MESA
PPA and Kubuntu backports).  Was able to resolve it all with Aptitude
(just took a few hours)  System is fully upgraded now that I fixed the
locked packages and unmish-mashed MESA.

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

Title:
  Can'tinstall 'kubutnu-desktop' from 16.04LTS to 18.04LTS

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

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

[Bug 1788332] Re: horizontal & vertical flip icons reversed??

2018-08-21 Thread Chris Guiver
I'm beginning to wonder if this is really a bug, or I just don't 'get'
(comprehend) what the icons for vertical & horizontal change are
supposed to represent (which could still be the bug?!).

Daniel changed the bug-affects to `gpicview`; so I thought I'll grab the
source & look.. My look was really quick & simple, but I saw nothing in
the code that could allow for different handling of this group of 'icon'
themes, so the 'bug' could be nothing more than me misunderstanding
whatever the icon is supposed to represent...  I'll add part of this
'comment' to the start of the description.

** Description changed:

+ Update note: I'm beginning to wonder if I just misunderstand what the
+ icons for vertical & horizontal change are supposed to represent in the
+ elementary* icon themes.
+ 
+ ---  (original [edited] report follows)
+ 
  Noticed this early today; Ubuntu 18.04 laptop using `gpicview` to view
  pictures (an LXDE/Lubuntu program I regularly use).  The 'flip vertical'
  & 'flip horizontal' icons are reversed.
  
  Tested the same thing on 18.10 using XFCE;
  
  1: load `gpicview` or a program that uses the icons, no issue (if using
  other icon themes)
  
  2: going into settings | appearance | icons - change to "elementary-
  xfce-dark"  (or elementary, elementary-dark, elementary-xfce-dark,
  elementary-xfce-darker, elementary-xfce-darkest)
  
  as you use any elementary* icon themes, the flip-horizontal will have a
  vertical icon, and flip-vertical will have a horizontal icon (on
  gpicview window if visible; I had this & appearance window visible &
  altered settings on appearance & saw effect on gpicview window)
  
  to fix - change away from any elementary* icon set.
  
  I confirmed this on original 18.04 laptop (where I noticed it) & my 18.10 
workstation.
  Default (XFCE) Ristretto program doesn't use those icons
  
  // workstation - 18.10  (screenfetch -n)
   guiverc@d960-ubu2
   OS: Ubuntu 18.10 cosmic
   Kernel: x86_64 Linux 4.17.0-7-generic
   Uptime: 4d 15h 5m
   Packages: 3733
   Shell: bash 4.4.19
   Resolution: 2651x2160
   DE: XFCE
   WM: Xfwm4
   WM Theme: Pills
   GTK Theme: GreenLaguna [GTK2]
   Icon Theme: elementary-xfce-dark
   Font: Sans 10
   CPU: Intel Core2 Quad Q9400 @ 4x 2.667GHz [54.0°C]
   GPU: AMD CEDAR (DRM 2.50.0 / 4.17.0-7-generic, LLVM 6.0.1)
   RAM: 3013MiB / 7848MiB
  
  // laptop - 18.04  (screenfetch -n)
   guiverc@sl510ubu
   OS: Ubuntu 18.04 bionic
   Kernel: x86_64 Linux 4.15.0-32-generic
   Uptime: 2h 24m
   Packages: 2577
   Shell: bash 4.4.19
   Resolution: 3286x1080
   DE: XFCE
   WM: Xfwm4
   WM Theme: Pills
   GTK Theme: MurrinaCrystalLine [GTK2]
   Icon Theme: elementary-xfce-dark
   Font: Sans 10
   CPU: Intel Core2 Duo T6570 @ 2x 2.101GHz [43.0°C]
   GPU: Mesa DRI Mobile Intel® GM45 Express Chipset
   RAM: 483MiB / 1861MiB
  
  I'll provide more if requested - THE ICON THEME is key line in
  screenfetch. As my wm-theme (pills) is non-standard; I changed it to a
  default, still same effect as I've described (tested on 18.10 only)

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

Title:
  horizontal & vertical flip icons reversed??

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

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

[Bug 1788226] Re: libvirt might misdetect guests as not properly shut down when using plenty of hostdev ressources

2018-08-21 Thread  Christian Ehrhardt 
The final form is working as expected on the case just as much as all
the former versions I had tested.


40 devices attached, getting the proper plus 80 seconds:
debug : virProcessKillPainfullyDelay:361 : vpid=34896 force=1 extradelay=80

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

Title:
  libvirt might misdetect guests as not properly shut down when using
  plenty of hostdev ressources

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

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

[Bug 1788325] Re: no aparece el menu en mi escritorio

2018-08-21 Thread Paul White
Thank you for reporting your problem to Ubuntu.

Ubuntu 11.04 (natty) reached end-of-life on October 28, 2012.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases

You won't be able to update your installation or install any new
software. Please install a currently supported release of Ubuntu which
at present is either 14.04, 16.04 or 18.04.

** Description changed:

  quiero actualizar mi ubunto no aparece el menu en mi pantalla de inicio
+ 
+ Google translation:
+ I want to update my ubunto the menu does not appear on my home screen
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: synaptic 0.75.1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-13.53-generic 2.6.38.8
  Uname: Linux 2.6.38-13-generic i686
  Architecture: i386
  Date: Tue Aug 21 22:31:47 2018
  ExecutablePath: /usr/sbin/synaptic
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcEnviron:
-  LANGUAGE=es_VE:en
-  PATH=(custom, no user)
-  LANG=es_VE.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=es_VE:en
+  PATH=(custom, no user)
+  LANG=es_VE.UTF-8
+  SHELL=/bin/bash
  SourcePackage: synaptic
  UpgradeStatus: No upgrade log present (probably fresh install)

** Changed in: synaptic (Ubuntu)
   Status: New => Incomplete

** Summary changed:

- no aparece el menu en mi escritorio
+ no aparece el menu en mi escritorio (the menu does not appear on my desktop)

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

Title:
  no aparece el menu en mi escritorio (the menu does not appear on my
  desktop)

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

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

[Bug 1244090] Re: Pressing any global keyboard shortcut causes temporary loss of focus

2018-08-21 Thread Ivan Ivanov
It is strange this is a known issue for 4 years and there is still not
resolved. It is highly annoying as end user to lose window focus all the
time I switch languages, which is common for bilingual environments. Do
I really need to recompile X to remove an issue, which I observed only
on Gnome Shell? There are two Ubuntu LTS releases with this annoyance
and now Gnome Shell is the main DE.

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

Title:
  Pressing any global keyboard shortcut causes temporary loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

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

[Bug 1785622] Re: Caja-dropbox does not start on 18.04.1 LTS upgraded from 16.04.5 LTS

2018-08-21 Thread Andis
I can confirm this issue. I also upgraded from 16.04 to 18.04 and instead of 
Dropbox icon I have now question mark without dropbox menu. I also can't start 
dropbox from application menu using command dbus-launch caja-dropbox start -i. 
It only starts with ~/bin/dropbox.py start command, which I found in another 
web page.
It is especially nasty because dropbox sent notification that only Ext4 will be 
supported starting with November and I have dropbox files on Ntfs partition and 
there is no way to  change settings without GUI. I  would be very thankful for 
recommendation on how to change dropbox settings in this situation.

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

Title:
  Caja-dropbox does not start on 18.04.1 LTS upgraded from 16.04.5 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/mate-desktop/+bug/1785622/+subscriptions

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

[Bug 1787146] Re: [PLEASE REMOVE] PhotoPrint is not maintained any more and blocks Gutenprint update

2018-08-21 Thread Steve Langasek
Removing packages from cosmic-proposed:
photoprint 0.4.2~pre2-2.5 in cosmic
photoprint 0.4.2~pre2-2.5 in cosmic amd64
photoprint 0.4.2~pre2-2.5 in cosmic arm64
photoprint 0.4.2~pre2-2.5 in cosmic armhf
photoprint 0.4.2~pre2-2.5 in cosmic i386
photoprint 0.4.2~pre2-2.5 in cosmic ppc64el
photoprint 0.4.2~pre2-2.5 in cosmic s390x
Comment: dead upstream, incompatible with gutenprint 5.3; LP: #1787146
Remove [y|N]? y
1 package successfully removed.


** Changed in: photoprint (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/1787146

Title:
  [PLEASE REMOVE] PhotoPrint is not maintained any more and blocks
  Gutenprint update

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

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

[Bug 1787861] Re: Displays not detected/positioned correctly when disconnected/reconnected

2018-08-21 Thread Jonathan Watts
I really hate intermittent bugs.  The previous two times (before just
now) that I turned the AV receiver & TV back on, everything reverted to
normal (VGA-0 off, HDMI-0 on at 1920x1080 60 hz at 0x0, DVI-D-0 offset
to 1920x0).  However, just now, turning the AV receiver & TV on resulted
in:  VGA-0 on, 1024x768 at 2944x0; HDMI-0 on, 1920x1080 60 hz at 0x0;
DVI-D-0 on, 1920x1080 at 1920x0.

However, just running 'xrandr > xrandr.output3' (i.e., just outputting
the current xrandr state to a text file) caused the monitors to reset to
the correct values (although 'xrandr.output3' still showed the incorrect
values).  Running 'xrandr' again showed the correct values.

I will try to install the latest upstream kernel this weekend and see if
that makes any difference.

** Attachment added: "xrandr output after turning HDMI accessories back on 
(failed to restore previous settings)"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1787861/+attachment/5178982/+files/xrandr.output3

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

Title:
  Displays not detected/positioned correctly when
  disconnected/reconnected

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

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

[Bug 1788321] Re: swapon failed: invalid argument

2018-08-21 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/1788321/+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/1788321

Title:
  swapon failed: invalid argument

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

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

[Bug 1262299] Re: [MIR] libopenwsman1

2018-08-21 Thread Launchpad Bug Tracker
[Expired for openwsman (Ubuntu) because there has been no activity for
60 days.]

** Changed in: openwsman (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/1262299

Title:
  [MIR] libopenwsman1

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-poweredge/+bug/1262299/+subscriptions

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

[Bug 1755393] Re: hot-add CPU cause VM with ubuntu-16.04.4-desktop-64bit and ubuntu-18.04-desktop hang

2018-08-21 Thread vmware-gos-Yuhua
This issue doesn't exist when check ubuntu18.04.1-desktop64.   
Ubuntu-18.04.1-desktop has kernel 4.15.0-32-generic.

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

Title:
  hot-add CPU cause VM with ubuntu-16.04.4-desktop-64bit and
  ubuntu-18.04-desktop hang

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

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

[Bug 1778175] Re: something crashed the ubuntu installer, an error with grub, i believe is what it said. has happened twice.

2018-08-21 Thread Launchpad Bug Tracker
[Expired for grub-installer (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: grub-installer (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/1778175

Title:
  something crashed the ubuntu installer, an error with grub, i believe
  is what it said. has happened twice.

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

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

[Bug 1778230] Re: package shim-signed 1.34.9+13-0ubuntu2 failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 1

2018-08-21 Thread Launchpad Bug Tracker
[Expired for grub2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: grub2 (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/1778230

Title:
  package shim-signed 1.34.9+13-0ubuntu2 failed to install/upgrade:
  installed shim-signed package post-installation script subprocess
  returned error exit status 1

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

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

[Bug 1778132] Re: installation cannot access Ubuntu One Account

2018-08-21 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/1778132

Title:
  installation cannot access Ubuntu One Account

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

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

[Bug 1788336] [NEW] Failed to install nfs-kernel-server package on X-KVM

2018-08-21 Thread Po-Hsu Lin
Public bug reported:

When trying to install the nfs-kernel-server package on a KVM node
running with X-KVM kernel, it will fail with service dependency issue.

This is affecting the ubuntu_vfat_stress and ubuntu_ramfs_stress test.

$ sudo apt-get install nfs-kernel-server 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
nfs-kernel-server is already the newest version (1:1.2.8-9ubuntu12.1).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] 
Setting up nfs-kernel-server (1:1.2.8-9ubuntu12.1) ...
A dependency job for nfs-server.service failed. See 'journalctl -xe' for 
details.
nfs-server.service couldn't start.
locale: Cannot set LC_ALL to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
A dependency job for nfs-server.service failed. See 'journalctl -xe' for 
details.
invoke-rc.d: initscript nfs-kernel-server, action "start" failed.
● nfs-server.service - NFS server and services
   Loaded: loaded (/lib/systemd/system/nfs-server.service; enabled; vendor 
preset: enabled)
   Active: inactive (dead)

Aug 22 03:27:46 zeppo systemd[1]: Dependency failed for NFS server and services.
Aug 22 03:27:46 zeppo systemd[1]: nfs-server.service: Job 
nfs-server.service/start failed with result 'dependency'.
Aug 22 03:27:49 zeppo systemd[1]: Dependency failed for NFS server and services.
Aug 22 03:27:49 zeppo systemd[1]: nfs-server.service: Job 
nfs-server.service/start failed with result 'dependency'.
Aug 22 03:27:50 zeppo systemd[1]: Dependency failed for NFS server and services.
Aug 22 03:27:50 zeppo systemd[1]: nfs-server.service: Job 
nfs-server.service/start failed with result 'dependency'.
Aug 22 03:29:41 zeppo systemd[1]: Dependency failed for NFS server and services.
Aug 22 03:29:41 zeppo systemd[1]: nfs-server.service: Job 
nfs-server.service/start failed with result 'dependency'.
Aug 22 03:29:42 zeppo systemd[1]: Dependency failed for NFS server and services.
Aug 22 03:29:42 zeppo systemd[1]: nfs-server.service: Job 
nfs-server.service/start failed with result 'dependency'.
dpkg: error processing package nfs-kernel-server (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 nfs-kernel-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

Log from journalctl -xe: http://paste.ubuntu.com/p/CxrWqGc2YT/

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-1031-kvm 4.4.0-1031.37
ProcVersionSignature: User Name 4.4.0-1031.37-kvm 4.4.134
Uname: Linux 4.4.0-1031-kvm x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
Date: Wed Aug 22 03:28:11 2018
SourcePackage: linux-kvm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug uec-images xenial

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

Title:
  Failed to install nfs-kernel-server package on X-KVM

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

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

[Bug 1788334] [NEW] 'Less than' (<), 'more than' (>), and 'pipe' (|) can't be typed via VNC

2018-08-21 Thread Nathan O'Sullivan
Public bug reported:

This bug affects v2.11 and has been confirmed by upstream:
https://bugs.launchpad.net/qemu/+bug/1738283

It is a regression from previous releases and was fixed in v2.12

Here is a sample patch that fixes it -

https://aur.archlinux.org/cgit/aur.git/tree/remove-problematic-evdev-86
-key-from-en-us-keymap.patch?h=qemu-minimal

** Affects: qemu (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/1788334

Title:
  'Less than' (<), 'more than' (>), and 'pipe' (|) can't be typed via
  VNC

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

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

[Bug 1788332] Re: horizontal & vertical flip icons reversed??

2018-08-21 Thread Chris Guiver
** Description changed:

  Noticed this early today; Ubuntu 18.04 laptop using `gpicview` to view
  pictures (an LXDE/Lubuntu program I regularly use).  The 'flip vertical'
  & 'flip horizontal' icons are reversed.
  
  Tested the same thing on 18.10 using XFCE;
  
  1: load `gpicview` or a program that uses the icons, no issue (if using
  other icon themes)
  
  2: going into settings | appearance | icons - change to "elementary-
  xfce-dark"  (or elementary, elementary-dark, elementary-xfce-dark,
  elementary-xfce-darker, elementary-xfce-darkest)
  
  as you use any elementary* icon themes, the flip-horizontal will have a
  vertical icon, and flip-vertical will have a horizontal icon (on
  gpicview window if visible; I had this & appearance window visible &
  altered settings on appearance & saw effect on gpicview window)
  
  to fix - change away from any elementary* icon set.
  
  I confirmed this on original 18.04 laptop (where I noticed it) & my 18.10 
workstation.
  Default (XFCE) Ristretto program doesn't use those icons
  
- guiverc@d960-ubu2:/de2900/xubuntu_32$   screenfetch  -n
+ // workstation - 18.10  (screenfetch -n)
   guiverc@d960-ubu2
   OS: Ubuntu 18.10 cosmic
   Kernel: x86_64 Linux 4.17.0-7-generic
   Uptime: 4d 15h 5m
   Packages: 3733
   Shell: bash 4.4.19
   Resolution: 2651x2160
   DE: XFCE
   WM: Xfwm4
   WM Theme: Pills
   GTK Theme: GreenLaguna [GTK2]
   Icon Theme: elementary-xfce-dark
   Font: Sans 10
   CPU: Intel Core2 Quad Q9400 @ 4x 2.667GHz [54.0°C]
   GPU: AMD CEDAR (DRM 2.50.0 / 4.17.0-7-generic, LLVM 6.0.1)
   RAM: 3013MiB / 7848MiB
  
- I'll provide more if requested - THE ICON THEME is key line in
- screenfetch
+ // laptop - 18.04  (screenfetch -n)
+  guiverc@sl510ubu
+  OS: Ubuntu 18.04 bionic
+  Kernel: x86_64 Linux 4.15.0-32-generic
+  Uptime: 2h 24m
+  Packages: 2577
+  Shell: bash 4.4.19
+  Resolution: 3286x1080
+  DE: XFCE
+  WM: Xfwm4
+  WM Theme: Pills
+  GTK Theme: MurrinaCrystalLine [GTK2]
+  Icon Theme: elementary-xfce-dark
+  Font: Sans 10
+  CPU: Intel Core2 Duo T6570 @ 2x 2.101GHz [43.0°C]
+  GPU: Mesa DRI Mobile Intel® GM45 Express Chipset 
+  RAM: 483MiB / 1861MiB
+ 
+ 
+ I'll provide more if requested - THE ICON THEME is key line in screenfetch

** Description changed:

  Noticed this early today; Ubuntu 18.04 laptop using `gpicview` to view
  pictures (an LXDE/Lubuntu program I regularly use).  The 'flip vertical'
  & 'flip horizontal' icons are reversed.
  
  Tested the same thing on 18.10 using XFCE;
  
  1: load `gpicview` or a program that uses the icons, no issue (if using
  other icon themes)
  
  2: going into settings | appearance | icons - change to "elementary-
  xfce-dark"  (or elementary, elementary-dark, elementary-xfce-dark,
  elementary-xfce-darker, elementary-xfce-darkest)
  
  as you use any elementary* icon themes, the flip-horizontal will have a
  vertical icon, and flip-vertical will have a horizontal icon (on
  gpicview window if visible; I had this & appearance window visible &
  altered settings on appearance & saw effect on gpicview window)
  
  to fix - change away from any elementary* icon set.
  
  I confirmed this on original 18.04 laptop (where I noticed it) & my 18.10 
workstation.
  Default (XFCE) Ristretto program doesn't use those icons
  
  // workstation - 18.10  (screenfetch -n)
   guiverc@d960-ubu2
   OS: Ubuntu 18.10 cosmic
   Kernel: x86_64 Linux 4.17.0-7-generic
   Uptime: 4d 15h 5m
   Packages: 3733
   Shell: bash 4.4.19
   Resolution: 2651x2160
   DE: XFCE
   WM: Xfwm4
   WM Theme: Pills
   GTK Theme: GreenLaguna [GTK2]
   Icon Theme: elementary-xfce-dark
   Font: Sans 10
   CPU: Intel Core2 Quad Q9400 @ 4x 2.667GHz [54.0°C]
   GPU: AMD CEDAR (DRM 2.50.0 / 4.17.0-7-generic, LLVM 6.0.1)
   RAM: 3013MiB / 7848MiB
  
  // laptop - 18.04  (screenfetch -n)
-  guiverc@sl510ubu
-  OS: Ubuntu 18.04 bionic
-  Kernel: x86_64 Linux 4.15.0-32-generic
-  Uptime: 2h 24m
-  Packages: 2577
-  Shell: bash 4.4.19
-  Resolution: 3286x1080
-  DE: XFCE
-  WM: Xfwm4
-  WM Theme: Pills
-  GTK Theme: MurrinaCrystalLine [GTK2]
-  Icon Theme: elementary-xfce-dark
-  Font: Sans 10
-  CPU: Intel Core2 Duo T6570 @ 2x 2.101GHz [43.0°C]
-  GPU: Mesa DRI Mobile Intel® GM45 Express Chipset 
-  RAM: 483MiB / 1861MiB
+  guiverc@sl510ubu
+  OS: Ubuntu 18.04 bionic
+  Kernel: x86_64 Linux 4.15.0-32-generic
+  Uptime: 2h 24m
+  Packages: 2577
+  Shell: bash 4.4.19
+  Resolution: 3286x1080
+  DE: XFCE
+  WM: Xfwm4
+  WM Theme: Pills
+  GTK Theme: MurrinaCrystalLine [GTK2]
+  Icon Theme: elementary-xfce-dark
+  Font: Sans 10
+  CPU: Intel Core2 Duo T6570 @ 2x 2.101GHz [43.0°C]
+  GPU: Mesa DRI Mobile Intel® GM45 Express Chipset
+  RAM: 483MiB / 1861MiB
  
- 
- I'll provide more if requested - THE ICON THEME is key line in screenfetch
+ I'll provide more if requested - THE ICON THEME is key line in
+ screenfetch. As my wm-theme (pills) is non-standard; I changed it to a
+ default, still same effect as I've described (tested on 18.10 only)

-- 
You 

[Bug 1788239] Re: remove lhapdf (ftbfs) and demote rdeps

2018-08-21 Thread Steve Langasek
** Changed in: lhapdf (Ubuntu)
   Status: New => Fix Released

** Changed in: herwig++ (Ubuntu)
   Status: New => Invalid

** Changed in: thepeg (Ubuntu)
   Status: New => Invalid

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

Title:
  remove lhapdf (ftbfs) and demote rdeps

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

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

[Bug 1786574] Re: remove i2c-i801 from blacklist

2018-08-21 Thread Anthony Wong
Is there anything I should do to move this bug forward? Thanks.

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

Title:
  remove i2c-i801 from blacklist

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1786574/+subscriptions

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

[Bug 1788332] Re: horizontal & vertical flip icons reversed??

2018-08-21 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => gpicview (Ubuntu)

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

Title:
  horizontal & vertical flip icons reversed??

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

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

[Bug 1788333] Re: package libjpeg62:amd64 1:6b2-2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2018-08-21 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libjpeg62:amd64 1:6b2-2 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/libjpeg6b/+bug/1788333/+subscriptions

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

[Bug 604724] Re: pdftops loses grid lines

2018-08-21 Thread Bug Watch Updater
** Changed in: poppler
   Status: Confirmed => Unknown

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

Title:
  pdftops loses grid lines

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

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

[Bug 293832] Re: printer prints page at wrong position, page cut

2018-08-21 Thread Bug Watch Updater
** Changed in: poppler
   Status: Confirmed => Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to brother-lpr-drivers-extra in Ubuntu.
https://bugs.launchpad.net/bugs/293832

Title:
  printer prints page at wrong position, page cut

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

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

[Bug 276105] Re: easily clean the system of orphaned dependencies

2018-08-21 Thread Bug Watch Updater
** Changed in: packagekit
   Status: Confirmed => Invalid

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

Title:
  easily clean the system of orphaned dependencies

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

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

[Bug 1788333] [NEW] package libjpeg62:amd64 1:6b2-2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2018-08-21 Thread Peter Smerdon
Public bug reported:

no further details known...

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libjpeg62:amd64 1:6b2-2
ProcVersionSignature: Ubuntu 4.15.0-32.35~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-32-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
Date: Sun Aug 19 13:59:09 2018
Dependencies:
 gcc-6-base 6.0.1-0ubuntu1
 libc6 2.23-0ubuntu10
 libgcc1 1:6.0.1-0ubuntu1
 multiarch-support 2.23-0ubuntu10
DuplicateSignature:
 package:libjpeg62:amd64:1:6b2-2
 Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
 dpkg: error processing package libjpeg62:amd64 (--configure):
  package is in a very bad inconsistent state; you should
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2018-01-10 (223 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.4
 apt  1.2.26
SourcePackage: libjpeg6b
Title: package libjpeg62:amd64 1:6b2-2 failed to install/upgrade: package is in 
a very bad inconsistent state; you should  reinstall it before attempting 
configuration
UpgradeStatus: Upgraded to xenial on 2018-08-19 (2 days ago)

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


** Tags: amd64 apport-package xenial

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

Title:
  package libjpeg62:amd64 1:6b2-2 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/libjpeg6b/+bug/1788333/+subscriptions

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

[Bug 293832]

2018-08-21 Thread Impulze
The patch applied to Ubuntu Lucid and proposed in:
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/293832/comments/107
fixed the very same issue for me with a Brother MFC 7820N.
Any comments on the validity and correctness of the patch so we might get it 
fixed in poppler if it's really not a driver issue?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to brother-lpr-drivers-extra in Ubuntu.
https://bugs.launchpad.net/bugs/293832

Title:
  printer prints page at wrong position, page cut

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

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

[Bug 276105]

2018-08-21 Thread Richard Hughes
We moved the upstream bugtracker to GitHub a long time ago. If this issue still 
affects you please re-create the issue here: 
https://github.com/hughsie/PackageKit/issues
 
Sorry for the impersonal message, and fingers crossed your issue no longer 
happens. Thanks.

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

Title:
  easily clean the system of orphaned dependencies

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

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

[Bug 293832]

2018-08-21 Thread Gitlab-migration
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/poppler/poppler/issues/439.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to brother-lpr-drivers-extra in Ubuntu.
https://bugs.launchpad.net/bugs/293832

Title:
  printer prints page at wrong position, page cut

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

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

[Bug 604724]

2018-08-21 Thread Gitlab-migration
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/poppler/poppler/issues/604.

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

Title:
  pdftops loses grid lines

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

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

[Bug 1788332] [NEW] horizontal & vertical flip icons reversed??

2018-08-21 Thread Chris Guiver
Public bug reported:

Noticed this early today; Ubuntu 18.04 laptop using `gpicview` to view
pictures (an LXDE/Lubuntu program I regularly use).  The 'flip vertical'
& 'flip horizontal' icons are reversed.

Tested the same thing on 18.10 using XFCE;

1: load `gpicview` or a program that uses the icons, no issue (if using
other icon themes)

2: going into settings | appearance | icons - change to "elementary-
xfce-dark"  (or elementary, elementary-dark, elementary-xfce-dark,
elementary-xfce-darker, elementary-xfce-darkest)

as you use any elementary* icon themes, the flip-horizontal will have a
vertical icon, and flip-vertical will have a horizontal icon (on
gpicview window if visible; I had this & appearance window visible &
altered settings on appearance & saw effect on gpicview window)

to fix - change away from any elementary* icon set.

I confirmed this on original 18.04 laptop (where I noticed it) & my 18.10 
workstation.
Default (XFCE) Ristretto program doesn't use those icons

guiverc@d960-ubu2:/de2900/xubuntu_32$   screenfetch  -n
 guiverc@d960-ubu2
 OS: Ubuntu 18.10 cosmic
 Kernel: x86_64 Linux 4.17.0-7-generic
 Uptime: 4d 15h 5m
 Packages: 3733
 Shell: bash 4.4.19
 Resolution: 2651x2160
 DE: XFCE
 WM: Xfwm4
 WM Theme: Pills
 GTK Theme: GreenLaguna [GTK2]
 Icon Theme: elementary-xfce-dark
 Font: Sans 10
 CPU: Intel Core2 Quad Q9400 @ 4x 2.667GHz [54.0°C]
 GPU: AMD CEDAR (DRM 2.50.0 / 4.17.0-7-generic, LLVM 6.0.1)
 RAM: 3013MiB / 7848MiB

I'll provide more if requested - THE ICON THEME is key line in
screenfetch

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

** Description changed:

  Noticed this early today; Ubuntu 18.04 laptop using `gpicview` to view
  pictures (an LXDE/Lubuntu program I regularly use).  The 'flip vertical'
  & 'flip horizontal' icons are reversed.
  
  Tested the same thing on 18.10 using XFCE;
  
  1: load `gpicview` or a program that uses the icons, no issue (if using
  other icon themes)
  
  2: going into settings | appearance | icons - change to "elementary-
  xfce-dark"  (or elementary, elementary-dark, elementary-xfce-dark,
  elementary-xfce-darker, elementary-xfce-darkest)
  
  as you use any elementary* icon themes, the flip-horizontal will have a
- vertical icon, and flip-vertical will have a horizontal icon.
+ vertical icon, and flip-vertical will have a horizontal icon (on
+ gpicview window if visible; I had this & appearance window visible &
+ altered settings on appearance & saw effect on gpicview window)
  
  to fix - change away from any elementary* icon set.
  
  I confirmed this on original 18.04 laptop (where I noticed it) & my 18.10 
workstation.
  Default (XFCE) Ristretto program doesn't use those icons
  
- 
  guiverc@d960-ubu2:/de2900/xubuntu_32$   screenfetch  -n
-  guiverc@d960-ubu2
-  OS: Ubuntu 18.10 cosmic
-  Kernel: x86_64 Linux 4.17.0-7-generic
-  Uptime: 4d 15h 5m
-  Packages: 3733
-  Shell: bash 4.4.19
-  Resolution: 2651x2160
-  DE: XFCE
-  WM: Xfwm4
-  WM Theme: Pills
-  GTK Theme: GreenLaguna [GTK2]
-  Icon Theme: elementary-xfce-dark
-  Font: Sans 10
-  CPU: Intel Core2 Quad Q9400 @ 4x 2.667GHz [54.0°C]
-  GPU: AMD CEDAR (DRM 2.50.0 / 4.17.0-7-generic, LLVM 6.0.1)
-  RAM: 3013MiB / 7848MiB
+  guiverc@d960-ubu2
+  OS: Ubuntu 18.10 cosmic
+  Kernel: x86_64 Linux 4.17.0-7-generic
+  Uptime: 4d 15h 5m
+  Packages: 3733
+  Shell: bash 4.4.19
+  Resolution: 2651x2160
+  DE: XFCE
+  WM: Xfwm4
+  WM Theme: Pills
+  GTK Theme: GreenLaguna [GTK2]
+  Icon Theme: elementary-xfce-dark
+  Font: Sans 10
+  CPU: Intel Core2 Quad Q9400 @ 4x 2.667GHz [54.0°C]
+  GPU: AMD CEDAR (DRM 2.50.0 / 4.17.0-7-generic, LLVM 6.0.1)
+  RAM: 3013MiB / 7848MiB
  
  I'll provide more if requested - THE ICON THEME is key line in
  screenfetch

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

Title:
  horizontal & vertical flip icons reversed??

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

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

[Bug 1672822] Re: sound only coming from left speaker on acer predator (fresh install)

2018-08-21 Thread Daniel van Vugt
This bug is open already. It was reopened on 10 July 2018.

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

Title:
  sound only coming from left speaker on acer predator (fresh install)

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

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

[Bug 1788330] [NEW] package luarocks (not installed) failed to install/upgrade: installed luarocks package post-installation script subprocess returned error exit status 1

2018-08-21 Thread Tangent Fox
Public bug reported:

After attempting an install from instructions on https://luarocks.org/
for version 3.0.0 failed, I fell back to the version in Ubuntu's
packages. This failed to install. On Ubuntu 18.04.1 LTS

luarocks:
  Installed: (none)
  Candidate: 2.4.2+dfsg-1
  Version table:
 2.4.2+dfsg-1 500
500 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu bionic/universe i386 Packages

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: luarocks (not installed)
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
NonfreeKernelModules: kpatch_livepatch_Ubuntu_4_15_0_20_21_generic_42
ApportVersion: 2.20.9-0ubuntu7.2
AptOrdering:
 lua-any:amd64: Install
 lua-socket:amd64: Install
 lua-sec:amd64: Install
 luarocks:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Mon Aug 20 09:50:47 2018
ErrorMessage: installed luarocks package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2018-08-20 (1 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3
SourcePackage: luarocks
Title: package luarocks (not installed) failed to install/upgrade: installed 
luarocks package post-installation script subprocess returned error exit status 
1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package bionic

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

Title:
  package luarocks (not installed) failed to install/upgrade: installed
  luarocks package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1788330] Re: package luarocks (not installed) failed to install/upgrade: installed luarocks package post-installation script subprocess returned error exit status 1

2018-08-21 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package luarocks (not installed) failed to install/upgrade: installed
  luarocks package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1788329] [NEW] plasma-discover shouldn't recommend software-properties-kde

2018-08-21 Thread Jeremy Bicha
Public bug reported:

plasma-discover recommends software-properties-kde but that has been
removed and replaced with software-properties-qt.

** Affects: plasma-discover (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: cosmic

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

Title:
  plasma-discover shouldn't recommend software-properties-kde

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-discover/+bug/1788329/+subscriptions

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

[Bug 1491844] Re: Network Manager fails to connect to VPN (AnyConnect) - [vpn-mana ger/nm-vpn-connection.c:1770] get_secrets_cb(): Failed to request VPN secrets #2 : (6) No agents were available for t

2018-08-21 Thread Larry muters
** Changed in: network-manager (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  Network Manager fails to connect to VPN (AnyConnect) - [vpn-mana ger
  /nm-vpn-connection.c:1770] get_secrets_cb(): Failed to request VPN
  secrets #2 : (6) No agents were available for this request

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

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

[Bug 1788232] Re: SRU of LXCFS 3.0.2 (upstream bugfix release)

2018-08-21 Thread Launchpad Bug Tracker
This bug was fixed in the package lxcfs - 3.0.2-0ubuntu1

---
lxcfs (3.0.2-0ubuntu1) cosmic; urgency=medium

  * New upstream bugfix release (LP: #1788232):
- travis: add coverity support
- travis: fix .travis.yml
- meminfo: read shmem from cgroup parameter memory.stat
- meminfo: set ShmemHugePages and ShmemPmdMapped to zero
- bindings: better logging for write_string()
  * Update to new standard (4.2.0)

 -- Stéphane Graber   Tue, 21 Aug 2018 11:44:01
-0400

** Changed in: lxcfs (Ubuntu Cosmic)
   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/1788232

Title:
  SRU of LXCFS 3.0.2 (upstream bugfix release)

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

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

[Bug 1788325] [NEW] no aparece el menu en mi escritorio

2018-08-21 Thread MIGUEL URDANETA
Public bug reported:

quiero actualizar mi ubunto no aparece el menu en mi pantalla de inicio

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: synaptic 0.75.1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-13.53-generic 2.6.38.8
Uname: Linux 2.6.38-13-generic i686
Architecture: i386
Date: Tue Aug 21 22:31:47 2018
ExecutablePath: /usr/sbin/synaptic
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=es_VE:en
 PATH=(custom, no user)
 LANG=es_VE.UTF-8
 SHELL=/bin/bash
SourcePackage: synaptic
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug apport-lpi i386 natty

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

Title:
  no aparece el menu en mi escritorio

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

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

[Bug 1672822] Re: sound only coming from left speaker on acer predator (fresh install)

2018-08-21 Thread matthew p
This is still an issue for my hardware. The workaround in the comments
does seem to work, but honestly it took finally googling the right
phrase after months of trying to find a solution on and off.

If this bug could actually be fixed by reopening it, I would like to see
it reopened because it might help other people out that aren't as lucky
as the people that find this bug ticket.

aplay -l:
 List of PLAYBACK Hardware Devices 
card 0: PCH [HDA Intel PCH], device 0: ALC255 Analog [ALC255 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

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

Title:
  sound only coming from left speaker on acer predator (fresh install)

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

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

[Bug 1766765] Re: xflock4 fails if light-locker installed in /usr/local/bin

2018-08-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xfce4-session (Ubuntu)
   Status: New => Confirmed

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

Title:
  xflock4 fails if light-locker installed in /usr/local/bin

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-session/+bug/1766765/+subscriptions

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

[Bug 1730625] Re: Dragging and dropping files into MPV doesn't work in Wayland sessions

2018-08-21 Thread Daniel van Vugt
mpv (0.29.0-1ubuntu1) cosmic; urgency=medium

  * Rewrote 08_fix-lp1698287.patch to work with the latest mpv source code,
allowing VAAPI to work in Wayland sessions out-of-the-box. (LP: #1698287)
  * Reintroduce mpv.conf.ubuntu to enable VAAPI acceleration by default.
(LP: #1708102)
  * Rebased on latest Debian version 0.29.0-1.

 -- Daniel van Vugt   Thu, 09 Aug 2018
18:04:13 +0800

** Changed in: mpv (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/1730625

Title:
  Dragging and dropping files into MPV doesn't work in Wayland sessions

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

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

[Bug 1785993] Re: Please merge mpv 0.29 from Debian

2018-08-21 Thread Daniel van Vugt
mpv (0.29.0-1ubuntu1) cosmic; urgency=medium

  * Rewrote 08_fix-lp1698287.patch to work with the latest mpv source code,
allowing VAAPI to work in Wayland sessions out-of-the-box. (LP: #1698287)
  * Reintroduce mpv.conf.ubuntu to enable VAAPI acceleration by default.
(LP: #1708102)
  * Rebased on latest Debian version 0.29.0-1.

 -- Daniel van Vugt   Thu, 09 Aug 2018
18:04:13 +0800

** Changed in: mpv (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/1785993

Title:
  Please merge mpv 0.29 from Debian

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

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

[Bug 1720835] Re: mpv --vo=wayland: window close does not work

2018-08-21 Thread Daniel van Vugt
mpv (0.29.0-1ubuntu1) cosmic; urgency=medium

  * Rewrote 08_fix-lp1698287.patch to work with the latest mpv source code,
allowing VAAPI to work in Wayland sessions out-of-the-box. (LP: #1698287)
  * Reintroduce mpv.conf.ubuntu to enable VAAPI acceleration by default.
(LP: #1708102)
  * Rebased on latest Debian version 0.29.0-1.

 -- Daniel van Vugt   Thu, 09 Aug 2018
18:04:13 +0800

** Changed in: mpv (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/1720835

Title:
  mpv --vo=wayland: window close does not work

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

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

[Bug 1740771] Re: the screen keeps locking while I watch video (missing support for Wayland's idle_inhibit_unstable_v1)

2018-08-21 Thread Daniel van Vugt
mpv (0.29.0-1ubuntu1) cosmic; urgency=medium

  * Rewrote 08_fix-lp1698287.patch to work with the latest mpv source code,
allowing VAAPI to work in Wayland sessions out-of-the-box. (LP: #1698287)
  * Reintroduce mpv.conf.ubuntu to enable VAAPI acceleration by default.
(LP: #1708102)
  * Rebased on latest Debian version 0.29.0-1.

 -- Daniel van Vugt   Thu, 09 Aug 2018
18:04:13 +0800

** Changed in: mpv (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/1740771

Title:
  the screen keeps locking while I watch video (missing support for
  Wayland's idle_inhibit_unstable_v1)

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

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

[Bug 1737750] Re: nvidia-graphics-drivers-304 304.137-0ubuntu2 ADT test failure with linux 4.15.0-1.2 [error: implicit declaration of function ‘init_timer’]

2018-08-21 Thread Jarno Suni
I used nvidia-bug-report.sh to report this bug to nvidia. (I had to
email to an address reported by the script.)

Release highlights for the 340 driver:
https://www.nvidia.com/Download/driverResults.aspx/135161/en-us
" The 340.xx legacy Unified Memory kernel module is incompatible with recent 
Linux kernels, and the GPU hardware generations that the 340.xx legacy driver 
series is intended to support do not support Unified Memory."

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

Title:
  nvidia-graphics-drivers-304 304.137-0ubuntu2 ADT test failure with
  linux 4.15.0-1.2 [error: implicit declaration of function
  ‘init_timer’]

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

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

Re: [Bug 1788319] Re: [i915] [Intel Q33] Stuck with low resolution 640x480 only

2018-08-21 Thread Ishu toor
What option should i select after this command?

sudo update-initramfs

There are a few should i use -u or -c?

On Tue, Aug 21, 2018 at 7:15 PM Daniel van Vugt <
daniel.van.v...@canonical.com> wrote:

> NOTE however, after you fix that your machine is likely to then
> encounter bug 1727356. So you will probably also need to apply the
> workaround mentioned in bug 1727356.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1788319
>
> Title:
>   [i915] [Intel Q33] Stuck with low resolution 640x480 only
>
> Status in xorg-server package in Ubuntu:
>   Invalid
>
> Bug description:
>   my actual screen resolution was fine when i installed ubuntu but after
>   an update and restart i am not stuck with 640x400, I am not able to
>   change it to anything better. I have also tried multiple monitors.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 18.04
>   Package: xorg 1:7.7+19ubuntu7.1
>   ProcVersionSignature: Ubuntu 4.15.0-32.35-generic 4.15.18
>   Uname: Linux 4.15.0-32-generic x86_64
>   ApportVersion: 2.20.9-0ubuntu7.2
>   Architecture: amd64
>   BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
>   CompositorRunning: None
>   CurrentDesktop: ubuntu:GNOME
>   Date: Tue Aug 21 18:17:31 2018
>   DistUpgraded: Fresh install
>   DistroCodename: bionic
>   DistroVariant: ubuntu
>   ExtraDebuggingInterest: Yes, including running git bisection searches
>   GraphicsCard:
>Intel Corporation 82Q33 Express Integrated Graphics Controller
> [8086:29d2] (rev 02) (prog-if 00 [VGA controller])
>  Subsystem: Hewlett-Packard Company 82Q33 Express Integrated Graphics
> Controller [103c:281e]
>   InstallationDate: Installed on 2018-08-21 (0 days ago)
>   InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64
> (20180725)
>   MachineType: Hewlett-Packard HP Compaq dc5800 Small Form Factor
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-32-generic
> root=UUID=16a50ee7-8ea6-4158-97f5-89f54516ba7b ro acpi=off noapic nolapic
> edd=on nodmraid nomodeset quiet splash vt.handoff=1
>   Renderer: Software
>   SourcePackage: xorg
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 03/11/2008
>   dmi.bios.vendor: Hewlett-Packard
>   dmi.bios.version: 786F2 v01.06
>   dmi.board.asset.tag: CAC84701FK
>   dmi.board.name: 2820h
>   dmi.board.vendor: Hewlett-Packard
>   dmi.chassis.asset.tag: CAC84701FK
>   dmi.chassis.type: 4
>   dmi.chassis.vendor: Hewlett-Packard
>   dmi.modalias:
> dmi:bvnHewlett-Packard:bvr786F2v01.06:bd03/11/2008:svnHewlett-Packard:pnHPCompaqdc5800SmallFormFactor:pvr:rvnHewlett-Packard:rn2820h:rvr:cvnHewlett-Packard:ct4:cvr:
>   dmi.product.family: 103C_53307F
>   dmi.product.name: HP Compaq dc5800 Small Form Factor
>   dmi.sys.vendor: Hewlett-Packard
>   version.compiz: compiz N/A
>   version.libdrm2: libdrm2 2.4.91-2
>   version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
>   version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
>   version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel
> 2:2.99.917+git20171229-1
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1788319/+subscriptions
>

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

Title:
  [i915] [Intel Q33] Stuck with low resolution 640x480 only

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

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

[Bug 1788322] Re: Approximately every 2mins this is written to syslog - rsyslogd: action 'action 3' resumed (module 'builtin:omfile') [v8.32.0 try http://www.rsyslog.com/e/2359

2018-08-21 Thread Daniel van Vugt
** Package changed: gnome-shell (Ubuntu) => rsyslog (Ubuntu)

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

Title:
  Approximately every 2mins this is written to syslog - rsyslogd: action
  'action 3' resumed (module 'builtin:omfile') [v8.32.0 try
  http://www.rsyslog.com/e/2359

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

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

[Bug 1599950] Re: KDE does not display screen lock after suspension

2018-08-21 Thread Salamander
Okay, yeah, this is not okay. Fix please.

The screen **does** get locked if there's a screen lock timeout set but
without it it comes out of suspension without a lockscreen which is
**not** how other DEs/OSs work and should the very least be warned
against.

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

Title:
  KDE does not display screen lock after suspension

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-baseapps/+bug/1599950/+subscriptions

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

[Bug 1788322] [NEW] Approximately every 2mins this is written to syslog - rsyslogd: action 'action 3' resumed (module 'builtin:omfile') [v8.32.0 try http://www.rsyslog.com/e/2359

2018-08-21 Thread chris pollock
Public bug reported:

I'm not sure this is a bug but instead is a configuration option missing
in the /etc/rsyslog.conf.

This is on a Ubuntu 18.04.1LTS system that was upgraded last week from
16.04.5LTS. The version of rsyslog installed is:

apt-cache policy rsyslog
rsyslog:
  Installed: 8.32.0-1ubuntu4
  Candidate: 8.32.0-1ubuntu4

lsb_release -rd
Description:Ubuntu 18.04.1 LTS
Release:18.04


The complete output is here:

https://pastebin.com/AxYYQaw5

I went to the links noted. The first one http://www.rsyslog.com/e/2359
from what I can read tells me that whatever action is referenced it was
resumed. I assume in this case it refers to this "resumed (module
'builtin:omfile'" The 2nd link http://www.rsyslog.com/e/2007 seems to
give me a fix for this. I've looked for what is mentioned in the 2nd
link in my /etc/rsyslog.conf file and in my /etc/rsyslog.d/50-
default.conf:

The 2nd link refers to this:

"A frequent case for this error message on Debian-based distributions
(like raspbian) is that rsyslog.conf contains the instruction to write
to the xconsole pipe, but this pipe is never read. If so, you can
simply delete these lines to remove the error message. These lines are
usually found at the end of rsyslog.conf."

My current /etc/rsyslog.conf file is here https://pastebin.com/WZVhryNW

If I need to add some lines to the .conf file I'm not sure what they
should be.

** Affects: gnome-shell (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/1788322

Title:
  Approximately every 2mins this is written to syslog - rsyslogd: action
  'action 3' resumed (module 'builtin:omfile') [v8.32.0 try
  http://www.rsyslog.com/e/2359

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

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

[Bug 245620] Re: evince and selection on rotated text

2018-08-21 Thread Christopher M. Penalver
** No longer affects: poppler (Ubuntu)

** Project changed: poppler => poppler (Ubuntu)

** Changed in: poppler (Ubuntu)
   Status: Unknown => New

** Changed in: poppler (Ubuntu)
 Remote watch: freedesktop.org Bugzilla #16619 => None

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

** Description changed:

+ Upstream URL:
+ https://gitlab.freedesktop.org/poppler/poppler/issues/499
+ 
  1) lsb_release -rd
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04
  
  2) apt-cache policy evince
  evince:
-   Installed: 3.14.1-0ubuntu1
-   Candidate: 3.14.1-0ubuntu1
-   Version table:
-  *** 3.14.1-0ubuntu1 0
- 500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 3.14.1-0ubuntu1
+   Candidate: 3.14.1-0ubuntu1
+   Version table:
+  *** 3.14.1-0ubuntu1 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
+ 100 /var/lib/dpkg/status
  
  3) What is expected to happen via the attached document is that one may 
highlight the text that has been rotated at a 45 degree angle, one row at a 
time, just like Adobe Reader 10.x:
  
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/245620/+attachment/314937/+files/m1.pdf
  
  4) What happens instead is it highlights parts of the line, along with 
others, as per the attached screenshot:
  
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/245620/+attachment/314936/+files/Capture-1.png

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

Title:
  evince and selection on rotated text

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

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

[Bug 1788321] [NEW] swapon failed: invalid argument

2018-08-21 Thread superlex
Public bug reported:

Environment:
 - Ubuntu 18.04.1 LTS
 - Linux 4.15.0-32-generic i686

Description:
When I try to mount my swap partition or my swap file, I get "swapon failed: 
invalid argument" .

Steps to reproduce:
1) sudo bash
2) dd if=/dev/zero of=/swapfile bs=1024 count=524288
3) mkswap /swapfile
4) chown root:root /swapfile
5) chmod 0600 /swapfile
6) swapon /swapfile
Last execution returns "swapon failed: invalid argument" .

I'm almost sure it's a bug because I have no problems using Linux
4.15.0-29-generic instead of Linux 4.15.0-32-generic. Also, no problems
using Ubuntu 18.04.1 LTS Live CD.

Regards.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

  Environment:
-  - Ubuntu 18.04.1 LTS
-  - Linux 4.15.0-32-generic i686
+  - Ubuntu 18.04.1 LTS
+  - Linux 4.15.0-32-generic i686
  
  Description:
  When I try to mount my swap partition or my swap file, I get "swapon failed: 
invalid argument" .
  
  Steps to reproduce:
  1) sudo bash
  2) dd if=/dev/zero of=/swapfile bs=1024 count=524288
  3) mkswap /swapfile
  4) chown root:root /swapfile
  5) chmod 0600 /swapfile
  6) swapon /swapfile
- Last execution return "swapon failed: invalid argument" .
+ Last execution returns "swapon failed: invalid argument" .
  
  I'm almost sure it's a bug because I have no problems using Linux
- 4.15.0-29-generic instead of Linux 4.15.0-32-generic.
- 
+ 4.15.0-29-generic instead of Linux 4.15.0-32-generic. Also, no problems
+ using Ubuntu 18.04.1 LTS Live CD.
  
  Regards.

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

Title:
  swapon failed: invalid argument

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

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

[Bug 1787822] Re: gnome-shell[2503]: Object Meta.Background (0x561c9af53600), has been already deallocated - impossible to access to it

2018-08-21 Thread Daniel van Vugt
Thanks, but I don't think that bug report will help. You can probably
close that one.

Instead, I have reported the bug to the Gnome developers here:
https://gitlab.gnome.org/GNOME/gnome-shell/issues/501

** Description changed:

+ https://gitlab.gnome.org/GNOME/gnome-shell/issues/501
+ 
+ ---
+ 
  lsb_release -rd
  Description:  Ubuntu 18.04.1 LTS
  Release:  18.04
  
  apt-cache policy gnome-shell
  gnome-shell:
-   Installed: 3.28.2-0ubuntu0.18.04.1
-   Candidate: 3.28.2-0ubuntu0.18.04.1
-   Version table:
-  *** 3.28.2-0ubuntu0.18.04.1 500
+   Installed: 3.28.2-0ubuntu0.18.04.1
+   Candidate: 3.28.2-0ubuntu0.18.04.1
+   Version table:
+  *** 3.28.2-0ubuntu0.18.04.1 500
  
  Since upgrading from 16.04.5LTS to 18.04.1LTS last Thursday my syslog
  has been filling with the below:
  
  Aug 19 11:34:11 localhost gnome-shell[2503]: Object Meta.Background 
(0x7febd401a470), has been already deallocated - impossible to access to it. 
This might be caused by the fact that the object has been destroyed from C code 
using something such as destroy(), dispose(), or remove() vfuncs
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: == Stack trace for 
context 0x561c9a54e330 ==
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #0 0x561c9a9edbd8 i  
 resource:///org/gnome/shell/ui/background.js:718 (0x7febd000f450 @ 22)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #1 0x561c9a9edb50 i  
 resource:///org/gnome/shell/ui/tweener.js:113 (0x7febd02c7e68 @ 37)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #2 0x7fff0e3e36e0 b  
 resource:///org/gnome/gjs/modules/tweener/tweener.js:208 (0x7febd02d3b38 @ 54)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #3 0x7fff0e3e3830 b  
 resource:///org/gnome/gjs/modules/tweener/tweener.js:337 (0x7febd02d3bc0 @ 
1626)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #4 0x7fff0e3e38e0 b  
 resource:///org/gnome/gjs/modules/tweener/tweener.js:350 (0x7febd02d3c48 @ 100)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #5 0x7fff0e3e3970 b  
 resource:///org/gnome/gjs/modules/tweener/tweener.js:365 (0x7febd02d3cd0 @ 10)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #6 0x7fff0e3e3a60 b  
 resource:///org/gnome/gjs/modules/signals.js:128 (0x7febd02d3230 @ 386)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #7 0x7fff0e3e3b10 b  
 resource:///org/gnome/shell/ui/tweener.js:245 (0x7febd02cf808 @ 159)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #8 0x7fff0e3e3be0 b  
 resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7febd02b5de0 @ 71)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #9 0x7fff0e3e3c80 b  
 resource:///org/gnome/shell/ui/tweener.js:220 (0x7febd02cf780 @ 15)
  
  Following suggestions in previous bug reports about this I went through
  and removed all of my shell extensions:
  
  chris@localhost:~/.local/share/gnome-shell/extensions$ ls -l
  total 0
  chris@localhost:~/.local/share/gnome-shell/extensions$
- --- 
+ ---
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2014-10-24 (1395 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  Package: gnome-shell 3.28.2-0ubuntu0.18.04.1
  PackageArchitecture: amd64
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 4.15.0-32.35-generic 4.15.18
  Tags:  bionic
  Uname: Linux 4.15.0-32-generic x86_64
  UpgradeStatus: Upgraded to bionic on 2018-08-17 (3 days ago)
  UserGroups: adm cdrom dip kvm libvirt libvirtd lpadmin netdev plugdev 
sambashare sudo
  _MarkForUpload: True

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

Title:
  gnome-shell[2503]: Object Meta.Background (0x561c9af53600), has been
  already deallocated - impossible to access to it

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

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

[Bug 265033] Re: Form contents are invisible when cursor leaves field, but data is still saved in form.

2018-08-21 Thread Bug Watch Updater
** Changed in: poppler
   Status: Confirmed => Unknown

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

Title:
  Form contents are invisible when cursor leaves field, but data is
  still saved in form.

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

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

[Bug 248412] Re: Dict does not support pager

2018-08-21 Thread Launchpad Bug Tracker
This bug was fixed in the package dictd - 1.12.1+dfsg-8

---
dictd (1.12.1+dfsg-8) unstable; urgency=medium

  * Ignore errors of update-inetd --disable/--remove, as update-inetd has
recently stared failing on missing /etc/inetd.conf (closes: #906420).
This is not done for --add/--enable, basing on the assumption that if
user selects inetd-mode only if inetd is already installed.
  * Standards-Version: 4.2.0.

 -- Robert Luberda   Sun, 19 Aug 2018 11:33:26 +0200

** Changed in: dictd (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/248412

Title:
  Dict does not support pager

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

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

[Bug 245620] Re: evince and selection on rotated text

2018-08-21 Thread Bug Watch Updater
** Changed in: poppler
   Status: Confirmed => Unknown

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

Title:
  evince and selection on rotated text

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

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

[Bug 1048062] Re: gawk should be a hard dependency and not a recommandation

2018-08-21 Thread Launchpad Bug Tracker
This bug was fixed in the package dictd - 1.12.1+dfsg-8

---
dictd (1.12.1+dfsg-8) unstable; urgency=medium

  * Ignore errors of update-inetd --disable/--remove, as update-inetd has
recently stared failing on missing /etc/inetd.conf (closes: #906420).
This is not done for --add/--enable, basing on the assumption that if
user selects inetd-mode only if inetd is already installed.
  * Standards-Version: 4.2.0.

 -- Robert Luberda   Sun, 19 Aug 2018 11:33:26 +0200

** Changed in: dictd (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/1048062

Title:
  gawk should be a hard dependency and not a recommandation

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

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

[Bug 1788319] Re: [i915] [Intel Q33] Stuck with low resolution 640x480 only

2018-08-21 Thread Daniel van Vugt
NOTE however, after you fix that your machine is likely to then
encounter bug 1727356. So you will probably also need to apply the
workaround mentioned in bug 1727356.

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

Title:
  [i915] [Intel Q33] Stuck with low resolution 640x480 only

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

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

[Bug 1744896] Re: Problem with COMBINING GREEK YPOGEGRAMMENI

2018-08-21 Thread Launchpad Bug Tracker
This bug was fixed in the package dictd - 1.12.1+dfsg-8

---
dictd (1.12.1+dfsg-8) unstable; urgency=medium

  * Ignore errors of update-inetd --disable/--remove, as update-inetd has
recently stared failing on missing /etc/inetd.conf (closes: #906420).
This is not done for --add/--enable, basing on the assumption that if
user selects inetd-mode only if inetd is already installed.
  * Standards-Version: 4.2.0.

 -- Robert Luberda   Sun, 19 Aug 2018 11:33:26 +0200

** Changed in: dictd (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/1744896

Title:
  Problem with COMBINING GREEK YPOGEGRAMMENI

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

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

[Bug 1788319] Re: [i915] [Intel Q33] Stuck with low resolution 640x480 only

2018-08-21 Thread Daniel van Vugt
The problem is that you have "nomodeset" on your kernel command line.
This might have been put there if you have previously experimented with
Nvidia cards...

To fix the problem just:

  1. Edit /etc/default/grub and delete the word "nomodeset".
  2. Run: sudo update-initramfs
  3. Reboot.


** Summary changed:

- not able to get actual screen resolution
+ [i915] [Intel Q33] Stuck with low resolution 640x480 only

** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

** Changed in: xorg-server (Ubuntu)
   Status: New => Invalid

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

Title:
  [i915] [Intel Q33] Stuck with low resolution 640x480 only

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

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

[Bug 245620] [NEW] evince and selection on rotated text

2018-08-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

1) lsb_release -rd
Description:Ubuntu Vivid Vervet (development branch)
Release:15.04

2) apt-cache policy evince
evince:
  Installed: 3.14.1-0ubuntu1
  Candidate: 3.14.1-0ubuntu1
  Version table:
 *** 3.14.1-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
100 /var/lib/dpkg/status

3) What is expected to happen via the attached document is that one may 
highlight the text that has been rotated at a 45 degree angle, one row at a 
time, just like Adobe Reader 10.x:
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/245620/+attachment/314937/+files/m1.pdf

4) What happens instead is it highlights parts of the line, along with others, 
as per the attached screenshot:
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/245620/+attachment/314936/+files/Capture-1.png

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


** Tags: hardy vivid
-- 
evince and selection on rotated text
https://bugs.launchpad.net/bugs/245620
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

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

[Bug 265033]

2018-08-21 Thread Gitlab-migration
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/poppler/poppler/issues/441.

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

Title:
  Form contents are invisible when cursor leaves field, but data is
  still saved in form.

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

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

[Bug 245620]

2018-08-21 Thread Gitlab-migration
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/poppler/poppler/issues/499.

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

Title:
  evince and selection on rotated text

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

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

[Bug 1788245] Status changed to Confirmed

2018-08-21 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  [radeon] bug in the bootin of ubunut

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

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

[Bug 1788320] Missing required logs.

2018-08-21 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1788320

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

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

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

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

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

Title:
  After upgrading from 4.4.0 to 4.15.0 system doesn't boot - ACPI issue

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

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

[Bug 1788166] Status changed to Confirmed

2018-08-21 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  intrupt while coppying the files from bootabled usb

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

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

[Bug 1788286] Status changed to Confirmed

2018-08-21 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  [radeon] The screen collapses after getting out of sleep

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

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

[Bug 1788309] Re: dont know any thing

2018-08-21 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected. 
3. The behavior you actually encountered (in as much detail as possible).
Thanks!


** Package changed: xorg (Ubuntu) => ubuntu

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

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

Title:
  dont know any thing

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

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

[Bug 1777708] Re: Desktop briefly becomes unresponsive when typing on 2 keyboards at the same time

2018-08-21 Thread THIAGO AZEVEDO GARCIA
Same happens to me.

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

Title:
  Desktop briefly becomes unresponsive when typing on 2 keyboards at the
  same time

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

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

[Bug 1788286] Re: [radeon] The screen collapses after getting out of sleep

2018-08-21 Thread Daniel van Vugt
** Summary changed:

- The screen collapses after getting out of sleep
+ [radeon] The screen collapses after getting out of sleep

** Package changed: xorg (Ubuntu) => linux (Ubuntu)

** Tags added: radeon

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

Title:
  [radeon] The screen collapses after getting out of sleep

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

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

[Bug 1788240] Re: After session logout, black screen (screen off, not black)

2018-08-21 Thread Daniel van Vugt
Please have a look in /var/crash for crash files. What do you find?

** Tags added: black-screen

** Tags added: nvidia

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

** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

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

** Changed in: nvidia-graphics-drivers-340 (Ubuntu)
   Status: New => Incomplete

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

Title:
  After session logout, black screen (screen off, not black)

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

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

[Bug 1788245] Re: [radeon] bug in the bootin of ubunut

2018-08-21 Thread Daniel van Vugt
** Summary changed:

- bug in the bootin of ubunut
+ [radeon] bug in the bootin of ubunut

** Tags added: amdgpu radeon

** Package changed: xorg (Ubuntu) => linux (Ubuntu)

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

Title:
  [radeon] bug in the bootin of ubunut

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

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

[Bug 1788166] Re: intrupt while coppying the files from bootabled usb

2018-08-21 Thread Daniel van Vugt
Indeed your CurrentDmesg.txt shows a kernel crash and USB disk errors.
It's not clear to me which is the root cause though.

I suggest the next step to take is to try using a different USB stick,
or just a different USB port.

** Package changed: xorg (Ubuntu) => linux (Ubuntu)

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

Title:
  intrupt while coppying the files from bootabled usb

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

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

[Bug 1748565] Re: Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete (0x0f)

2018-08-21 Thread Daniel van Vugt
This bug is not related to playback failures. Please log a NEW bug for
that by running:

  ubuntu-bug bluez

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

Title:
  Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete
  (0x0f)

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

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

[Bug 1667725] Re: [feature request] make full ppa signing public key available over https

2018-08-21 Thread Launchpad Bug Tracker
This bug was fixed in the package software-properties - 0.96.27

---
software-properties (0.96.27) cosmic; urgency=medium

  * Fix tests (including dep8) when running on non-intel (LP: #1785683).

 -- Scott Moser   Mon, 06 Aug 2018 14:33:31 -0400

** Changed in: software-properties (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/1667725

Title:
  [feature request] make full ppa signing public key available over
  https

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

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

[Bug 1692448] Re: Bluetooth speaker fails to reconnect when turned on (but it tries)

2018-08-21 Thread Daniel van Vugt
** Tags added: bionic cosmic

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

Title:
  Bluetooth speaker fails to reconnect when turned on (but it tries)

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

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

[Bug 1787571] Re: Bluetooth keyboard won't connect again after connection was lost

2018-08-21 Thread Daniel van Vugt
Next, please report the bug to the BlueZ developers here:

https://bugzilla.kernel.org/enter_bug.cgi?product=Drivers=Bluetooth

and then tell us what the new bug ID is.

** Changed in: bluez (Ubuntu)
   Status: New => Incomplete

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

Title:
  Bluetooth keyboard won't connect again after connection was lost

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

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

[Bug 1785683] Re: dep8 tests fail on non-intel

2018-08-21 Thread Launchpad Bug Tracker
This bug was fixed in the package software-properties - 0.96.27

---
software-properties (0.96.27) cosmic; urgency=medium

  * Fix tests (including dep8) when running on non-intel (LP: #1785683).

 -- Scott Moser   Mon, 06 Aug 2018 14:33:31 -0400

** Changed in: software-properties (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/1785683

Title:
  dep8 tests fail on non-intel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1785683/+subscriptions

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

[Bug 1787748] Re: ubuntu.session is trying to write '/usr/share/gnome-session/sessions/ubuntu.session', which is also in gnome-session

2018-08-21 Thread Daniel van Vugt
** Summary changed:

- ubuntu.session is trying to write 
'/usr/share/gnome-session/sessions/ubuntu.session', which is also in the 
gnome-session
+ ubuntu.session is trying to write 
'/usr/share/gnome-session/sessions/ubuntu.session', which is also in 
gnome-session

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

Title:
  ubuntu.session is trying to write '/usr/share/gnome-
  session/sessions/ubuntu.session', which is also in gnome-session

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

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

[Bug 1788320] [NEW] After upgrading from 4.4.0 to 4.15.0 system doesn't boot - ACPI issue

2018-08-21 Thread nomad
Public bug reported:

I'm using Xubuntu in an old system, I'm concerned because other users
looking for a light OS for their old PC wouldn't be able to install or
boot the 18.04 version and above.

With kernel 4.4.0 the system boots without problem (xubuntu 16.04),
after upgrading to kernel 4.15 the system doesn't boot anymore (18.04).
This issue was present when testing kernel 4.13 too.

The install crashes with an error: BIOS bug:8254 timer not connected to
io-apic error on.

Adding any of these commands to the boot allows the system to load
properly:

-acpi=off
-pci=noacpi
-acpi=noirq

I attach the info related.

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

** Attachment added: "files.tar.gz"
   
https://bugs.launchpad.net/bugs/1788320/+attachment/5178960/+files/files.tar.gz

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

Title:
  After upgrading from 4.4.0 to 4.15.0 system doesn't boot - ACPI issue

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

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

[Bug 1787571] Re: Bluetooth keyboard won't connect again after connection was lost

2018-08-21 Thread Daniel van Vugt
You may also wish to test version 5.50 in case it solves the problem:

https://launchpad.net/~bluetooth/+archive/ubuntu/bluez

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

Title:
  Bluetooth keyboard won't connect again after connection was lost

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

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

[Bug 1652282] Re: Xwayland not using XAUTHORITY, prevents root applications from connecting

2018-08-21 Thread Daniel van Vugt
Phillip,

Mutter is not just a binary, but is also the library which provides ALL
the graphics for the login screen and gnome-shell. So yes Ubuntu does
use mutter for everything :)

If your Wayland login option has gone missing then that means the
Wayland backend ("eglnative") of mutter had crashed during startup and
so has been disabled. Please log a NEW bug for that by running:

  ubuntu-bug gnome-shell

on the machine.

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

Title:
  Xwayland not using XAUTHORITY, prevents root applications from
  connecting

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

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

[Bug 1787932] Re: package linux-image-4.4.0-133-generic (not installed) failed to install/upgrade: impossible de copier les données extraites pour « ./boot/vmlinuz-4.4.0-133-generic » vers « /boot/vml

2018-08-21 Thread Alex Murray
The /boot partition is full (see Df.txt attached in comment #1)

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

Title:
  package linux-image-4.4.0-133-generic (not installed) failed to
  install/upgrade: impossible de copier les données extraites pour «
  ./boot/vmlinuz-4.4.0-133-generic » vers «
  /boot/vmlinuz-4.4.0-133-generic.dpkg-new » : échec d'écriture (Aucun
  espace disponible sur le périphérique)

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

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

[Bug 1781316] Re: change front mic location for more lenovo m7/8/9xx machines

2018-08-21 Thread Hui Wang
** Changed in: linux (Ubuntu)
   Status: Incomplete => Fix Committed

** Changed in: hwe-next
   Status: New => Fix Committed

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

Title:
  change front mic location for more lenovo m7/8/9xx machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1781316/+subscriptions

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

[Bug 1181666] Re: gnome-shell randomly blocks mouse clicks from working in app windows

2018-08-21 Thread jv110
Try alt+F5.

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

Title:
  gnome-shell randomly blocks mouse clicks from working in app windows

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

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

[Bug 1788319] [NEW] not able to get actual screen resolution

2018-08-21 Thread Ishu toor
Public bug reported:

my actual screen resolution was fine when i installed ubuntu but after
an update and restart i am not stuck with 640x400, I am not able to
change it to anything better. I have also tried multiple monitors.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-32.35-generic 4.15.18
Uname: Linux 4.15.0-32-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Tue Aug 21 18:17:31 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation 82Q33 Express Integrated Graphics Controller [8086:29d2] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company 82Q33 Express Integrated Graphics 
Controller [103c:281e]
InstallationDate: Installed on 2018-08-21 (0 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: Hewlett-Packard HP Compaq dc5800 Small Form Factor
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-32-generic 
root=UUID=16a50ee7-8ea6-4158-97f5-89f54516ba7b ro acpi=off noapic nolapic 
edd=on nodmraid nomodeset quiet splash vt.handoff=1
Renderer: Software
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/11/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 786F2 v01.06
dmi.board.asset.tag: CAC84701FK
dmi.board.name: 2820h
dmi.board.vendor: Hewlett-Packard
dmi.chassis.asset.tag: CAC84701FK
dmi.chassis.type: 4
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786F2v01.06:bd03/11/2008:svnHewlett-Packard:pnHPCompaqdc5800SmallFormFactor:pvr:rvnHewlett-Packard:rn2820h:rvr:cvnHewlett-Packard:ct4:cvr:
dmi.product.family: 103C_53307F
dmi.product.name: HP Compaq dc5800 Small Form Factor
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


** Tags: amd64 apport-bug bionic ubuntu

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

Title:
  not able to get actual screen resolution

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

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

[Bug 1772259] Re: gnome-terminal won't start

2018-08-21 Thread Kenneth Bandes
Some additional detail, in case it might be useful:
I can launch gnome-terminal using dbus-launch, but not directly.  I can launch 
other terminals (Xfce Terminal) without a problem.  I include some details 
about my system, including locale info, since some people seem to think that is 
implicated in some of these problems.

$ gnome-terminal
# Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: 
Error calling StartServiceByName for org.gnome.Terminal: Timeout was reached

$ dbus-launch gnome-terminal
(succeeds)

$ uname -a
Linux paulus 4.15.0-32-generic #35-Ubuntu SMP Fri Aug 10 17:58:07 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.1 LTS
Release:18.04
Codename:   bionic

$ localectl
   System Locale: LANG=en_US.UTF-8
   VC Keymap: n/a
  X11 Layout: us
   X11 Model: pc105

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

Title:
  gnome-terminal won't start

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

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

[Bug 1788318] [NEW] Screen can't handel :

2018-08-21 Thread Dick Hampikian
Public bug reported:

If the last line of text has a colon as the last printable character the
field is hammered when you bring up saved label.

** Affects: glabels (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/1788318

Title:
  Screen can't handel :

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

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

[Bug 1763520] Re: after upgrade to bionic, printing fails without explanation / logs / debuggability

2018-08-21 Thread Steve Langasek
BTW when I say it was named 'something like [...]', after I changed the
paper size to US Letter and confirmed that printing now worked, I went
back into the dialog and the original paper size name had disappeared.

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

Title:
  after upgrade to bionic, printing fails without explanation / logs /
  debuggability

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1763520/+subscriptions

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

[Bug 1763520] Re: after upgrade to bionic, printing fails without explanation / logs / debuggability

2018-08-21 Thread Steve Langasek
I went into evince's printer settings, and found that under 'Page
Setup', the 'Paper size' had been set to something named 'Letter small
borders' or similar.  So it looks like the severity of the bug could
reasonably reduced since at some point in the past there WAS a user non-
default configuration that triggered this error, and it's not
reproducible by default on bionic if you're just using US Letter as your
paper size.  Nevertheless it still means that after upgrade, a gtk
printer config that was valid ceases to be valid with no obvious
explanation why.

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

Title:
  after upgrade to bionic, printing fails without explanation / logs /
  debuggability

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1763520/+subscriptions

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

[Bug 1788316] [NEW] gimp file conflict

2018-08-21 Thread Jeremy Bicha
Public bug reported:

We need to wait for gimp 2.10.6-2.

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


** Tags: block-proposed

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

Title:
  gimp file conflict

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

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

[Bug 1787822] Re: gnome-shell[2503]: Object Meta.Background (0x561c9af53600), has been already deallocated - impossible to access to it

2018-08-21 Thread chris pollock
I'd like to note that I went here -
https://bitbucket.org/eloy_garcia_pca/wallpaperdownloader/issues/34/ubuntu-1804
-object-metabackground and opened an issue on the current version of the
WallpaperDownloader snap.

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

Title:
  gnome-shell[2503]: Object Meta.Background (0x561c9af53600), has been
  already deallocated - impossible to access to it

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

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

[Bug 1788301] Re: Dist-upgrade failed from bionic to cosmic

2018-08-21 Thread Ubuntu Foundations Team Bug Bot
** Tags added: bionic2cosmic

** Tags added: third-party-packages

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

Title:
  Dist-upgrade failed from bionic to cosmic

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

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

[Bug 1788256] Re: Update fonts-noto-color-emoji to 20180810 release for Unicode 11

2018-08-21 Thread Launchpad Bug Tracker
This bug was fixed in the package fonts-noto-color-emoji - 0~20180810-1

---
fonts-noto-color-emoji (0~20180810-1) unstable; urgency=medium

  * New upstream release (LP: #1788256)
- This major update introduces support for the new Unicode 11 standard

 -- Jeremy Bicha   Tue, 21 Aug 2018 15:26:49 -0400

** Changed in: fonts-noto-color-emoji (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/1788256

Title:
  Update fonts-noto-color-emoji to 20180810 release for Unicode 11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-noto-color-emoji/+bug/1788256/+subscriptions

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

[Bug 1788314] [NEW] Conflict between zfs-linux and s390-tools

2018-08-21 Thread Stéphane Graber
Public bug reported:

Not sure which of the two needs fixing, but there's a path conflict
between zfs-linux and s390-tools which effectively prevents installing
ZFS on s390x in cosmic.

(Reading database ... 83042 files and directories currently installed.)
Preparing to unpack .../zfsutils-linux_0.7.9-3ubuntu5_s390x.deb ...
Unpacking zfsutils-linux (0.7.9-3ubuntu5) ...
dpkg: error processing archive 
/var/cache/apt/archives/zfsutils-linux_0.7.9-3ubuntu5_s390x.deb (--unpack):
 trying to overwrite '/usr/share/initramfs-tools/hooks/zdev', which is also in 
package s390-tools 2.6.0-0ubuntu2
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/zfsutils-linux_0.7.9-3ubuntu5_s390x.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Exit request sent.

** Affects: s390-tools (Ubuntu)
 Importance: High
 Status: Triaged

** Affects: zfs-linux (Ubuntu)
 Importance: High
 Status: Triaged

** Also affects: s390-tools (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: s390-tools (Ubuntu)
   Status: New => Triaged

** Changed in: zfs-linux (Ubuntu)
   Status: New => Triaged

** Changed in: s390-tools (Ubuntu)
   Importance: Undecided => High

** Changed in: zfs-linux (Ubuntu)
   Importance: Undecided => High

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

Title:
  Conflict between zfs-linux and s390-tools

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

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

  1   2   3   4   5   6   7   8   >