Commit Graph

97 Commits

Author SHA256 Message Date
Neil Brown
bf6b9f6466 - nfsserver.init: remove VERSION_LIST. This is
unnecessary duplication of VERSION_PARAMS

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=71
2012-05-02 01:43:09 +00:00
Neil Brown
4195795a21 - nfsserver.init: Don't depend on "mount" preserving
unknown options - it doesn't any more.  This can
  confuse nfsd_unbind_mounts (bnc#754805)

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=70
2012-05-02 01:36:09 +00:00
Andreas Jaeger
cbf09e61b4 Accepting request 92660 from home:coolo:removelibtool
- add libtool as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/92660
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=68
2011-11-21 14:07:46 +00:00
Petr Uzel
a9caf312a7 - do not strip the binaries
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=65
2011-11-06 11:44:18 +00:00
Neil Brown
afaf19b6f4 - nfs.init: handle case where kernel adds trailing
slash to name in /proc/mounts.
  (bnc#722431 bnc#720376)

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=61
2011-10-12 05:19:58 +00:00
Cristian Rodríguez
8639375bda Accepting request 85881 from home:elvigia:branches:Base:System
- Fix build in arm, portability bug, applications MUST
  use sysconf(_SC_PAGESIZE) instead of constant PAGE_SIZE

OBS-URL: https://build.opensuse.org/request/show/85881
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=59
2011-10-01 15:41:09 +00:00
Neil Brown
5e8971e11c - New upstream version 1.2.5 - This adds a new binary
blkmapd with man page,  This is part of PNFS support.

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=56
2011-09-25 08:31:49 +00:00
Neil Brown
0ee893353b - 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)

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=54
2011-08-18 08:20:54 +00:00
Neil Brown
c14176b6b8 - 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)

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=52
2011-06-23 05:52:18 +00:00
Cristian Rodríguez
a60740ab4e Accepting request 74051 from home:a_jaeger:branches:openSUSE:Factory
Fix URLs.

OBS-URL: https://build.opensuse.org/request/show/74051
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=50
2011-06-17 16:30:46 +00:00
Neil Brown
10e67953e3 - nfsserver.init, sysconfig.nfs: add NFSV4LEASETIME
parameter to allow lease time to be set.
  bnc#681510

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=48
2011-06-02 06:49:18 +00:00
Cristian Rodríguez
a15cfb5f31 Accepting request 72261 from home:lnussel:branches:Base:System
- use /var/run/nfs instead of /var/lock/subsys

