http://oss.sgi.com/bugzilla/show_bug.cgi?id=298
Summary: xfsdump doesn't work on sparc64 linux
Product: Linux XFS
Version: 1.3.x
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: Medium
Component: xfsdump
AssignedTo: xfs-master@xxxxxxxxxxx
ReportedBy: androsyn@xxxxxxxxxx
xfsdump currently fails to work on sparc64 linux. I'm using the following:
1.3.1 XFS
Linux 2.4.23.
xfsdump 2.4.14
xfsprogs 2.6.0
I think the issue may be that the ioctls aren't translated for 32bit binaries
running on sparc64.
/sbin/xfsdump: using file dump (drive_simple) strategy
/sbin/xfsdump: version 2.2.14 (dump format 3.0) - Running single-threaded
/sbin/xfsdump: unable to determine uuid of fs mounted at /var/lib/postgres:
Invalid argument
/sbin/xfsdump: level 0 dump of squeaker.ratbox.org:/var/lib/postgres
/sbin/xfsdump: dump date: Thu Dec 18 11:04:41 2003
/sbin/xfsdump: session id: cc5a31b3-e115-451f-9679-85c0a6e792b9
/sbin/xfsdump: session label: ""
/sbin/xfsdump: unable to construct a file system handle for /var/lib/postgres:
Invalid argument
/sbin/xfsdump: Dump Status: ERROR
lstat64("/var", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/var/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/var/lib/postgres", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
open("/var/lib/postgres", O_RDONLY|O_LARGEFILE) = 5
ioctl(5, 0xc01c5868, 0xe28be7e0) = -1 EINVAL (Invalid argument)
getpid() = 2902
write(2, "/sbin/xfsdump: ", 15/sbin/xfsdump: ) = 15
write(2, "unable to construct a file system handle for /var/lib/postgres:
Invalid argument\n", 81unable to construct a file system handle for
/var/lib/postgres: Invalid argument
) = 81
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
|