Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 1996 14:32:10 +1030 (CST)
From:      Michael Smith <msmith@atrad.adelaide.edu.au>
To:        jfieber@indiana.edu (John Fieber)
Cc:        questions@freebsd.org
Subject:   Re: WordPerfect 6.0, current kernel
Message-ID:  <199601080402.OAA00759@genesis.atrad.adelaide.edu.au>
In-Reply-To: <Pine.BSF.3.91.960107214233.247A-100000@fieber-john.campusview.indiana.edu> from "John Fieber" at Jan 7, 96 09:48:36 pm

next in thread | previous in thread | raw e-mail | index | archive | help
John Fieber stands accused of saying:
> However, the main executable won't run unless it a license server is 
> running, and I can't make the license server run.  The error messages:
> 
>  1/08  2:38:09 (lmgrd) "fieber-j": Not a valid server hostname, exiting.
>  1/08  2:38:09 (lmgrd) Valid server hosts are: "fieber-john.campusview.indiana.ed u" 
>  1/08  2:38:09 (lmgrd) Using license file "/usr/local/wp/shbin10/../shlib10/license.dat"
> 
> Anybody out there using a real (non-demo) version successfully?  Could it 
> really be so stupid as to truncate the host name at 8 characters?

It appears from reading the ibcs2 code that SCO hostnames are limited to 
8 characters:

struct ibcs2_utsname {
        char    sysname[9];
        char    nodename[9];
        char    release[9];
        char    version[9];
        char    machine[9];
};

It looks lie braindeath in the license manager accepting a nodename longer 
than 8 characters from the license; whether you can get any action on this
ius anyone's guess. 8(

You might also want to talk to Steven Wallace (swallace@freebsd.org) about 
it, as the emulator is his puppy.

-- 
]] Mike Smith, Software Engineer        msmith@atrad.adelaide.edu.au    [[
]] Genesis Software                     genesis@atrad.adelaide.edu.au   [[
]] High-speed data acquisition and      (GSM mobile) 0411-222-496       [[
]] realtime instrument control          (ph/fax)  +61-8-267-3039        [[
]] "Who does BSD?" "We do Chucky, we do."                               [[



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601080402.OAA00759>