[Bug 1740019] Re: Gigabyte AB350 and Radeon Pro WX2100 won't boot

2018-01-02 Thread LCID Fire
> Please file an upstream bug

Done: https://bugs.freedesktop.org/show_bug.cgi?id=104472

** Bug watch added: freedesktop.org Bugzilla #104472
   https://bugs.freedesktop.org/show_bug.cgi?id=104472

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

Title:
  Gigabyte AB350 and Radeon Pro WX2100 won't boot

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

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

[Bug 589442] Re: drives mounted on the desktop are displayed unordered

2018-01-02 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New => Expired

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

Title:
  drives mounted on the desktop are displayed unordered

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

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

[Bug 298654] Re: Icons of removable drives don't appear at the first available place

2018-01-02 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New => Expired

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

Title:
  Icons of removable drives don't appear at the first available place

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

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

[Bug 1690719] Re: Mouse randomly pauses/stutters in gnome shell. It's not perfectly smooth.

2018-01-02 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Changed in: mutter (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

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

Title:
  Mouse randomly pauses/stutters in gnome shell. It's not perfectly
  smooth.

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

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

[Bug 1726930] Re: System fails to start (boot) on battery due to read-only root file-system

2018-01-02 Thread Kai-Heng Feng
This is more likely to be a kernel bug.

Please attach output of `hdparm -I /dev/sdX` here.

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

Title:
  System fails to start (boot) on battery due to read-only root file-
  system

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

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

[Bug 1739625] Re: Mouse events pass through pure Wayland windows

2018-01-02 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Changed in: mutter (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

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

Title:
  Mouse events pass through pure Wayland windows

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

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

[Bug 1734856] zesty lsblk output

2018-01-02 Thread bugproxy
--- Comment (attachment only) From prudm...@in.ibm.com 2018-01-03 02:16 
EDT---


** Attachment added: "zesty lsblk output"
   
https://bugs.launchpad.net/bugs/1734856/+attachment/5030361/+files/zesty_lsblk_output

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

Title:
  Can't boot VM with more than 16 disks (slof buffer issue)

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

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

[Bug 1734856] Comment bridged from LTC Bugzilla

2018-01-02 Thread bugproxy
--- Comment From prudm...@in.ibm.com 2018-01-03 02:12 EDT---
Tested, it  is working fine in both xenial and zesty.

information of zesty:
---
1)kernel level
root@ltc-fire4:/var/lib/libvirt/images# uname -a
Linux ltc-fire4 4.10.0-42-generic #46-Ubuntu SMP Mon Dec 4 14:35:45 UTC 2017 
ppc64le ppc64le ppc64le GNU/Linux
root@ltc-fire4:/var/lib/libvirt/images#

2) slof package level:slof package level:
root@ltc-fire4:/var/lib/libvirt/images# dpkg -l | grep slof
ii  qemu-slof 20161019+dfsg-1ubuntu0.1  
all  Slimline Open Firmware -- QEMU PowerPC version

3) Recreation steps:
i) Prep a guest
ii) Remove in the os section

iii) Add this on your former primary disk:

iv) And then add the xml content generated with:
echo "" > disk.xml;
for i in {1..24}; do
h=$(printf "\x$(printf %x $((98+$i)))")
echo "" >> disk.xml
qemu-img create -f qcow2 
/var/lib/uvtool/libvirt/images/cpaelzer-bionic-t$i.qcow 1M
echo "" >> disk.xml
qemu-img create -f qcow2 
/var/lib/uvtool/libvirt/images/cpaelzer-bionic-tb$i.qcow 1M
done
v) virsh start guest-name --console

4)will be attaching guest xml and ouput of lsblk command output from the
guest.

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

Title:
  Can't boot VM with more than 16 disks (slof buffer issue)

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

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

[Bug 1734856] zesty guest xml

2018-01-02 Thread bugproxy
--- Comment (attachment only) From prudm...@in.ibm.com 2018-01-03 02:16 
EDT---


** Attachment added: "zesty guest xml"
   
https://bugs.launchpad.net/bugs/1734856/+attachment/5030360/+files/zesty_guest_xml

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

Title:
  Can't boot VM with more than 16 disks (slof buffer issue)

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

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

[Bug 1581799] Re: radeon driver hangs : nothing else that static effect on display

2018-01-02 Thread Kai-Heng Feng
Please file an upstream bug at https://bugs.freedesktop.org/
Product: DRI
Component: DRM/radeon

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

Title:
  radeon driver hangs : nothing else that static effect on display

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

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

[Bug 1688029] Re: package libcdt5 (not installed) failed to install/upgrade: pacotes em conflito - não irá instalar libcdt5

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

