Package: systemimager-server Version: 3.6.3-2 Severity: important Tags: patch
si_pushupdate fails when range and client are specified but not hostname. The com from a little bug on the code of si_pushupdate code. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14-Testing Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
--- si_pushupdate 2006-05-09 06:51:22.000000000 +0200 +++ /usr/sbin/si_pushupdate 2006-05-26 20:06:04.000000000 +0200 @@ -188,7 +188,7 @@ my $node_number; my $count = 0; foreach $node_number ($starting_number .. $ending_number) { - $hostnames_and_images[$count] = $base_host_name . $node_number; + $hostnames_and_images[$count] = $base_host_name . $node_number . " $image"; if ($domain_name) { $hostnames_and_images[$count] = "$hostnames_and_images[$count]." . $domain_name . " $image"; }