[Bug 1589780] Re: chrony.service doesn't start on LXD container

2018-03-05 Thread ChristianEhrhardt
So far it only has uid/gid, call chain is

main
/* Drop root privileges if the specified user has a non-zero UID */
if (!geteuid() && (pw->pw_uid || pw->pw_gid))
  SYS_DropRoot(pw->pw_uid, pw->pw_gid);
  ->
SYS_DropRoot (maps to implementations)
  ->
SYS_Linux_DropRoot (linux implementation)
There also is Solaris, netbsd, MacOSX

There is an arg clock_control that can be passed, and if zero should
make it not demand cap_sys_ntp.

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

Title:
  chrony.service doesn't start on LXD container

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

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

[Bug 1747572] Re: CIFS SMB2/SMB3 does not work for domain based DFS

2018-03-05 Thread Joseph Salisbury
I built a test kernel with the three commits mentioned in the description.  The 
test kernel can be downloaded from:
http://kernel.ubuntu.com/~jsalisbury/lp1747572

Can you test this kernel and see if it resolves this bug?

Note, to test this kernel, you need to install both the linux-image and
linux-image-extra .deb packages.

Thanks in advance!

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

Title:
  CIFS SMB2/SMB3 does not work for domain based DFS

To manage notifications about this bug go to:
https://bugs.launchpad.net/cifs-utils/+bug/1747572/+subscriptions

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

[Bug 1752767] Re: grub2 regression, simultaneous console and video graphical glitches with new patch

2018-03-05 Thread Nikola M
And this is the video of the boot process for current, updated 17.10 after 
update-grub and grub-install (without selecting menus): 
https://mega.nz/#!hZcVXBzS!Ad01gzDKwPGZ4-GM62w9Wbj-KIlK1E9hWfneTD1Hg6s

** Attachment added: "20180306_082511.mp4"
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1752767/+attachment/5070481/+files/20180306_082511.mp4

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

Title:
  grub2 regression, simultaneous console and video graphical glitches
  with new patch

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

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

[Bug 1752431] Re: Gnome Shell Wayland session crashes on startup - artful

2018-03-05 Thread Daniel van Vugt
OK. Sounds like the eglnative backend in mutter (provides Wayland
sessions) is crashing, which gdm/mutter I think will catch and handle by
itself. So perhaps no crash dump on startup is expected...

Maybe this is related:

  Feb 28 23:21:00 sam-Macmini gdm3[1054]: GdmDisplay: display lasted
0.251431 seconds

To progress this issue, next please report the problem to the mutter
developers here:

  https://gitlab.gnome.org/GNOME/mutter/issues

and then tell us the ID of the newly-created bug.

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

Title:
  Gnome Shell Wayland session crashes on startup - artful

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

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

[Bug 1589780] Re: chrony.service doesn't start on LXD container

2018-03-05 Thread ChristianEhrhardt
It seems that on priv-drop (independent to -x) it wants to keep privs for 
certain things.
Essentially ntp only if it binds, but cap_sys_time it wants always.

