I'm in the process of rsyncing an OS to a remote file system.

when rsyncing /sys to remote /sys... I get piles of errors of the
form:
  WARNING: devices/LNXSYSTM:00/device:00/ACPI_CPU:00/power/wakeup failed
  verification -- update discarded (will try again).

This is after a session failed so I'm re rsyncing directory by directory
to make sure all is copied over.

du -sh /sys on both remote and local shows:
  0


But find shows something else:
 find /sys -type f|wc   (on remote host)
  5850

find  /sys -type f|wc -l (on local host)
   6915

What do I need to do to get remote /sys  to mirror local /sys
Will booting the remote... once the transfer is done cure the problem?


Reply via email to