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?
From Newsgroup: alt.bbs.synchronetI 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.
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
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.108I 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.
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.
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
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?)
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.
To: jay
On 2018 Mar 01 00:39:52, you wrote to alt.bbs.synchronet:
OK, I deleted everything in my sbbs directory, redownloaded andcompiled 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
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.
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
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 31 |
Nodes: | 8 (0 / 8) |
Uptime: | 88:28:26 |
Calls: | 2,069 |
Calls today: | 2 |
Files: | 11,134 |
Messages: | 946,758 |