SYS_Linux_DropRoot(uid_t uid, gid_t gid)
{
  const char *cap_text;
  cap_t cap;

  if (prctl(PR_SET_KEEPCAPS, 1)) {
LOG_FATAL("prctl() failed");
  }

  UTI_DropRoot(uid, gid);

  /* Keep CAP_NET_BIND_SERVICE only if NTP port can be opened */
  cap_text = CNF_GetNTPPort() ?
 "cap_net_bind_service,cap_sys_time=ep" : "cap_sys_time=ep";

  if ((cap = cap_from_text(cap_text)) == NULL) {
LOG_FATAL("cap_from_text() failed");
  }

  if (cap_set_proc(cap)) {
LOG_FATAL("cap_set_proc() failed");
  }


That is the failing part, we'd need to check if we can make the info of -x 
available so that it does not want cap_sys_time in that case.

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

Title:
  chrony.service doesn't start on LXD container

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

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

[Bug 1744791] Re: [Ubuntu18.04] linux-image-4.13.0-25-generic-dbgsym is not available in repo which is required for crash analysis of vmcore

2018-03-05 Thread Joseph Salisbury
** Changed in: linux (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/1744791

Title:
  [Ubuntu18.04] linux-image-4.13.0-25-generic-dbgsym is not available in
  repo which is required for crash analysis of vmcore

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

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

[Bug 1752350] Re: Bionic x86_64 Linux Kernel 4.15 fails to boot on Xen

2018-03-05 Thread Joseph Salisbury
@Johanns, does my test kernel fail for you as well?

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

Title:
  Bionic x86_64 Linux Kernel 4.15 fails to boot on Xen

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

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

[Bug 1745816] Re: [Bionic] 1.9.4-2ubuntu1 makes touchpad jumpy on Dell Precision 7510 and HP 450 G3

2018-03-05 Thread Daniel van Vugt
In that case please reopen your upstream bug:
https://bugs.freedesktop.org/show_bug.cgi?id=104828

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

Title:
  [Bionic] 1.9.4-2ubuntu1 makes touchpad jumpy on Dell Precision 7510
  and HP 450 G3

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

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

[Bug 1753662] Status changed to Confirmed

2018-03-05 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/1753662

Title:
  [i40e] LACP bonding start up race conditions

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

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

[Bug 1577140] Re: Wifi Ralink R3290 disabled by default in ubuntu 16.04

2018-03-05 Thread Kai-Heng Feng
Can you find the first bad -rc* kernel in [1] that has this regression?

[1] http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=M;O=D

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

Title:
  Wifi Ralink R3290 disabled by default in ubuntu 16.04

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

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

[Bug 1747744] Re: [regression] Video playback in totem is corrupted in X11

2018-03-05 Thread Daniel van Vugt
** No longer affects: totem (Ubuntu)

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

Title:
  [regression] Video playback in totem is corrupted in X11

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

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

[Bug 1745816] Re: [Bionic] 1.9.4-2ubuntu1 makes touchpad jumpy on Dell Precision 7510 and HP 450 G3

2018-03-05 Thread Francois Thirioux
Unfortunately, the issue is not fixed.
Maybe that the cursor woobles less, but I'm far from sure of that.

It is still quite hard to select a part of a text, e.g.

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

Title:
  [Bionic] 1.9.4-2ubuntu1 makes touchpad jumpy on Dell Precision 7510
  and HP 450 G3

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

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

[Bug 1748926] Re: From 1.19.6 on, X treats every device as an input device

2018-03-05 Thread Mike Neac
No, bug its only regression that is triggered with wrong custom(manual edited) 
config in xorg.conf.d folder.
In my case it was missing line
MatchIsTouchpad "on"
in my 30-touchpad.conf

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

Title:
  From 1.19.6 on, X treats every device as an input device

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

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

[Bug 1753662] Re: [i40e] LACP bonding start up race conditions

2018-03-05 Thread Nobuto Murata
This might be related (not exactly the same):
https://sourceforge.net/p/e1000/bugs/524/
One says 1.6.42 fixed his issue.

Looks like Intel has around 10 releases between 1.4.25 and 2.1.14, so it may 
not be handy to bisect.
https://downloadcenter.intel.com/download/24411/Intel-Network-Adapter-Driver-for-PCIe-40-Gigabit-Ethernet-Network-Connections-Under-Linux-?product=82947

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

Title:
  [i40e] LACP bonding start up race conditions

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

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

[Bug 1753663] Re: No 3D acceleration, using llvmpipe

2018-03-05 Thread Daniel van Vugt
Can you tell us what nvidia package you have installed?

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

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

** Summary changed:

- No 3D acceleration, using llvmpipe
+ [Mesa 18.0] No 3D acceleration, using llvmpipe

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

** Changed in: libglvnd (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/1753663

Title:
  [Mesa 18.0] No 3D acceleration, using llvmpipe

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

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

[Bug 1752767] Re: grub2 regression, simultaneous console and video graphical glitches with new patch

2018-03-05 Thread Nikola M
This also happens with 17.10 current release, after updating and doing 
update-grub and grub-install.
Here is the video to compare a bug: 
https://mega.nz/#!tZdQgDoB!CdfcXtY8yGJtmRx41kNzXIq2tkZT-L5FPeec9Po_kig


** Attachment added: "20180306_075334.mp4"
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1752767/+attachment/5070468/+files/20180306_075334.mp4

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

Title:
  grub2 regression, simultaneous console and video graphical glitches
  with new patch

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

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

[Bug 1753662] Re: [i40e] LACP bonding start up race conditions

2018-03-05 Thread Nobuto Murata
** Attachment added: "interfaces.50-cloud-init.cfg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1753662/+attachment/5070467/+files/interfaces.50-cloud-init.cfg

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

Title:
  [i40e] LACP bonding start up race conditions

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

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

[Bug 1751414] Re: [regression] Missing Wayland login option and missing GL acceleration, after installing libegl1

2018-03-05 Thread Michael
Thanks, done as in
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1753663.

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

Title:
  [regression] Missing Wayland login option and missing GL acceleration,
  after installing libegl1

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

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

[Bug 1753482] Re: Please update to a newer version of patchelf

2018-03-05 Thread Dimitri John Ledkov
** Description changed:

  [Impact]
  
-  * New architecture support in xenial where there are FTBS (e.g.; armhf)
-  * Ability to patch go binaries built and linked with the golang toolchain.
-  * The new code adds logic to reorder Program Headers appropriately.
+  * New architecture support in xenial where there are FTBS (e.g.; armhf)
+  * Ability to patch go binaries built and linked with the golang toolchain.
+  * The new code adds logic to reorder Program Headers appropriately.
+  * Require a snapshot build post 0.9, due to fixes contributed upstream.
  
  [Test Case]
  
-  * Use snapcraft's test suite which is a heavy user of patchelf.
-  * snapcraft's test suite on the new architectures
-  * exploratory testing of patchelf.
+  * Use snapcraft's test suite which is a heavy user of patchelf.
+  * snapcraft's test suite on the new architectures
+  * exploratory testing of patchelf.
  
  [Regression Potential]
  
-  * Minimal possibility of patching to break on obscure binaries, snapcraft is 
the only tool depending on patchelf
-in the archive.
+  * Minimal possibility of patching to break on obscure binaries, snapcraft is 
the only tool depending on patchelf
+    in the archive.
  
  [Other Info]
-  
-  * NixOS upstream https://github.com/NixOS/patchelf
-  * Current version in bionic: 0.9
-  * Current version in xenial: 0.8. With broken builds for armhf and s390x
+ 
+  * NixOS upstream https://github.com/NixOS/patchelf
+  * Current version in bionic: 0.9
+  * Current version in xenial: 0.8. With broken builds for armhf and s390x

** Also affects: patchelf (Ubuntu Bionic)
   Importance: Undecided
   Status: New

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

** Also affects: patchelf (Ubuntu Artful)
   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/1753482

Title:
  Please update to a newer version of patchelf

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

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

[Bug 1751225] Re: apt update hangs when repository url is redirect url

2018-03-05 Thread Seyeong Kim
Hello Julian, no news for this?

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

Title:
  apt update hangs when repository url is redirect url

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

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

[Bug 1752163] Re: computer freeze

2018-03-05 Thread Kai-Heng Feng
I guess it's the same one as LP: #1690085.

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

Title:
  computer freeze

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

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

[Bug 1753663] [NEW] No 3D acceleration, using llvmpipe

2018-03-05 Thread Michael
Public bug reported:

As requested in
https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1751414, I fill
a new bug.

Even after getting the fixed packages in
https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1751414, I get
no 3D acceleration. Seems to be some mixup with nvidia drivers.

$glxinfo
...
Extended renderer info (GLX_MESA_query_renderer):
Vendor: VMware, Inc. (0x)
Device: llvmpipe (LLVM 5.0, 256 bits) (0x)
Version: 18.0.0
Accelerated: no
Video memory: 15963MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 3.3
Max compat profile version: 3.0
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.0
...

$ vdpauinfo
display: :1 screen: 0
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object 
file: No such file or directory

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu5
ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
Uname: Linux 4.15.0-10-generic x86_64
.tmp.unity_support_test.1:

ApportVersion: 2.20.8-0ubuntu10
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,imgpng,snap,mousepoll,commands,imgjpeg,workarounds,wall,imgsvg,resize,place,neg,grid,scale,regex,text,shelf,expo,move,gnomecompat,annotate,session,notification,resizeinfo,ezoom,staticswitcher,bench]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: MATE
Date: Tue Mar  6 08:00:28 2018
DistUpgraded: 2018-03-03 08:30:16,182 DEBUG /openCache(), new cache size 86475
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus:
 fwts-efi-runtime-dkms, 18.02.00, 4.15.0-10-generic, x86_64: installed
 ndiswrapper, 1.60, 4.15.0-10-generic, x86_64: installed
 r8168, 8.045.08, 4.15.0-10-generic, x86_64: installed
 tp_smapi, 0.42, 4.15.0-10-generic, x86_64: installed
 virtualbox, 5.2.8, 4.15.0-10-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation HD Graphics 5500 [8086:1616] (rev 08) (prog-if 00 [VGA 
controller])
   Subsystem: Intel Corporation HD Graphics 5500 [8086:1616]
MachineType: www.51nb.com X62
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-10-generic 
root=UUID=df422beb-6d13-4575-9b30-ad00e25a7d35 ro noquiet nosplash
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to bionic on 2018-03-03 (2 days ago)
dmi.bios.date: 12/10/2016
dmi.bios.vendor: 51NB
dmi.bios.version: 5.011
dmi.board.asset.tag: X62
dmi.board.name: CRESCENTBAY
dmi.board.vendor: INTEL Corporation
dmi.board.version: X62.
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 10
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvn51NB:bvr5.011:bd12/10/2016:svnwww.51nb.com:pnX62:pvrV10:rvnINTELCorporation:rnCRESCENTBAY:rvrX62.:cvnToBeFilledByO.E.M.:ct10:cvrToBeFilledByO.E.M.:
dmi.product.family: X62
dmi.product.name: X62
dmi.product.version: V10
dmi.sys.vendor: www.51nb.com
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.90-1
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc4-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc4-1ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.10.0-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 compiz-0.9 performance ubuntu

** Description changed:

- As requested in #1751414, I fill a new bug.
+ As requested in
+ https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1751414, I fill
+ a new bug.
  
- Even after getting the fixed packages in #1751414, I get no 3D
- acceleration. Seems to be some mixup with nvidia drivers.
- 
+ Even after getting the fixed packages in
+ https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1751414, I get
+ no 3D acceleration. Seems to be some mixup with nvidia drivers.
  
  $glxinfo
  ...
  Extended renderer info (GLX_MESA_query_renderer):
- Vendor: VMware, Inc. (0x)
- Device: llvmpipe (LLVM 5.0, 256 bits) (0x)
- Version: 18.0.0
- Accelerated: no
- Video memory: 15963MB
- Unified memory: no
- Preferred profile: core (0x1)
- Max core profile version: 3.3
- Max compat profile version: 3.0
- Max GLES1 profile version: 1.1
- Max GLES[23] profile version: 3.0
+ Vendor: VMware, Inc. (0x)
+ Device: llvmpipe (LLVM 5.0, 256 bits) (0x)
+ Version: 18.0.0
+ Accelerated: no
+ Video memory: 15963MB
+ Unified memory: no
+ Preferred profile: core (0x1)
+ Max core profile version: 3.3
+ Max compat profile version: 3.0
+ Max GLES

[Bug 1753662] Re: [i40e] LACP bonding start up race conditions

2018-03-05 Thread Nobuto Murata
** Attachment added: "bond1_status.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1753662/+attachment/5070465/+files/bond1_status.txt

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

Title:
  [i40e] LACP bonding start up race conditions

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

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

[Bug 1753662] Re: [i40e] LACP bonding start up race conditions

2018-03-05 Thread Nobuto Murata
** Attachment added: "bond2_status.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1753662/+attachment/5070466/+files/bond2_status.txt

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

Title:
  [i40e] LACP bonding start up race conditions

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

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

[Bug 1753662] [NEW] [i40e] LACP bonding start up race conditions

2018-03-05 Thread Nobuto Murata
Public bug reported:

When provisioning Ubuntu servers with MAAS at once, some bonding pairs
will have unexpected LACP status such as "Expired". It randomly happens
at each provisioning with the default xenial kernel(4.4), but not
reproducible with HWE kernel(4.13). I'm using Intel X710 cards (Dell-
branded).

Using the HWE kernel works as a workaround for short term, but it's not
ideal since 4.13 is not covered by Canonical Livepatch service.

How to reproduce:
1. configure LACP bonding with MAAS
2. provision machines
3. check the bonding status in /proc/net/bonding/bond*

frequency of occurrence:
About 5 bond pairs in 22 pairs at each provisioning.

[reproducible combination]
$ uname -a
Linux comp006 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 
x86_64 x86_64 x86_64 GNU/Linux

$ sudo ethtool -i eno1
driver: i40e
version: 1.4.25-k
firmware-version: 6.00 0x800034e6 18.3.6
expansion-rom-version: 
bus-info: :01:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes

[non-reproducible combination]
$ uname -a
Linux comp006 4.13.0-36-generic #40~16.04.1-Ubuntu SMP Fri Feb 16 23:25:58 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux

$ sudo ethtool -i eno1
driver: i40e
version: 2.1.14-k
firmware-version: 6.00 0x800034e6 18.3.6
expansion-rom-version: 
bus-info: :01:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-116-generic 4.4.0-116.140
ProcVersionSignature: Ubuntu 4.4.0-116.140-generic 4.4.98
Uname: Linux 4.4.0-116-generic x86_64
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 Mar  6 06:37 seq
 crw-rw 1 root audio 116, 33 Mar  6 06:37 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
Date: Tue Mar  6 06:46:32 2018
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
Lsusb:
 Bus 002 Device 002: ID 8087:8002 Intel Corp. 
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 003: ID 413c:a001 Dell Computer Corp. Hub
 Bus 001 Device 002: ID 8087:800a Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. PowerEdge R730
PciMultimedia:
 
ProcEnviron:
 TERM=screen
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-116-generic.efi.signed 
root=UUID=0528f88e-cf1a-43e2-813a-e7261b88d460 ro console=tty0 
console=ttyS0,115200n8
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-116-generic N/A
 linux-backports-modules-4.4.0-116-generic  N/A
 linux-firmware 1.157.17
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/16/2017
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 2.5.5
dmi.board.name: 072T6D
dmi.board.vendor: Dell Inc.
dmi.board.version: A08
dmi.chassis.asset.tag: 0018880
dmi.chassis.type: 23
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr2.5.5:bd08/16/2017:svnDellInc.:pnPowerEdgeR730:pvr:rvnDellInc.:rn072T6D:rvrA08:cvnDellInc.:ct23:cvr:
dmi.product.name: PowerEdge R730
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug cpe-onsite 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/1753662

Title:
  [i40e] LACP bonding start up race conditions

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

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

[Bug 1746579] Re: A boxes instead of a Cyrillic chars in VTs

2018-03-05 Thread Evgeniy Yanyuk
I'll try to experiment on several hosts, when I have free time. Maybe,
at the weekend.

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

Title:
  A boxes instead of a Cyrillic chars in VTs

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

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

Re: [Bug 1752431] Re: Gnome Shell Wayland session crashes on startup - artful

2018-03-05 Thread Sam Freed
Again, no crash file:

sam@sam-Macmini:~$ cd /var/crash/
sam@sam-Macmini:/var/crash$ ls -l
total 249964
-rw-r- 1 sam  whoopsie194795 Mar  2 11:58
_usr_lib_btsync-user_btsyncindicator.py.1001.crash
-rw-rw-r-- 1 sam  whoopsie 0 Mar  2 11:58
_usr_lib_btsync-user_btsyncindicator.py.1001.upload
-rw--- 1 whoopsie whoopsie 0 Mar  2 11:58
_usr_lib_btsync-user_btsyncindicator.py.1001.uploaded
-rw-r- 1 sam  whoopsie 255762343 Mar  2 12:00
_usr_lib_chromium-browser_chromium-browser.1001.crash
-rw-rw-r-- 1 sam  whoopsie 0 Mar  2 12:00
_usr_lib_chromium-browser_chromium-browser.1001.upload
-rw--- 1 whoopsie whoopsie 0 Mar  2 12:00
_usr_lib_chromium-browser_chromium-browser.1001.uploaded
sam@sam-Macmini:/var/crash$ date
Tue  6 Mar 08:49:13 IST 2018
sam@sam-Macmini:/var/crash$


On 6 March 2018 at 05:20, Daniel van Vugt 
wrote:

> Please ensure you have applied the workaround from bug 994921 first.
> Then reproduce the crash and check for /var/crash files again.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1752431
>
> Title:
>   Gnome Shell Wayland session crashes on startup - artful
>
> Status in gnome-shell package in Ubuntu:
>   Incomplete
>
> Bug description:
>   When I select "gnome" on login, the session fails to start. If I
>   select gnome/xorg all is well.
>
>   Description:  Ubuntu 17.10
>   Release:  17.10
>
>
>   wayland-protocols:
> Installed: 1.10-1
> Candidate: 1.10-1
> Version table:
>*** 1.10-1 500
>   500 http://archive.ubuntu.com/ubuntu artful/main amd64 Packages
>   500 http://archive.ubuntu.com/ubuntu artful/main i386 Packages
>   100 /var/lib/dpkg/status
>   ---
>   ApportVersion: 2.20.7-0ubuntu3.7
>   Architecture: amd64
>   CurrentDesktop: GNOME
>   DisplayManager: gdm3
>   DistroRelease: Ubuntu 17.10
>   GsettingsChanges:
>org.gnome.shell favorite-apps ['firefox.desktop',
> 'chromium-browser.desktop', 'libreoffice-writer.desktop',
> 'org.gnome.Nautilus.desktop', 'shotwell.desktop',
> 'org.gnome.Totem.desktop', 'vlc.desktop', 'update-manager.desktop',
> 'audacity.desktop', 'org.gnome.Terminal.desktop']
>org.gnome.desktop.interface cursor-theme 'redglass'
>org.gnome.desktop.interface gtk-im-module 'gtk-im-context-simple'
>org.gnome.desktop.interface gtk-theme 'Adwaita-dark'
>org.gnome.desktop.interface clock-show-date true
>   InstallationDate: Installed on 2013-03-16 (1811 days ago)
>   InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64
> (20121017.5)
>   NonfreeKernelModules: wl
>   Package: gnome-shell 3.26.2-0ubuntu0.1
>   PackageArchitecture: amd64
>   ProcVersionSignature: Ubuntu 4.13.0-36.40-generic 4.13.13
>   Tags:  artful
>   Uname: Linux 4.13.0-36-generic x86_64
>   UpgradeStatus: Upgraded to artful on 2017-10-21 (131 days ago)
>   UserGroups: adm cdrom dip fuse lpadmin plugdev sambashare sudo
>   _MarkForUpload: True
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+
> bug/1752431/+subscriptions
>

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

Title:
  Gnome Shell Wayland session crashes on startup - artful

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

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

[Bug 1751649] Re: Poor behaviour in some video players when transistioning from fullscreen to windowed

2018-03-05 Thread Daniel van Vugt
** Tags added: visual-quality

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

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

Title:
  Poor behaviour in some video players when transistioning from
  fullscreen to windowed

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

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

[Bug 1751649] Re: Poor behaviour in some video players when transistioning from fullscreen to windowed

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

** Changed in: mutter (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/1751649

Title:
  Poor behaviour in some video players when transistioning from
  fullscreen to windowed

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

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

[Bug 1326761] Re: Tevii S471 DVB-S2 card hangs on firmware upload

2018-03-05 Thread Kai-Heng Feng
Does is work prior to Linux kernel v3.13?

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

Title:
  Tevii S471 DVB-S2 card hangs on firmware upload

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

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

[Bug 1752083] Re: Name "org.gnome.Mutter.DisplayConfig" does not exist

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

** Changed in: mutter (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/1752083

Title:
   Name "org.gnome.Mutter.DisplayConfig" does not exist

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

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

[Bug 1752083] Re: Name "org.gnome.Mutter.DisplayConfig" does not exist

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

** Changed in: gnome-settings-daemon (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/1752083

Title:
   Name "org.gnome.Mutter.DisplayConfig" does not exist

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

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

Re: [Bug 1753655] [NEW] fwupd doesn't release hidraw devices

2018-03-05 Thread Mario Limonciello
Would you mind confirming if this behavior also happens with Ubuntu 18.04?
I believe you should be able to check from a live image.

Ubuntu 18.04 has the latest fwupd version so we can tell if this is still
an issue there.

On Tue, Mar 6, 2018, 14:11 Chow Loong Jin  wrote:

> Public bug reported:
>
> fwupd doesn't release hidraw devices for unplugged peripherals, causing
> the kernel to keep allocating new hidraw devices until it hits
> HIDRAW_MAX_DEVICES.
>
> Steps to reproduce:
> 1. Ensure that fwupd.service is running
> 2. Plug in a Logitech Unifying Receiver (or any other thing that creates a
> hidraw device that fwupd recognizes)
> 3. Unplug it.
> 4. Repeat 2 and 3, and note that the allocated hidraw device number keeps
> increasing.
> 5. HIDRAW_MAX_DEVICES=64, so after /dev/hidraw64 is hit, no new hidraw
> devices can be allocated until fwupd is restarted
> 6. Check the list of hidraw devices being held by fwupd:
>
> % sudo lsof -p $(pidof fwupd) -n | grep hidraw
> fwupd   15027 root   16u  CHR  246,6  0t0 83682527
> /dev/hidraw6 (deleted)
> fwupd   15027 root   30u  CHR  246,7  0t0 83769950
> /dev/hidraw7 (deleted)
> fwupd   15027 root   31u  CHR 246,11  0t0 83771266
> /dev/hidraw11 (deleted)
> fwupd   15027 root   33u  CHR  246,8  0t0 83778056
> /dev/hidraw8 (deleted)
> fwupd   15027 root   34u  CHR 246,13  0t0 83779740
> /dev/hidraw13 (deleted)
> fwupd   15027 root   39u  CHR  246,9  0t0 83912152
> /dev/hidraw9 (deleted)
> fwupd   15027 root   41u  CHR 246,10  0t0 83916478
> /dev/hidraw10 (deleted)
> fwupd   15027 root   43u  CHR 246,12  0t0 83918049
> /dev/hidraw12 (deleted)
> fwupd   15027 root   45u  CHR 246,14  0t0 83923588
> /dev/hidraw14 (deleted)
> fwupd   15027 root   47u  CHR 246,15  0t0 83927517
> /dev/hidraw15 (deleted)
> fwupd   15027 root   48u  CHR 246,19  0t0 83928356
> /dev/hidraw19 (deleted)
> fwupd   15027 root   50u  CHR 246,16  0t0 83935331
> /dev/hidraw16 (deleted)
> fwupd   15027 root   57u  CHR 246,17  0t0 83953052
> /dev/hidraw17 (deleted)
> fwupd   15027 root   59u  CHR 246,18  0t0 83953650
> /dev/hidraw18 (deleted)
> fwupd   15027 root   61u  CHR 246,24  0t0 83955207
> /dev/hidraw24
>
> 7. Restart fwupd.service.
> 8. Note that the newly created /dev/hidraw device is now back to a small
> number.
>
> ProblemType: Bug
> DistroRelease: Ubuntu 17.10
> Package: fwupd 0.9.7-2ubuntu1
> Uname: Linux 4.14.12-hyper1+ x86_64
> ApportVersion: 2.20.7-0ubuntu3.7
> Architecture: amd64
> CurrentDesktop: GNOME
> Date: Tue Mar  6 13:42:00 2018
> SourcePackage: fwupd
> UpgradeStatus: Upgraded to artful on 2017-11-04 (121 days ago)
>
> ** Affects: fwupd (Ubuntu)
>  Importance: Undecided
>  Status: New
>
>
> ** Tags: amd64 apport-bug artful
>
> --
> You received this bug notification because you are subscribed to fwupd
> in Ubuntu.
> Matching subscriptions: fwupd bugs
> https://bugs.launchpad.net/bugs/1753655
>
> Title:
>   fwupd doesn't release hidraw devices
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1753655/+subscriptions
>

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

Title:
  fwupd doesn't release hidraw devices

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

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

[Bug 1752123] Re: Force 8bit RGB config

2018-03-05 Thread Daniel van Vugt
Any chance we could fix the aforementioned tests?

I've got 10-bit monitors I've been waiting to use with deep colour for
years. It would be nice if we could make it work now Mesa 18 is ready.

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

Title:
  Force 8bit RGB config

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

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

[Bug 1753658] Re: Xorg crash

2018-03-05 Thread Daniel van Vugt
To diagnose this problem we still need a crash file. Please:

1. Apply the workaround from bug 994921.
2. Reboot and reproduce the crash.
3. Look in /var/crash for new crash files.
4. Run:  ubuntu-bug /var/crash/YOURFILE.crash
5. Add a comment in this bug telling is the ID of the newly-created bug.

** Package changed: xorg (Ubuntu) => gnome-shell (Ubuntu)

** Changed in: gnome-shell (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/1753658

Title:
  Xorg crash

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

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

[Bug 1752681] Re: wireless disconnect

2018-03-05 Thread mahmood
@Marco,
I also have disabled IPV6 but still the same thing happens. Many users reported 
that problem and I see many post for older ubuntu versions. That is a very 
annoying bug.

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

Title:
  wireless disconnect

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

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

[Bug 1753654] Re: nvidia-384 384.111-0ubuntu0.17.10.1: nvidia-384 kernel module failed to build

2018-03-05 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/1753654

Title:
  nvidia-384 384.111-0ubuntu0.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/1753654/+subscriptions

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

[Bug 1753655] [NEW] fwupd doesn't release hidraw devices

2018-03-05 Thread Chow Loong Jin
Public bug reported:

fwupd doesn't release hidraw devices for unplugged peripherals, causing
the kernel to keep allocating new hidraw devices until it hits
HIDRAW_MAX_DEVICES.

Steps to reproduce:
1. Ensure that fwupd.service is running
2. Plug in a Logitech Unifying Receiver (or any other thing that creates a 
hidraw device that fwupd recognizes)
3. Unplug it.
4. Repeat 2 and 3, and note that the allocated hidraw device number keeps 
increasing.
5. HIDRAW_MAX_DEVICES=64, so after /dev/hidraw64 is hit, no new hidraw devices 
can be allocated until fwupd is restarted
6. Check the list of hidraw devices being held by fwupd:

% sudo lsof -p $(pidof fwupd) -n | grep hidraw
fwupd   15027 root   16u  CHR  246,6  0t0 83682527 
/dev/hidraw6 (deleted)
fwupd   15027 root   30u  CHR  246,7  0t0 83769950 
/dev/hidraw7 (deleted)
fwupd   15027 root   31u  CHR 246,11  0t0 83771266 
/dev/hidraw11 (deleted)
fwupd   15027 root   33u  CHR  246,8  0t0 83778056 
/dev/hidraw8 (deleted)
fwupd   15027 root   34u  CHR 246,13  0t0 83779740 
/dev/hidraw13 (deleted)
fwupd   15027 root   39u  CHR  246,9  0t0 83912152 
/dev/hidraw9 (deleted)
fwupd   15027 root   41u  CHR 246,10  0t0 83916478 
/dev/hidraw10 (deleted)
fwupd   15027 root   43u  CHR 246,12  0t0 83918049 
/dev/hidraw12 (deleted)
fwupd   15027 root   45u  CHR 246,14  0t0 83923588 
/dev/hidraw14 (deleted)
fwupd   15027 root   47u  CHR 246,15  0t0 83927517 
/dev/hidraw15 (deleted)
fwupd   15027 root   48u  CHR 246,19  0t0 83928356 
/dev/hidraw19 (deleted)
fwupd   15027 root   50u  CHR 246,16  0t0 83935331 
/dev/hidraw16 (deleted)
fwupd   15027 root   57u  CHR 246,17  0t0 83953052 
/dev/hidraw17 (deleted)
fwupd   15027 root   59u  CHR 246,18  0t0 83953650 
/dev/hidraw18 (deleted)
fwupd   15027 root   61u  CHR 246,24  0t0 83955207 
/dev/hidraw24

7. Restart fwupd.service.
8. Note that the newly created /dev/hidraw device is now back to a small number.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: fwupd 0.9.7-2ubuntu1
Uname: Linux 4.14.12-hyper1+ x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
CurrentDesktop: GNOME
Date: Tue Mar  6 13:42:00 2018
SourcePackage: fwupd
UpgradeStatus: Upgraded to artful on 2017-11-04 (121 days ago)

** Affects: fwupd (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/1753655

Title:
  fwupd doesn't release hidraw devices

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

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

[Bug 1753576] Re: GDM freeze

2018-03-05 Thread Daniel van Vugt
dino99,

Given the large number of bugs we're dealing with it would be safer for
you to log your own bug. Often two people with similar symptoms turn out
to have different bugs.

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

Title:
  GDM freeze

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

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

[Bug 1753576] Re: GDM freeze

2018-03-05 Thread Daniel van Vugt
Nish,

To figure the problem out you will need to be logged in already while
it's happening(!), so..

1. Log into a VT (Ctrl+Alt+F4) or install openssh-server and log in from a 
separate machine.
2. Run 'top' to find the ID of the spinning process.
3. Run:
   kill -ABRT 
4. Wait a while for crash files to be written.
5. Look in /var/crash for crash files and run:
   ubuntu-bug /var/crash/YOURFILE.crash
6. Add a comment here telling us the ID of the new bug.

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

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

Title:
  GDM freeze

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

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

[Bug 1721428] Re: Artful (17.10) Session logout after screen turned off

2018-03-05 Thread dwilches
Me too: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1753658

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

Title:
  Artful (17.10) Session logout after screen turned off

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

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

[Bug 1753658] [NEW] Xorg crash

2018-03-05 Thread dwilches
Public bug reported:

Each time I turn my screen off I get logged out of my session. I have to
log in again and all my apps have been forcefully closed (Chrome
mentions it didn't close cleanly and offers me to restore my tabs, for
example).

This happens after 5 minutes of inactivity (I have the setting for
screen off at 5 minutes) and also when I turn off my screen by myself.

Some more info:

$ lsb_release -rd 
Description:Ubuntu 17.10
Release:17.10

$ apt-cache policy xorg 
xorg:
  Installed: 1:7.7+19ubuntu3
  Candidate: 1:7.7+19ubuntu3
  Version table:
 *** 1:7.7+19ubuntu3 500
500 http://us.archive.ubuntu.com/ubuntu artful/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: xorg 1:7.7+19ubuntu3
ProcVersionSignature: Ubuntu 4.13.0-36.40-generic 4.13.13
Uname: Linux 4.13.0-36-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Mar  5 21:57:53 2018
DistUpgraded: Fresh install
DistroCodename: artful
DistroVariant: ubuntu
EcryptfsInUse: Yes
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480] 
[1002:67df] (rev c7) (prog-if 00 [VGA controller])
   Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Radeon RX 480 [1002:0b37]
MachineType: MSI MS-7850
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/usr/bin/zsh
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-36-generic.efi.signed 
root=/dev/mapper/system-root ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/17/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V2.8
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: B85-G41 PC Mate(MS-7850)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.8:bd07/17/2014:svnMSI:pnMS-7850:pvr1.0:rvnMSI:rnB85-G41PCMate(MS-7850):rvr1.0:cvnMSI:ct3:cvr1.0:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: MS-7850
dmi.product.version: 1.0
dmi.sys.vendor: MSI
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.83-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.8-0ubuntu0~17.10.1
version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.8-0ubuntu0~17.10.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.5-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.10.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
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 artful crash ubuntu wayland-session

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

Title:
  Xorg crash

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

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

[Bug 1753576] Re: GDM freeze

2018-03-05 Thread Nish Aravamudan
But if I plug in my usb-c dongle, it immediately freezes and the fans
start to spin. Unplugging the dongle has no effect. Suggestions for
debugging?

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

Title:
  GDM freeze

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

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

[Bug 1751234] Re: Unable to insert test_bpf module on Bionic s390x

2018-03-05 Thread Po-Hsu Lin
Note that this commit in #3 has been merged into the Bionic tree, but
it's not available in the 4.15.0-11 proposed kernel yet.

Will retest this for the next kernel.

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

Title:
  Unable to insert test_bpf module on Bionic s390x

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

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

[Bug 1753654] [NEW] nvidia-384 384.111-0ubuntu0.17.10.1: nvidia-384 kernel module failed to build

2018-03-05 Thread Jabu Babana
Public bug reported:

The computer does not start up as a result of ubuntu version.
I then need to load a lower version then it starts up.

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: nvidia-384 384.111-0ubuntu0.17.10.1
ProcVersionSignature: Ubuntu 4.13.0-16.19-lowlatency 4.13.4
Uname: Linux 4.13.0-16-lowlatency x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
DKMSKernelVersion: 4.13.0-36-generic
Date: Tue Mar  6 07:43:20 2018
DuplicateSignature: dkms:nvidia-384:384.111-0ubuntu0.17.10.1:cc1: error: code 
model ‘kernel’ not supported in the 32 bit mode
InstallationDate: Installed on 2015-07-06 (973 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
PackageVersion: 384.111-0ubuntu0.17.10.1
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.18.24ubuntu1
 apt  1.5.1
SourcePackage: nvidia-graphics-drivers-384
Title: nvidia-384 384.111-0ubuntu0.17.10.1: nvidia-384 kernel module failed to 
build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-384 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package artful 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/1753654

Title:
  nvidia-384 384.111-0ubuntu0.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/1753654/+subscriptions

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

[Bug 1711299] Re: ubuntu_bpf test failed to build on s390x system

2018-03-05 Thread Po-Hsu Lin
On Bionic, the error message is different:

$ make
make[1]: Entering directory '/tmp/bionic/tools/testing/selftests/bpf'
make -C ../../../lib/bpf OUTPUT=/tmp/bionic/tools/testing/selftests/bpf/
make[2]: Entering directory '/tmp/bionic/tools/lib/bpf'
make[2]: Leaving directory '/tmp/bionic/tools/lib/bpf'
make -C ../../../lib/bpf OUTPUT=/tmp/bionic/tools/testing/selftests/bpf/
make[2]: Entering directory '/tmp/bionic/tools/lib/bpf'
make[2]: Leaving directory '/tmp/bionic/tools/lib/bpf'
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_verifier.c 
/tmp/bionic/tools/testing/selftests/bpf/libbpf.a 
/tmp/bionic/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -lrt -o 
/tmp/bionic/tools/testing/selftests/bpf/test_verifier
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_tag.c 
/tmp/bionic/tools/testing/selftests/bpf/libbpf.a 
/tmp/bionic/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -lrt -o 
/tmp/bionic/tools/testing/selftests/bpf/test_tag
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_maps.c 
/tmp/bionic/tools/testing/selftests/bpf/libbpf.a 
/tmp/bionic/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -lrt -o 
/tmp/bionic/tools/testing/selftests/bpf/test_maps
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_lru_map.c 
/tmp/bionic/tools/testing/selftests/bpf/libbpf.a 
/tmp/bionic/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -lrt -o 
/tmp/bionic/tools/testing/selftests/bpf/test_lru_map
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_lpm_map.c 
/tmp/bionic/tools/testing/selftests/bpf/libbpf.a 
/tmp/bionic/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -lrt -o 
/tmp/bionic/tools/testing/selftests/bpf/test_lpm_map
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_progs.c 
/tmp/bionic/tools/testing/selftests/bpf/libbpf.a 
/tmp/bionic/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -lrt -o 
/tmp/bionic/tools/testing/selftests/bpf/test_progs
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_align.c 
/tmp/bionic/tools/testing/selftests/bpf/libbpf.a 
/tmp/bionic/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -lrt -o 
/tmp/bionic/tools/testing/selftests/bpf/test_align
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_verifier_log.c 
/tmp/bionic/tools/testing/selftests/bpf/libbpf.a 
/tmp/bionic/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -lrt -o 
/tmp/bionic/tools/testing/selftests/bpf/test_verifier_log
gcc -Wall -O2 -I../../../include/uapi -I../../../lib 
-I../../../../include/generated  -I../../../includetest_dev_cgroup.c 
/tmp/bionic/tools/testing/selftests/bpf/libbpf.a 
/tmp/bionic/tools/testing/selftests/bpf/cgroup_helpers.c -lcap -lelf -lrt -o 
/tmp/bionic/tools/testing/selftests/bpf/test_dev_cgroup
clang -I. -I./include/uapi -I../../../include/uapi \
 -Wno-compare-distinct-pointer-types  \
 -O2 -target bpf -emit-llvm -c 
/tmp/bionic/tools/testing/selftests/bpf/test_pkt_access.c -o - |  \
llc -march=bpf -mcpu=generic -filetype=obj -o 
/tmp/bionic/tools/testing/selftests/bpf/test_pkt_access.o
In file included from 
/tmp/bionic/tools/testing/selftests/bpf/test_pkt_access.c:8:
/usr/include/string.h:26:10: fatal error: 'bits/libc-header-start.h' file not 
found
#include 
 ^~
1 error generated.
clang -I. -I./include/uapi -I../../../include/uapi \
 -Wno-compare-distinct-pointer-types  \
 -O2 -target bpf -emit-llvm -c 
/tmp/bionic/tools/testing/selftests/bpf/test_xdp.c -o - |  \
llc -march=bpf -mcpu=generic -filetype=obj -o 
/tmp/bionic/tools/testing/selftests/bpf/test_xdp.o
In file included from /tmp/bionic/tools/testing/selftests/bpf/test_xdp.c:8:
/usr/include/string.h:26:10: fatal error: 'bits/libc-header-start.h' file not 
found
#include 
 ^~
1 error generated.
clang -I. -I./include/uapi -I../../../include/uapi \
 -Wno-compare-distinct-pointer-types  \
 -O2 -target bpf -emit-llvm -c 
/tmp/bionic/tools/testing/selftests/bpf/test_l4lb.c -o - |  \
llc -march=bpf -mcpu=generic -filetype=obj -o 
/tmp/bionic/tools/testing/selftests/bpf/test_l4lb.o
In file included from /tmp/bionic/tools/testing/selftests/bpf/test_l4lb.c:9:
/usr/include/string.h:26:10: fatal error: 'bits/libc-header-start.h' file not 
found
#include 
 ^~
1 error generated.
clang -I. -I./include/uapi -I../../../include/uapi \
 -Wno-compare-distinct-pointer-types  \
 -O2

[Bug 1751147] Re: nvidia-304 kernel module failed to build with new bionic kernel [error: implicit declaration of function ‘init_timer’; did you mean ‘init_timers’?]

2018-03-05 Thread matt r.
*** This bug is a duplicate of bug 1737750 ***
https://bugs.launchpad.net/bugs/1737750

also, i have this hardware on my laptop, and never have applied a patch before. 
is there a guide or howto to apply this patch, or can someone post a link ?
thanks in advance

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

Title:
  nvidia-304 kernel module failed to build with new bionic kernel
  [error: implicit declaration of function ‘init_timer’; did you mean
  ‘init_timers’?]

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

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

[Bug 1753576] Re: GDM freeze

2018-03-05 Thread Nish Aravamudan
I just rebooted again and without hitting any keys, it did come up to
the greeter without issue.

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

Title:
  GDM freeze

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

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

[Bug 1751147] Re: nvidia-304 kernel module failed to build with new bionic kernel [error: implicit declaration of function ‘init_timer’; did you mean ‘init_timers’?]

2018-03-05 Thread matt r.
*** This bug is a duplicate of bug 1737750 ***
https://bugs.launchpad.net/bugs/1737750

I have built all 4.15.x releases and 4.16rc  from source kernel.org  and
confirm nvivia-304 will not build. Am looking at learning how to install
patch. This should be reported to kernel.org as well

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

Title:
  nvidia-304 kernel module failed to build with new bionic kernel
  [error: implicit declaration of function ‘init_timer’; did you mean
  ‘init_timers’?]

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

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

[Bug 1753576] Re: GDM freeze

2018-03-05 Thread dino99
Also now get a 'smooth' freeze (kind of race, as the hdd is heavily used
before getting the login screen. But booting with 'plymooth:debug'
kernel option, journalctl has logged:

***
Mar 06 04:19:47 ubuntu plymouth[660]: [./ply-boot-client.c:183] 
  ply_boot_client_connect:could not connect to /org/freedesktop/plymouthd: 
Connection refused
Mar 06 04:19:47 ubuntu plymouth[660]: [./ply-boot-client.c:184] 
  ply_boot_client_connect:trying old fallback path /ply-boot-protocol
Mar 06 04:19:47 ubuntu plymouth[660]: [./ply-boot-client.c:190] 
  ply_boot_client_connect:could not connect to /ply-boot-protocol: 
Connection refused
Mar 06 04:19:47 ubuntu plymouth[660]: [./plymouth.c:1121]   
   main:daemon not running
Mar 06 04:19:47 ubuntu plymouth[660]: [./ply-boot-client.c:810]
ply_boot_client_detach_from_event_loop:detaching from event loop
Mar 06 04:19:56 ubuntu plymouth[1011]: [./ply-boot-client.c:183]
   ply_boot_client_connect:could not connect to /org/freedesktop/plymouthd: 
Connection refused
Mar 06 04:19:56 ubuntu plymouth[1011]: [./ply-boot-client.c:184]
   ply_boot_client_connect:trying old fallback path /ply-boot-protocol
Mar 06 04:19:56 ubuntu plymouth[1011]: [./ply-boot-client.c:190]
   ply_boot_client_connect:could not connect to /ply-boot-protocol: 
Connection refused
Mar 06 04:19:56 ubuntu plymouth[1011]: [./plymouth.c:1121]  
main:daemon not running
Mar 06 04:19:56 ubuntu plymouth[1011]: [./plymouth.c:1132]  
main:no need to wait
Mar 06 04:19:56 ubuntu gdm3[1016]: [./ply-boot-client.c:183]
   ply_boot_client_connect:could not connect to /org/freedesktop/plymouthd: 
Connection refused
Mar 06 04:19:56 ubuntu gdm3[1016]: [./ply-boot-client.c:184]
   ply_boot_client_connect:trying old fallback path /ply-boot-protocol
Mar 06 04:19:56 ubuntu gdm3[1016]: [./ply-boot-client.c:190]
   ply_boot_client_connect:could not connect to /ply-boot-protocol: Connection 
refused
Mar 06 04:19:56 ubuntu gdm3[1016]: [./plymouth.c:1121]  
main:daemon not running
Mar 06 04:19:56 ubuntu gdm3[1016]: [./plymouth.c:1124]  
main:ping failed
***

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

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

Title:
  GDM freeze

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

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

[Bug 1752772] Re: r8169 ethernet card don't work after returning from suspension

2018-03-05 Thread Kai-Heng Feng
Please find the first bad -rc* kernel that has this issue.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/

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

Title:
  r8169 ethernet card don't work after returning from suspension

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

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

[Bug 1751460] Re: deja-dup-monitor crashed with SIGSEGV in Gigacage::::operator()

2018-03-05 Thread dino99
The journalctl log:

org.gnome.DejaDup.Monitor.desktop[2536]: FATAL: Could not allocate
gigacage memory with maxAlignment = 34359738368, totalSize =
120259084288.

kernel: deja-dup-monito[2536]: segfault at bbadbeef ip 7f067db65588
sp 72df82c0 error 6 in
libjavascriptcoregtk-4.0.so.18.7.6[7f067cdad000+fc4000

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

Title:
  deja-dup-monitor crashed with SIGSEGV in
  Gigacageoperator()

To manage notifications about this bug go to:
https://bugs.launchpad.net/webkit-open-source/+bug/1751460/+subscriptions

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

[Bug 1744072] Re: [MIR] Chrony in 18.04

2018-03-05 Thread Paul Gear
I've added initial support for chrony to the ntp charm:
https://code.launchpad.net/~paulgear/ntp-charm/+git/ntp-
charm/+merge/340780

Very lightly tested at present - nagios check known to be non-working,
other features should work.  It's available as cs:~paulgear/ntp if
anyone would like to test: https://jujucharms.com/u/paulgear/ntp/

** Merge proposal linked:
   https://code.launchpad.net/~paulgear/ntp-charm/+git/ntp-charm/+merge/340780

** Changed in: ntp-charm
 Assignee: (unassigned) => Paul Gear (paulgear)

** Changed in: ntp-charm
   Status: Triaged => 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/1744072

Title:
  [MIR] Chrony in 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ntp-charm/+bug/1744072/+subscriptions

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

[Bug 1753576] Re: GDM freeze

2018-03-05 Thread Nish Aravamudan
Hrm, I'm not entirely sure what just changed. I rebooted and unlike
before, I hit Escape at the splash screen, and the GDM greeter showed up
just fine (after hitting Escape again to go back to graphics mode). I'll
see if that's reproducible shortly.

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

Title:
  GDM freeze

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

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

[Bug 1751414] Re: [regression] Missing Wayland login option and missing GL acceleration, after installing libegl1

2018-03-05 Thread Daniel van Vugt
Yes, the workaround "sudo apt remove libegl1" was only safe in February.
Not safe after the mutter and mir updates in March :(

Thanks for fixing this.

** Description changed:

  I just updated bionic and suddenly:
    * No 'Ubuntu on Wayland' login option.
    * The 'Ubuntu' login option is very slow -- glxinfo reports LLVMpipe 
(software rendering)
- 
- WORKAROUND: sudo apt remove libegl1
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell 3.26.2-0ubuntu3
  ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  Date: Sat Feb 24 13:59:46 2018
  DisplayManager: gdm3
  InstallationDate: Installed on 2017-12-12 (73 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20171211)
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  [regression] Missing Wayland login option and missing GL acceleration,
  after installing libegl1

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

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

[Bug 1698090] Re: Segmentation fault

2018-03-05 Thread Thayne
I'm not sure if this is the same issue. But while running BitBucket we
got a segfault about once a day (and had to restart bitbucket), until we
figured out it was coming from snoopy code and disabled snoopy on the
host.

The relevant part of the backtrace:

#1236 0x7fa0e54ac746 in strlen () at ../sysdeps/x86_64/strlen.S:106
#1237 0x7fa0e59fd0fd in snoopy_datasource_cmdline () at /lib/snoopy.so
#1238 0x7fa0e59fcdc4 in snoopy_message_generateFromFormat () at 
/lib/snoopy.so
#1239 0x7fa0e59fcc6b in snoopy_log_syscall () at /lib/snoopy.so
#1240 0x7fa0e59fca45 in execve () at /lib/snoopy.so
#1241 0x7fa0e2fd8284 in execve_with_shell_fallback (mode=, 
file=0x7fa081e75d60 "/usr/bin/git", argv=0x7fa080bfd5e0, envp=0x7fa081316ad0)
at 
/build/openjdk-8-W2Qe27/openjdk-8-8u151-b12/src/jdk/src/solaris/native/java/lang/childproc.c:213
#1242 0x7fa0e2fd86a9 in childProcess (arg=arg@entry=0x7fa0808e4ee0) at 
/build/openjdk-8-W2Qe27/openjdk-8-8u151-b12/src/jdk/src/solaris/native/java/lang/childproc.c:365
#1243 0x7fa0e2fd5114 in vforkChild (c=c@entry=0x7fa0808e4ee0) at 
/build/openjdk-8-W2Qe27/openjdk-8-8u151-b12/src/jdk/src/solaris/native/java/lang/UNIXProcess_md.c:434
#1244 0x7fa0e2fd580d in Java_java_lang_UNIXProcess_forkAndExec 
(env=0x7fa09c73f9e0, process=, helperpath=, 
c=0x7fa0808e4ee0)
at 
/build/openjdk-8-W2Qe27/openjdk-8-8u151-b12/src/jdk/src/solaris/native/java/lang/UNIXProcess_md.c:552
#1245 0x7fa0e2fd580d in Java_java_lang_UNIXProcess_forkAndExec 
(env=0x7fa09c73f9e0, process=, mode=3, 
helperpath=0x7fa03276cef0, prog=0x7fa03276cef8, argBlock=0x7fa03276cf00, 
argc=2, envBlock=0x7fa03276cf30, envc=21, dir=0x7fa03276cf40, 
std_fds=0x7fa03276cf48, redirectErrorStream=0 '\000') at 
/build/openjdk-8-W2Qe27/openjdk-8-8u151-b12/src/jdk/src/solaris/native/java/lang/UNIXProcess_md.c:645
#1246 0x7fa0cf948ac9 in [native offset=0x149] 
java.lang.UNIXProcess.forkAndExec(int,byte,byte,byte,int,byte,int,byte,int,boolean)
 () at java/lang/UNIXProcess.java
#1247 0x7fa0d43e3394 in [inlined] 
java.lang.StringCoding.encode(char,int,int) () at 
java/lang/StringCoding.java:388
0x7fa0d43e3394 in [inlined] java.lang.String.getBytes() () at 
java/lang/String.java:958
0x7fa0d43e3394 in [inlined] 
java.lang.ProcessImpl.toCString(java.lang.String) () at 
java/lang/ProcessImpl.java:51
0x7fa0d43e3394 in [compiled offset=0x834] 
java.lang.ProcessImpl.start(java.lang.String,java.util.Map,java.lang.String,java.lang.ProcessBuilder$Redirect,boolean)
 () at java/lang/ProcessImpl.java:134
#1248 0x7fa0d3745548 in [inlined] 
com.atlassian.utils.process.ExternalProcessImpl.createDefaultProcess(java.util.List,java.util.Map,java.io.File)
 () at com/atlassian/utils/process/ExternalProcessImpl.java:376
0x7fa0d3745548 in [compiled offset=0x7c8] 
com.atlassian.utils.process.ExternalProcessImpl.createProcess(java.util.List,java.util.Map,java.io.File)
 () at com/atlassian/utils/process/ExternalProcessImpl.java:387
#1249 0x7fa0d52478cc in [inlined] 
com.atlassian.utils.process.ExternalProcessBuilder.build() () at 
com/atlassian/utils/process/ExternalProcessBuilder.java:55


May be related to https://github.com/a2o/snoopy/issues/46, but I think that the 
commit that supposedly fixed that is on version 2.3.1. 

** Bug watch added: github.com/a2o/snoopy/issues #46
   https://github.com/a2o/snoopy/issues/46

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

Title:
  Segmentation fault

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

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

[Bug 1751414] Re: [regression] Missing Wayland login option and missing GL acceleration, after installing libegl1

2018-03-05 Thread Daniel van Vugt
Michael,

If you have any continuing problems then please log a new bug.

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

Title:
  [regression] Missing Wayland login option and missing GL acceleration,
  after installing libegl1

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

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

[Bug 1751834] Comment bridged from LTC Bugzilla

2018-03-05 Thread bugproxy
--- Comment From bssrika...@in.ibm.com 2018-03-05 23:31 EDT---
Any updates on which build would this patch be included? this is currently 
gating KVM testing on DD 2.2.

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

Title:
  Power9 DD 2.2 needs HMI fixup backport of upstream
  patch(d075745d893c78730e4a3b7a60fca23c2f764081) into kernel

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

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

[Bug 1753191] Re: Touchpad not working after installing Ubuntu 16.04 LTS

2018-03-05 Thread Maksym Zhelyeznyakov
This started happening once I installed Ubuntu on this PC. In fact, this
issue persists throughout all versions of linux I've installed
(Fedora/Manjaro/Mint). It wasn't happening on my windows install.

The mainline kernel installation didn't solve the issue.

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

** Tags added: kernel-bug-exists-upstream

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

Title:
  Touchpad not working after installing Ubuntu 16.04 LTS

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

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

[Bug 1698090] Re: Segmentation fault

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

** Changed in: snoopy (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/1698090

Title:
  Segmentation fault

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

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

[Bug 1717995] Re: extra domains not removed from resolv.conf when VPN disconnects

2018-03-05 Thread pureblood
I have had the same exact problem since I have upgraded to 17.10. In my
case it does not even involve the VPN. When I come back from work, if I
had suspended the laptop without restarting it, then I cannot connect to
the computers from work.

If I restart resolvconf with:
$ sudo /etc/init.d/resolvconf restart
The problem persists.

If I edit the file /run/resolvconf/interface/systemd-resolved with
$ sudo emacs -nw /run/resolvconf/interface/systemd-resolved
... remove the work computer name in the line starting with search ...
$ sudo /etc/init.d/resolvconf restart
Then it works fine.

I hope this bug is well understood and the fix is on its way. It seems
like a bit of a corner case, but it is indeed a serious bug.

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

Title:
  extra domains not removed from resolv.conf when VPN disconnects

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

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

[Bug 1753608] Re: package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to install/upgrade: intentando sobreescribir el compartido `/lib/udev/hwdb.d/20-sane.hwdb', que es distinto de otras instancia

2018-03-05 Thread dino99
*** This bug is a duplicate of bug 1725928 ***
https://bugs.launchpad.net/bugs/1725928

** This bug has been marked a duplicate of bug 1725928
   package libsane1 1.0.27-1~experimental2ubuntu1: multiarch packages with 
differing files  '/lib/udev/hwdb.d/20-sane.hwdb'

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

Title:
  package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to
  install/upgrade: intentando sobreescribir el compartido
  `/lib/udev/hwdb.d/20-sane.hwdb', que es distinto de otras instancias
  del paquetes libsane1:i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1753608/+subscriptions

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

[Bug 1753627] Re: package dpkg 1.18.4ubuntu1.3 failed to install/upgrade: package dpkg is already installed and configured

2018-03-05 Thread dino99
*** This bug is a duplicate of bug 545790 ***
https://bugs.launchpad.net/bugs/545790

** This bug has been marked a duplicate of bug 545790
   package PACKAGE failed to install/upgrade: error writing to '': Success

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

Title:
  package dpkg 1.18.4ubuntu1.3 failed to install/upgrade: package dpkg
  is already installed and configured

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

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

[Bug 1740828] Re: USB devices are detected but not working

2018-03-05 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/1740828

Title:
  USB devices are detected but not working

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

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

[Bug 1733475] Re: taskbar misses every lxsession init

2018-03-05 Thread Launchpad Bug Tracker
[Expired for lxpanel (Ubuntu) because there has been no activity for 60
days.]

** Changed in: lxpanel (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/1733475

Title:
  taskbar misses every lxsession init

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

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

[Bug 1740906] Re: package linux-image-4.13.0-21-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2018-03-05 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/1740906

Title:
  package linux-image-4.13.0-21-generic (not installed) 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/linux/+bug/1740906/+subscriptions

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

[Bug 1730188] Re: linux-image-4.4.0-98 kernel panic

2018-03-05 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/1730188

Title:
  linux-image-4.4.0-98 kernel panic

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

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

[Bug 1741034] Re: package mysql-server-5.7 (not installed) failed to install/upgrade: subproces nieuw pre-installation script gaf een foutwaarde 1 terug

2018-03-05 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/1741034

Title:
  package mysql-server-5.7 (not installed) failed to install/upgrade:
  subproces nieuw pre-installation script gaf een foutwaarde 1 terug

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

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

[Bug 1741103] Re: watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [gsd-clipboard:1445]

2018-03-05 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/1741103

Title:
  watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [gsd-clipboard:1445]

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

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

[Bug 1740883] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-03-05 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/1740883

Title:
  package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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

[Bug 1730188] Re: linux-image-4.4.0-98 kernel panic

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

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

Title:
  linux-image-4.4.0-98 kernel panic

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

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

[Bug 1741084] Re: rtsx_pci needs to be manually loaded for Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader [10ec:5229]

2018-03-05 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/1741084

Title:
  rtsx_pci needs to be manually loaded for Realtek Semiconductor Co.,
  Ltd. RTS5229 PCI Express Card Reader [10ec:5229]

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

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

[Bug 1741150] Re: 'ubuntu-bug cups'

2018-03-05 Thread Launchpad Bug Tracker
[Expired for cups (Ubuntu) because there has been no activity for 60
days.]

** Changed in: cups (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/1741150

Title:
  'ubuntu-bug cups'

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

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

[Bug 1732735] Re: bind_policy hard broken in ldap.conf in 17.10

2018-03-05 Thread Launchpad Bug Tracker
[Expired for ldap-auth-client (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ldap-auth-client (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/1732735

Title:
  bind_policy hard broken in ldap.conf in 17.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ldap-auth-client/+bug/1732735/+subscriptions

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

[Bug 1741042] Re: ubuntu 17.00 kernel freeze

2018-03-05 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/1741042

Title:
  ubuntu 17.00 kernel freeze

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

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

[Bug 1740835] Re: package mysql-server-5.7 5.7.20-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-03-05 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/1740835

Title:
  package mysql-server-5.7 5.7.20-0ubuntu0.16.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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

[Bug 1740923] Re: package linux-image-4.13.0-21-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2018-03-05 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/1740923

Title:
  package linux-image-4.13.0-21-generic (not installed) 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/linux/+bug/1740923/+subscriptions

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

[Bug 1543280] Re: Synaptic fails with "W: Can't drop privileges for downloading as file '/root/.synaptic/tmp//tmp_sh' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)"

2018-03-05 Thread aaronfranke
*** This bug is a duplicate of bug 1522675 ***
https://bugs.launchpad.net/bugs/1522675

The solution I've found is to download Debian's version of this package:

https://packages.debian.org/en/sid/all/ttf-mscorefonts-
installer/download

Then the fonts install without any problems! Hooray, and it's sad that
Ubuntu failed to create a functional package when they could've just
copied Debian's version and had it work!

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

Title:
  Synaptic fails with "W: Can't drop privileges for downloading as file
  '/root/.synaptic/tmp//tmp_sh' couldn't be accessed by user '_apt'. -
  pkgAcquire::Run (13: Permission denied)"

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

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

[Bug 1522675] Re: Warning messages about unsandboxed downloads

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

** Changed in: synaptic (Ubuntu Xenial)
   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/1522675

Title:
  Warning messages about unsandboxed downloads

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

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

[Bug 1522675] Re: Warning messages about unsandboxed downloads

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

** Changed in: aptitude (Ubuntu Xenial)
   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/1522675

Title:
  Warning messages about unsandboxed downloads

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

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

Re: [Bug 1698287] Re: VA-API fails to initialize in a Gnome Shell Wayland session

2018-03-05 Thread Doug McMahon
On 03/05/2018 09:02 PM, Daniel van Vugt wrote:
> Doug,
>
> Ideally it will be automatically installed, or at least gets installed
> with ubuntu-restricted-addons. See:
> https://wiki.ubuntu.com/IntelQuickSyncVideo
>
Good to know about the add-ons package, been quite awhile here that I've 
used it. Generally on new install I'm just trying to play media & 
looking to see if the gst-packagekit > ubuntu-software reacts properly, 
ect. (- which it's doing a decent job atm, always some room for 
improvement..
I'd think many users also follow that path, i.e add or access media then 
follow the pop up if support isn't already available.

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

Title:
  VA-API fails to initialize in a Gnome Shell Wayland session

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

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

[Bug 1621861] Re: libsidplay1: Multiarch support is incomplete

2018-03-05 Thread Bug Watch Updater
** Changed in: libsidplay (Debian)
   Status: New => Fix Released

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

Title:
  libsidplay1: Multiarch support is incomplete

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

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

[Bug 1753347] Re: [SRU] Lenovo E41 Mic mute hotkey is not responding

2018-03-05 Thread AaronMa
** Tags added: originate-from-1734236 sutton

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

Title:
  [SRU] Lenovo E41 Mic mute hotkey is not responding

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

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

[Bug 1753576] Re: GDM freeze

2018-03-05 Thread Nish Aravamudan
Oh also the splash screen correctly displays on both monitors, so i
think it must be in X that the multiple displays fail.

I'll see if I can figure out how to get to a temrinal.

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

Title:
  GDM freeze

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

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

[Bug 1753576] Re: GDM freeze

2018-03-05 Thread Nish Aravamudan
@vanvugt: no, as it's not crashed (afaict), it's just 100% cpu (based
upon fans). Numlock is still responsive as is sysrq, but i can't get to
any ttys (that is, ctrl+alt+f2, etc don't seem to work).

I even tried booting with 'text' and annoyingly gdm still started (I
might be misremembering how to do that, though).

Any suggestions on how to force a crash?

I might reboot now and just leave it to see if it eventually progresses.

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

Title:
  GDM freeze

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

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

[Bug 1753346] Re: AMD 7 1800X system (Dell Inspiron 5675) randomly freezes

2018-03-05 Thread Kai-Heng Feng
I guess it's the same one as [1]?

Does the system freeze when you are using it? Or does it freeze when
it's idle?

[1] https://bugzilla.kernel.org/show_bug.cgi?id=196683

** Bug watch added: Linux Kernel Bug Tracker #196683
   https://bugzilla.kernel.org/show_bug.cgi?id=196683

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

Title:
  AMD 7 1800X system (Dell Inspiron 5675) randomly freezes

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

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

[Bug 1567597] Re: implement 'complain mode' in seccomp for developer mode with snaps

2018-03-05 Thread Jamie Strandboge
This is fixed in xenial 2.3.1-2.1ubuntu2~16.04.1

** Changed in: libseccomp (Ubuntu Xenial)
   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/1567597

Title:
  implement 'complain mode' in seccomp for developer mode with snaps

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

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

[Bug 1752431] Re: Gnome Shell Wayland session crashes on startup - artful

2018-03-05 Thread Daniel van Vugt
Please ensure you have applied the workaround from bug 994921 first.
Then reproduce the crash and check for /var/crash files again.

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

Title:
  Gnome Shell Wayland session crashes on startup - artful

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

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

[Bug 1753347] Re: [SRU] Lenovo E41 Mic mute hotkey is not responding

2018-03-05 Thread AaronMa
** Changed in: hwe-next
 Assignee: (unassigned) => AaronMa (mapengyu)

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

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

Title:
  [SRU] Lenovo E41 Mic mute hotkey is not responding

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

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

[Bug 1753576] Re: GDM freeze

2018-03-05 Thread Daniel van Vugt
Can you find any crash files in /var/crash ?

If so then please run:

  ubuntu-bug /var/crash/YOURFILE.crash

and tell us the new bug ID.

** Summary changed:

- Xorg freeze
+ GDM freeze

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

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

** Changed in: gnome-shell (Ubuntu)
   Status: New => Incomplete

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

Title:
  GDM freeze

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

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

[Bug 1753627] [NEW] package dpkg 1.18.4ubuntu1.3 failed to install/upgrade: package dpkg is already installed and configured

2018-03-05 Thread Peter
Public bug reported:

i just clicked the install button of the system updates and the error
happened

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: dpkg 1.18.4ubuntu1.3
ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
Uname: Linux 4.10.0-28-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
CrashReports:
 600:0:117:369113:2018-03-05 21:08:54.504457712 -0600:2018-03-05 
21:08:55.504457712 -0600:/var/crash/dpkg.0.crash
 600:109:117:0:2018-03-05 14:54:03.925303152 -0600:2018-03-05 
14:54:03.925303152 -0600:/var/crash/_usr_bin_software-properties-gtk.0.uploaded
 644:0:117:0:2018-03-05 14:54:01.493337419 -0600:2018-03-05 14:54:01.493337419 
-0600:/var/crash/_usr_bin_software-properties-gtk.0.upload
 640:0:117:121158:2018-03-05 14:54:00.473337650 -0600:2018-03-05 
14:54:01.573336290 -0600:/var/crash/_usr_bin_software-properties-gtk.0.crash
Date: Mon Mar  5 21:08:55 2018
DpkgTerminalLog:
 dpkg: error processing package dpkg (--configure):
  package dpkg is already installed and configured
ErrorMessage: package dpkg is already installed and configured
InstallationDate: Installed on 2018-03-05 (0 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.3
 apt  1.2.24
SourcePackage: dpkg
Title: package dpkg 1.18.4ubuntu1.3 failed to install/upgrade: package dpkg is 
already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed 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/1753627

Title:
  package dpkg 1.18.4ubuntu1.3 failed to install/upgrade: package dpkg
  is already installed and configured

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

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

[Bug 1753629] [NEW] Cant install boot-loader

2018-03-05 Thread Brian Robbins
Public bug reported:

I have a feeling it's due to windows being there first. I can't find the
setting in BIOS that I think I need to disable (Secure Boot). This is a
fairly old MoBo and processor.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.6 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.13.0-36.40~16.04.1-generic 4.13.13
Uname: Linux 4.13.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
CasperVersion: 1.376.2
Date: Mon Mar  5 20:07:02 2018
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 (20180228)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.63.6 ubuntu xenial

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

Title:
  Cant install boot-loader

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

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

[Bug 295876] Re: top and ps truncate command after 15 chars

2018-03-05 Thread PabloAB
The reason is in kernel TASK_COMM_LEN (check man proc) constant fixed to
16 (name + \0). A guy called [Luben Tuikov][0] proposed to increase this
back on 2006 ([last lines][1] of sys.c). Even if this is too difficult
because of mysterous complicated reasons pgrep should search on the
complete name, not the truncated version (/proc/PID/comm,
/proc/PID/status | grep ^Name).

Maybe something like  grep -hoa "\/[^/]*$" /proc/*/cmdline  | grep -a
pattern  [or][2]  ps aux | grep "[p]attern".

With -f "the full command line is used" (/proc/PID/cmdline, readlink
/proc/PID/exe). This is too broad.

Something similar happen with the 4096 B limit of PAGE_SIZE. In that
case the solution is easy, [just recompile the kernel][3] with a new
value... :s

[0](http://lkml.iu.edu/hypermail/linux/kernel/0606.2/3139.html)
[1](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/kernel/sys.c#n2544)
[2](https://unix.stackexchange.com/a/74186/209677)
[3](https://stackoverflow.com/a/199199/4970442)

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

Title:
  top and ps truncate command after 15 chars

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

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

[Bug 1753334] Re: gnome-shell crashed with signal 5 in g_log_default_handler()

2018-03-05 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1748450 ***
https://bugs.launchpad.net/bugs/1748450

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 1748450, 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 1748450
   gnome-shell crashed with SIGTRAP in _g_log_abort() from 
g_log_default_handler() from default_log_handler(message="Connection to 
xwayland lost") from g_logv() from g_log() from 

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

Title:
  gnome-shell crashed with signal 5 in g_log_default_handler()

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

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

[Bug 1753298] Re: audio not working, apollo lake 4.16 kernel

2018-03-05 Thread Daniel van Vugt
It appears you don't have audio because pulseaudio has crashed(?):

PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
 No PulseAudio daemon running, or not running as session daemon.

Can you please test a newer version by booting this?;

  http://cdimages.ubuntu.com/daily-live/current/

Please also apply the workaround for bug 994921, and if you find any
crash files in /var/crash then report them by running this command:

  ubuntu-bug /var/crash/YOURFILE.crash

And tell us the new bug ID that gets created.

** Changed in: pulseaudio (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/1753298

Title:
  audio not working, apollo lake 4.16 kernel

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

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

[Bug 1753131] Re: gnome-shell crashes occasionally (libmutter)

2018-03-05 Thread Daniel van Vugt
Please apply the workaround from bug 994921, and then look in /var/crash
for crash files, then run:

  ubuntu-bug /var/crash/YOURFILE.crash

That will create a new bug report so please tell us here the ID of the
newly-created bug.

** Changed in: gnome-shell (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/1753131

Title:
  gnome-shell crashes occasionally (libmutter)

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

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

[Bug 1750947] Re: pulseaudio print lots of error when selecting unavailable profile

2018-03-05 Thread Hui Wang
OK, got it. thanks.

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

Title:
  pulseaudio print lots of error when selecting unavailable profile

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

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

[Bug 1752709] Re: Left mouse button gets stuck down (in software), usually after suspend/resume

2018-03-05 Thread Daniel van Vugt
** Changed in: libinput (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => New

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

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

Title:
  Left mouse button gets stuck down (in software), usually after
  suspend/resume

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

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

[Bug 1753020] Re: High CPU usage in gnome-shell, occurs randomly

2018-03-05 Thread Daniel van Vugt
I think we would need a stack trace of the problem. Please do:

1. Apply the workaround from bug 994921.
2. Open a terminal or log in to another VT (Ctrl+Alt+F4).
3. Reproduce the high CPU problem.
4. While the problem is occurring, run:
   killall -ARBT `pidof -s gnome-shell`
5. Look in /var/crash for the crash file.
6. Create a new bug using this command:
   ubuntu-bug /var/crash/YOURFILE.crash
7. Tell us here the ID of the new bug.

** Changed in: gnome-shell (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/1753020

Title:
  High CPU usage in gnome-shell, occurs randomly

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

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

[Bug 1752456] Re: package libp11-kit-gnome-keyring 3.27.4-1ubuntu1 failed to install/upgrade: libp11-kit-gnome-keyring:all 3.27.4-2ubuntu1 (Multi-Arch: no) is not co-installable with libp11-kit-gnome-

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

** Changed in: gnome-keyring (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/1752456

Title:
  package libp11-kit-gnome-keyring 3.27.4-1ubuntu1 failed to
  install/upgrade: libp11-kit-gnome-keyring:all 3.27.4-2ubuntu1 (Multi-
  Arch: no) is not co-installable with libp11-kit-gnome-keyring which
  has multiple installed instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1752456/+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   9   >