linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ANNOUNCE: nfs-utils-1.2.5 released.
@ 2011-09-24 12:55 Steve Dickson
  2011-09-25  5:10 ` Benny Halevy
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Steve Dickson @ 2011-09-24 12:55 UTC (permalink / raw)
  To: Linux NFS Mailing list

New Features in this release:

   * With the addition of the blkmapd daemon, the client 
     now supports every pNFS layout type. 

   * The usual assorted bug fixes. 

The tarball can only be found at Sourceforge.net since 
master.kernel.org is still down:

  http://sourceforge.net/projects/nfs

[ Maybe we should start thinking about putting the rpms on linux-nfs.org?? ]

The git tree is at:
   git://linux-nfs.org/nfs-utils

The change log is also only on Sourceforge.net:

http://sourceforge.net/projects/nfs/files/nfs-utils/1.2.5/Changelog-1.2.5/download

steved.

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

* Re: ANNOUNCE: nfs-utils-1.2.5 released.
  2011-09-24 12:55 ANNOUNCE: nfs-utils-1.2.5 released Steve Dickson
@ 2011-09-25  5:10 ` Benny Halevy
  2011-09-26 10:28   ` Steve Dickson
  2011-09-25  8:39 ` NeilBrown
  2011-09-25 16:56 ` Jim Rees
  2 siblings, 1 reply; 9+ messages in thread
From: Benny Halevy @ 2011-09-25  5:10 UTC (permalink / raw)
  To: Steve Dickson; +Cc: Linux NFS Mailing list

Steve, I updated git://linux-nfs.org/~bhalevy/pnfs-nfs-utils
rebased onto 1.2.5.

It looks like you forgot to add/publish the tag nfs-utils-1-2-5.

Benny

On 2011-09-24 15:55, Steve Dickson wrote:
> New Features in this release:
> 
>    * With the addition of the blkmapd daemon, the client 
>      now supports every pNFS layout type. 
> 
>    * The usual assorted bug fixes. 
> 
> The tarball can only be found at Sourceforge.net since 
> master.kernel.org is still down:
> 
>   http://sourceforge.net/projects/nfs
> 
> [ Maybe we should start thinking about putting the rpms on linux-nfs.org?? ]
> 
> The git tree is at:
>    git://linux-nfs.org/nfs-utils
> 
> The change log is also only on Sourceforge.net:
> 
> http://sourceforge.net/projects/nfs/files/nfs-utils/1.2.5/Changelog-1.2.5/download
> 
> steved.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: ANNOUNCE: nfs-utils-1.2.5 released.
  2011-09-24 12:55 ANNOUNCE: nfs-utils-1.2.5 released Steve Dickson
  2011-09-25  5:10 ` Benny Halevy
@ 2011-09-25  8:39 ` NeilBrown
  2011-09-25 14:13   ` Jim Rees
  2011-09-26 10:40   ` Steve Dickson
  2011-09-25 16:56 ` Jim Rees
  2 siblings, 2 replies; 9+ messages in thread
From: NeilBrown @ 2011-09-25  8:39 UTC (permalink / raw)
  To: Steve Dickson; +Cc: Linux NFS Mailing list

