Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

nfs-kernel-server-1.2.5-4.3.1 RPM for i586

From OpenSuSE 12.1 updates for i586

Name: nfs-kernel-server Distribution: openSUSE 12.1
Version: 1.2.5 Vendor: openSUSE
Release: 4.3.1 Build date: Mon Jan 9 14:38:09 2012
Group: Productivity/Networking/NFS Build host: build23
Size: 414711 Source RPM: nfs-utils-1.2.5-4.3.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>

Provides

Requires

License

GPLv2+

Changelog

* Tue Jan 03 2012 nfbrown@suse.com
  - conffile.patch - fix parsing of idmapd.conf
    (bnc#732354)
  - bg-mount-timeout.patch - fix use of 'bg' option
  - IO-possible.patch - Fix bug that causes rpc.idmpa.d to die
  - mount-err.patch - fix interpretion of different error
    codes when mounting
* Wed Oct 12 2011 nfbrown@suse.com
  - nfs.init: handle case where kernel adds trailing
    slash to name in /proc/mounts.
    (bnc#722431 bnc#720376)
* Sat Oct 01 2011 crrodriguez@opensuse.org
  - Fix build in arm, portability bug, applications MUST
    use sysconf(_SC_PAGESIZE) instead of constant PAGE_SIZE
* Sun Sep 25 2011 nfbrown@suse.com
  - New upstream version 1.2.5 - This adds a new binary
    blkmapd with man page,  This is part of PNFS support.
* Thu Aug 18 2011 nfbrown@novell.com
  - New upstream version 1.2.4 - plus a few important
    patches from git.  This adds a new binary nfsidmap,
    with man page. Also: build with libmount enabled
    to correctly handle /etc/mtab being linked to
    /proc/self/mounts. (bnc#681106)
* Thu Jun 23 2011 nfbrown@novell.com
  - nfs.init,nfsserver.init,sysconfig.nfs - Add support
    for configuring NFS for a fail-over configuration
    with shared state. (bnc#689622)
  - rpc.mountd-segfault-fix; fix possible segfault caused
    by "showmount -e" usage. (bnc#693189)
  - do-not-error-when-address-family-not-supported -
    suppress socket error when IPv6 is not loaded
    (bnc#670449)
  - 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)
* Fri Jun 17 2011 aj@suse.de
  - Fix URLs.
* Thu Jun 02 2011 nfbrown@novell.com
  - nfsserver.init, sysconfig.nfs: add NFSV4LEASETIME
    parameter to allow lease time to be set.
    bnc#681510
* Tue May 31 2011 lnussel@suse.de
  - use /var/run/nfs instead of /var/lock/subsys
* Tue May 31 2011 nfbrown@novell.com
  - sysconfig.nfs: now that 'nfs' is not enabled
    by default, set NFS_START_SERVICES=yes by default
    and document that 'chkconfig nfs on' is needed.
* Wed Apr 27 2011 nfbrown@novell.com
  - Make /var/lib/nfs world executable.
    Otherwise 'df' complains about /var/lib/nfs/rpc_pipefs
    bnc#675385
* Sat Mar 19 2011 jengelh@medozas.de
  - Must up the loopback device, otherwise trying to contact the
    portmapper (even if it does not actually run) will hang forever-
    the TCP RST is crucial for mount.nfs
* 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

Files

/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, Sun May 26 03:54:48 2013