On Tue, Apr 04, 2000 at 11:05:28PM -0400, Seth M. Landsman wrote:
> I tried this on two computers, a PIII/600 Redhat 6.2 machine and a P100
> Redhat 6.1 machine.  Both fail with the same error during the
> "createvol_rep pattern E0000100 /vicepa" step.  The output was :
> 
> Servers are (pattern )
> HexGroupId is 7F000000
> creating volume pattern.0 on pattern
> V_BindToServer: binding to host pattern.dworkin.net
> RPC2_NewBinding to server pattern.dworkin.net failed with RPC2_NOBINDING
> (F)
> Failure to make volume on pattern!. Abort..

I think this is the problem in vice-setup-rvm that can be fixed
by editing it to be like this:

     case `uname -sr` in
             "NetBSD 1.2" )
                     rvmstart=0x20000000 ;;
             NetBSD\ 1.3* )
                     rvmstart=0x50000000 ;;
             NetBSD\ 1.4* )
                     rvmstart=0x50000000 ;;
             FreeBSD\ * )
                     rvmstart=0x50000000 ;;
             Linux\ * )
                     rvmstart=0x50000000 ;;
             *)
                     rvmstart=0x20000000 ;;
     esac

I had a similar problem on my Debian (potato) systems.  Editing
vice-setup-rvm and rerunning it fixed it.  I actually got
an error message when I ran the original vice-setup-rvm, but I
ignored it, and no longer have it available...

     -- Owen
     [EMAIL PROTECTED]

Reply via email to