Bug 164373
| Summary: | --rsh-command option does not work | ||
|---|---|---|---|
| Product: | [Retired] Fedora Legacy | Reporter: | Marco Colombo <marco> |
| Component: | cpio | Assignee: | Fedora Legacy Bugs <bugs> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | CC: | pekkas |
| Target Milestone: | --- | Keywords: | Security |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-09-14 08:45:04 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Marco Colombo
2005-07-27 13:54:29 UTC
This is pretty strange as I don't see anything that could affect --rsh-command,
either when looking at the diffs between the source rpms, or the diffs between
binary rpms (w/ rpm-build-compare.sh).
I guess you could try rebuilding the src.rpm as-is and trying again. It might
work; if not, try commenting out the umask patch and/or lfs patch and rebuilding.
I suspect the first problem because I see in the configure.in:
AC_CHECKING(for remote shell)
if test -f /usr/ucb/rsh || test -f /usr/bin/remsh || test -f /usr/bin/rsh ||
test -f /usr/bsd/rsh || test -f /usr/bin/nsh; then
RTAPELIB=rtapelib.o
else
AC_CHECK_HEADER(netdb.h, AC_DEFINE(HAVE_NETDB_H) RTAPELIB=rtapelib.o,
AC_DEFINE(NO_REMOTE))
fi
AC_SUBST(RTAPELIB)dnl
as the packages are built on mach environment which doesn't have 'rsh', the
results might be different.
Marco, I'll build some test packages tonight that you can try out to see if we pinpointed the problem. I put some test packages for FC1 here: http://www.infostrategique.com/linuxrpms/marc/cpio/ Could you please test them and tell me if --rsh-command works? Thanks. Marco, any update on whether this fixed the problem or not? I'm sorry for the late reply, I just came back from vacation. Yes, cpio-2.5-5.3.legacy.i386.rpm fixes the problem. |