Title: | USG buildhelp questions/answers |
Moderator: | SMURF::FILTER |
Created: | Mon Apr 26 1993 |
Last Modified: | Mon Jan 20 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2763 |
Total number of notes: | 5802 |
Date Of Receipt: 12-JAN-1996 10:43:19.39 From: SMURF::WASTED::strange "Steve Strange USG" To: odehelp@DEC:.zko.wasted CC: strange@DEC:.zko.wasted Subj: Having trouble with supfilesrv... Hi, I'm having trouble getting sup to work. I'm trying to run the supfilesrv on our DFS build machine, and then run sup on a machine down in LKG. I think I have the config files set up correctly, but I end up getting a Fatal read error on the server. This is what I'm seeing on the server: root@splash> ps ax | grep supfile 30908 ?? I 0:00.01 /usr/sbin/supfilesrv3.0 31015 ttypb S + 0:00.01 grep supfile root@splash> supfilesrv 30960: Fatal read retries failed -- errno=0 x=0 n=2048 m=4 Fri Jan 12 10:34:20 1996 The error appears on the server several seconds after I run sup on the client. The sup command on the client gives up at the same moment: venom.lkg.dec.com> ~/bin/sup -N -N -N collection dfsinstall SUP 8.200 (DECode II) for file collection at Jan 12 10:33:03 SCM Writing message 101 SCM Writing integer 8 SCM Writing integer 200 SCM Writing string DECode II SCM Reading message 102 SCM Reading integer 8 SCM Reading integer 200 SCM Reading string DECode II SCM Reading integer 30960 SCM Writing message 103 SCM Writing integer 0 SCM Writing string dfsinstall SCM Writing integer 0 SCM Writing string /home/devbld/devbld SCM Writing integer 135266305 SCM Writing integer 14363 SCM Writing integer 0 SCM Writing integer 0 SCM Writing string NULL SCM Reading message 104 SCM Reading integer 999 SCM Writing message 107 SCM Writing string Hello there, Sailor Boy! SCM Reading message 108 The supfile is: venom.lkg.dec.com> more collection dfsinstall base=/usr/usersa/strange/sup/data/dfsinstall prefix=/usr/usersa/strange/dfsinstall_from_sup host=splash.zk3.dec.com hostbase=/home/devbld/devbld delete login=devbld [email protected] I have set up the .rhosts file for devbld on splash to allow login from the client, venom. The hostbase sup directory contains: root@splash> ls /home/devbld/devbld/sup/dfsinstall host list prefix root@splash> more /home/devbld/devbld/sup/dfsinstall/* :::::::::::::: /home/devbld/devbld/sup/dfsinstall/host :::::::::::::: venom.lkg.dec.com jfcl.lkg.dec.com :::::::::::::: /home/devbld/devbld/sup/dfsinstall/list :::::::::::::: upgrade src :::::::::::::: /home/devbld/devbld/sup/dfsinstall/prefix :::::::::::::: /project/dce/build/dfs.shared/sup Any thoughts/help would be greatly appreciated. Thanks! Steve
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2048.1 | Re: Having trouble with supfilesrv... | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Fri Jan 12 1996 20:00 | 17 |
Date Of Receipt: 12-JAN-1996 18:08:41.56 From: SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE" To: odehelp strange CC: Subj: Re: Having trouble with supfilesrv... Steve, I'm confused as to what the connection is between the /usr/usersa/strange/dfsinstall_from_sup directory and your base/hostbase. Have you tried using base==hostbase and not setting any prefix? This is how we use sup (actually we don't even set hostbase, just base, and then if a client wants to define hostbase they can do that). If you still have problems, please contact decwet::ode for help. -josh |