Hi,
I've got the same problem.
Originally, I installed 7.6.0.1 on a (blank) FreeBSD 8 VM and justed packed anything the installer (and the patch-installer) installed in a .tar.gz.
It was only 200-something GB then, as opposed to multiple GBs for the "raw" download...
This works under FreeBSD 10, but it does not work with FreeBSD 10.1.
I only realized this just this week, after upgrading the first non-virtual system to 10.1.
When I ktrace the above command, I get this:
50726 vnetd RET read 11/0xb
50726 vnetd CALL close(0x3)
50726 vnetd RET close 0
50726 vnetd CALL stat(0xffffb310,0xffffb160)
50726 vnetd NAMI "/usr/openv/var/host_cache/1ff"
50726 vnetd STRU struct stat {dev=111, ino=38, mode=040755, nlink=2, uid=0, gid=2, rdev=5105, atime=1429096293, stime=1429106245, ctime=1429106245, birthtime=1429094123, size=512, blksize=32768, blocks=8, flags=0x0 }
50726 vnetd RET stat 0
50726 vnetd CALL open(0xffffbb70,0<O_RDONLY>,<unused>0x1b6)
50726 vnetd NAMI "/usr/openv/var/host_cache/1ff/ffffffff+vnetd,1,1,0,1,0+.txt"
50726 vnetd RET open 3
50726 vnetd CALL fstat(0x3,0xffffac70)
50726 vnetd STRU struct stat {dev=111, ino=42, mode=0100644, nlink=1, uid=0, gid=2, rdev=5109, atime=1429108927, stime=1429106245, ctime=1429106245, birthtime=1429106245, size=396, blksize=32768, blocks=8, flags=0x0 }
50726 vnetd RET fstat 0
50726 vnetd CALL read(0x3,0x8062000,0x8000)
50726 vnetd GIO fd 3 read 396 bytes
",vnetd,1,1,0,1,0
1429106245
0
1
ADDRINFO_NEXT
BASICS=1;1;6;1;_NULL_CANONNAME_
SOCKADDR=28;28;1c1c359c000000000000000000000000000000000000000000000000
CACHED_FLAGS=0;0;0;0;0;0;-2;-2;-2;-2;-2
HOST_UUIDS=0;0
UUID_HOSTS=0;0
ADDRINFO_NEXT
BASICS=1;1;6;1;_NULL_CANONNAME_
SOCKADDR=2;16;1002359c000000000000000000000000
CACHED_FLAGS=0;0;0;0;0;0;-2;-2;-2;-2;-2
HOST_UUIDS=0;0
UUID_HOSTS=0;0
ADDRINFO_END
"
50726 vnetd RET read 396/0x18c
50726 vnetd CALL close(0x3)
50726 vnetd RET close 0
50726 vnetd CALL gettimeofday(0xffffbf08,0)
50726 vnetd RET gettimeofday 0
50726 vnetd CALL geteuid
50726 vnetd RET geteuid 0
50726 vnetd CALL umask(0<><invalid>0)
50726 vnetd RET umask 18/0x12
50726 vnetd CALL open(0x80507c8,0x202<O_RDWR|O_CREAT>,0x180<S_IRUSR|S_IWUSR>)
50726 vnetd NAMI "/usr/openv/var/vnetd/vnetd.lock"
50726 vnetd RET open 3
50726 vnetd CALL __sysctl(0xffffc078,0x2,0xffffc070,0xffffc074,0,0)
50726 vnetd SCTL "kern.osreldate"
50726 vnetd RET __sysctl 0
50726 vnetd CALL fcntl(0x3,F_OSETLK,0xffffc0f0)
50726 vnetd RET fcntl -1 errno 14 Bad address
50726 vnetd CALL close(0x3)
50726 vnetd RET close 0
50726 vnetd CALL umask(0x12<S_IWGRP|S_IWOTH>)
50726 vnetd RET umask 0
50726 vnetd CALL gettimeofday(0xffffacd0,0xffffacd8)
50726 vnetd RET gettimeofday 0
50726 vnetd CALL issetugid
50726 vnetd RET issetugid 0
50726 vnetd CALL open(0xffffa7a0,0<O_RDONLY>,<unused>0)
50726 vnetd NAMI "/usr/share/zoneinfo/Europe/Zurich"
To me, it looks a bit as if the software checks kern.osreldate and then does something wrong according to it. But I may be wrong because I just realized that I have a newly installed server with FreeBSD 10.1 that I can backup successfully.
But it runs my "re-packed" version of 7.6.0.1
All servers are AMD64 only.
Technically, there should not be any reason for a software to run on 10.0 but not on 10.1. Both are identical in terms of the ABI.
Lastly, the only supported version of FreeBSD currently are:
- 10.1
- 9.3
- 8.4
As such, I always found it strange that Symantec supports mostly outdated releases.