On 04/05/2010 02:07 AM, George R Goffe wrote:
Howdy,

I'm trying to copy my boot partition (and others) to a new drive with dump/restore pipes.

(cd /rb.boot          ; /sbin/dump -f - /dev/sda1 | /sbin/restore -rf -)

I get a bunch of messages I've never seen before; here's a sample:

/sbin/restore: ./grub/ffs_stage1_5: EA set security.selinux:system_u:object_r:boot_t:s0 failed: Operation not supported

I'm running with Selinux turned off now but it came out of the box (install DVD) with  Selinux turned on.

So if you do, say, 'cat /etc/selinux/config | grep disabled', it will actually return anything?