OBS-URL: https://build.opensuse.org/request/show/72261
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=47
2011-06-01 16:25:59 +00:00
Neil Brown
f2d6b14040 - 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.

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=45
2011-05-31 01:43:53 +00:00
Neil Brown
bfcf163a69 - Make /var/lib/nfs world executable.
Otherwise 'df' complains about /var/lib/nfs/rpc_pipefs
  bnc#675385

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=43
2011-04-27 00:42:28 +00:00
Cristian Rodríguez
3b8c3cd0f1 Accepting request 64533 from home:jengelh:dev
OBS-URL: https://build.opensuse.org/request/show/64533
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=41
2011-03-19 22:09:51 +00:00
Neil Brown
cc1abc1879 - 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)

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=39
2011-02-16 23:59:03 +00:00
Neil Brown
5851cf522d - 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)

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=38
2011-02-16 23:51:28 +00:00
Neil Brown
87be134f78 Revert last change
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=37
2011-02-16 23:44:37 +00:00
Neil Brown
80c4021aa6 - sysconfig.nfs: add variable "RQUOTAD_PORT" to set the port that
rquotad uses.  Note that this field will be handled by rquotad
  which is in a different package.  We put the definition here
  because it makes sense to keep NFS related things together
  (bnc#637382)

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=36
2011-02-08 04:51:37 +00:00
Cristian Rodríguez
4d7d2dffef Accepting request 59492 from home:lnussel:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/59492
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=34
2011-02-01 00:15:25 +00:00
Cristian Rodríguez
af403cf1f5 Accepting request 59360 from home:lnussel:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/59360
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=33
2011-01-28 15:45:32 +00:00
Cristian Rodríguez
64a7fab597 Accepting request 59078 from home:lnussel:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/59078
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=31
2011-01-25 12:13:59 +00:00
Cristian Rodríguez
ea7c44ade3 Accepting request 57970 from home:lnussel:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/57970
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=29
2011-01-14 16:01:30 +00:00
Stephan Kulow
d86d032a42 - add sysvinit prereqs to make sure the scripts are there before
installation (also for building)

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=27
2010-12-07 11:18:55 +00:00
OBS User buildservice-autocommit
7ca9921dc5 Updating link to change in openSUSE:Factory/nfs-utils revision 61.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=cb75ed5e603b8f9de3c067835cc9fc07
2010-10-11 15:03:25 +00:00
OBS User autobuild
bae17c8722 Accepting request 50180 from Base:System
checked in (request 50180)

OBS-URL: https://build.opensuse.org/request/show/50180
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=26
2010-10-11 15:03:24 +00:00
Neil Brown
4a3c53f9fe - 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.

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=25
2010-10-11 06:24:01 +00:00
OBS User buildservice-autocommit
9f100072da Updating link to change in openSUSE:Factory/nfs-utils revision 60.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=bbeeb2bdf262eff1ca1cb682b0da1be5
2010-08-27 20:49:53 +00:00
OBS User autobuild
ac5643a138 Accepting request 46400 from Base:System
checked in (request 46400)

OBS-URL: https://build.opensuse.org/request/show/46400
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=23
2010-08-27 20:49:52 +00:00
Neil Brown
11ebdb8e99 - 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

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=22
2010-08-11 04:37:24 +00:00
Cristian Rodríguez
264d3f95cf Accepting request 43916 from home:a_jaeger:branches:openSUSE:Factory
Copy from home:a_jaeger:branches:openSUSE:Factory/nfs-utils via accept of submit request 43916 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/43916
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=20
2010-07-25 19:07:33 +00:00
Neil Brown
ce3ce09113 - 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

OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=18
2010-05-09 23:55:36 +00:00
Neil Brown
812efd18cf OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=17 2010-04-19 23:44:17 +00:00
Neil Brown
24214a2c72 OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=16 2010-04-19 05:02:51 +00:00
OBS User buildservice-autocommit
f3876d9ada Updating link to change in openSUSE:Factory/nfs-utils revision 55.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=3042a911ddae4a342e82ab5e95428693
2010-03-31 17:28:52 +00:00
OBS User autobuild
f2bbb9ba61 Accepting request 35966 from Base:System
checked in (request 35966)

OBS-URL: https://build.opensuse.org/request/show/35966
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=15
2010-03-31 17:28:51 +00:00
Ruediger Oertel
d334228ead ...
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=14
2010-03-29 12:05:29 +00:00
Ruediger Oertel
682a39e30d Accepting request 35840 from home:michal-m:branches:Base:System
Copy from home:michal-m:branches:Base:System/nfs-utils via accept of submit request 35840 revision 2.
Request was accepted with message:
receive and volley

OBS-URL: https://build.opensuse.org/request/show/35840
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=13
2010-03-29 11:54:09 +00:00
OBS User autobuild
1d341f608b Accepting request 34462 from Base:System
checked in (request 34462)

OBS-URL: https://build.opensuse.org/request/show/34462
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=12
2010-03-09 23:31:01 +00:00
Neil Brown
2c04071a40 OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=11 2010-03-09 21:19:41 +00:00
Neil Brown
de3489de31 OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=10 2010-02-23 22:17:00 +00:00
OBS User buildservice-autocommit
17c8640fff Updating link to change in openSUSE:Factory/nfs-utils revision 52.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=e1d23f0150ec35cc283dd1efe3358d23
2009-12-02 11:37:58 +00:00
OBS User autobuild
c5fb2dfede checked in
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=8
2009-12-02 11:37:57 +00:00
Neil Brown
759704c835 Accepting request 25250 from home:neilbrown:branches:Base:System
Copy from home:neilbrown:branches:Base:System/nfs-utils via accept of submit request 25250 revision 2.
Request was accepted with message:
Resubmit nfs-utils update with correct change log this time.

OBS-URL: https://build.opensuse.org/request/show/25250
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=7
2009-11-29 22:06:39 +00:00
cf31e61dcd Accepting request 24935 from home:neilbrown:branches:Base:System
Copy from home:neilbrown:branches:Base:System/nfs-utils via accept of submit request 24935 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/24935
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=6
2009-11-25 15:22:12 +00:00
OBS User autobuild
89918afa67 checked in
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=5
2009-11-16 13:24:39 +00:00
ee104f3354 Accepting request 23905 from home:neilbrown:branches:Base:System
Copy from home:neilbrown:branches:Base:System/nfs-utils via accept of submit request 23905 revision 2.
Request was accepted with message:
ok.

the install-strip should be install in .spec, as our
build strips out debuginfo automaticaslly...
but perhaps this was intended.

OBS-URL: https://build.opensuse.org/request/show/23905
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=4
2009-11-05 14:52:01 +00:00
OBS User autobuild
300a0cb74b Accepting request 24436 from Base:System
Copy from Base:System/nfs-utils based on submit request 24436 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/24436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nfs-utils?expand=0&rev=51
2009-11-16 13:24:40 +00:00
OBS User autobuild
692d69e59b Accepting request 21920 from Base:System
Copy from Base:System/nfs-utils based on submit request 21920 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/21920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nfs-utils?expand=0&rev=49
2009-10-07 23:59:22 +00:00
OBS User unknown
c1a25b3d1c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nfs-utils?expand=0&rev=48 2009-03-20 19:35:21 +00:00