https://qa.mandrakesoft.com/show_bug.cgi?id=1719
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-02-17 15:32 -------
fixed in 4.2-19mdk, there appears to be strange behaviour with system <string>
simply replaced with system split " ", <string>.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
The parallel option does not appear to be working correctly, I have the
following packages installed:
> rpm -qa | grep urpmi
urpmi-parallel-ssh-4.2-18mdk
urpmi-4.2-18mdk
My /etc/urpmi/parallel.cfg file reads as follows:
robpc01:ssh:robpc01
opcpc01:ssh:opcpc01
opcpc02:ssh:opcpc02
opcpc03:ssh:opcpc03
opcpc0102:ssh:opcpc01 opcpc02
opcpc0103:ssh:opcpc01 opcpc03
opcpc0203:ssh:opcpc02 opcpc03
I am using the following as an example of the command line (The install does not
work for any rpms however, not just binutils):
> urpmi --parallel opcpc02 binutils
To satisfy dependencies, the following packages are going to be installed (3 MB):
binutils-2.13.90.0.18-3mdk.i586
libbinutils2-2.13.90.0.18-3mdk.i586
Is this OK? (Y/n) y
distributing /var/cache/urpmi/rpms/binutils-2.13.90.0.18-3mdk.i586.rpm
/var/cache/urpmi/rpms/libbinutils2-2.13.90.0.18-3mdk.i586.rpm
And this is all that seems to happen, the files are successfully copied to the
remote machine into the /var/cache/urpmi/rpms directory, however no install then
occurs for the packages. If I then log onto the machine directly and use urpmi
to install the packages locally everything works without any problems or
additional dependencies needing to be resolved.
Kind regards,
Robert Thorneycroft