Changelog for
nfs-kernel-server-1.2.3-11.30.1.x86_64.rpm :
Mon May 27 14:00:00 2013 nfbrownAATTsuse.com
- gssd-reverse-dns-fix: Allow DNS lookups to be
avoided when determining kerberos identity of
server. The GSSD_OPTIONS sysconfig
variable is added so that use of DNS can
be enforced for sites that need it.
(bnc#813464 CVE-2013-1923)
Thu Jun 23 14:00:00 2011 nfbrownAATTnovell.com
- rpc.mountd-segfault-fix; fix possible segfault caused
by \"showmount -e\" usage. (bnc#693189)
- addmntent.fix - error check writes to /etc/mtab and
cope accordingly. (bnc#689799)
- mount-catch-signals - don\'t abort on SIGXSFZ or other
signals while mtab is locked (bnc#689799)
- mountd-auth-fix - fix bug that could give away incorrect
access to NFS exported filesystems. (bnc#701702)
Wed Feb 16 13:00:00 2011 nfbrownAATTnovell.com
- nfs.init: improve handling of paths with spaces.
If a path name has a space, it will appear as \\040
in fstab and in /proc/mounts. Using \'grep -E\' to search
for this is problematic as it will interpret the
\'\\\'. So use \'grep -F\' instead - we know there is
only a single space in /proc/mounts. Also use
\"read -r\" so \'read\' doesn\'t interpret the \'/\'.
(bnc#666128)
Wed Feb 16 13:00:00 2011 nfbrownAATTnovell.com
- nfsserver.init: make sure sm-notify runs on restart.
If we stop nfsd, that might also stop lockd which would
drop locks. So make sure lockd really does drop lock
for consistency, and ensure that sm-notify is run when
nfsserver is restarted. (bnc#668280)
Mon Jan 31 13:00:00 2011 lnusselAATTsuse.de
- don\'t run SuSEfirewall2 from start-statd script. If SuSEfirewall2
is installed and enabled it will be called at the end of the boot
process anyways (bnc#668181).
Fri Jan 28 13:00:00 2011 lnusselAATTsuse.de
- avoid python depdency to avoid bloating the minimal installation
- use %set_permissions instead of %run_permissions
Tue Jan 25 13:00:00 2011 lnusselAATTsuse.de
- give user a hint if portmap isn\'t running as statd can\'t be started in that
case.
Wed Jan 12 13:00:00 2011 lnusselAATTsuse.de
- don\'t enable nfs init script by default. The yast nfs module
makes sure the script gets enabled when adding mounts
- print a message to tell when file systems are mounted as that
could take a while
Tue Dec 7 13:00:00 2010 cooloAATTnovell.com
- add sysvinit prereqs to make sure the scripts are there before
installation (also for building)
Mon Oct 11 14:00:00 2010 nfbrownAATTnovell.com
- new upstream version 1.2.3, plus some upstream fix-up patches.
- new user \'statd\' owns /var/lib/nfs so rpc.statd runs as non-root.
- New commands \'mountstats\' and \'nfsiostat\'
- ipv6 support enabled as it is believed to be complete.
Wed Aug 11 14:00:00 2010 nfbrownAATTnovell.com
- Change \"Requires: portmap\" to \"Requires: rpcbind\".
Current nfs-utils does not work properly with portmap
due to IPv6 being enabled, so we really need rpcbind.
So be explcit about that, else upgrading an old
installation will leave portmap in place which
won\'t work.
bnc#620346
Sun Jul 25 14:00:00 2010 ajAATTsuse.de
- Add rpmlintrc since /var/lib/nfs/sm.bak is valid.
Sun May 9 14:00:00 2010 nfbrownAATTnovell.com
- nfsserver.init / sysconfig.nfs: allow NFSv3 service
to be disabled so only NFSv4 can be used. bnc#598671
- nfs-v2-disable.patch: mountd support for above
- nfs.init: unmount bind mounts with \'-l\' to ensure they
really unmount. bnc#598681
Mon Apr 19 14:00:00 2010 nfbrownAATTnovell.com
- mkinitrd-boot.sh: allow other mkinitrd-setup
scripts to request the inclusion of nfs support
by setting need_nfs to 1. (bnc#572207)
Mon Apr 19 14:00:00 2010 nfbrownAATTnovell.com
- sysconfig.nfs, nfsserver.init, start-start: handle
STATD_OPTIONS so that sysadmin can easily set options
like port number. (bnc#595379)
Fri Mar 26 13:00:00 2010 mmarekAATTsuse.cz
- mkinitrd-boot.sh: Do not do anything over if iscsi should be used
(bnc#590135).
Tue Mar 9 13:00:00 2010 nfbrownAATTnovell.com
- init.nfs: also call \'udevadm settle\' when mounting things
other than /usr and /opt. bnc#571540
Tue Feb 23 13:00:00 2010 nfbrownAATTnovell.com
- init.nfs: if mounting /usr fails, call \"udevadm settle\"
and try again incase network interfaces are still
appearing. bnc#571540
Sun Nov 29 13:00:00 2009 nfbrownAATTnovell.com
- nfs-utils-eperm-fallback.patch: mount.nfs
tries a v3 mount after a v4 mount fails with ENOENT.
Older linux nfsd servers return EPERM, so fall
back in that case too. bnc#557138
Thu Nov 5 13:00:00 2009 nfbrownAATTnovell.com
- New upsteam release - 1.2.1
Includes new config file: /etc/nfsmount.conf and
man page.
- nfs.init
* implement try-restart in a more gentle fashion
so that active mounts are not lost. Also allow
for the fact that binary has changed when finding
and killing running daemons. (bnc#543911)
- start-statd
* try-restart the firewall after starting statd
as the firewall might need to update to reflect
a new port number.
- Start nfs services if any nfs related sysctl
is set in /etc/sysctl.conf
Fri Oct 30 13:00:00 2009 nfbrownAATTsuse.de
- Kill processes on NFS mounts when unmounting
for shutdown. This allows any \'sync\' to happen
before we turn off the network.
(bnc#503640)
Tue Oct 6 14:00:00 2009 wernerAATTsuse.de
- Work around broken sysconfig file (bnc#529961)
Fri Mar 20 13:00:00 2009 nfbrownAATTsuse.de
- sysconfig.nfs
* add \'NFS_START_SERVICE\' option for people who
need gssd or idmapd but mount using automount, not
fstab. bnc#472438