[Kernel-packages] [Bug 1881631] Re: arm64 Ubuntu kernel builds missing CONFIG_NLS_ASCII

2020-06-02 Thread Adam Bell
@fginther

I opened this bug report on behalf of @brentk4 from a support ticket.
Please refer to the kernel that referenced in #4.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-raspi2 in Ubuntu.
https://bugs.launchpad.net/bugs/1881631

Title:
  arm64 Ubuntu kernel builds missing CONFIG_NLS_ASCII

Status in linux-raspi2 package in Ubuntu:
  Confirmed

Bug description:
  Remounting log mounts in Ubuntu core are failing on arm64 builds due to 
missing CONFIG_NLS_ASCII in the arm64 kernel build options.
  This option is enabled on the other kernel builds but somehow was overlooked 
on arm64 appears to affect our ability to access logs via journalctl with data 
from prior to restart because certain mounts are failing.
  Other Raspberry Pi kernel builds, such as the armhf build, have the option 
enabled and so do not encounter the mount error.
  The kernel option that needs to be turned on to resolve this is 
CONFIG_NLS_ASCII. It needs to be set to either 'm' or 'y'. Most of the other 
chips have it set to 'y', keeping it built-in.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1881631] [NEW] arm64 Ubuntu kernel builds missing CONFIG_NLS_ASCII

2020-06-01 Thread Adam Bell
Public bug reported:

Remounting log mounts in Ubuntu core are failing on arm64 builds due to missing 
CONFIG_NLS_ASCII in the arm64 kernel build options.
This option is enabled on the other kernel builds but somehow was overlooked on 
arm64 appears to affect our ability to access logs via journalctl with data 
from prior to restart because certain mounts are failing.
Other Raspberry Pi kernel builds, such as the armhf build, have the option 
enabled and so do not encounter the mount error.
The kernel option that needs to be turned on to resolve this is 
CONFIG_NLS_ASCII. It needs to be set to either 'm' or 'y'. Most of the other 
chips have it set to 'y', keeping it built-in.

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-raspi2 in Ubuntu.
https://bugs.launchpad.net/bugs/1881631

Title:
  arm64 Ubuntu kernel builds missing CONFIG_NLS_ASCII

Status in linux-raspi2 package in Ubuntu:
  New

Bug description:
  Remounting log mounts in Ubuntu core are failing on arm64 builds due to 
missing CONFIG_NLS_ASCII in the arm64 kernel build options.
  This option is enabled on the other kernel builds but somehow was overlooked 
on arm64 appears to affect our ability to access logs via journalctl with data 
from prior to restart because certain mounts are failing.
  Other Raspberry Pi kernel builds, such as the armhf build, have the option 
enabled and so do not encounter the mount error.
  The kernel option that needs to be turned on to resolve this is 
CONFIG_NLS_ASCII. It needs to be set to either 'm' or 'y'. Most of the other 
chips have it set to 'y', keeping it built-in.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1742560] Re: zfsutils-linux recommends dkms when it's not needed

2019-11-04 Thread Adam Bell
Are there any plans to correct the Xenial's package?

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1742560

Title:
  zfsutils-linux recommends dkms when it's not needed

Status in zfs-linux package in Ubuntu:
  Fix Released
Status in zfs-linux source package in Xenial:
  Incomplete
Status in zfs-linux source package in Artful:
  Fix Released
Status in zfs-linux source package in Bionic:
  Fix Released

Bug description:
  1.
  $ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  2.
  $ apt-cache policy zfsutils-linux
  zfsutils-linux:
Installed: 0.6.5.6-0ubuntu18
Candidate: 0.6.5.6-0ubuntu18
Version table:
   *** 0.6.5.6-0ubuntu18 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.6.5.6-0ubuntu8 500
  500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  3. apt install zfsutils-linux does not install dkms,spl-dkms and
  dependencies since 16.04 kernel already contains zfs.ko

  4. apt install zfsutils-linux installs all of the following:

  dkms fakeroot gcc gcc-5 libasan2 libatomic1 libc-dev-bin libc6-dev libcc1-0 
libcilkrts5 libfakeroot libfreetype6 libgcc-5-dev libgomp1 libitm1
liblsan0 libmpx0 libquadmath0 libtsan0 libubsan0 linux-libc-dev 
manpages-dev spl spl-dkms

  and then any kernel install/update then attempts to dkms rebuild zfs
  and spl even though the modules are already provided.

  % dpkg -S /lib/modules/4.13.0-19-generic/kernel/zfs/zfs/zfs.ko
  linux-image-4.13.0-19-generic: 
