On Wed, Oct 28, 2009 at 5:08 AM, Justin Piszcz <jpis...@lucidpixels.com> wrote:
>> r...@host:~# pbzip2 -9 -p4 >> /p34/x2/bup/host/2009-10-21/host-root-2009-10-21.xfsdump pbzip2: *ERROR: >> Could not get file meta data from >> [/p34/x2/bup/host/2009-10-21/host-root-2009-10-21.xfsdump]! Skipping... So I checked my code and bzip2's code. And they are identical. The section of code where you get an error is this: // get the file meta data and store it in the global structure return stat(fileName, &fileMetaData); In bzip2 1.0.5 the code to do the same thing is: # define MY_STAT stat retVal = MY_STAT ( inName, &statBuf ); So as you can see the call is identical. So if bzip2 is working and pbzip2 is not, do you have a setuid bit on bzip2 or sudo permissions for bzip2 while you do not in pbzip2? It seems like you have some kind of configuration issue since the code is the same. NFS in general works because that is fine on my systems. Jeff. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org