Hello fast question I hope.
I have a lady that loves Gutter Bowl 3.0 so I started a server that
I rlogin to and the door runs great on windows sbbs system.
But when a dummy user goes to login it states something like you don't
have the required access to this system.
Any ideas?
What is a dummy user?
Do you have server log output you can share that corresponds with this problem? --@ 12:38p Tue Mar 14 2023 Node 2
Re: Rlogin question & door server
By: Digital Man to Havok on Tue Mar 14 2023 08:16 am
What is a dummy user?
A fake user I made to try the setup.
Do you have server log output you can share that corresponds with this problem? --@ 12:38p Tue Mar 14 2023 Node 2
@+ Telnet <no name> [192.168.0.249]
++ (0072) Wraith Logon 290 - 6
X- running external program: Oneliners
X- running external program: Door Scan
X
@- 01:03p T: 24 R: 0 P: 0 E: 0 F: 0 U: 0k 0 D: 0k 0
@ 01:11p Tue Mar 14 2023 Node 2
@+ Telnet <no name> [192.168.0.249]
++ (0072) Wraith Logon 291 - 7
X- running external program: Oneliners
X- running external program: Door Scan
X,/O
@- 01:14p T: 3 R: 0 P: 0 E: 0 F: 0 U: 0k 0 D: 0k 0
@ 01:29p Tue Mar 14 2023 Node 2
@+ Telnet <no name> [192.168.0.249]
++ (0072) Wraith Logon 292 - 8
X- running external program: Oneliners
X- running external program: Door Scan
X,X,/O
@- 02:00p T: 31 R: 0 P: 0 E: 0 F: 0 U: 0k 0 D: 0k 0
The error it throws is: Sorry, you have insufficient access to run that program.
Do you have server log output you can share that corresponds with this problem?The only thing in the logs it shows for the fake user is running external
Re: Rlogin question & door server
By: Digital Man to Havok on Tue Mar 14 2023 08:16 am
Do you have server log output you can share that corresponds with this problem?The only thing in the logs it shows for the fake user is running external
door scan. and it still shows: Sorry, you have insufficient access to run that
program.
I don't have anything set values the same as in:
Name Prisoner's Door Game Server º
°°°°º ³Timº ³Internal Code PRISONER º
°°°°º ³Natº ³Start-up Directory º °°°°ÉÍÍÍÍͺ ³Command Line *rlogin gapbbs.rdfig.net:3030º
º°°°°
°°°°º º ³Clean-up Command Line º
º°°°°
°°°°ÌÍÍÍÍͺ ³Execution Cost None º
º°°°°
°°°°º ³Synº ³Access Requirements ANSI º
Re: Rlogin question & door server
By: Havok to Digital Man on Wed Mar 15 2023 12:52 pm
I took ansi out and the first one still works.
Mine I still get Sorry, you have insufficient access to run that program.
[Hit a key]
Now mind you the top one is outside my network on the Internet. Mine is
on my private network one pc talking to the other.
I tried it with synchronet and today I loaded GameSrv for a test and it
acts just the same.
So the access requirements are "ANSI". Does the user have ANSI enabled in their terminal configuration (or was ANSI correctly auto-detected)? If you remove this requirement, does that solve the problem?
I'm not clear what you're trying to convey (GameSrv gives the same error message?). In the any case, the error as reported is with the "Access
Re: Rlogin question & door server
By: Digital Man to Havok on Wed Mar 15 2023 04:02 pm
I'm not clear what you're trying to convey (GameSrv gives the same error message?). In the any case, the error as reported is with the "Access
I tried GameSrv to see if it was a problem inside the board or if it
was this bulletin board, But even so both that I showed your are set
the same but with differant results. Other then port:513 amd port:3030
If you would explain how it is suppose to work when they do connect.
Re: Rlogin question & door server
By: Digital Man to Havok on Wed Mar 15 2023 11:31 am
So the access requirements are "ANSI". Does the user have ANSI enabled in their terminal configuration (or was ANSI correctly auto-detected)? If you remove this requirement, does that solve the problem?
Nope, I wish it did!
I tried GameSrv to see if it was a problem inside the board or if it
was this bulletin board, But even so both that I showed your are set
the same but with differant results. Other then port:513 amd port:3030
Re: Rlogin question & door server
By: Digital Man to Greg Youngblood on Wed Mar 15 2023 05:20 pm
I got it I changed, Modify User Data and it worked!
Now to figure out how to bypass the login with Synchronet 3.18 to use as
the game server.
Basically... check your settings on both systems.
What did you do when setting up this user? Anything that makes them different from anyone else? Restriction flags on the account (such as 'X')?
Re: Rlogin question & door server
By: echicken to Greg Youngblood on Thu Mar 16 2023 03:25 am
What did you do when setting up this user? Anything that makes them different from anyone else? Restriction flags on the account (such as 'X')?
The only thing I changed after a long time looking at the settings
was:Modify User Data to:Yes
To to figure out how to skip the login process.
The only thing I changed after a long time looking at the settings
was:Modify User Data to:Yes
To to figure out how to skip the login process.
I don't think you want to do that.
Re: Rlogin question & door server
By: echicken to Greg Youngblood on Thu Mar 16 2023 03:25 am
What did you do when setting up this user? Anything that makes them different from anyone else? Restriction flags on the account (such as 'X')?
The only thing I changed after a long time looking at the settings
was:Modify User Data to:Yes
To to figure out how to skip the login process.
I don't think you want to do that.
If you're talking about the rlogin server, the server needs to enable the rlogin_auto_xtrn option for the logon module, see http://wiki.synchro.net/module:logon for details. And the clien needs to send "xtrn=<doorcode>" as the RLogin 'terminal-type' string during negotiation. --
look at the rlogin command line options here: http://wiki.synchro.net/module:rlogin
I had the same kind of issue and did the following
?rlogin myserverip -p -t xtrn=<doorcode>
I had the same kind of issue and did the following
?rlogin myserverip -p -t xtrn=<doorcode>
look at the rlogin command line options here: http://wiki.synchro.net/module:rlogin
Re: Rlogin question & door server
By: tmcca to Greg Youngblood on Fri Mar 17 2023 08:41 am
I had the same kind of issue and did the following
?rlogin myserverip -p -t xtrn=<doorcode>
look at the rlogin command line options here: http://wiki.synchro.net/module:rlogin
Here is the error I get:
!JavaScript rlogin.js line 17: ReferenceError: p is not defined
When the -p is set!
I suspect you're not using the latest rlogin.js.
Re: Rlogin question & door server
By: Digital Man to Havok on Sun Mar 19 2023 01:03 pm
Hello
I hate asking but the door server is up and running and works
but when another user tries to run a door off of the doors server
I get this error: Sorry, you have insufficient access to run that program.
Any idea?
The node number greater than one is a problem maybe? Or the programs aren't configured as multi-user in SCFG (though I wouldn't expect *that* error message, but a different one).
Re: Rlogin question & door server
By: Digital Man to Havok on Fri Mar 31 2023 03:53 pm
The node number greater than one is a problem maybe? Or the programs aren't configured as multi-user in SCFG (though I wouldn't expect *that* error message, but a different one).
Nope, I tried Wraith (fake user) on node one and got the same error
on node one.
Kind of lost here, been reading all the wiki links but nothing yet!
So when you said "another user", you didn't mean another user at the same time, you meant a different user than some other user?
In any case, double-check the access requirements and execution requirements you have set in SCFG for the external program in question.As for access requirements 50 is new user 60 is validated and that is it.
--
Re: Rlogin question & door server
By: Digital Man to Greg Youngblood on Sat Apr 01 2023 12:16 am
So when you said "another user", you didn't mean another user at the same time, you meant a different user than some other user?
Yes I logged off then logged back on as another user on node one!
In any case, double-check the access requirements and execution requirements you have set in SCFG for the external program in question. --As for access requirements 50 is new user 60 is validated and that is it.
Soon as a person is validated they can play any of the doors and I can as
another user on node one and play any game other then the door server.
But I will look to see and make sure the game server are the same settings.
Sysop: | SBDSTech |
---|---|
Location: | Los Angeles, CA |
Users: | 6 |
Nodes: | 15 (0 / 15) |
Uptime: | 14:20:19 |
Calls: | 185 |
Files: | 841 |
Messages: | 22,356 |