All of lore.kernel.org
 help / color / mirror / Atom feed
* ANNOUNCE: nfs-utils 1.0.7-pre1
@ 2004-12-03  5:23 Neil Brown
  2004-12-03 18:07 ` Bruce Allan
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Neil Brown @ 2004-12-03  5:23 UTC (permalink / raw)
  To: nfs



I have made available a pre-release of nfs-utils 1.0.7.

It can be downloaded from 
  http://sourceforge.net/project/showfiles.php?group_id=14
or
  http://www.{countrycode}.kernel.org/pub/linux/utils/nfs/


The reason for the pre-release is that there are a number of changes that
I haven't had a chance to test properly, and some that I am not in a position
to test.

There are an assortment of bug-fixes, some support for fail-over clustering,
and support for 'gss' authentication.

I would appreciate it if people could check that it compiles and works for them,
and let me know the success rate.

I hope to put this out as a final 1.0.7 before Christmas.  Having lots of people 
say "Yes, I've tried it, and it works OK" would make a great Christmas present :-)

NeilBrown 03-December-2004


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: ANNOUNCE: nfs-utils 1.0.7-pre1
  2004-12-03  5:23 ANNOUNCE: nfs-utils 1.0.7-pre1 Neil Brown
@ 2004-12-03 18:07 ` Bruce Allan
  2004-12-06  0:16   ` Neil Brown
  2004-12-03 18:32 ` Marc Eshel
  2004-12-09 16:56 ` Robert Schwebel
  2 siblings, 1 reply; 10+ messages in thread
From: Bruce Allan @ 2004-12-03 18:07 UTC (permalink / raw)
  To: Neil Brown; +Cc: nfs

Doesn't compile (missing event.h and nfsidmap.h).

gcc -g -O2 -D_GNU_SOURCE -DHAVE_TCP_WRAPPER -I../../support/include 
-I/usr/include -Wall  -pipe  -DVERSION="\"nfs-utils 1.0.7-pre1\"" 
-DNFS3_SUPPORTED -M atomicio.c cfg.c idmapd.c setproctitle.c strlcat.c 
strlcpy.c > .depend
idmapd.c:48:19: event.h: No such file or directory
idmapd.c:61:22: nfsidmap.h: No such file or directory

Regards,
---
Bruce Allan  <bruce.allan@us.ibm.com>
Software Engineer, Linux Technology Center
IBM Corporation, Beaverton OR
503-578-4187   IBM Tie-line 775-4187




Neil Brown <neilb@cse.unsw.edu.au> 
Sent by: nfs-admin@lists.sourceforge.net
12/02/2004 09:23 PM

To
nfs@lists.sourceforge.net
cc

Subject
[NFS] ANNOUNCE: nfs-utils 1.0.7-pre1








I have made available a pre-release of nfs-utils 1.0.7.

It can be downloaded from 
  http://sourceforge.net/project/showfiles.php?group_id=14
or
  http://www.{countrycode}.kernel.org/pub/linux/utils/nfs/


The reason for the pre-release is that there are a number of changes that
I haven't had a chance to test properly, and some that I am not in a 
position
to test.

There are an assortment of bug-fixes, some support for fail-over 
clustering,
and support for 'gss' authentication.

I would appreciate it if people could check that it compiles and works for 
them,
and let me know the success rate.

I hope to put this out as a final 1.0.7 before Christmas.  Having lots of 
people 
say "Yes, I've tried it, and it works OK" would make a great Christmas 
present :-)

NeilBrown 03-December-2004


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: ANNOUNCE: nfs-utils 1.0.7-pre1
  2004-12-03  5:23 ANNOUNCE: nfs-utils 1.0.7-pre1 Neil Brown
  2004-12-03 18:07 ` Bruce Allan
@ 2004-12-03 18:32 ` Marc Eshel
  2004-12-06  1:05   ` Neil Brown
  2004-12-09 16:56 ` Robert Schwebel
  2 siblings, 1 reply; 10+ messages in thread
From: Marc Eshel @ 2004-12-03 18:32 UTC (permalink / raw)
  To: Neil Brown; +Cc: nfs, nfs-admin

I was hopping that the following two (small but important for HA) changes
be included.

1. statd doesn't exit when called in notify mode (-N)
      http://marc.theaimsgroup.com/?l=linux-nfs&m=110062624418905&w=2

2. send the notify message on the same interface as the address in the -n
option
      http://marc.theaimsgroup.com/?l=linux-nfs&m=110064006512730&w=2

Thanks, Marc.

nfs-admin@lists.sourceforge.net wrote on 12/02/2004 09:23:14 PM:

> I have made available a pre-release of nfs-utils 1.0.7.

> It can be downloaded from
> http://sourceforge.net/project/showfiles.php?group_id=14
> or
> http://www.{countrycode}.kernel.org/pub/linux/utils/nfs/
>
> The reason for the pre-release is that there are a number of changes that
> I haven't had a chance to test properly, and some that I am not in a
position
> to test.

> There are an assortment of bug-fixes, some support for fail-over
clustering,
> and support for 'gss' authentication.

> I would appreciate it if people could check that it compiles and
> works for them,
> and let me know the success rate.

> I hope to put this out as a final 1.0.7 before Christmas.  Having
> lots of people
> say "Yes, I've tried it, and it works OK" would make a great
> Christmas present :-)

> NeilBrown 03-December-2004

>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> NFS maillist  -  NFS@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nfs



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: ANNOUNCE: nfs-utils 1.0.7-pre1
  2004-12-03 18:07 ` Bruce Allan