/lib/modules/4.13.0-19-generic/kernel/zfs/zfs/zfs.ko
  % dpkg -S /lib/modules/4.13.0-19-generic/kernel/zfs/spl/spl.ko
  linux-image-4.13.0-19-generic: 
/lib/modules/4.13.0-19-generic/kernel/zfs/spl/spl.ko

  
  We can see from the package requirements, that it Recommends zfs-dkms, but 
only on Xenial.  Releases newer than Xenial do not have this package 
requirement.  

  % apt-cache show zfsutils-linux
  Package: zfsutils-linux
  Architecture: amd64
  Version: 0.6.5.6-0ubuntu18
  Priority: extra
  Section: admin
  Source: zfs-linux
  Origin: Ubuntu
  Maintainer: Ubuntu Developers 
  Original-Maintainer: Darik Horn 
  Bugs: https://bugs.launchpad.net/ubuntu/+filebug
  Installed-Size: 779
  Provides: zfs
  Depends: init-system-helpers (>= 1.18~), zfs-doc (= 0.6.5.6-0ubuntu18), 
libblkid1 (>= 2.16), libc6 (>= 2.14), libnvpair1linux, libuuid1 (>= 2.16), 
libuutil1linux, libzfs2linux, libzpool2linux, python3:any (>= 3.3.2-2~), python3
  Recommends: zfs-dkms, zfs-zed
  Suggests: samba-common-bin (>= 3.0.23), nfs-kernel-server, zfs-initramfs
  Conflicts: zfs, zfs-fuse
  Replaces: zfs
  Filename: pool/main/z/zfs-linux/zfsutils-linux_0.6.5.6-0ubuntu18_amd64.deb
  Size: 275970
  MD5sum: 02ead25f1fed812980d70865da916468
  SHA1: e6736c223c3b2198bba8777153836bb8d4789518
  SHA256: c4ad2b81ee13072cb3f4e31fd3aed93cf66c7c50872fc542cc2425120b222eed
  Homepage: https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.6.5.6
  Description-en: Native OpenZFS management utilities for Linux
   This package provides the zpool and zfs commands that are used to
   manage OpenZFS filesystems.
  Description-md5: 7b0f98269f6c33505790717cd478736c
  Supported: 5y

  
  Here's Artful
  ~$ lsb_release -rd
  Description:  Ubuntu 17.10
  Release:  17.10
  $ apt-cache show zfsutils-linux
  Package: zfsutils-linux
  Architecture: amd64
  Version: 0.6.5.11-1ubuntu3
  Priority: extra
  Section: admin
  Source: zfs-linux
  Origin: Ubuntu
  Maintainer: Ubuntu Developers 
  Original-Maintainer: Debian ZFS on Linux maintainers 

  Bugs: https://bugs.launchpad.net/ubuntu/+filebug
  Installed-Size: 1100
  Provides: zfsutils
  Depends: init-system-helpers (>= 1.18~), libblkid1 (>= 2.16), libc6 (>= 
2.14), libnvpair1linux, libuuid1 (>= 2.16), libuutil1linux, libzfs2linux, 
libzpool2linux, python3:any, python3
  Recommends: lsb-base, zfs-zed
  Suggests: nfs-kernel-server, samba-common-bin (>= 3.0.23), zfs-initramfs | 
zfs-dracut
  Conflicts: zfs, zfs-fuse, zutils
  Filename: pool/main/z/zfs-linux/zfsutils-linux_0.6.5.11-1ubuntu3_amd64.deb
  Size: 328574
  MD5sum: d1ce7f5ffa75c9b46e7d5285430efff3
  SHA1: 8a8ab05186b83c3f25e07d4e8fe04e60ec314640
  SHA256: c462a555dda50ed12424a51158666bd3cbe1befb93a34ac81f03548051fa0b50
  Homepage: http://www.zfsonlinux.org/
  Description-en: command-line tools to manage OpenZFS filesystems
   The Z file system is a pooled filesystem designed for maximum data
   integrity, supporting data snapshots, multiple copies, and data
   checksums.
   .
   This package provides the zfs and zpool commands to create and administer
   OpenZFS filesystems.
  Description-md5: 3b2c00b92882937cb7252c01e41d8975
  Supported: 9m

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: zfsutils-linux 0.6.5.6-0ubunt