| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: nfs-kernel-server | Distribution: openSUSE 11.4 |
| Version: 1.2.3 | Vendor: openSUSE |
| Release: 11.16.1 | Build date: Fri Jul 1 23:12:57 2011 |
| Group: Productivity/Networking/NFS | Build host: build40 |
| Size: 250253 | Source RPM: nfs-utils-1.2.3-11.16.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://nfs.sourceforge.net | |
| Summary: Support Utilities for Kernel nfsd | |
This package contains support for the kernel based NFS server. You can
tune the number of server threads via the sysconfig variable
USE_KERNEL_NFSD_NUMBER. For quota over NFS support, install the quota
package.
Authors:
--------
Olaf Kirch <okir@monad.swb.de>
H.J. Lu <hjl@valinux.com>
GPLv2+
* Thu Jun 23 2011 nfbrown@novell.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 2011 nfbrown@novell.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 2011 nfbrown@novell.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 2011 lnussel@suse.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 2011 lnussel@suse.de
- avoid python depdency to avoid bloating the minimal installation
- use %set_permissions instead of %run_permissions
* Tue Jan 25 2011 lnussel@suse.de
- give user a hint if portmap isn't running as statd can't be started in that
case.
* Wed Jan 12 2011 lnussel@suse.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 07 2010 coolo@novell.com
- add sysvinit prereqs to make sure the scripts are there before
installation (also for building)
* Mon Oct 11 2010 nfbrown@novell.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 2010 nfbrown@novell.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 2010 aj@suse.de
- Add rpmlintrc since /var/lib/nfs/sm.bak is valid.
* Sun May 09 2010 nfbrown@novell.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 2010 nfbrown@novell.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 2010 nfbrown@novell.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 2010 mmarek@suse.cz
- mkinitrd-boot.sh: Do not do anything over if iscsi should be used
(bnc#590135).
* Tue Mar 09 2010 nfbrown@novell.com
- init.nfs: also call 'udevadm settle' when mounting things
other than /usr and /opt. bnc#571540
* Tue Feb 23 2010 nfbrown@novell.com
- init.nfs: if mounting /usr fails, call "udevadm settle"
and try again incase network interfaces are still
appearing. bnc#571540
* Sun Nov 29 2009 nfbrown@novell.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 05 2009 nfbrown@novell.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 2009 nfbrown@suse.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 06 2009 werner@suse.de
- Work around broken sysconfig file (bnc#529961)
* Fri Mar 20 2009 nfbrown@suse.de
- sysconfig.nfs
* add 'NFS_START_SERVICE' option for people who
need gssd or idmapd but mount using automount, not
fstab. bnc#472438
/etc/init.d/nfsserver /etc/sysconfig/SuSEfirewall2.d/services/nfs-kernel-server /usr/sbin/exportfs /usr/sbin/rcnfsserver /usr/sbin/rpc.mountd /usr/sbin/rpc.nfsd /usr/sbin/rpc.svcgssd /usr/share/man/man5/exports.5.gz /usr/share/man/man7/nfsd.7.gz /usr/share/man/man8/exportfs.8.gz /usr/share/man/man8/mountd.8.gz /usr/share/man/man8/nfsd.8.gz /usr/share/man/man8/rpc.mountd.8.gz /usr/share/man/man8/rpc.nfsd.8.gz /usr/share/man/man8/rpc.svcgssd.8.gz /usr/share/omc/svcinfo.d/nfs-kernel-server.xml /var/lib/nfs/etab /var/lib/nfs/rmtab /var/lib/nfs/xtab
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jun 10 05:10:40 2013