@ 2004-12-06  0:16   ` Neil Brown
  2004-12-07 15:27     ` J. Bruce Fields
  0 siblings, 1 reply; 10+ messages in thread
From: Neil Brown @ 2004-12-06  0:16 UTC (permalink / raw)
  To: Bruce Allan; +Cc: J. Bruce Fields, nfs

On Friday December 3, bruce.allan@us.ibm.com wrote:
> Doesn't compile (missing event.h and nfsidmap.h).
> 
> gcc -g -O2 -D_GNU_SOURCE -DHAVE_TCP_WRAPPER -I../../support/include 
> -I/usr/include -Wall  -pipe  -DVERSION="\"nfs-utils 1.0.7-pre1\"" 
> -DNFS3_SUPPORTED -M atomicio.c cfg.c idmapd.c setproctitle.c strlcat.c 
> strlcpy.c > .depend
> idmapd.c:48:19: event.h: No such file or directory
> idmapd.c:61:22: nfsidmap.h: No such file or directory
> 

Yes........

It works better with 
    ./configure --disable-gss --disable-nfsv4

Bruce Fields would really rather distros compiled it with nfsv4
support enabled and so it made that the default.  However that
requires an extra package (or two?) which aren't commonly installed.

Bruce should be back from leave in a day or two so I might leave him
to argue further for keeping --enable-nfsv4 as the default (or to cave
it and let it be changed :-))

NeilBrown


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: ANNOUNCE: nfs-utils 1.0.7-pre1
  2004-12-03 18:32 ` Marc Eshel
@ 2004-12-06  1:05   ` Neil Brown
  0 siblings, 0 replies; 10+ messages in thread
From: Neil Brown @ 2004-12-06  1:05 UTC (permalink / raw)
  To: Marc Eshel; +Cc: nfs

On Friday December 3, eshel@almaden.ibm.com wrote:
> I was hopping that the following two (small but important for HA) changes
> be included.
> 
> 1. statd doesn't exit when called in notify mode (-N)
>       http://marc.theaimsgroup.com/?l=linux-nfs&m=110062624418905&w=2
> 
> 2. send the notify message on the same interface as the address in the -n
> option
>       http://marc.theaimsgroup.com/?l=linux-nfs&m=110064006512730&w=2
> 
> Thanks, Marc.

Ok, they are in the CVS now, thanks.

NeilBrown


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: ANNOUNCE: nfs-utils 1.0.7-pre1
  2004-12-06  0:16   ` Neil Brown
@ 2004-12-07 15:27     ` J. Bruce Fields
  0 siblings, 0 replies; 10+ messages in thread
From: J. Bruce Fields @ 2004-12-07 15:27 UTC (permalink / raw)
  To: Neil Brown; +Cc: Bruce Allan, nfs

On Mon, Dec 06, 2004 at 11:16:57AM +1100, Neil Brown wrote:
> Yes........
> 
> It works better with 
>     ./configure --disable-gss --disable-nfsv4
> 
> Bruce Fields would really rather distros compiled it with nfsv4
> support enabled and so it made that the default.  However that
> requires an extra package (or two?) which aren't commonly installed.
> 
> Bruce should be back from leave in a day or two so I might leave him
> to argue further for keeping --enable-nfsv4 as the default (or to cave
> it and let it be changed :-))

The --enable-nfsv4 option just builds and installs rpc.idmapd, which is
required for nfsv4.

This doesn't mean rpc.idmapd has to be run by default.  But by
installing it, a distribution makes it convenient for users to try nfsv4
if they want.

The dependency on libnfsidmap should be easy to satisfy: you can get
the latest libnfsidmap tarball from

	http://www.citi.umich.edu/projects/nfsv4/linux/

which includes all the infrastructure to build a Debian package.  Or
look at Steve Dickson's latest Fedora nfs-utils rpm's for another
example.  (He just includes libnfsidmap with the Fedora rpm and links it
statically.)

--b.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: ANNOUNCE: nfs-utils 1.0.7-pre1
  2004-12-03  5:23 ANNOUNCE: nfs-utils 1.0.7-pre1 Neil Brown
  2004-12-03 18:07 ` Bruce Allan
  2004-12-03 18:32 ` Marc Eshel