** Changed in: graphviz (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/1688029

Title:
  package libcdt5 (not installed) failed to install/upgrade: pacotes em
  conflito - não irá instalar libcdt5

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

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

[Bug 1731606] Re: package libpam-systemd:amd64 229-4ubuntu21 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

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

** Changed in: systemd (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/1731606

Title:
  package libpam-systemd:amd64 229-4ubuntu21 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

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

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

[Bug 1732056] Re: Touchpad stops working after a few seconds in Lenovo ideapad 320

2018-01-02 Thread Kai-Heng Feng
** Changed in: linux-oem (Ubuntu)
   Importance: High => Medium

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

Title:
  Touchpad stops working after a few seconds in Lenovo ideapad 320

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

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

[Bug 1736947] Re: Very long boot time with Chelsio T320 10GBASE-R RNIC adapter

2018-01-02 Thread Kai-Heng Feng
** Also affects: rdma-core (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/1736947

Title:
  Very long boot time with Chelsio T320 10GBASE-R RNIC adapter

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

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

[Bug 713224] Re: New desktop icons are not aligned "to the grid"

2018-01-02 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed => Expired

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

Title:
  New desktop icons are not aligned "to the grid"

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

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

[Bug 40872] Re: Desktop icons are allowed to overlap

2018-01-02 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed => Expired

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

Title:
  Desktop icons are allowed to overlap

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

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

[Bug 1661876] Re: [Asus UX360UA] battery status in unity-panel is not changing when battery is being charged

2018-01-02 Thread Kai-Heng Feng
Please try this Linux kernel:
http://people.canonical.com/~khfeng/lp1661876/

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

Title:
  [Asus UX360UA] battery status in unity-panel is not changing when
  battery is being charged

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

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

[Bug 1711104] Comment bridged from LTC Bugzilla

2018-01-02 Thread bugproxy
--- Comment From shriy...@in.ibm.com 2018-01-03 01:34 EDT---
Tested on Ubuntu 16.04.03 , kernel : 4.10.0-43-generic
--
Hardware : P9 Witherspoon + DD2.1

Testing looks fine.

root@ltc-wspoon12:~# uname -a
Linux ltc-wspoon12 4.10.0-43-generic #47~16.04.1-Ubuntu SMP Wed Dec 13 19:21:53 
UTC 2017 ppc64le ppc64le ppc64le GNU/Linux

Results :
=
root@ltc-wspoon12:~# perf stat -e r4d05e -- sleep 1

Performance counter stats for 'sleep 1':

98,250  r4d05e

1.000861597 seconds time elapsed

root@ltc-wspoon12:~# perf stat -e r4d05e -- sleep 2

Performance counter stats for 'sleep 2':

98,603  r4d05e

2.000723944 seconds time elapsed

root@ltc-wspoon12:~# perf stat -e r3e054 -- sleep 3

Performance counter stats for 'sleep 3':

9,167  r3e054

3.000673888 seconds time elapsed

root@ltc-wspoon12:~# perf stat -e r400f0 -- sleep 3

Performance counter stats for 'sleep 3':

9,143  r400f0

3.000728772 seconds time elapsed

root@ltc-wspoon12:~# perf stat -e r200f4 -- sleep 3

Performance counter stats for 'sleep 3':

751,349  r200f4

3.000665969 seconds time elapsed

root@ltc-wspoon12:~# perf stat -e r400fa -- sleep 3

Performance counter stats for 'sleep 3':

563,389  r400fa

3.000760674 seconds time elapsed

root@ltc-wspoon12:~# perf stat -e r500fa -- sleep 3

Performance counter stats for 'sleep 3':

563,902  r500fa

3.000681230 seconds time elapsed

root@ltc-wspoon12:~# perf record -e r67340101ea ls
perf.data
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.006 MB perf.data (5 samples) ]

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

Title:
  [P9][Ubuntu 16.04.03] Additional PMU fixes for P9

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

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

[Bug 1722060] Re: Some programs (e.g. Widelands) crash when playing sounds with sdl2 2.0.6

2018-01-02 Thread Quin
Red Eclipse is not affected by this bug as of v1.6.0 as we've added a
check for SDL v2.0.6 and disable sound output if it is detected.

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

Title:
  Some programs (e.g. Widelands) crash when playing sounds with sdl2
  2.0.6

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

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

[Bug 1740438] Re: Kernel has troule recognizing Corsair Harpoon RGB mouse

2018-01-02 Thread Kai-Heng Feng
Please try this Linux kernel:
http://people.canonical.com/~khfeng/lp1740438/

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

Title:
  Kernel has troule recognizing Corsair Harpoon RGB mouse

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

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

[Bug 1740997] [NEW] package systemd 235-3ubuntu2 failed to install/upgrade: triggers looping, abandoned

2018-01-02 Thread Drew Balliet
Public bug reported:

systemd and dpkg crashed during dist-upgrade from artful to bionic

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: systemd 235-3ubuntu2
ProcVersionSignature: Ubuntu 4.14.0-11.13-generic 4.14.3
Uname: Linux 4.14.0-11-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.8-0ubuntu5
Architecture: amd64
Date: Tue Jan  2 20:00:27 2018
ErrorMessage: triggers looping, abandoned
InstallationDate: Installed on 2016-11-01 (428 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
MachineType: Hewlett-Packard HP Z420 Workstation
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.14.0-11-generic 
root=UUID=836402c4-db45-4f3c-adf2-0a1cfe22af77 ro quiet splash 
crashkernel=384M-:128M vt.handoff=7
Python3Details: /usr/bin/python3.6, Python 3.6.4, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14+, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.19.0.4ubuntu1
 apt  1.6~alpha5
SourcePackage: systemd
SystemdDelta:
 [EXTENDED]   /etc/systemd/system/display-manager.service → 
/lib/systemd/system/display-manager.service.d/xdiagnose.conf
 [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
 [EXTENDED]   /lib/systemd/system/user@.service → 
/lib/systemd/system/user@.service.d/timeout.conf
 
 3 overridden configuration files found.
Title: package systemd 235-3ubuntu2 failed to install/upgrade: triggers 
looping, abandoned
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/17/2016
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: J61 v03.91
dmi.board.name: 1589
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 0.00
dmi.chassis.type: 6
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrJ61v03.91:bd10/17/2016:svnHewlett-Packard:pnHPZ420Workstation:pvr:rvnHewlett-Packard:rn1589:rvr0.00:cvnHewlett-Packard:ct6:cvr:
dmi.product.family: 103C_53335X G=D
dmi.product.name: HP Z420 Workstation
dmi.sys.vendor: Hewlett-Packard

** Affects: systemd (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/1740997

Title:
  package systemd 235-3ubuntu2 failed to install/upgrade: triggers
  looping, abandoned

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

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

[Bug 1740997] Re: package systemd 235-3ubuntu2 failed to install/upgrade: triggers looping, abandoned

2018-01-02 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/1740997

Title:
  package systemd 235-3ubuntu2 failed to install/upgrade: triggers
  looping, abandoned

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

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

[Bug 1740791] Re: [needs-packaging] sstp-client

2018-01-02 Thread enaess
** Changed in: ubuntu
   Status: New => Fix Committed

** Changed in: ubuntu
 Assignee: (unassigned) => enaess (eivnaes)

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

Title:
  [needs-packaging] sstp-client

To manage notifications about this bug go to:
https://bugs.launchpad.net/sstp-client-package/+bug/1740791/+subscriptions

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

[Bug 1740930] Re: Mc does not preserve time stamp when copying from tar.gz archive

2018-01-02 Thread Bug Watch Updater
** Changed in: mc
   Status: Unknown => Fix Released

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

Title:
  Mc does not preserve time stamp when copying from tar.gz archive

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

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

[Bug 363293] Re: "Overscaled" desktop icons behave strange

2018-01-02 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed => Expired

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

Title:
  "Overscaled" desktop icons behave strange

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

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

[Bug 83431] Re: desktop launcher rename reverted when changing tab

2018-01-02 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed => Expired

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

Title:
  desktop launcher rename reverted when changing tab

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

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

[Bug 105132] Re: nautilus desktop: icon texts are not centered with the icons

2018-01-02 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New => Expired

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

Title:
  nautilus desktop: icon texts are not centered with the icons

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

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

[Bug 1740930] Re: Mc does not preserve time stamp when copying from tar.gz archive

2018-01-02 Thread Yury V. Zaytsev
This bug is fixed in 4.8.20.

** Bug watch added: Midnight Commander Bug Tracker #3821
   http://midnight-commander.org/ticket/3821

** Also affects: mc via
   http://midnight-commander.org/ticket/3821
   Importance: Unknown
   Status: Unknown

** Changed in: mc (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/1740930

Title:
  Mc does not preserve time stamp when copying from tar.gz archive

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

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

[Bug 1740793] Re: [needs-packaging] network-manager-sstp

2018-01-02 Thread enaess
** Changed in: ubuntu
   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/1740793

Title:
  [needs-packaging] network-manager-sstp

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

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

[Bug 1740992] [NEW] cann't install ubantu due to following

2018-01-02 Thread vishal jariwala
Public bug reported:

i'm trying to do dual boot with windows 10
i followed these steps:
1) unallocating 30 gb space drive
2) trying to install through USB drive
3) getting this error "errorno 5 cd/dvd.."

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.8.13
ProcVersionSignature: Ubuntu 4.4.0-31.50~14.04.1-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
CasperVersion: 1.340.2
Date: Wed Jan  3 10:50:13 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 14.04.5 LTS "Trusty Tahr" - Release amd64 (20160803)
ProcEnviron:
 LANGUAGE=en_IN
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  cann't install ubantu due to following

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

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

[Bug 1740991] Missing required logs.

2018-01-02 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 1740991

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

Title:
  Ubuntu 16.04.3 LTS touchpad not work (asus x454L)

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

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

[Bug 1739622] Re: Please remove python-poppler from Ubuntu

2018-01-02 Thread Launchpad Bug Tracker
This bug was fixed in the package gourmet - 0.17.4-4ubuntu1

---
gourmet (0.17.4-4ubuntu1) bionic; urgency=medium

  * Drop dependency on python-poppler, and don't ship the printing plugin;
better to drop printing support than to have the package removed while
awaiting an upstream rework of the printing.  LP: #1739622.

 -- Steve Langasek   Tue, 02 Jan 2018
17:51:08 -0800

** Changed in: gourmet (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/1739622

Title:
  Please remove python-poppler from Ubuntu

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

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

[Bug 1734147] Re: Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models

2018-01-02 Thread Jeff80z
I dont have any issue with new ubuntu on lenovo ideapad310 amd A10.I
play on bios like piano,swap original hdd with win10 to ssd with
ubuntu,change bios from legacy to uefi.Boot from usb,cdrom and NO
ISSUE!!! Even when newest release burn my laptop i stay with
ubuntu.Before judge ubuntu creators look around and think yourself WHY
most of computers store have LOT NEW AND REFURBISH lenovo for cheap?

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

Title:
  Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models

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

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

[Bug 1740991] [NEW] Ubuntu 16.04.3 LTS touchpad not work (asus x454L)

2018-01-02 Thread sharid
Public bug reported:

I have installed Ubuntu 16.04.3 LTS two time on my ASUS x454L laptop
both time laptop touchpad not work at all. i applied many method nothing
does work .

** Affects: linux (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/1740991

Title:
  Ubuntu 16.04.3 LTS touchpad not work (asus x454L)

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

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

[Bug 1631367] Re: Error in sys.excepthook: ModuleNotFoundError: No module named 'apt_pkg'

2018-01-02 Thread Jeff Silverman
I tried this and it worked.  I didn't need to get pip because I already
had it, but that's okay, I construe it as an "abundance of caution" step
and I commend you.

BEFORE:
```
>>> dir(rdatatype)
Traceback (most recent call last):
  File "", line 1, in 
NameError: name 'rdatatype' is not defined
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in 
apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
  File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in 

from apport.report import Report
  File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in 

import apport.fileutils
  File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in 

from apport.packaging_impl import impl as packaging
  File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 24, 
in 
import apt
  File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in 

import apt_pkg
ModuleNotFoundError: No module named 'apt_pkg'

Original exception was:
Traceback (most recent call last):
  File "", line 1, in 
NameError: name 'rdatatype' is not defined
>>> 
```

After:
```
>>> dir(rdatatype)
Traceback (most recent call last):
  File "", line 1, in 
NameError: name 'rdatatype' is not defined
>>> 

```

IMHO, you have the correct fix for this issue.  You probably already
knew that.

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

Title:
  Error in sys.excepthook: ModuleNotFoundError: No module named
  'apt_pkg'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.6/+bug/1631367/+subscriptions

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

[Bug 1652880] Re: gtk-doc doesn't work with cmake

2018-01-02 Thread Bruce Mitchener
The patch on https://bugzilla.gnome.org/show_bug.cgi?id=792148 should
fix this issue.

** Bug watch added: GNOME Bug Tracker #792148
   https://bugzilla.gnome.org/show_bug.cgi?id=792148

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

Title:
  gtk-doc doesn't work with cmake

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk-doc/+bug/1652880/+subscriptions

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

[Bug 1734147] Re: Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models

2018-01-02 Thread Leó Kolbeinsson
reply to Juan Felipe (hacktt) #435

yes a few steps closer

Yes I also booted into Windows 10 GUI and tried to re-flash the BIOS.
I am running InsidyeH ver 1.37 and that is the latest version for my machine so 
I was unable to update.
My uderstanding is that you can only flash a new version - so reflashing will 
not work.

Has anyone had contact with Insyde BIOS? Possibly a new version of the
BIOS would be able to flash successfully.

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

Title:
  Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models

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

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

[Bug 1171025] Re: Internal hard disk partition cannot be mounted manually

2018-01-02 Thread Manodhar Nainwal
Error mounting /dev/sda2 at /media/manodhar/6E3E3DE33E3DA4CD: Command-line 
`mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" 
"/dev/sda2" "/media/manodhar/6E3E3DE33E3DA4CD"' exited with non-zero exit 
status 14: Windows is hibernated, refused to mount.
Failed to mount '/dev/sda2': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.

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

Title:
  Internal hard disk partition cannot be mounted manually

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

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

[Bug 1592731] Re: bzr fails to build in xenial

2018-01-02 Thread Steve Langasek
** Changed in: bzr (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/1592731

Title:
  bzr fails to build in xenial

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

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

[Bug 1739622] Re: Please remove python-poppler from Ubuntu

2018-01-02 Thread Steve Langasek
** Changed in: gourmet (Ubuntu)
 Assignee: (unassigned) => Steve Langasek (vorlon)

** Changed in: gourmet (Ubuntu)
   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/1739622

Title:
  Please remove python-poppler from Ubuntu

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

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

[Bug 1740019] Re: Gigabyte AB350 and Radeon Pro WX2100 won't boot

2018-01-02 Thread Kai-Heng Feng
Please file an upstream bug at https://bugs.freedesktop.org/
Product: DRI
Component: DRM/amdgpu

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

Title:
  Gigabyte AB350 and Radeon Pro WX2100 won't boot

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

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

[Bug 1740989] [NEW] I was installing and the system said some file could not be found, I clicked skip, then seconds later ubuquity crashed. Running OC'd to all hell so might have been hardware error

2018-01-02 Thread Will Oiffer
Public bug reported:

1800x Ryzen 7 @ 3.85ghz with mhz ram. Has been mostly stable with windows 
use but not 100%
Possibly the crash was the result of your installer not having amd-microcode 
package installed or possibly it was that my OC caused something to segfault in 
the Ubiquity installer or a child process of it, but I have had similar 
problems with Lubuntu installer on other machines with stock clocks on stable 
hardware.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: ubiquity 17.10.10
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
CasperVersion: 1.387
Date: Tue Jan  2 23:24:29 2018
LiveMediaBuild: Lubuntu 17.10 "Artful Aardvark" - Release amd64 (20171017.1)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful

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

Title:
  I was installing and the system said some file could not be found, I
  clicked skip, then seconds later ubuquity crashed. Running OC'd to all
  hell so might have been hardware error

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

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

[Bug 1211699] Re: radeon + mir_demo_standalone_render_surfaces = corrupt textures

2018-01-02 Thread Launchpad Bug Tracker
[Expired for mir (Ubuntu) because there has been no activity for 60
days.]

** Changed in: mir (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/1211699

Title:
  radeon + mir_demo_standalone_render_surfaces = corrupt textures

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

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

[Bug 1341490] Re: Bumping the client ABI causes CI failures

2018-01-02 Thread Launchpad Bug Tracker
[Expired for mir (Ubuntu) because there has been no activity for 60
days.]

** Changed in: mir (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/1341490

Title:
  Bumping the client ABI causes CI failures

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

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

[Bug 1304372] Re: cross compile chroot fails under non-English locales

2018-01-02 Thread Launchpad Bug Tracker
[Expired for mir (Ubuntu) because there has been no activity for 60
days.]

** Changed in: mir (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/1304372

Title:
  cross compile chroot fails under non-English locales

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

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

[Bug 1216329] Re: unity-system-compositor crashed with SIGSEGV in ~task_cleanup

2018-01-02 Thread Launchpad Bug Tracker
[Expired for mir (Ubuntu) because there has been no activity for 60
days.]

** Changed in: mir (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/1216329

Title:
  unity-system-compositor crashed with SIGSEGV in ~task_cleanup

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

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

[Bug 1656979] Re: No support for DHE ciphers (TLS)

2018-01-02 Thread Launchpad Bug Tracker
[Expired for openldap (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openldap (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/1656979

Title:
  No support for DHE ciphers (TLS)

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

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

[Bug 1716819] Re: Ubuntu 17.04 does not wake up from suspension on MacBook Air 7, 2

2018-01-02 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Ubuntu 17.04 does not wake up from suspension on MacBook Air 7,2

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

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

[Bug 1729600] Re: package linux-image-extra-3.13.0-132-generic 3.13.0-132.181 failed to install/upgrade: aliprosessi komentotiedosto post-removal asennettu palautti virhetilakoodin 1

2018-01-02 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package linux-image-extra-3.13.0-132-generic 3.13.0-132.181 failed to
  install/upgrade: aliprosessi komentotiedosto post-removal asennettu
  palautti virhetilakoodin 1

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

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

[Bug 1729809] Re: Ubuntu 17.10 freeze

2018-01-02 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Ubuntu 17.10 freeze

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

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

[Bug 1702813] Re: Screen rotates 90 degrees after approx. 2 hour user session.

2018-01-02 Thread Launchpad Bug Tracker
[Expired for iio-sensor-proxy (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: iio-sensor-proxy (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/1702813

Title:
  Screen rotates 90 degrees after approx. 2 hour user session.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iio-sensor-proxy/+bug/1702813/+subscriptions

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

[Bug 1729595] Re: package mysql-server-5.7 5.7.20-0ubuntu0.17.04.1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2018-01-02 Thread Launchpad Bug Tracker
[Expired for mysql-5.7 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-5.7 (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/1729595

Title:
  package mysql-server-5.7 5.7.20-0ubuntu0.17.04.1 failed to
  install/upgrade: sub-processo script post-installation instalado
  retornou estado de saída de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1729595/+subscriptions

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

[Bug 1726885] Re: gnome-control-center crashed with SIGSEGV in gdk_x11_device_manager_xi2_translate_event()

2018-01-02 Thread Launchpad Bug Tracker
[Expired for gnome-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-control-center (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/1726885

Title:
  gnome-control-center crashed with SIGSEGV in
  gdk_x11_device_manager_xi2_translate_event()

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

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

[Bug 1698788] Re: package mysql-server-5.6 5.6.16-1~exp1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2018-01-02 Thread Launchpad Bug Tracker
[Expired for mysql-5.6 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-5.6 (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/1698788

Title:
  package mysql-server-5.6 5.6.16-1~exp1 failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1698788/+subscriptions

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

[Bug 1729847] Re: package gnome-getting-started-docs (not installed) failed to install/upgrade: aucun paquet nommé « gnome-getting-started-docs » n'est installé, configuration impossible

2018-01-02 Thread Launchpad Bug Tracker
[Expired for gnome-getting-started-docs (Ubuntu) because there has been
no activity for 60 days.]

** Changed in: gnome-getting-started-docs (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/1729847

Title:
  package gnome-getting-started-docs (not installed) failed to
  install/upgrade: aucun paquet nommé « gnome-getting-started-docs »
  n'est installé, configuration impossible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-getting-started-docs/+bug/1729847/+subscriptions

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

[Bug 1727020] Re: gnome-control-center crashed with SIGSEGV in dconf_engine_manage_queue()

2018-01-02 Thread Launchpad Bug Tracker
[Expired for gnome-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-control-center (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/1727020

Title:
  gnome-control-center crashed with SIGSEGV in
  dconf_engine_manage_queue()

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

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

[Bug 1727843] Re: gnome-control-center crashed with SIGSEGV in mobile_connection_changed_cb

2018-01-02 Thread Launchpad Bug Tracker
[Expired for gnome-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-control-center (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/1727843

Title:
  gnome-control-center crashed with SIGSEGV in
  mobile_connection_changed_cb

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

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

[Bug 1738224] Re: Suspend broken after kernel upgrade

2018-01-02 Thread Kai-Heng Feng
Thanks for the info.

Please reopen this bug once the issue appears again.

** Changed in: linux (Ubuntu)
   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/1738224

Title:
  Suspend broken after kernel upgrade

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

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

[Bug 404363] Re: desktop icons aren't aligned automatically in RTL languages (Hebrew, Arabic, Persian)

2018-01-02 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed => Expired

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

Title:
  desktop icons aren't aligned automatically in RTL languages (Hebrew,
  Arabic, Persian)

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

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

[Bug 391697] Re: Columns of desktop icons not evenly spaced

2018-01-02 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New => Expired

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

Title:
  Columns of desktop icons not evenly spaced

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

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

[Bug 292465] Re: "Keep Aligned" right click menu option should not allow desktop icon overlap

2018-01-02 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed => Expired

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

Title:
  "Keep Aligned" right click menu option should not allow desktop icon
  overlap

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

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

[Bug 380312] Re: SVG thumbnails are pixelated

2018-01-02 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New => Expired

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

Title:
  SVG thumbnails are pixelated

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

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

[Bug 1720493] Re: Segmentation fault on loading map even in safe mode

2018-01-02 Thread Plasma
I believe this crash to be caused by a bug in libsdl2 version 2.0.6 in
Artful. See
https://bugs.launchpad.net/ubuntu/+source/libsdl2/+bug/1722060

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

Title:
  Segmentation fault on loading map even in safe mode

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

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

[Bug 1722060] Re: Some programs (e.g. Widelands) crash when playing sounds with sdl2 2.0.6

2018-01-02 Thread Plasma
** Also affects: redeclipse (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/1722060

Title:
  Some programs (e.g. Widelands) crash when playing sounds with sdl2
  2.0.6

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

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

[Bug 1715582] Re: "Operation not supported by backend" when backing up to smb server

2018-01-02 Thread Launchpad Bug Tracker
This bug was fixed in the package deja-dup - 37.1-0ubuntu1

---
deja-dup (37.1-0ubuntu1) bionic; urgency=medium

  * New upstream release
- Fixes crash when restoring missing files (LP: #1729935)
- Updates smb error to be clearer (LP: #1715582)

 -- Michael Terry   Tue, 02 Jan 2018 17:12:49 -0500

** Changed in: deja-dup (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/1715582

Title:
  "Operation not supported by backend" when backing up to smb server

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1715582/+subscriptions

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

[Bug 1722060] Re: Some programs (e.g. Widelands) crash when playing sounds with sdl2 2.0.6

2018-01-02 Thread Plasma
** Also affects: openarena (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/1722060

Title:
  Some programs (e.g. Widelands) crash when playing sounds with sdl2
  2.0.6

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

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

[Bug 1505409] Re: gnome-shell crashed with SIGTRAP in x_io_error() from _XIOError() from _XEventsQueued() from XPending() from gdk_check_xpending() ["Connection to xwayland lost"]

2018-01-02 Thread Daniel van Vugt
Happy 2018.

Now we've got Xwayland leaving core files when it crashes (fixed in
mutter 3.26.2), we still see very few Xwayland crashes. Too few to
account for most (90%+) of the instances of this bug...

 https://errors.ubuntu.com/?package=xwayland=month
 https://errors.ubuntu.com/?package=gnome-shell=month

So the most likely explanation I can think of now is that Xwayland is
exiting prematurely, in some way that looks like an unexpected crash to
its parent (mutter code in the gnome-shell process). We'll need to look
for possible ways Xwayland might exit prematurely without dumping
core...

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

Title:
  gnome-shell crashed with SIGTRAP in x_io_error() from _XIOError() from
  _XEventsQueued() from XPending() from gdk_check_xpending()
  ["Connection to xwayland lost"]

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

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

[Bug 1729521] Re: [shortcut key]no short cut key setting in contrl center

2018-01-02 Thread zhangheng
** Changed in: ubuntukylin
   Status: Confirmed => Fix Committed

** Changed in: ukui-control-center (Ubuntu)
   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/1729521

Title:
  [shortcut key]no short cut key setting in contrl center

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

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

[Bug 1729519] Re: [controlcenter] no brightness setting in control center

2018-01-02 Thread zhangheng
** Changed in: ubuntukylin
   Status: Confirmed => Fix Committed

** Changed in: ukui-control-center (Ubuntu)
   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/1729519

Title:
  [controlcenter] no brightness setting in control center

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

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

[Bug 1729482] Re: Dropbox icon does not display correctly in some of the notification areas.

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

** Changed in: caja-dropbox (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/1729482

Title:
  Dropbox icon does not display correctly in some of the notification
  areas.

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

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

[Bug 1740967] Re: -u for "existing bug report" is not in help output of "ubuntu-bug"

2018-01-02 Thread fermulator
Someone suggested that -u is deprecated, which means this might be a
documentation fix ...

That said, I still don't see why a user wouldn't be allowed to upload a
bug report to an existing ticket if they own it.

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

Title:
  -u for "existing bug report" is not in help output of "ubuntu-bug"

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

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

[Bug 1739525] Re: gnome-shell segfault at e8 in libgdk-3.so.0

2018-01-02 Thread fermulator
Just installed libwxgtk3.0-0v5-dbg. re-running gnome-shell in gdb again
... will see ...

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

Title:
  gnome-shell segfault at e8 in libgdk-3.so.0

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

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

[Bug 1739525] Re: gnome-shell segfault at e8 in libgdk-3.so.0

2018-01-02 Thread fermulator
now i'm getting something
{{{
$ ubuntu-bug /var/crash/_usr_bin_gnome-shell.1000.crash 
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
}}}

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

Title:
  gnome-shell segfault at e8 in libgdk-3.so.0

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

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

[Bug 1632001] Re: Loading any Snap application in a live session doesn't work

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

** Changed in: snapd (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/1632001

Title:
  Loading any Snap application in a live session doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snap-confine/+bug/1632001/+subscriptions

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

[Bug 1740053] Re: nvidia-384 384.90-0ubuntu3.17.10.1: nvidia-384 kernel module failed to build

2018-01-02 Thread Jon Hourany
I wish I could reproduce it now, but I've since returned that video card
and installed an Nvidia 970 GTX -- and installing drivers with that card
in place went totally smooth. It was exactly as it should have been.

I'll say this though: I tried installing those drivers many, many times
across various versions of Ubuntu (16.04, 17.04, and 17.10) and even
Fedora 27 and the installation process always died leaving me with an OS
that had drivers. On Fedora 27, the process died at the 93% mark as
opposed to the 95%, but it failed none the less.

So I can't reproduce it now, but it's hit me many times before I finally
submitted this issue, and for some reason it went away when I put in a
non-10 series card. I've since ordered another 1070 ti from a different
brand hoping this was a one off some how caused by the card :/ I'll
update when the new card is in.

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

Title:
  nvidia-384 384.90-0ubuntu3.17.10.1: nvidia-384 kernel module failed to
  build

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

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

[Bug 1632001] Re: Loading any Snap application in a live session doesn't work

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

** Changed in: snap-confine (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/1632001

Title:
  Loading any Snap application in a live session doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snap-confine/+bug/1632001/+subscriptions

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

[Bug 1739525] Re: gnome-shell segfault at e8 in libgdk-3.so.0

2018-01-02 Thread fermulator
When I run it, it opens the "report" thing, (sorry, Ubuntu 170.4 has 
experienced an internal error);
same as before, I click "Continue" and it just disappears (nothing output on 
the terminal either) 

In analyzing the thread manually, this most recent one appears to be
irrelevant to this report actually ... it is in libnspr4.so now ...

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

Title:
  gnome-shell segfault at e8 in libgdk-3.so.0

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

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

[Bug 1727202] Re: [17.10 regression] AppArmor ntp denial: Failed name lookup - disconnected path

2018-01-02 Thread Seth Arnold
Why does ntpd try to enumerate the contents of /usr/local/bin/? This in
itself isn't so bad but it certainly is curious.

Thanks

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

Title:
  [17.10 regression] AppArmor ntp denial: Failed name lookup -
  disconnected path

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

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

[Bug 1727849] Re: SDL audio does not work in artful

2018-01-02 Thread Plasma
*** This bug is a duplicate of bug 1722060 ***
https://bugs.launchpad.net/bugs/1722060

** This bug has been marked a duplicate of bug 1722060
   Some programs (e.g. Widelands) crash when playing sounds with sdl2 2.0.6

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

Title:
  SDL audio does not work in artful

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

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

[Bug 1740053] Re: nvidia-384 384.90-0ubuntu3.17.10.1: nvidia-384 kernel module failed to build

2018-01-02 Thread Daniel van Vugt
That's odd. It appears something got explicitly killed during the
install/build process:

Makefile:1546: recipe for target 
'_module_/var/lib/dkms/nvidia-384/384.90/build' failed
make[1]: *** [_module_/var/lib/dkms/nvidia-384/384.90/build] Killed

Can you reproduce the issue? If so then does running 'free -m' or 'df
-h' show you're running out of memory or disk space?

** Changed in: nvidia-graphics-drivers-384 (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/1740053

Title:
  nvidia-384 384.90-0ubuntu3.17.10.1: nvidia-384 kernel module failed to
  build

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

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

[Bug 1740643] Re: bcmwl-kernel-source (not installed): bcmwl kernel module failed to build [ld: cannot find .../wlc_hybrid.o_shipped_x86_64: No such file or directory]

2018-01-02 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1580659 ***
https://bugs.launchpad.net/bugs/1580659

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


** Summary changed:

- bcmwl-kernel-source (not installed): bcmwl kernel module failed to build
+ bcmwl-kernel-source (not installed): bcmwl kernel module failed to build [ld: 
cannot find .../wlc_hybrid.o_shipped_x86_64: No such file or directory]

** This bug has been marked a duplicate of bug 1580659
   bcmwl-kernel-source (not installed): bcmwl kernel module failed to build 
[wlc_hybrid.o_shipped_x86_64: No such file or directory]

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

Title:
  bcmwl-kernel-source (not installed): bcmwl kernel module failed to
  build [ld: cannot find .../wlc_hybrid.o_shipped_x86_64: No such file
  or directory]

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

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

[Bug 1740673] Re: rtl8812au-dkms 4.3.8.12175.20140902+dfsg-0ubuntu2: rtl8812au kernel module failed to build

2018-01-02 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1730710 ***
https://bugs.launchpad.net/bugs/1730710

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


** This bug has been marked a duplicate of bug 1730710
   rtl8812au-dkms 4.3.8.12175.20140902+dfsg-0ubuntu2: rtl8812au kernel module 
failed to build [gcc: error: unrecognized command line option 
‘-fstack-protector-strong’]

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

Title:
  rtl8812au-dkms 4.3.8.12175.20140902+dfsg-0ubuntu2: rtl8812au kernel
  module failed to build

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

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

[Bug 1730710] Re: rtl8812au-dkms 4.3.8.12175.20140902+dfsg-0ubuntu2: rtl8812au kernel module failed to build [gcc: error: unrecognized command line option ‘-fstack-protector-strong’]

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

** Changed in: rtl8812au (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/1730710

Title:
  rtl8812au-dkms 4.3.8.12175.20140902+dfsg-0ubuntu2: rtl8812au kernel
  module failed to build [gcc: error: unrecognized command line option
  ‘-fstack-protector-strong’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rtl8812au/+bug/1730710/+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 wath video with mpv

2018-01-02 Thread Daniel van Vugt
It appears Imre is using a wayland session. And starting in Ubuntu
17.10, mpv uses pure Wayland by default. This means any X11 screensaver
fix is probably irrelevant.

The required feature for Wayland clients is apparently the 
'idle_inhibit_unstable_v1' protocol which can be found in detail in:
  
/usr/share/wayland-protocols/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml
And see also:
  https://lists.freedesktop.org/archives/wayland-devel/2016-April/027950.html
  https://blogs.s-osg.org/inhibited-wayland-desktop-part-1/

Given it's an 'unstable' protocol subject to change and that I don't see
it being used in the mpv source code yet, maybe the mpv authors have
decided to ignore it for now? Or maybe they don't know it exists?

Best that someone logs an issue with MPV directly to get Wayland idle 
inhibition support added in a future version:
  https://github.com/mpv-player/mpv/issues

-- 
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 wath video with mpv

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

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

[Bug 1740979] Re: redeclipse should be in universe, not multiverse

2018-01-02 Thread Plasma
** Also affects: redeclipse-data (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/1740979

Title:
  redeclipse should be in universe, not multiverse

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

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

[Bug 1740979] [NEW] redeclipse should be in universe, not multiverse

2018-01-02 Thread Plasma
Public bug reported:

redeclipse (and associated package redeclipse-data) should be moved from
multiverse to universe.

Background:
The game Red Eclipse is licensed under a combination of the the zlib license 
(for its code) and CC-BY-SA-3.0 (for its assets). 
[Source](http://redeclipse.net/wiki/License)

In 2012 redeclipse and redeclipse-data, both version 1.2-1, were
accepted into Debian contrib and non-free, respectively,  and were
subsequently downstreamed into Ubuntu multiverse. In 2014, starting with
version 1.4-6 of redeclipse and version 1.4-3 of redeclipse-data, both
packages were moved into Debian main having come into compliance with
the DFSG. At this point the downstream Ubuntu packages should have
transitioned into universe; however, at the time this never occurred. I
would like to see this transition now take place.

Relevant links:
https://tracker.debian.org/pkg/redeclipse
https://tracker.debian.org/pkg/redeclipse-data
https://bugs.debian.org/740565
https://bugs.debian.org/757775
https://launchpad.net/ubuntu/+source/redeclipse
https://launchpad.net/ubuntu/+source/redeclipse-data

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

** Affects: redeclipse-data (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/1740979

Title:
  redeclipse should be in universe, not multiverse

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

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

[Bug 1739765] Re: xt_TCPMSS buffer overflow bug

2018-01-02 Thread Seth Arnold
Thanks Denys, I've asked MITRE for a CVE number for this issue.

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

Title:
  xt_TCPMSS buffer overflow bug

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

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

[Bug 1740973] Missing required logs.

2018-01-02 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 1740973

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

Title:
  Two front mics can't work on a lenovo machine

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

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

[Bug 1740974] Missing required logs.

2018-01-02 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 1740974

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

Title:
  [800 G3 SFF] [800 G3 DM]External microphone of headset(3-ring) is
  working, 2-ring mic not working, both not shown in sound settings

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

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

[Bug 1712089] Re: Invalid MIT-MAGIC-COOKIE-1 keyUnable to init server: Could not connect: Connection refused

2018-01-02 Thread ausboffin
Answer #2 works but needs to be used prior to any attempt to use gui for
gedit.

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

Title:
  Invalid MIT-MAGIC-COOKIE-1 keyUnable to init server: Could not
  connect: Connection refused

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

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

[Bug 1739931] Re: Separator lines in shell popup menus are too faint to see

2018-01-02 Thread Daniel van Vugt
** Also affects: ubuntu-themes (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-themes
   Importance: Undecided
   Status: New

** Changed in: ubuntu-themes
   Status: New => Confirmed

** Changed in: ubuntu-themes (Ubuntu)
   Status: New => Confirmed

** Changed in: ubuntu-themes
   Importance: Undecided => Low

** Changed in: ubuntu-themes (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Separator lines in shell popup menus are too faint to see

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

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

[Bug 1740974] [NEW] [800 G3 SFF] [800 G3 DM]External microphone of headset(3-ring) is working, 2-ring mic not working, both not shown in sound settings

2018-01-02 Thread Hui Wang
Public bug reported:

External microphone of headset(3-ring) is working, 2-ring mic not
working, both not shown in sound settings.

Steps:
1. Plug headset(3-ring) or microphone (2-ring)
2. Observe input device in sound setting

Expected results: Microphone should be detected and working

Actual results: Microphone is not detected, only 3-ring mic (from
headset) is working

** Affects: hwe-next
 Importance: Critical
 Assignee: Hui Wang (hui.wang)
 Status: New

** Affects: linux (Ubuntu)
 Importance: Critical
 Assignee: Hui Wang (hui.wang)
 Status: New


** Tags: originate-from-1731861 stella

** Tags added: originate-from-1731861 stella

** Changed in: hwe-next
   Importance: Undecided => Critical

** Changed in: hwe-next
 Assignee: (unassigned) => Hui Wang (hui.wang)

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

Title:
  [800 G3 SFF] [800 G3 DM]External microphone of headset(3-ring) is
  working, 2-ring mic not working, both not shown in sound settings

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

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

[Bug 1739525] Re: gnome-shell segfault at e8 in libgdk-3.so.0

2018-01-02 Thread Daniel van Vugt
Crash files need to have a new bug report created in order for them to
be auto-analysed correctly, and kept private from the public during that
time.

So I think using '-u' is incorrect. Just run:
  ubuntu-bug /var/crash/_usr_bin_gnome-shell.1000.crash

It will either open a browser window or print a URL for you to copy
follow on any machine. For the former to work, the terminal needs to
have some idea how to get to your graphical desktop (and there should be
one running at the time). So if there is a crash file to upload, try
rebooting and logging in first, then run ubuntu-bug on the file from a
graphical terminal like gnome-terminal.

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

Title:
  gnome-shell segfault at e8 in libgdk-3.so.0

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

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

[Bug 1740973] [NEW] Two front mics can't work on a lenovo machine

2018-01-02 Thread Hui Wang
Public bug reported:

There are two front mics on this lenovo machine.

The test case 'audio/microphone-plug-detection' is always failed

** Affects: hwe-next
 Importance: Critical
 Assignee: Hui Wang (hui.wang)
 Status: New

** Affects: linux (Ubuntu)
 Importance: Critical
 Assignee: Hui Wang (hui.wang)
 Status: New


** Tags: originate-from-1732823 sutton

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

** Tags added: originate-from-1732823 sutton

** Changed in: hwe-next
   Importance: Undecided => Critical

** Changed in: hwe-next
 Assignee: (unassigned) => Hui Wang (hui.wang)

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

Title:
  Two front mics can't work on a lenovo machine

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

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

[Bug 1723857] Re: onscreen keyboard appears whenever i touch touchscreen

2018-01-02 Thread Daniel van Vugt
Thanks all for your input. Remember in comment #45 Andrea said he would
start working on a fix for this in January. It is now January. So wait
and see...

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

Title:
  onscreen keyboard appears whenever i touch touchscreen

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

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

[Bug 1676328] Re: sssd_be is leaking memory

2018-01-02 Thread sean
No, both group and user enumeration is explicitly turned off in our
config. 1.13.4-1ubuntu1.9 seems to start spawning a bunch of sssd_be
processes which slows auth to a crawl

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

Title:
  sssd_be is leaking memory

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

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

[Bug 1740972] Missing required logs.

2018-01-02 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 1740972

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

Title:
  No external microphone be detected via headset jack on a dell machine

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

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

[Bug 1733366] Re: apport crashed with FileNotFoundError in is_container_pid(): [Errno 2] No such file or directory: '/proc/11102/ns/pid'

2018-01-02 Thread Daniel van Vugt
** Description changed:

+ https://errors.ubuntu.com/problem/b6b178fe6ed572189dbfe2627876ed9e9d59ace2
+ 
+ ---
+ 
  It appears that after login this was the first action performed by the
  system which resulted in the generation of the crash report.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: apport 2.20.8-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.8-0ubuntu1
  Architecture: amd64
  CrashReports: 640:0:119:17503:2017-11-20 01:59:45.143901348 +0530:2017-11-20 
01:59:46.143901348 +0530:/var/crash/_usr_share_apport_apport.0.crash
  Date: Mon Nov 20 01:59:46 2017
  ExecutablePath: /usr/share/apport/apport
  InstallationDate: Installed on 2017-11-19 (1 days ago)
  InstallationMedia: Ubuntu 18.04.0 2017.11.11 amd64 "Unity 7 Desktop 
Experience Bionic Beaver"
  InterpreterPath: /usr/bin/python3.6
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apport 11102 11 0 1 11102
  ProcEnviron:
-  
+ 
  Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
  PythonArgs: ['/usr/share/apport/apport', '11102', '11', '0', '1', '11102']
  PythonDetails: /root/Error: command ['which', 'python'] failed with exit code 
1:, Error: [Errno 2] No such file or directory: "/root/Error: command ['which', 
'python'] failed with exit code 1:": "/root/Error: command ['which', 'python'] 
failed with exit code 1:", unpackaged
  SourcePackage: apport
  Title: apport crashed with FileNotFoundError in is_container_pid(): [Errno 2] 
No such file or directory: '/proc/11102/ns/pid'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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

Title:
  apport crashed with FileNotFoundError in is_container_pid(): [Errno 2]
  No such file or directory: '/proc/11102/ns/pid'

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

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

[Bug 1740971] Missing required logs.

2018-01-02 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 1740971

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

Title:
   Can't detect external headset via line-out jack on some Dell machines

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

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

[Bug 1728244] Re: Touchpad stops working after reboot on Apollo Lake

2018-01-02 Thread Brad
@jean-baptiste-f, that's good to know. I thought it was highly likely a
BIOS issue.  Jumper really needs to have better support, and they need
to supply a BIOS flashing tool so people can address problems like this.
They seem to have zero support. Not even a users' discussion forum.

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

Title:
  Touchpad stops working after reboot on Apollo Lake

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1728244/+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   >