[-- Attachment #1: Type: text/plain, Size: 1242 bytes --]

On Sat, 24 Sep 2011 08:55:57 -0400 Steve Dickson <SteveD@redhat.com> wrote:

> New Features in this release:
> 
>    * With the addition of the blkmapd daemon, the client 
>      now supports every pNFS layout type. 
> 
>    * The usual assorted bug fixes. 
> 
> The tarball can only be found at Sourceforge.net since 
> master.kernel.org is still down:
> 
>   http://sourceforge.net/projects/nfs
> 
> [ Maybe we should start thinking about putting the rpms on linux-nfs.org?? ]
> 
> The git tree is at:
>    git://linux-nfs.org/nfs-utils
> 
> The change log is also only on Sourceforge.net:
> 
> http://sourceforge.net/projects/nfs/files/nfs-utils/1.2.5/Changelog-1.2.5/download
> 

I've packaged this up for openSUSE so it should appear in openSUSE:Factory
and probably openSUSE:Tumbleweed in a day or two.

Only oddity I noticed is that the configure script doesn't check for
libdevmapper.h so I get a complaint when compiling instead of when
configuring.  I don't know if that is a good thing or a bad thing, but I
thought I would mention it.

If my archaeology is right, this is now 4 years and 11 releases
that you have presided over nfs-utils.  Thanks for the ongoing efforts!

Thanks,
NeilBrown


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

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

* Re: ANNOUNCE: nfs-utils-1.2.5 released.
  2011-09-25  8:39 ` NeilBrown
@ 2011-09-25 14:13   ` Jim Rees
  2011-09-26 10:40   ` Steve Dickson
  1 sibling, 0 replies; 9+ messages in thread
From: Jim Rees @ 2011-09-25 14:13 UTC (permalink / raw)
  To: NeilBrown; +Cc: Steve Dickson, Linux NFS Mailing list

NeilBrown wrote:

  On Sat, 24 Sep 2011 08:55:57 -0400 Steve Dickson <SteveD@redhat.com> wrote:
  
  > New Features in this release:
  > 
  >    * With the addition of the blkmapd daemon, the client 
  >      now supports every pNFS layout type. 
  > 
  >    * The usual assorted bug fixes. 
  > 
  > The tarball can only be found at Sourceforge.net since 
  > master.kernel.org is still down:
  > 
  >   http://sourceforge.net/projects/nfs
  > 
  > [ Maybe we should start thinking about putting the rpms on linux-nfs.org?? ]
  > 
  > The git tree is at:
  >    git://linux-nfs.org/nfs-utils
  > 
  > The change log is also only on Sourceforge.net:
  > 
  > http://sourceforge.net/projects/nfs/files/nfs-utils/1.2.5/Changelog-1.2.5/download
  > 
  
  I've packaged this up for openSUSE so it should appear in openSUSE:Factory
  and probably openSUSE:Tumbleweed in a day or two.
  
  Only oddity I noticed is that the configure script doesn't check for
  libdevmapper.h so I get a complaint when compiling instead of when
  configuring.  I don't know if that is a good thing or a bad thing, but I
  thought I would mention it.

Sorry, I'm not good with automake.  The dependency is from blkmapd on
libdevmapper so there should be a check on both the header and the library,
contingent on nfsv41.  I'll see if I can cook up a patch.  Thanks for
catching this.

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

* Re: ANNOUNCE: nfs-utils-1.2.5 released.
  2011-09-24 12:55 ANNOUNCE: nfs-utils-1.2.5 released Steve Dickson
  2011-09-25  5:10 ` Benny Halevy
  2011-09-25  8:39 ` NeilBrown
@ 2011-09-25 16:56 ` Jim Rees
  2011-09-26 11:45   ` Steve Dickson
  2 siblings, 1 reply; 9+ messages in thread
From: Jim Rees @ 2011-09-25 16:56 UTC (permalink / raw)
  To: Steve Dickson; +Cc: Linux NFS Mailing list, peter honeyman

Steve Dickson wrote:

  New Features in this release:
  
     * With the addition of the blkmapd daemon, the client 
       now supports every pNFS layout type. 
  
     * The usual assorted bug fixes. 
  
  The tarball can only be found at Sourceforge.net since 
  master.kernel.org is still down:
  
    http://sourceforge.net/projects/nfs
  
  [ Maybe we should start thinking about putting the rpms on linux-nfs.org?? ]
  
  The git tree is at:
     git://linux-nfs.org/nfs-utils
  
  The change log is also only on Sourceforge.net:
  
  http://sourceforge.net/projects/nfs/files/nfs-utils/1.2.5/Changelog-1.2.5/download

I can't get it to configure.  I re-ran autogen then:

configure --prefix=/usr --sysconfdir=/etc --enable-nfsv41 --enable-ipv6 --disable-gss --disable-uuid --enable-tirpc --without-tcp-wrappers --disable-libmount-mount

The test for _doprnt seems to be failing and I end up with this in conftest.c:

...
#define HAVE_VPRINTF 1
#define  1

where I think I should have something like "#define HAVE_DOPRNT 1".  All
subsequent tests fail.

I put the config log here:
http://www.citi.umich.edu/projects/nfsv4/pnfs/block/download/config.log

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

* Re: ANNOUNCE: nfs-utils-1.2.5 released.
  2011-09-25  5:10 ` Benny Halevy
@ 2011-09-26 10:28   ` Steve Dickson
  0 siblings, 0 replies; 9+ messages in thread
From: Steve Dickson @ 2011-09-26 10:28 UTC (permalink / raw)
  To: Benny Halevy; +Cc: Linux NFS Mailing list



On 09/25/2011 01:10 AM, Benny Halevy wrote:
> Steve, I updated git://linux-nfs.org/~bhalevy/pnfs-nfs-utils
> rebased onto 1.2.5.
> 
> It looks like you forgot to add/publish the tag nfs-utils-1-2-5.
It appears you correct.. Sorry about that...

The nfs-utils-1-2-5 tag has been pushed.

steved.

> 
> Benny
> 
> On 2011-09-24 15:55, Steve Dickson wrote:
>> New Features in this release:
>>
>>    * With the addition of the blkmapd daemon, the client 
>>      now supports every pNFS layout type. 
>>
>>    * The usual assorted bug fixes. 
>>
>> The tarball can only be found at Sourceforge.net since 
>> master.kernel.org is still down:
>>
>>   http://sourceforge.net/projects/nfs
>>
>> [ Maybe we should start thinking about putting the rpms on linux-nfs.org?? ]
>>
>> The git tree is at:
>>    git://linux-nfs.org/nfs-utils
>>
>> The change log is also only on Sourceforge.net:
>>
>> http://sourceforge.net/projects/nfs/files/nfs-utils/1.2.5/Changelog-1.2.5/download
>>
>> steved.
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: ANNOUNCE: nfs-utils-1.2.5 released.
  2011-09-25  8:39 ` NeilBrown
  2011-09-25 14:13   ` Jim Rees
@ 2011-09-26 10:40   ` Steve Dickson
  1 sibling, 0 replies; 9+ messages in thread
From: Steve Dickson @ 2011-09-26 10:40 UTC (permalink / raw)
  To: NeilBrown; +Cc: Linux NFS Mailing list



On 09/25/2011 04:39 AM, NeilBrown wrote:
> On Sat, 24 Sep 2011 08:55:57 -0400 Steve Dickson <SteveD@redhat.com> wrote:
> 
>> New Features in this release:
>>
>>    * With the addition of the blkmapd daemon, the client 
>>      now supports every pNFS layout type. 
>>
>>    * The usual assorted bug fixes. 
>>
>> The tarball can only be found at Sourceforge.net since 
>> master.kernel.org is still down:
>>
>>   http://sourceforge.net/projects/nfs
>>
>> [ Maybe we should start thinking about putting the rpms on linux-nfs.org?? ]
>>
>> The git tree is at:
>>    git://linux-nfs.org/nfs-utils
>>
>> The change log is also only on Sourceforge.net:
>>
>> http://sourceforge.net/projects/nfs/files/nfs-utils/1.2.5/Changelog-1.2.5/download
>>
> 
> I've packaged this up for openSUSE so it should appear in openSUSE:Factory
> and probably openSUSE:Tumbleweed in a day or two.
> 
> Only oddity I noticed is that the configure script doesn't check for
> libdevmapper.h so I get a complaint when compiling instead of when
> configuring.  I don't know if that is a good thing or a bad thing, but I
> thought I would mention it.
I notice this myself... I guess a AC_CHECK_HEADER is needed when
nfsv41 is enabled... 

> 
> If my archaeology is right, this is now 4 years and 11 releases
> that you have presided over nfs-utils.  Thanks for the ongoing efforts!
You are welcome!  8-) 

