From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LOCsS-00070e-6t for garchives@archives.gentoo.org; Sat, 17 Jan 2009 15:14:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DD28E021D; Sat, 17 Jan 2009 15:14:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D15A0E021D for ; Sat, 17 Jan 2009 15:14:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id C0DB764385 for ; Sat, 17 Jan 2009 15:14:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.53 X-Spam-Level: X-Spam-Status: No, score=-3.53 required=5.5 tests=[AWL=0.069, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YKiywJ5MTSbC for ; Sat, 17 Jan 2009 15:14:13 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D9CBF642B6 for ; Sat, 17 Jan 2009 15:14:08 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LOCs7-00042r-4P for gentoo-user@gentoo.org; Sat, 17 Jan 2009 15:14:03 +0000 Received: from c-98-215-178-6.hsd1.in.comcast.net ([98.215.178.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Jan 2009 15:14:03 +0000 Received: from reader by c-98-215-178-6.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Jan 2009 15:14:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Harry Putnam Subject: [gentoo-user] More on /sys files Date: Sat, 17 Jan 2009 09:13:44 -0600 Organization: Still searching... Message-ID: <87tz7y2cev.fsf@newsguy.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-178-6.hsd1.in.comcast.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:22QxirNCXi9kshtClTQcPiAsQGU= Sender: news X-Archives-Salt: 9b279952-ec93-43c2-8a2e-6d369b2872c9 X-Archives-Hash: e3cba268fa5a6f86840dd4f413c6b3b7 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?