Creating receiver.arf

Posted by: JeffShap

Creating receiver.arf - 02/11/2003 12:16

Hi! Can someone tell me how to take the extracted files from receiver.arf and get them back into an acceptable receiver.arf file? I can use tar to extract all of the files and some of the images around are provided as directory structures (for use on an NFS mount), but I'd like to use the original software for pushing the .arf file.

Thanks!

-- Jeff Shapiro
Posted by: Roger

Re: Creating receiver.arf - 03/11/2003 03:13

It's a tar file. As long as you use a Unix box of some sort, and a tar utility that supports device nodes, and your tar utility doesn't do anything particularly bizarre, then it'll just work.
Posted by: JeffShap

Re: Creating receiver.arf - 03/11/2003 18:52

I booted into Linux on my PC, untarred the receiver.arf file into the directory structure that looked great (dev directory has special files, etc.)

Then I created a new tar file by sticking all those files back into a new .arf file.

The RIO (or the PC app) doesn't like the new .ARF file. The filesize is identical. Any options I should specify for the TAR operation?

Thanks,

-- Jeff
Posted by: Roger

Re: Creating receiver.arf - 04/11/2003 04:51

Did you create the tar file as root (or under fakeroot)? Try that. "tar cfp" should be enough.
Posted by: bobdog

Re: Creating receiver.arf - 25/11/2003 13:31

any help for doing this in Dos on an xp machine? I can get the Tar file extracted using any number of utillities but have problems getting it back togther to the right file size.
Posted by: Roger

Re: Creating receiver.arf - 26/11/2003 03:05

any help for doing this in Dos on an xp machine?

Nope. Windows won't correctly extract the device files, and so can't correctly put the file back together.

You could try a copy of tar from cygwin, and figure out the parameters required to replace files in place.

Alternatively, someone (Frank van Gestel?) had a utility for updating the .arf file in place.