Skip Menu |

This queue is for tickets about the Sys-Filesystem CPAN distribution.

Report information
The Basics
Id: 79188
Status: resolved
Priority: 0/
Queue: Sys-Filesystem

People
Owner: Nobody in particular
Requestors: David.Lee [...] ecmwf.int
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Bug in '::Aix' module
Date: Fri, 24 Aug 2012 12:04:37 +0100
To: bug-Sys-Filesystem [...] rt.cpan.org
From: David Lee <David.Lee [...] ecmwf.int>
The 'new' method calls out to the OS to do: /usr/sbin/lsvg -Ll `/usr/sbin/lsvg -Lo` Usually there is at least one volume group and the "lsvg -o" returns a good, non-null result, which the enclosing "lsvg -l" then uses as arguments. On diskless systems, however, the "lsvg -o" can legitimately return empty/null output. But the enclosing "lsvg -l" expects one or more VGs, so complains bitterly when none has been supplied. -- : David Lee : ECMWF : UK
Checking 'lsvg -Lo' output before ... Let me know if it fixes the problem or any further issues are bothering you.