[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2021-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package logwatch - 7.4.2-1ubuntu1.2 --- logwatch (7.4.2-1ubuntu1.2) xenial; urgency=medium * Replace zfs/zpool executable detection change with fixed version. - Add d/p/0010-zz-zfs-detect-zfs-location.patch - Drop

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2021-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package logwatch - 7.5.4-0ubuntu3.1 --- logwatch (7.5.4-0ubuntu3.1) groovy; urgency=medium * d/p/0010-zz-zfs-detect-zfs-location.patch: Use explicit paths for finding zfs and zpool executables. (LP: #1880211) -- Bryce Harrington Wed, 14 Apr

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2021-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package logwatch - 7.4.3+git20161207-2ubuntu1.3 --- logwatch (7.4.3+git20161207-2ubuntu1.3) bionic; urgency=medium * Replace zfs/zpool executable detection change with fixed version. - Add d/p/0010-zz-zfs-detect-zfs-location.patch - Drop

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2021-05-11 Thread Launchpad Bug Tracker
This bug was fixed in the package logwatch - 7.5.2-1ubuntu1.2 --- logwatch (7.5.2-1ubuntu1.2) focal; urgency=medium * Replace zfs/zpool executable detection change with fixed version. - Add d/p/0010-zz-zfs-detect-zfs-location.patch - Drop

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2021-05-10 Thread Bryce Harrington
On all target releases, I've reproduced the bug with the old logwatch version, and verified the issue is resolved with the new logwatch version. ** Tags removed: verification-needed verification-needed-bionic verification-needed-focal verification-needed-groovy verification-needed-xenial **

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2021-04-26 Thread Timo Aaltonen
Hello Stephen, or anyone else affected, Accepted logwatch into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/logwatch/7.5.2-1ubuntu1.2 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2021-04-19 Thread Launchpad Bug Tracker
This bug was fixed in the package logwatch - 7.5.5-1ubuntu2 --- logwatch (7.5.5-1ubuntu2) hirsute; urgency=medium * d/p/0010-zz-zfs-detect-zfs-location.patch: Use explicit paths for finding zfs and zpool executables. (LP: #1880211) -- Bryce Harrington Wed, 14 Apr 2021

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2021-04-16 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~bryce/ubuntu/+source/logwatch/+git/logwatch/+merge/401257 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1880211 Title: Logwatch package

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2021-04-15 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~bryce/ubuntu/+source/logwatch/+git/logwatch/+merge/401255 ** Merge proposal linked: https://code.launchpad.net/~bryce/ubuntu/+source/logwatch/+git/logwatch/+merge/401256 ** Merge proposal linked:

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2021-04-12 Thread Bryce Harrington
The intention of upstream's fix appears to want to rely on $PATH for running zpool and zfs, however as mentioned in comment #20, the test after the setting needs a full path: my $pathto_zpool = $ENV{'pathto_zpool'} || '/usr/sbin/zpool'; ... if (!-x $pathto_zpool) { # Doesn't support ZFS

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2021-03-30 Thread Bryce Harrington
** Changed in: logwatch (Ubuntu Xenial) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1880211 Title: Logwatch package points to wrong location for zfs utils

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2021-03-30 Thread Stephen Sewell
If its helpful, the proper output looks like this. - ZFS Report Begin Total ZFS pools: 1 Total filesystems: 24 (24 mounted) Total snapshots: 1926 Total volumes: 0 --- ZFS Pool Summary --- Pool Name

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2021-03-30 Thread Bryce Harrington
** Description changed: [Impact] Logwatch fails to print info for ZFS due to invalid paths to binaries. [Test Case] With ZFS installed, run logwatch and note the missing ZFS information. + + $ sudo apt-get install zfsutils-linux + $ sudo logwatch --detail Low --range all --service

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-12-21 Thread Stephen Sewell
Back in #4, Paride speculated that this would be resolved in Ubuntu >= 19.04. I did a clean install of 20.04 last week and this is still an issue there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-12-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: logwatch (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/1880211

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-12-18 Thread Bert Van de Poel
I'm experiencing the same problem as comment #20 describes. Paths have been replaced with just command names, but those won't work for the tests performed. I'm on Ubuntu 18.04 however, so this I think the status should also be changed for bionic. I actually expect this is broken in all versions

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-11-30 Thread Stephen Sewell
Sorry for the delay, I finally got around to trying to verify myself. It doesn't appear fixed to me either. root@ubuntu:/etc# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 18.04.5 LTS Release:18.04 Codename: bionic root@ubuntu:/etc# dpkg

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-10-26 Thread Robie Basak
Reopening based on the claim in the previous comment. Bryce, please could you take a look? ** Changed in: logwatch (Ubuntu Xenial) Status: Fix Released => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-10-17 Thread rich painter
I'm running Ubuntu 16.04.7 LTS 64bit and Logwatch 7.4.2. My root user has /sbin in the path and when I run zpool I don't have to prefix it with the path. Still to make this logwatch section work, I had previously edited my /usr/share/logwatch/scripts/services/zz-zfs on lines 54 and 55 to have

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-10-06 Thread Launchpad Bug Tracker
This bug was fixed in the package logwatch - 7.4.2-1ubuntu1.1 --- logwatch (7.4.2-1ubuntu1.1) xenial; urgency=medium [ Bryce Harrington ] * d/p/0020-dhcpd-Ignore-lease-age-under-threshold-messages.patch: dhcpd: Ignore lease age under threshold messages (LP: #1578001)

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-10-06 Thread Launchpad Bug Tracker
This bug was fixed in the package logwatch - 7.4.3+git20161207-2ubuntu1.2 --- logwatch (7.4.3+git20161207-2ubuntu1.2) bionic; urgency=medium [ Bryce Harrington ] * d/p/0020-dhcpd-Ignore-lease-age-under-threshold-messages.patch: dhcpd: Ignore lease age under threshold messages

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package logwatch - 7.5.2-1ubuntu1.1 --- logwatch (7.5.2-1ubuntu1.1) focal; urgency=medium [ Bryce Harrington ] * d/p/0020-dhcpd-Ignore-lease-age-under-threshold-messages.patch: dhcpd: Ignore lease age under threshold messages (LP: #1578001) *

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-09-29 Thread Bryce Harrington
Verified this in in xenial, bionic, and focal in LXC. I needed to adapt the test case for each distro due to changes in zfs behavior on each: - On xenial, can run the test case as-is, via 'apt-get install zfs' - On bionic, must instead install 'apt-get install zfsutils-linux', but otherwise

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-09-15 Thread Brian Murray
Hello Stephen, or anyone else affected, Accepted logwatch into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/logwatch/7.4.2-1ubuntu1.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-09-15 Thread Brian Murray
Hello Stephen, or anyone else affected, Accepted logwatch into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/logwatch/7.4.3+git20161207-2ubuntu1.2 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-09-15 Thread Brian Murray
Hello Stephen, or anyone else affected, Accepted logwatch into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/logwatch/7.5.2-1ubuntu1.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-09-08 Thread Bryce Harrington
** Changed in: logwatch (Ubuntu Focal) Status: New => In Progress ** Changed in: logwatch (Ubuntu Bionic) Status: New => In Progress ** Changed in: logwatch (Ubuntu Xenial) Status: New => In Progress ** Changed in: logwatch (Ubuntu Groovy) Assignee: (unassigned) =>

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-09-04 Thread Bryce Harrington
** Description changed: + [Impact] + Logwatch fails to print info for ZFS due to invalid paths to binaries. + + [Test Case] + With ZFS installed, run logwatch and note the missing ZFS information. + + [Regression Potential] + Since logwatch filters logs for errors pertinent to administrators, +

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-09-04 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~bryce/ubuntu/+source/logwatch/+git/logwatch/+merge/390214 ** Merge proposal linked: https://code.launchpad.net/~bryce/ubuntu/+source/logwatch/+git/logwatch/+merge/390213 ** Merge proposal linked:

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-09-03 Thread Bryce Harrington
** Also affects: logwatch (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: logwatch (Ubuntu Xenial) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-08-16 Thread Bryce Harrington
This fix is included in the 7.5.4-0ubuntu1 I merged last week ** Changed in: logwatch (Ubuntu Groovy) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1880211

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-08-03 Thread Bryce Harrington
** Also affects: logwatch (Ubuntu Groovy) Importance: Medium Status: Triaged ** Also affects: logwatch (Ubuntu Focal) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-07-16 Thread Paride Legovini
Upstream fix: https://sourceforge.net/p/logwatch/git/ci/01136a8b3e14a58660db6cc39138d3e40a852737/ This is not part of Groovy yet as upstream didn't tag a new version yet. The scope of the patch is very limited and clear, it think it can quality for a Xenial and Bionic SRU. In Focal things could

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-07-15 Thread rich painter
Same problem occurs with logwatch 7.4.2-1ubuntu1 in U 16: No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 16.04.6 LTS Release:16.04 Codename: xenial fix is the same. regards rich -- You received this bug notification because you are a member of Ubuntu

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-06-08 Thread Bryce Harrington
This is fixed upstream now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1880211 Title: Logwatch package points to wrong location for zfs utils To manage notifications about this bug go to:

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-05-28 Thread Paride Legovini
** Tags removed: server-next -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1880211 Title: Logwatch package points to wrong location for zfs utils To manage notifications about this bug go to:

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-05-28 Thread Paride Legovini
Actually it's a non-issue only in >=19.04 *new installs*, as the usrmerge conversion is not forced as part of the upgrade process, so we can't just ignore the issue in the newer releases. I filed an upstream bug [1]. Ideally this will get fixed upstream and the new Ubuntu releases will pick up

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-05-28 Thread Stephen Sewell
I don’t think I’ll install usermerge, but it’s good to know this will be fixed after 19.04. In the meantime, I’ve worked around it by editing the script locally. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-05-28 Thread Paride Legovini
Stephen: installing the 'usrmerge' package will convert your system to the merged /usr directories scheme and is likely to make this issue go away. However I am not suggesting you suggesting you to take this path, as there is no way back. Please do it only after estimating the risks of the

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-05-28 Thread Paride Legovini
Hi, The /usr/sbin/zpool path is still present in zz-zfs in upstream's master branch, however I'm not sure they'll consider it an actual issue, as other distros may very well install the zfstools in /usr/sbin. This is however a non-issue in Ubuntu >= 19.04, as it installs by default in "usrmerge"

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-05-27 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make Ubuntu better. Next steps: we need to determine if this is fixed upstream already, or if a patch needs to be sent upstream. And we need to know if this is fixed in the current development release of Ubuntu. We need to understand

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-05-22 Thread Thomas
** Tags added: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1880211 Title: Logwatch package points to wrong location for zfs utils To manage notifications about this bug go to:

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-05-22 Thread Stephen Sewell
% lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 18.04.4 LTS Release:18.04 Codename: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1880211] Re: Logwatch package points to wrong location for zfs utils

2020-05-22 Thread Thomas
Could you let us know what version of Ubuntu you're using? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1880211 Title: Logwatch package points to wrong location for zfs utils To manage