@ 2004-12-09 16:56 ` Robert Schwebel
  2004-12-09 17:31   ` J. Bruce Fields
  2 siblings, 1 reply; 10+ messages in thread
From: Robert Schwebel @ 2004-12-09 16:56 UTC (permalink / raw)
  To: nfs

On Fri, Dec 03, 2004 at 04:23:14PM +1100, Neil Brown wrote:
> I have made available a pre-release of nfs-utils 1.0.7.

Here is an update of our "fix autotools to make nfs-utils crosscompile"
patch: 

	http://www.pengutronix.de/software/nfs-utils/nfs-utils-1.0.7-pre1-ptx1.patch.gz

We could not test the NFSv4 stuff, kerberos and gss, but the other
things seem to work. The patch was cleaned up and doesn't touch the
distribution code any more. 

Signed-off-by: Marc Kleine-Budde <m.kleine-budde@pengutronix.de>
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Signed-off-by: Benedikt Spranger <b.spranger@pengutronix.de>

Robert 
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hornemannstraße 12,  31137 Hildesheim, Germany
    Phone: +49-5121-28619-0 |  Fax: +49-5121-28619-4


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: ANNOUNCE: nfs-utils 1.0.7-pre1
  2004-12-09 16:56 ` Robert Schwebel
@ 2004-12-09 17:31   ` J. Bruce Fields
  2004-12-09 17:52     ` Robert Schwebel
  0 siblings, 1 reply; 10+ messages in thread
From: J. Bruce Fields @ 2004-12-09 17:31 UTC (permalink / raw)
  To: Robert Schwebel; +Cc: nfs

On Thu, Dec 09, 2004 at 05:56:22PM +0100, Robert Schwebel wrote:
> On Fri, Dec 03, 2004 at 04:23:14PM +1100, Neil Brown wrote:
> > I have made available a pre-release of nfs-utils 1.0.7.
> 
> Here is an update of our "fix autotools to make nfs-utils crosscompile"
> patch: 
> 
> 	http://www.pengutronix.de/software/nfs-utils/nfs-utils-1.0.7-pre1-ptx1.patch.gz
> We could not test the NFSv4 stuff, kerberos and gss, but the other
> things seem to work. The patch was cleaned up and doesn't touch the
> distribution code any more. 

It does seem to add back the etc/nodist files.  I assume that was just
an accident?

--b.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: ANNOUNCE: nfs-utils 1.0.7-pre1
  2004-12-09 17:31   ` J. Bruce Fields
@ 2004-12-09 17:52     ` Robert Schwebel
  2004-12-09 18:10       ` J. Bruce Fields
  0 siblings, 1 reply; 10+ messages in thread
From: Robert Schwebel @ 2004-12-09 17:52 UTC (permalink / raw)
  To: nfs

On Thu, Dec 09, 2004 at 12:31:01PM -0500, J. Bruce Fields wrote:
> It does seem to add back the etc/nodist files.  I assume that was just
> an accident?

I havn't followed the discussion in this direction; it seems that they
have been removed on purpose? :-) 

Robert  
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hornemannstraße 12,  31137 Hildesheim, Germany
    Phone: +49-5121-28619-0 |  Fax: +49-5121-28619-4


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: ANNOUNCE: nfs-utils 1.0.7-pre1
  2004-12-09 17:52     ` Robert Schwebel
@ 2004-12-09 18:10       ` J. Bruce Fields
  0 siblings, 0 replies; 10+ messages in thread
From: J. Bruce Fields @ 2004-12-09 18:10 UTC (permalink / raw)
  To: Robert Schwebel; +Cc: nfs

On Thu, Dec 09, 2004 at 06:52:10PM +0100, Robert Schwebel wrote:
> On Thu, Dec 09, 2004 at 12:31:01PM -0500, J. Bruce Fields wrote:
> > It does seem to add back the etc/nodist files.  I assume that was just
> > an accident?
> 
> I havn't followed the discussion in this direction; it seems that they
> have been removed on purpose? :-) 

Yes.  I was worried that they weren't being used or maintained, so I
proposed that they be removed.  No one objected.  If I was wrong, and
somebody is actually using them, then they should speak up.

In any case, that's a separate issue from the build system improvements,
so shouldn't be in the same patch.

--b.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-12-09 18:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-03  5:23 ANNOUNCE: nfs-utils 1.0.7-pre1 Neil Brown
2004-12-03 18:07 ` Bruce Allan
2004-12-06  0:16   ` Neil Brown
2004-12-07 15:27     ` J. Bruce Fields
2004-12-03 18:32 ` Marc Eshel
2004-12-06  1:05   ` Neil Brown
2004-12-09 16:56 ` Robert Schwebel
2004-12-09 17:31   ` J. Bruce Fields
2004-12-09 17:52     ` Robert Schwebel
2004-12-09 18:10       ` J. Bruce Fields

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.