On Wednesday 15 September 2004 08:51, sistemista windows/linux cosenz int.5834 wrote:
Hi everybody. I have to clone a large number of machines, so i installed udpcast on the linux partition of my dual boot machines. I'd like, from the server, to do something like this:
for i in `seq 0 9`; do ssh machine$i "udp-receiver -f /dev/hda1"; done
^ I suppose your mean "&" here...
to start on every machine the udp-receiver and clone the windows partition.
udp-receiver starts (i see it listening on port 9000), but when i start cloning it exits... I tried also putting the process in background, using nohup and using the option --nokbd, but nothing changes.
Anybody tried somthing like this before or have any idea of what's going wrong?
I tried this myself on SuSE (using openssh version 3.8p1-33 and udpcast version 2004-05-31), and it worked (both with and without the --nokdb version).
What output or error message are you seeing when you try it? Did you confirm that it works when starting the same udpcast command locally on the target machine?
Regards,
Alain