pdsh mishandles gender queries
Bug #501432 reported by
Mike Coleman
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pdsh (Debian) |
Fix Released
|
Unknown
|
|||
pdsh (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: pdsh
Description: Ubuntu 9.10
Release: 9.10
pdsh:
Installed: 2.18-1
Candidate: 2.18-1
Version table:
*** 2.18-1 0
500 http://
100 /var/lib/
The documentation says that the -g flag will accept gender queries, but something like this
$ pdsh -g 'myattr=
doesn't work right, even though 'nodeattr' accepts this query. In fact, the above command throws me into interactive mode, so apparently it's being seriously misparsed.
I expected it to run 'hostname' on all nodes matching the gender query.
(This bug might be the same as #501427.)
Changed in pdsh (Debian): | |
status: | Unknown → Fix Released |
Changed in pdsh (Ubuntu): | |
status: | New → Confirmed |
To post a comment you must log in.
As a workaround, you can install libgenders0-dev and get the necessary library symlink, or make /usr/lib/ libgenders. so.0, which points to libgenders. so.0.2. 0.
(You also need to install libgenders0-dev to get the genders(3) man page, which describes the /etc/genders file format.)