Package: nfs-utils / 1:1.3.4-6+deb11u1
Metadata
| Package | Version | Patches format |
|---|---|---|
| nfs-utils | 1:1.3.4-6+deb11u1 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 21 no more var run.patch | (download) |
systemd/nfs-blkmap.service |
2 1 + 1 - 0 ! |
pid files should be in /run, not /var/run Now that the /run transition is a stable release behind us, we should always use /run, not /var/run, for PID files. This improves our out-of-the-box compatibility with /var being on a separate filesystem (possibly even an NFS mount itself). Bug-Ubuntu: https://bugs.launchpad.net/bugs/1157171 |
| 01 sm notify in sbin.patch | (download) |
utils/statd/statd.c |
2 1 + 1 - 0 ! |
--- |
| 03 handle mtab symlink.patch | (download) |
utils/mount/fstab.c |
2 1 + 1 - 0 ! |
--- |
| 17 multiarch kerberos paths.patch | (download) |
aclocal/kerberos5.m4 |
2 2 + 0 - 0 ! |
--- |
| 19 iscsiadm path.patch | (download) |
utils/osd_login/osd_login |
6 2 + 4 - 0 ! |
--- |
| 24 systemd pipefs_in_run.patch | (download) |
systemd/nfs-blkmap.service |
4 2 + 2 - 0 ! |
systemd: mount rpc_pipefs in /run instead of /var/lib/nfs/ |
| 25 systemd daemon paths.patch | (download) |
systemd/rpc-statd-notify.service |
2 1 + 1 - 0 ! |
adjust program paths in systemd units |
| 27 systemd enable with systemctl statd.patch | (download) |
systemd/nfs-client.target |
4 1 + 3 - 0 ! |
let sysadmins enable/disable statd services As the admin was able to control under upstart the statd services with NEED_STATD in default conffiles, mirror this funcationality under systemd by letting the user systemctl enable/disable statd services. |
| unbreak blkmapd rpc_pipefs run.patch | (download) |
utils/blkmapd/device-discovery.c |
6 3 + 3 - 0 ! |
nfs-common: move of rpc_pipefs mountpoint to /run breaks blkmapd
commit ba649fa4 ("Migrate the rpc_pipefs mount out of /var/lib to /run, to
better support /var on NFS.") in the Debian packaging repo completely
broke blkmapd, which still looks for rpc_pipefs in the old place.
From looking in the BTS gssd also seems to have the same problem (#632141).
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828826
|
| unbreak gssd rpc_pipefs run.patch | (download) |
utils/gssd/gssd.h |
2 1 + 1 - 0 ! |
move of rpc_pipefs mountpoint to /run breaks gssd This is a followup patch for gssd also needing to know about the new rpc_pipefs location, as mentioned in https://bugs.debian.org/828826 Bug-Debian: https://bugs.debian.org/632141 |
| 28 nfs utils_env location.patch | (download) |
nfs-config.service |
2 1 + 1 - 0 ! |
--- |
| 29 start statd fd 9.patch | (download) |
utils/statd/start-statd |
4 2 + 2 - 0 ! |
--- |
| 0001 rpc.c added include file so UINT16_MAX is defined.patch | (download) |
support/nsm/rpc.c |
1 1 + 0 - 0 ! |
rpc.c: added include file so uint16_max is defined. Signed-off-by: Steve Dickson <steved@redhat.com> |
| 30 remove whitespace service.patch | (download) |
systemd/nfs-server.service |
12 6 + 6 - 0 ! |
remove extra boggus whitespaces from .service files |
| fix glibc2.28 ftbfs.patch | (download) |
utils/blkmapd/device-discovery.c |
1 1 + 0 - 0 ! |
--- |
| 0010 gssd replace non thread safe strtok with strsep.patch | (download) |
utils/gssd/gssd_proc.c |
3 2 + 1 - 0 ! |
gssd: replace non-thread-safe strtok with strsep gssd uses the non-thread-safe strtok() function, which can lead to incorrect program behavior. Replace strtok() with the thread-safe strsep(). Signed-off-by: Frank Sorenson <sorenson@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com> |
| 0011 gssd Duplicate the upcall string for error messages.patch | (download) |
utils/gssd/gssd_proc.c |
17 13 + 4 - 0 ! |
gssd: duplicate the upcall string for error messages strsep() modifies the input string, so error messages may output only part of the upcall string. Make a copy of the upcall string, and use that in any error messages. Signed-off-by: Frank Sorenson <sorenson@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com> |
| nfsiostat replace list reserved word.patch | (download) |
tools/nfs-iostat/nfs-iostat.py |
8 4 + 4 - 0 ! |
nfsiostat: replace 'list' reserved word |
| statd take user id from var lib nfs sm.patch | (download) |
support/nsm/file.c |
16 5 + 11 - 0 ! |
statd: take user-id from /var/lib/nfs/sm |
| Allow compilation to succeed with fno common.patch | (download) |
support/nfs/conffile.c |
1 0 + 1 - 0 ! |
allow compilation to succeed with -fno-common |
| mountstats Remove a shebang.patch | (download) |
tools/mountstats/mountstats.py |
2 1 + 1 - 0 ! |
mountstats: remove a shebang |
| Convert remaining python scripts to python3.patch | (download) |
tools/mountstats/mountstats.py |
2 1 + 1 - 0 ! |
convert remaining python scripts to python3 |
| Removed a resource leak from mountd fsloc.c.patch | (download) |
utils/mountd/fsloc.c |
1 1 + 0 - 0 ! |
removed a resource leak from mountd/fsloc.c |
| exportfs Make sure pass all valid export flags to nf.patch | (download) |
utils/exportfs/exportfs.c |
12 7 + 5 - 0 ! |
exportfs: make sure pass all valid export flags to nfsd |
