Re: Filesys::DiskFree

2003-06-06 Thread Martyn J. Pearce
On Tue, Jun 03, 2003 at 04:18:05PM -0700, William R Ward wrote:
 We use Filesys::Df and it works great on both Solaris  Linux.  What
 problems have you had with it?

Simply that it doesn't compile on FreeBSD.  But you're right, it seems to work
a treat on Linux (our Solaris boxes are currently borked); so I'll estimate
what's needed to port to FreeBSD, and if that's feasible (and the maintainer
amenable), I'll look to use that instead.

Cheers for the pointer!

Mx.


Filesys::DiskFree

2003-05-31 Thread Martyn J. Pearce
Fellow Module Authors,

I've looked through the available disk-free modules, for an OS-neutral one (at
least, Solaris, Linux  FreeBSD to start...), and been disappointed with the
outcome.

Filesys::DiskFree seems closest to my needs (not least, it compiles), but
doesn't work on modern Solaris with unhelpful df output.  I sent a patch to
the listed address for ABarclay, but have had no response.

I would like to apply to take over maintenance of this module.  To whom do I
send the relevant mail / what form do I fill in to achieve this?

If I'm missing an appproriate module for doing this with, please let me know.

Mx.


Re: Filesys::DiskFree

2003-05-31 Thread Martyn J. Pearce
Greetings Mark,

On Fri, May 30, 2003 at 10:25:52AM -0500, Mark Stosberg wrote:
 Martyn,
 
 For starters, there's this:
 
 http://www.cpan.org/misc/cpan-faq.html#How_maintain_module

Thanks for the pointer --- that's dead handy.  FTR, I attempted to contact
Alan over 3 months ago by email and have had no reply.

 This document doesn't answer the question ...if all else fails, then
 what?. That is, I'm still unclear how namespace authority is
 transferred, or if it is enforced at all. 

This is true :-( .  I'm sure that someone out there knows, and we can perhaps
get this added; although it's probably not *that* frequently asked...

Mx.


Re: Filesys::DiskFree

2003-05-31 Thread Mark Stosberg
On Fri, May 30, 2003 at 03:00:25PM +, Martyn J. Pearce wrote:
 
 I would like to apply to take over maintenance of this module.  To whom do I
 send the relevant mail / what form do I fill in to achieve this?

Martyn,

For starters, there's this:

http://www.cpan.org/misc/cpan-faq.html#How_maintain_module

This document doesn't answer the question ...if all else fails, then
what?. That is, I'm still unclear how namespace authority is
transferred, or if it is enforced at all. 

Mark

--
http://mark.stosberg.com/ 


Re: Filesys::DiskFree

2003-05-31 Thread Martyn J. Pearce
On Fri, May 30, 2003 at 08:39:26AM -0800, Arthur Corliss wrote:
 Speaking of disk space modules, etc., I've been thinking of trying to find a
 place to put some os-independent code that accomplishes much the same thing,
 but includes LVM data (like unallocated blocks assigned to a volume group,
 member logical drives, logical drive to physical drive(s) maps, etc.).
 
 I've already written all of this for AIX (4.3.3/5L), and will be adding IRIX
 (XVM) support soon.  My first impression is that this would go under
 Parse::LVM since it parses the output of standard system commands.  Should
 there instead be a Filesys::LVM::* or LVM::* tree for this kind of
 functionality?

I would certainly look for that kind of thing in Filesys:: .  I fear it would
get lost in LVM (and the acronym doesn't mean much without the Filesys::
context), and though it may choose to receive its information by parsing a
command, that's implementation --- not purpose.

Filesys::LVM sounds splendid to me.  And please do upload it --- this sounds
like a very good module to have around!

Mx.