[Replicator-users] Solved! Re: rsync failed in repli-install netcopy --real
Status: Beta
Brought to you by:
schaumat
|
From: Bernd H. <Ber...@On...> - 2002-08-23 10:08:08
|
Hello, the Problem with rsync was related to the problem with the missing modules.dep, I reported in=20 https://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D598742&group_= id=3D11570&atid=3D111570 On Thu, Aug 22, 2002 at 03:35:16PM +0200, Bernd Harmsen wrote: > pipe failed in do_recv > rsync error: error in socket IO (Code 10) at main.c (377) > ERROR: command failed!!! at main, /usr/sbin/repli-update, 192: > rsync --archive --hard-links --sparse --whole-file -v bilbo::replicator/= boot target/boot/. 2>&1 Because of the high amount of the error messages about the missing modules.dep, I did not see the message "Can't locate module net-pf-1" I think there a two ways to solve both problems: a) Provide Modules On the miniroot-server 1) Prepare replicator.conf 2) Copy the Kernel-Image to the Pfad specified in replicator.conf 3) Run repli-miniroot 4) Copy the Modules from the used Kernel to <miniroot>/lib/modules/<kernelversion>/ =20 After booting the target with the replicator-bootdisk a new modules.dep is generated and rsync is working. This is working for me with the DHCP Kernel from the Debian-Package "fai-kernels" =20 b) Don't use modules at all Use a kernel witch has completly disabled modules support. I think such a kernel should be compiled with "CONFIG_UNIX=3Dy" to solve the problem about the missing module "net-pf-1" I did not test this. =20 Thanks, Bernd |