Bug 496552 - Errors: "Operation not supported (95)" & "Invalid argument (22)"
Summary: Errors: "Operation not supported (95)" & "Invalid argument (22)"
Keywords:
Status: CLOSED DUPLICATE of bug 458014
Alias: None
Product: Fedora
Classification: Fedora
Component: rsync
Version: 10
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Simo Sorce
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-04-20 03:21 UTC by morgan read
Modified: 2009-05-02 14:35 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-05-02 02:08:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description morgan read 2009-04-20 03:21:10 UTC
Description of problem:
I'm running rsync between two fedora machines (f8 & f10) on the same local network with the rsync target being a large (250GB) firewire disk attached to the f8 machine.  All disks are formatted ext3 selinux is running on both machines as is beagle.  The f10 machine has lvm and luks encrypted drives.

The common parts to my errors are:
"rsync: rsync_xal_set: lsetxattr("...","security.selinux") failed:
Invalid argument (22)"
And:
"rsync: rsync_xal_set: lsetxattr("...","user.Beagle") failed: Operation
not supported (95)"

Where ... is some reference to a file relative to the source.  Seems to
be a selinux issue on the former and a beagle issue on the latter.


Version-Release number of selected component (if applicable):
$ rpm -q rsync
rsync-3.0.5-1.fc10.i386

How reproducible:
Always

Steps to Reproduce:
1. Hmm, set up rsync as above and run it...
2. Here's the command I'm running from the rsync target:
   ssh -t rsync@morgansmachine sudo rsync -avzAXH --delete-after -e /home/rsync/bin/rsync_ssh /home/morgan/ root@morgansoldmachine:/mnt/bigdisk/morgansmachine/home/morgan
3. Here's the script rsync_ssh:
#! /bin/sh
exec ssh -i /home/rsync/.ssh/id_dsa "$@"
  
Actual results:
Failures as above

Expected results:
No failure

Additional info:
Query to list drew a blank:
http://www.mail-archive.com/rsync@lists.samba.org/msg23745.html

Comment 1 morgan read 2009-05-02 02:08:19 UTC
Closing as (95) error has been resolved:
http://lists.samba.org/archive/rsync/2009-April/023150.html
And, (22) error is a duplicate of bug 45801.

Comment 2 morgan read 2009-05-02 02:09:34 UTC
And, (22) error is a duplicate of bug 458014.

Comment 3 Simo Sorce 2009-05-02 14:35:40 UTC

*** This bug has been marked as a duplicate of bug 458014 ***


Note You need to log in before you can comment on or make changes to this bug.