Commit Graph

101 Commits

Author SHA256 Message Date
OBS User buildservice-autocommit
3eec09d634 Updating link to change in openSUSE:Factory/nfs-utils revision 84.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=490b2dd1374b4c9a6f4bb9bf9f668849
2011-06-23 11:14:02 +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
OBS User buildservice-autocommit
5660cc2acd Updating link to change in openSUSE:Factory/nfs-utils revision 82.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=7f98fadb5f84c0dbc51d2749cb7dfd4a
2011-06-20 08:53:27 +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
OBS User buildservice-autocommit
6457db7671 Updating link to change in openSUSE:Factory/nfs-utils revision 80.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=5d3ea5926208c5303bc33bfc92f713f3
2011-06-06 09:53:39 +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
OBS User buildservice-autocommit
b050b8eba0 Updating link to change in openSUSE:Factory/nfs-utils revision 78.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=95b30ec1f218955dfb313a8efedb3aa6
2011-05-31 12:37:13 +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
OBS User buildservice-autocommit
2361b19159 Updating link to change in openSUSE:Factory/nfs-utils revision 76.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=ef9786d215e36e18c88f209927306548
2011-04-27 08:02:17 +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
OBS User buildservice-autocommit
ab44ec3978 Updating link to change in openSUSE:Factory/nfs-utils revision 74.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=819d04faa01e38851adaa4fb319f5929
2011-03-21 09:27:12 +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
OBS User buildservice-autocommit
d2b7c9af09 Updating link to change in openSUSE:Factory/nfs-utils revision 72.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=f4aeef55dee1911d47877d1690a98dd1
2011-02-18 11:53:26 +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
OBS User buildservice-autocommit
0bc1e63cce Updating link to change in openSUSE:Factory/nfs-utils revision 69.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=1432e81b25a180c43f58d410c51abb35
2011-02-02 00:47:25 +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
OBS User buildservice-autocommit
a6f4aade28 Updating link to change in openSUSE:Factory/nfs-utils revision 67.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=6ab25bef9982e1ec3d32c8f8c9b92b18
2011-01-25 12:24:00 +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
OBS User buildservice-autocommit
582cc9a340 Updating link to change in openSUSE:Factory/nfs-utils revision 65.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=1746b6dc5f4f682b45fb032f2d9ca538
2011-01-15 02:00:38 +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
OBS User buildservice-autocommit
4edba7220e Updating link to change in openSUSE:Factory/nfs-utils revision 63.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=d53a352abc67447f34368d32408d357b
2010-12-07 17:45:00 +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
OBS User autobuild
1a81637c9e Accepting request 43927 from Base:System
checked in (request 43927)

OBS-URL: https://build.opensuse.org/request/show/43927
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=21
2010-08-01 15:28:34 +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