- Package:
- src:nfs-utils
- Source:
- nfs-utils
- Submitter:
- Paul Muster
- Date:
- 2021-09-14 18:57:11 UTC
- Severity:
- wishlist
- Tags:
Dear Maintainer,
please change /etc/logcheck/ignore.d.server/nfs:
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rpc\.mountd: authenticated (un|)mount request from [._[:alnum:]-]+:[0-9]+ for (/[._[:alnum:]-]*)+ \((/[._[:alnum:]-]*)+\)$
to
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rpc\.mountd\[[0-9]+\]: authenticated (un|)mount request from [._[:alnum:]-]+:[0-9]+ for (/[._[:alnum:]-]*)+ \((/[._[:alnum:]-]*)+\)$
for compatibility with Debian Wheezy.
Thanks
Dear maintainer,
Logcheck is a package to filter system log events for the administrator.
Its aim is to remove chatter from the log files, leaving only the events
that the administrator needs to deal with. Filtering is for display
only, leaving the original log file intact for later reading.
Please ship snippets for consumption by the logcheck package. Logcheck
will stop shipping snippets for heartbeat in the future, so it's
important that heartbeat takes over these files.
If you use debhelper or CDBS, this is very simple:
1. provide your snippets in debian/<package>.logcheck.<type>
where <type> is one of the following:
violations
violations.ignore
ignore.workstation
ignore.server
ignore.paranoid
2. add a call to dh_installlogcheck in debian/rules, if you use
debhelper without the automatic sequencer
3. add a versioned Breaks: logcheck-database (<= 1.3.16~) to your
control file
Please allow 7 days before uploading a package including these changes;
this is to give time for a superseding logcheck package to be prepared.
For your convenience, the current snippets (if any) are attached.
For further information, please see README.Maintainers in the logcheck
package.
Please note that the attached files are currently shipped as:
/etc/logcheck/ignore.d.server/mountd
/etc/logcheck/ignore.d.server/nfs
/etc/logcheck/ignore.d.server/rpc_statd
We leave it to your discretion whether to ship these file separately, or
to merge them.
Best regards,
Chris
Thanks for providing a bug report for nfs-utils. https://bugs.debian.org/695075 There are over 100 open bugs[1] in the nfs-utils package. The package in Debian sid has recently been updated to v1.3.4-1. The upstream changelog[2] indicates that many bugs have been fixed since the version that you tried. Can you please help reduce the number of bug reports so developers can see which issues are really outstanding: - if any other bug in the list[1] is a duplicate of yours, you can send a "merge[3]" command to the bug server to link the bugs. - if your bug is closed by an upstream fix or the latest package, please send a "fixed[4]" command to the bug server specifying which version introduced the fix. This will close the bug for newer versions. - if you have time to test the new package, your help would be very welcome. Please see the discussion about the package in bug 847681[5]. The source code can be obtained from collab-maint and compiled on a Debian jessie/stable system without any modifications. I currently run it on such a system with a 4.7 kernel from jessie-backports[6] due to crashes[7] on NFS servers running the stable kernel. Thanks again for your bug report. Regards, Daniel 1. https://bugs.debian.org/cgi-bin/pkgreport.cgi?archive=0;ordering=normal;repeatmerged=0;src=nfs-utils 2. http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=shortlog 3. https://www.debian.org/Bugs/server-control#merge 4. https://www.debian.org/Bugs/server-control#fixed 5. https://bugs.debian.org/847681 6. https://packages.debian.org/source/stable-backports/linux 7. https://bugs.debian.org/847549