The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [pups] Vtserver, BSD2.11 and brain_fatigue
@ 2002-08-15 11:16 Kevin Murrell
  2002-08-15 12:22 ` Fred N. van Kempen
  2002-08-15 15:49 ` joseph c lang
  0 siblings, 2 replies; 3+ messages in thread
From: Kevin Murrell @ 2002-08-15 11:16 UTC (permalink / raw)


Hi all

Firstly, I have done this before, but due to age/stress/tiredness/whatever,
I can't remember what I did!

I am using Warren's/Fred's vtserver program to install BSD2.11 on an 11/53.

I have installed the root.dump file (and all the steps beforehand) and now
my '53 boots into 2.11.  So far so good!

I now need to restore the usr file systems - all the stuff in file6/7/8.tar

How do I do this still using Vtserver.

Someone remind me please!

Regards


Kevin Murrell




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [pups] Vtserver, BSD2.11 and brain_fatigue
  2002-08-15 11:16 [pups] Vtserver, BSD2.11 and brain_fatigue Kevin Murrell
@ 2002-08-15 12:22 ` Fred N. van Kempen
  2002-08-15 15:49 ` joseph c lang
  1 sibling, 0 replies; 3+ messages in thread
From: Fred N. van Kempen @ 2002-08-15 12:22 UTC (permalink / raw)


That's the nasty part of the whole thing.

VTserver support is ONLY present in the SAS part of the BSD and Ultrix
systems I patched.  So, once you're out of the SAS part (read: once you
have your machine booting into Unix by itself), you no longer have a 
link to the VT services.

Two solutions to that:

1.  Use the VTclient program to basically do the same the SAS stuff
    does, but from within the Unix system.  I have added VTclient to
    the base dist (root fs) of Ultrix-11, and that worked.  Ultrix,
    by the way, also installs the /usr file system in the SAS phase,
    so that's not a problem to begin with.  For BSD, we could do the
    same: have an /sbin/vtc and use that to extract the usr fs from
    the VT server using a commandline such as:

		(cd /; umask 0; /sbin/vtc -F 5 | tar xfvp -)

    which extracts tape file #5 (thats the usr fs, if memory serves me
    right) on the VTserver, and runs it through "tar" to extract and 
    install it.  This REQUIRES the console line to be in 8N1 mode,
    obviously, and this is not always the case !!!!

2.  While still in the SAS phase, create a disk, partition or volume,
    and copy the usr fs onto that in raw (tar{.Z}) mode.  Once the
    Unix system boots by itself, mount the extra volume, and unpack
    the tar fs to its proper location.

Icky, huh? :)

--f


> -----Original Message-----
> From: pups-admin at minnie.tuhs.org [mailto:pups-admin at minnie.tuhs.org]On
> Behalf Of Kevin Murrell
> Sent: Thursday, August 15, 2002 1:17 PM
> To: Pups Mailing List
> Subject: [pups] Vtserver, BSD2.11 and brain_fatigue
> 
> 
> Hi all
> 
> Firstly, I have done this before, but due to 
> age/stress/tiredness/whatever,
> I can't remember what I did!
> 
> I am using Warren's/Fred's vtserver program to install 
> BSD2.11 on an 11/53.
> 
> I have installed the root.dump file (and all the steps 
> beforehand) and now
> my '53 boots into 2.11.  So far so good!
> 
> I now need to restore the usr file systems - all the stuff in 
> file6/7/8.tar
> 
> How do I do this still using Vtserver.
> 
> Someone remind me please!
> 
> Regards
> 
> 
> Kevin Murrell
> 
> _______________________________________________
> PUPS mailing list
> PUPS at minnie.tuhs.org
> http://minnie.tuhs.org/mailman/listinfo/pups
> 




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [pups] Vtserver, BSD2.11 and brain_fatigue
  2002-08-15 11:16 [pups] Vtserver, BSD2.11 and brain_fatigue Kevin Murrell
  2002-08-15 12:22 ` Fred N. van Kempen
@ 2002-08-15 15:49 ` joseph c lang
  1 sibling, 0 replies; 3+ messages in thread
From: joseph c lang @ 2002-08-15 15:49 UTC (permalink / raw)


I used vtc to transfer the tar files after bsd was running.

http://users.safeaccess.com/engdahl/vtc.htm

I also had to break the tar files into smaller pieces and delete some
stuff
to fit my limited disk space.

It's slow but it works!

joe lang

Kevin Murrell wrote:
> 
> Hi all
> 
> Firstly, I have done this before, but due to age/stress/tiredness/whatever,
> I can't remember what I did!
> 
> I am using Warren's/Fred's vtserver program to install BSD2.11 on an 11/53.
> 
> I have installed the root.dump file (and all the steps beforehand) and now
> my '53 boots into 2.11.  So far so good!
> 
> I now need to restore the usr file systems - all the stuff in file6/7/8.tar
> 
> How do I do this still using Vtserver.
> 
> Someone remind me please!
> 
> Regards
> 
> Kevin Murrell
> 
> _______________________________________________
> PUPS mailing list
> PUPS at minnie.tuhs.org
> http://minnie.tuhs.org/mailman/listinfo/pups



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-08-15 15:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-15 11:16 [pups] Vtserver, BSD2.11 and brain_fatigue Kevin Murrell
2002-08-15 12:22 ` Fred N. van Kempen
2002-08-15 15:49 ` joseph c lang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).