• SCFG error (Linux)

    From jay@VERT to alt.bbs.synchronet on Wednesday, February 28, 2018 12:00:48
    From Newsgroup: alt.bbs.synchronet

    When I select any menu item such as System I always get "ERROR:
    Insufficient User Level Information: 0 user levels read, 1..." (the
    message is truncated so I can't see the rest. This happens running SCFG
    as an unelevated user or as su. How do I get past this so I can configure
    my BBS?

    --- Synchronet 3.17a-Win32 NewsLink 1.108
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Jay@VERT to jay on Wednesday, February 28, 2018 05:55:52
    From Newsgroup: alt.bbs.synchronet

    When I select any menu item such as System I always get "ERROR:
    Insufficient User Level Information: 0 user levels read, 1..." (the
    message is truncated so I can't see the rest.) This happens running SCFG
    as an unelevated user or as su. How do I get past this so I can configure
    my BBS?

    --- Synchronet 3.17a-Win32 NewsLink 1.108
    I should have mentioned, it's Synchronet for Linux v.3.17. When I get the error all I can do is say OK and go back to the menu.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nelgin@VERT/EOTLBBS to jay on Wednesday, February 28, 2018 12:05:15
    On Wed, 28 Feb 2018 12:00:48 +0000, "jay" <jay@VERT> wrote:

    From Newsgroup: alt.bbs.synchronet

    When I select any menu item such as System I always get "ERROR:
    Insufficient User Level Information: 0 user levels read, 1..." (the
    message is truncated so I can't see the rest. This happens running SCFG
    as an unelevated user or as su. How do I get past this so I can configure
    my BBS?

    I did a fresh install on Ubuntu last night and had no problems with
    running scfg.

    if(i!=100) {
    sprintf(error,"Insufficient User Level Information: "
    "%d user levels read, 100 needed.",i);
    fclose(instream);
    return(FALSE);
    }

    It could be thatyour main.cnf is corrupt. Did you install by
    downloading the GNUmakefile and compiling or did you get the sbbs_src
    and sbbs_run tar files?

    ---
    þ Synchronet þ End Of The Line BBS - endofthelinebbs.com
  • From Digital Man@VERT to Jay on Wednesday, February 28, 2018 11:05:36
    Re: Re: SCFG error (Linux)
    By: Jay to jay on Wed Feb 28 2018 05:55 am

    From Newsgroup: alt.bbs.synchronet

    When I select any menu item such as System I always get "ERROR: Insufficient User Level Information: 0 user levels read, 1..." (the message is truncated so I can't see the rest.) This happens running SCFG as an unelevated user or as su. How do I get past this so I can configure my BBS?

    --- Synchronet 3.17a-Win32 NewsLink 1.108
    I should have mentioned, it's Synchronet for Linux v.3.17. When I get the error all I can do is say OK and go back to the menu.

    Sounds like your main.cnf file is corrupted.

    digital man

    This Is Spinal Tap quote #45:
    I don't really think the end can be assessed as of itself as being the end Norco, CA WX: 55.2øF, 54.0% humidity, 2 mph E wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From jay@VERT to alt.bbs.synchronet on Wednesday, February 28, 2018 23:57:07
    From Newsgroup: alt.bbs.synchronet

    On Wed, 28 Feb 2018 12:05:15 -0600, Nelgin wrote:

    To: jay On Wed, 28 Feb 2018 12:00:48 +0000, "jay" <jay@VERT> wrote:

    From Newsgroup: alt.bbs.synchronet

    When I select any menu item such as System I always get "ERROR: >>Insufficient User Level Information: 0 user levels read, 1..." (the
    message is truncated so I can't see the rest. This happens running SCFG
    as an unelevated user or as su. How do I get past this so I can
    configure my BBS?

    I did a fresh install on Ubuntu last night and had no problems with
    running scfg.

    if(i!=100) {
    sprintf(error,"Insufficient User Level Information: "
    "%d user levels read, 100 needed.",i);
    fclose(instream);
    return(FALSE);
    }

    It could be thatyour main.cnf is corrupt. Did you install by downloading
    the GNUmakefile and compiling or did you get the sbbs_src and sbbs_run
    tar files?

    ---
    þ Synchronet þ End Of The Line BBS - endofthelinebbs.com
    --- Synchronet 3.17a-Win32 NewsLink 1.108
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net

    I did a non-CVS installation:

    # wget ftp://vert.synchro.net/Synchronet/sbbs_src.tgz
    # wget ftp://vert.synchro.net/Synchronet/sbbs_run.tgz
    # tar -xzf sbbs_src.tgz
    # tar -xzf sbbs_run.tgz
    # cd /sbbs/src/sbbs3; make RELEASE=1
    # cd /sbbs/xtrn/sbj; make
    # cd /sbbs/xtrn/sbl; make
    # cd /sbbs/exec
    # ln -s ../src/sbbs3/gcc.*.exe.release/* .
    # ln -s ../src/sbbs3/*/gcc.*.exe.release/* .
    # make

    I'll try starting over and see what happens.

    --- Synchronet 3.17a-Win32 NewsLink 1.108
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From jay@VERT to alt.bbs.synchronet on Thursday, March 01, 2018 00:39:53
    From Newsgroup: alt.bbs.synchronet

    On Wed, 28 Feb 2018 23:57:07 +0000, jay wrote:

    On Wed, 28 Feb 2018 12:05:15 -0600, Nelgin wrote:

    To: jay On Wed, 28 Feb 2018 12:00:48 +0000, "jay" <jay@VERT> wrote:

    From Newsgroup: alt.bbs.synchronet

    When I select any menu item such as System I always get "ERROR: >>>Insufficient User Level Information: 0 user levels read, 1..." (the >>>message is truncated so I can't see the rest. This happens running SCFG >>>as an unelevated user or as su. How do I get past this so I can
    configure my BBS?

    I did a fresh install on Ubuntu last night and had no problems with
    running scfg.

    if(i!=100) {
    sprintf(error,"Insufficient User Level Information: "
    "%d user levels read, 100 needed.",i);
    fclose(instream);
    return(FALSE);
    }

    It could be thatyour main.cnf is corrupt. Did you install by
    downloading the GNUmakefile and compiling or did you get the sbbs_src
    and sbbs_run tar files?

    ---
    þ Synchronet þ End Of The Line BBS - endofthelinebbs.com
    --- Synchronet 3.17a-Win32 NewsLink 1.108
    * Vertrauen - Riverside County, California -
    telnet://vert.synchro.net

    I did a non-CVS installation:

    # wget ftp://vert.synchro.net/Synchronet/sbbs_src.tgz # wget
    ftp://vert.synchro.net/Synchronet/sbbs_run.tgz # tar -xzf
    sbbs_src.tgz # tar -xzf sbbs_run.tgz # cd /sbbs/src/sbbs3; make
    RELEASE=1 # cd /sbbs/xtrn/sbj; make # cd /sbbs/xtrn/sbl; make # cd
    /sbbs/exec # ln -s ../src/sbbs3/gcc.*.exe.release/* .
    # ln -s ../src/sbbs3/*/gcc.*.exe.release/* .
    # make

    I'll try starting over and see what happens.

    OK, I deleted everything in my sbbs directory, redownloaded and compiled
    the source, etc. just as in the above steps. When I'm through I don't
    even have a main.cnf in /sbbs/exec.

    I tried doing "touch main.cnf" just to generate a file by that name and
    see if scfg would save to it, but I just get the same errors regarding userlevels (so you're right, it has something to do with that main.cnf
    file. I wonder why it didn't generate a default one during the build from source?)
    --- Synchronet 3.17a-Win32 NewsLink 1.108
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to jay on Wednesday, February 28, 2018 18:16:43
    Re: Re: SCFG error (Linux)
    By: jay to alt.bbs.synchronet on Wed Feb 28 2018 11:57 pm

    From Newsgroup: alt.bbs.synchronet

    On Wed, 28 Feb 2018 12:05:15 -0600, Nelgin wrote:

    To: jay On Wed, 28 Feb 2018 12:00:48 +0000, "jay" <jay@VERT> wrote:

    From Newsgroup: alt.bbs.synchronet

    When I select any menu item such as System I always get "ERROR: >>Insufficient User Level Information: 0 user levels read, 1..." (the >>message is truncated so I can't see the rest. This happens running SCFG >>as an unelevated user or as su. How do I get past this so I can >>configure my BBS?

    I did a fresh install on Ubuntu last night and had no problems with running scfg.

    if(i!=100) {
    sprintf(error,"Insufficient User Level Information: "
    "%d user levels read, 100 needed.",i);
    fclose(instream);
    return(FALSE);
    }

    It could be thatyour main.cnf is corrupt. Did you install by downloading the GNUmakefile and compiling or did you get the sbbs_src and sbbs_run
    tar files?

    ---
    þ Synchronet þ End Of The Line BBS - endofthelinebbs.com
    --- Synchronet 3.17a-Win32 NewsLink 1.108
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net

    I did a non-CVS installation:

    # wget ftp://vert.synchro.net/Synchronet/sbbs_src.tgz
    # wget ftp://vert.synchro.net/Synchronet/sbbs_run.tgz
    # tar -xzf sbbs_src.tgz
    # tar -xzf sbbs_run.tgz
    # cd /sbbs/src/sbbs3; make RELEASE=1
    # cd /sbbs/xtrn/sbj; make
    # cd /sbbs/xtrn/sbl; make
    # cd /sbbs/exec
    # ln -s ../src/sbbs3/gcc.*.exe.release/* .
    # ln -s ../src/sbbs3/*/gcc.*.exe.release/* .
    # make

    I'll try starting over and see what happens.

    Or you could just grab the latest main.cnf from CVS and overwrite yours in the ctrl dir:
    http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/ctrl/main.cnf

    digital man

    This Is Spinal Tap quote #12:
    Nigel Tufnel: Well, I don't know - wh-wh-... what're the hours?
    Norco, CA WX: 51.9øF, 67.0% humidity, 5 mph ENE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to jay on Wednesday, February 28, 2018 18:18:00
    Re: Re: SCFG error (Linux)
    By: jay to alt.bbs.synchronet on Thu Mar 01 2018 12:39 am

    From Newsgroup: alt.bbs.synchronet

    On Wed, 28 Feb 2018 23:57:07 +0000, jay wrote:

    On Wed, 28 Feb 2018 12:05:15 -0600, Nelgin wrote:

    To: jay On Wed, 28 Feb 2018 12:00:48 +0000, "jay" <jay@VERT> wrote:

    From Newsgroup: alt.bbs.synchronet

    When I select any menu item such as System I always get "ERROR: >>>Insufficient User Level Information: 0 user levels read, 1..." (the >>>message is truncated so I can't see the rest. This happens running SCFG >>>as an unelevated user or as su. How do I get past this so I can >>>configure my BBS?

    I did a fresh install on Ubuntu last night and had no problems with
    running scfg.

    if(i!=100) {
    sprintf(error,"Insufficient User Level Information: "
    "%d user levels read, 100 needed.",i);
    fclose(instream);
    return(FALSE);
    }

    It could be thatyour main.cnf is corrupt. Did you install by
    downloading the GNUmakefile and compiling or did you get the sbbs_src
    and sbbs_run tar files?

    ---
    þ Synchronet þ End Of The Line BBS - endofthelinebbs.com
    --- Synchronet 3.17a-Win32 NewsLink 1.108
    * Vertrauen - Riverside County, California -
    telnet://vert.synchro.net

    I did a non-CVS installation:

    # wget ftp://vert.synchro.net/Synchronet/sbbs_src.tgz # wget
    ftp://vert.synchro.net/Synchronet/sbbs_run.tgz # tar -xzf
    sbbs_src.tgz # tar -xzf sbbs_run.tgz # cd /sbbs/src/sbbs3; make
    RELEASE=1 # cd /sbbs/xtrn/sbj; make # cd /sbbs/xtrn/sbl; make # cd
    /sbbs/exec # ln -s ../src/sbbs3/gcc.*.exe.release/* .
    # ln -s ../src/sbbs3/*/gcc.*.exe.release/* .
    # make

    I'll try starting over and see what happens.

    OK, I deleted everything in my sbbs directory, redownloaded and compiled
    the source, etc. just as in the above steps. When I'm through I don't
    even have a main.cnf in /sbbs/exec.

    I tried doing "touch main.cnf" just to generate a file by that name and
    see if scfg would save to it, but I just get the same errors regarding userlevels (so you're right, it has something to do with that main.cnf
    file. I wonder why it didn't generate a default one during the build from source?)

    main.cnf is included in sbbs_run.tgz (in the ctrl subdirectory). So you must've missed a step. Creating 0-byte main.cnf (by touching the file) won't work.

    digital man

    Synchronet/BBS Terminology Definition #9:
    CR = Carriage Return (ASCII 13, Ctrl-M)
    Norco, CA WX: 51.9øF, 67.0% humidity, 5 mph ENE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mark lewis@VERT to jay on Wednesday, February 28, 2018 22:10:48
    On 2018 Mar 01 00:39:52, you wrote to alt.bbs.synchronet:

    OK, I deleted everything in my sbbs directory, redownloaded and compiled the source, etc. just as in the above steps. When I'm through I don't
    even have a main.cnf in /sbbs/exec.

    what user did you build as?
    what user are you trying to run as?

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... I took my check to the bank today. It was too little to go by itself.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From jay@VERT to alt.bbs.synchronet on Thursday, March 01, 2018 03:03:14
    From Newsgroup: alt.bbs.synchronet

    On Wed, 28 Feb 2018 18:16:43 -0800, Digital Man wrote:

    To: jay
    Re: Re: SCFG error (Linux)
    By: jay to alt.bbs.synchronet on Wed Feb 28 2018 11:57 pm

    From Newsgroup: alt.bbs.synchronet

    On Wed, 28 Feb 2018 12:05:15 -0600, Nelgin wrote:

    To: jay On Wed, 28 Feb 2018 12:00:48 +0000, "jay" <jay@VERT> wrote:

    From Newsgroup: alt.bbs.synchronet

    When I select any menu item such as System I always get "ERROR: >>Insufficient User Level Information: 0 user levels read, 1..." (the >>message is truncated so I can't see the rest. This happens running >>SCFG as an unelevated user or as su. How do I get past this so I
    can configure my BBS?

    I did a fresh install on Ubuntu last night and had no problems with running scfg.

    if(i!=100) {
    sprintf(error,"Insufficient User Level Information:
    "
    "%d user levels read, 100 needed.",i);
    fclose(instream);
    return(FALSE);
    }

    It could be thatyour main.cnf is corrupt. Did you install by
    downloading the GNUmakefile and compiling or did you get the
    sbbs_src and sbbs_run tar files?

    ---
    ├╛ Synchronet ├╛ End Of The Line BBS - endofthelinebbs.com
    --- Synchronet 3.17a-Win32 NewsLink 1.108
    * Vertrauen - Riverside County, California -
    telnet://vert.synchro.net

    I did a non-CVS installation:

    # wget ftp://vert.synchro.net/Synchronet/sbbs_src.tgz # wget
    ftp://vert.synchro.net/Synchronet/sbbs_run.tgz # tar -xzf
    sbbs_src.tgz # tar -xzf sbbs_run.tgz # cd /sbbs/src/sbbs3; make
    RELEASE=1 # cd /sbbs/xtrn/sbj; make # cd /sbbs/xtrn/sbl; make #
    cd /sbbs/exec # ln -s ../src/sbbs3/gcc.*.exe.release/* .
    # ln -s ../src/sbbs3/*/gcc.*.exe.release/* .
    # make

    I'll try starting over and see what happens.

    Or you could just grab the latest main.cnf from CVS and overwrite yours
    in the ctrl dir: http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/ctrl/main.cnf

    digital man

    This Is Spinal Tap quote #12:
    Nigel Tufnel: Well, I don't know - wh-wh-... what're the hours?
    Norco, CA WX: 51.9°F, 67.0% humidity, 5 mph ENE wind, 0.00 inches
    rain/24hrs --- Synchronet 3.17a-Win32 NewsLink 1.108
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net

    I already got it working. I deleted everything (again) in SBBS, did a CVS install using the GNU makefile, then added "SBBSCTRL=/mnt/disk2/sbbs/ctrl
    && export SBBSCTRL" to my .bash_profile in my home directory, logged out
    of Linux and back in. Getting a new main.cnf from CVS would have been
    easier! Oh well, it works now. :)

    --- Synchronet 3.17a-Win32 NewsLink 1.108
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From jay@VERT to alt.bbs.synchronet on Thursday, March 01, 2018 05:00:49
    From Newsgroup: alt.bbs.synchronet

    On Wed, 28 Feb 2018 22:10:48 -0500, mark lewis wrote:

    To: jay

    On 2018 Mar 01 00:39:52, you wrote to alt.bbs.synchronet:

    OK, I deleted everything in my sbbs directory, redownloaded and
    compiled ja> the source, etc. just as in the above steps. When I'm
    through I don't ja> even have a main.cnf in /sbbs/exec.

    what user did you build as?
    what user are you trying to run as?

    )\/(ark

    Always Mount a Scratch Monkey Do you manage your own servers? If you are
    not running an IDS/IPS yer doin' it wrong...
    ... I took my check to the bank today. It was too little to go by
    itself.
    ---
    * Origin: (1:3634/12.73)
    --- Synchronet 3.17a-Win32 NewsLink 1.108
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net

    I realized only after I sent this that the main.cnf lives in ctl, not
    exec. I had to add a SBBSCTRL path statement to my .bash_profile, just
    having a symlink in root to my sbbs installation location wasn't enough.
    Then scfg could find main.cnf and was happy. :)

    --- Synchronet 3.17a-Win32 NewsLink 1.108
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net