Thanks... I guess I could use some directions on how to get it set up,
I've edited the cnews config files to what I think is correct, but if
I postnews, then do newsrun and sendbatches and uucico, I don't see
anything on the other end.
john
On Fri, Mar 10, 2017 at 2:34 PM, Warren Toomey <wkt(a)tuhs.org> wrote:
On Fri, Mar 10, 2017 at 10:52:09AM -0700, John Floren
wrote:
Thanks Warren and Geoff,
Two problems:
1. 403 forbidden on that tarball
2. What's the best way to get these files into a running 4.3 system?
My bad, permissions fixed. Assuming you have downloaded the git repository
and you have a directory you want converted into a tarball to feed into
the site5 system:
$ bsdtar cf - <directory> | ./mktape /dev/stdin > site5.tap
Then inside the simulated system
# mt rew
# tar vxf /dev/rmt12
Cheers, Warren