steved.


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

* Re: ANNOUNCE: nfs-utils-1.2.5 released.
  2011-09-25 16:56 ` Jim Rees
@ 2011-09-26 11:45   ` Steve Dickson
  2011-09-26 12:16     ` Jim Rees
  0 siblings, 1 reply; 9+ messages in thread
From: Steve Dickson @ 2011-09-26 11:45 UTC (permalink / raw)
  To: Jim Rees; +Cc: Linux NFS Mailing list, peter honeyman

Hey Jim,

On 09/25/2011 12:56 PM, Jim Rees wrote:
> Steve Dickson wrote:
> 
>   New Features in this release:
>   
>      * With the addition of the blkmapd daemon, the client 
>        now supports every pNFS layout type. 
>   
>      * The usual assorted bug fixes. 
>   
>   The tarball can only be found at Sourceforge.net since 
>   master.kernel.org is still down:
>   
>     http://sourceforge.net/projects/nfs
>   
>   [ Maybe we should start thinking about putting the rpms on linux-nfs.org?? ]
>   
>   The git tree is at:
>      git://linux-nfs.org/nfs-utils
>   
>   The change log is also only on Sourceforge.net:
>   
>   http://sourceforge.net/projects/nfs/files/nfs-utils/1.2.5/Changelog-1.2.5/download
> 
> I can't get it to configure.  I re-ran autogen then:
> 
> configure --prefix=/usr --sysconfdir=/etc --enable-nfsv41 --enable-ipv6 --disable-gss --disable-uuid --enable-tirpc --without-tcp-wrappers --disable-libmount-mount
> 
> The test for _doprnt seems to be failing and I end up with this in conftest.c:
> 
> ...
> #define HAVE_VPRINTF 1
> #define  1
> 
> where I think I should have something like "#define HAVE_DOPRNT 1".  All
> subsequent tests fail.
> 
> I put the config log here:
> http://www.citi.umich.edu/projects/nfsv4/pnfs/block/download/config.log
I'm not seeing this problem... I've run the configs on both F15 and F16

Try runing ./autogen.sh before running the ./configure script.

steved.

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

* Re: ANNOUNCE: nfs-utils-1.2.5 released.
  2011-09-26 11:45   ` Steve Dickson
@ 2011-09-26 12:16     ` Jim Rees
  0 siblings, 0 replies; 9+ messages in thread
From: Jim Rees @ 2011-09-26 12:16 UTC (permalink / raw)
  To: Steve Dickson; +Cc: Linux NFS Mailing list, peter honeyman

Steve Dickson wrote:

  I'm not seeing this problem... I've run the configs on both F15 and F16
  
  Try runing ./autogen.sh before running the ./configure script.

I did that and it didn't help.  But it fixed itself after a few more tries
so I'm set now.

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

end of thread, other threads:[~2011-09-26 12:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-24 12:55 ANNOUNCE: nfs-utils-1.2.5 released Steve Dickson
2011-09-25  5:10 ` Benny Halevy
2011-09-26 10:28   ` Steve Dickson
2011-09-25  8:39 ` NeilBrown
2011-09-25 14:13   ` Jim Rees
2011-09-26 10:40   ` Steve Dickson
2011-09-25 16:56 ` Jim Rees
2011-09-26 11:45   ` Steve Dickson
2011-09-26 12:16     ` Jim Rees

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).