BR 4.20o Client Server under 32bit CentOS Linux
Moderators: Susan Smith, admin, Gabriel
BR 4.20o Client Server under 32bit CentOS Linux
I'm trying to set up BR 4.20o Client Server under 32bit CentOS Linux.
We had issues with PAM but we got those resolved. We're getting past the PAM part of the authentication, then its failing with an error.
The BR CS Logfile contains the following information:
I am able to start BR just fine if I login through putty with the same user and enter the following commands:
cd /u/wb
/u/wb/wb -/u/wb/wbconfig.acc
Does anyone have any suggestions? Does anyone have BR CS working successfully with a Linux server under BR 4.2?
Gabriel
We had issues with PAM but we got those resolved. We're getting past the PAM part of the authentication, then its failing with an error.
The BR CS Logfile contains the following information:
I am able to start BR just fine if I login through putty with the same user and enter the following commands:
cd /u/wb
/u/wb/wb -/u/wb/wbconfig.acc
Does anyone have any suggestions? Does anyone have BR CS working successfully with a Linux server under BR 4.2?
Gabriel
-
- Posts: 53
- Joined: Mon Jun 08, 2009 7:28 pm
- Location: Des Moines, IA
- Contact:
Re: BR 4.20o Client Server under 32bit CentOS Linux
That particular log file looks normal to me. Do you have any other log files you can share? I'm curious what your STDERR log is showing, if anything. Perhaps that will have more information that may help narrow down the problem. In my experience, the client-server error receiving data errors are almost always tied to some networking issue.
Thanks - Matt Luchterhand
Re: BR 4.20o Client Server under 32bit CentOS Linux
The problem is the final line in the log file says its about to start brserver. But it doesn't ever start it. And nothing else is added to the logfile.
We created a BR log file too, but nothing is placed in it when CS attempts to start up.
It may well be a networking issue. We have lots of strange things going on with this network. Unfortunately the test network we're working on has completely different issues then the ones we'll run into on the live network .. but i guess that just makes it interesting.
We created a BR log file too, but nothing is placed in it when CS attempts to start up.
It may well be a networking issue. We have lots of strange things going on with this network. Unfortunately the test network we're working on has completely different issues then the ones we'll run into on the live network .. but i guess that just makes it interesting.
-
- Posts: 292
- Joined: Fri Jun 19, 2009 9:01 am
- Location: Lawrence, Kansas
- Contact:
Re: BR 4.20o Client Server under 32bit CentOS Linux
I would make sure the user your logging in with has full rights to the folder where the wbserver/brserver.dat file is getting created. That often time leads to strange errors like this when logging in.
Steve Koger
Computer Specialist
SEKESC-MACS Division
Computer Specialist
SEKESC-MACS Division
-
- Posts: 292
- Joined: Fri Jun 19, 2009 9:01 am
- Location: Lawrence, Kansas
- Contact:
Re: BR 4.20o Client Server under 32bit CentOS Linux
Another thing to check is to make sure there are no flags set on the user like Change password at login BR does not know how to handle those situations so often it will kick you out with a strange error.
Steve Koger
Computer Specialist
SEKESC-MACS Division
Computer Specialist
SEKESC-MACS Division
Re: BR 4.20o Client Server under 32bit CentOS Linux
Those are both good suggestions, and I've run into them before with Windows servers where i'm in more familiar territory.
The user accounts we're testing with are able to log in just fine through Putty, and we're able to start BR from putty without problems..
gabriel
The user accounts we're testing with are able to log in just fine through Putty, and we're able to start BR from putty without problems..
gabriel
-
- Posts: 292
- Joined: Fri Jun 19, 2009 9:01 am
- Location: Lawrence, Kansas
- Contact:
Re: BR 4.20o Client Server under 32bit CentOS Linux
Can you post your brconfig including your drive statements?
Steve Koger
Computer Specialist
SEKESC-MACS Division
Computer Specialist
SEKESC-MACS Division
Re: BR 4.20o Client Server under 32bit CentOS Linux
Code: Select all
logging 10,/u/wb/startlog.txt
WBSERVER :/wbserver/
DRIVE C, /u/wb/cdsk,x,\
COLLATE ALTERNATE
rem SHMSIZE 64000
BREAK 8
WORKSTACK 917000
RPNSTACK 10000
FLOWSTACK 1000
FORSTACK 2000
SCREEN B 84,H 0F,I 00,N 03,R 40,S 40,U 1D
SPOOLCMD /u/wb/shcc/qmisa [SPOOLFILE] r
DATAHILITE OFF
SEARCH_CHAR OFF
OPTION 29
OPTION 56 ON
OPTION 33 64
Whats weird is there is a file on the server called "\wbserver.dat" with the beginning "\":
That seems strange to me. But I changed the wbserver specification in the wbconfig.acc file, but I still get the same errors.
Gabriel
-
- Posts: 292
- Joined: Fri Jun 19, 2009 9:01 am
- Location: Lawrence, Kansas
- Contact:
Re: BR 4.20o Client Server under 32bit CentOS Linux
I got to thinking.. Is it possible you have non matching versions between your client and your server? I experienced a similar error when I was doing that. It would also explain why it works with putty but not with the brclient.
Steve Koger
Computer Specialist
SEKESC-MACS Division
Computer Specialist
SEKESC-MACS Division
-
- Posts: 53
- Joined: Mon Jun 08, 2009 7:28 pm
- Location: Des Moines, IA
- Contact:
Re: BR 4.20o Client Server under 32bit CentOS Linux
Steve may be on to something. What are the contents of your brlistener.conf?
Ours looks something like this:
Then the contents of the EXECUTABLE file referenced in the listener file is:
Ours looks something like this:
Code: Select all
logfile=/usr/br/brlistener.log
loglevel=10
[
LABEL=BR431fb
EXECUTABLE=/usr/br/br431fb_executable.sh
STARTDIR=/usr/br/
STDERR=/usr/br/br431fb_stderr.log
CONFIG=/usr/br/br431fb_config.sys
]
Code: Select all
TERM=ansi
PATH=$PATH:/usr/br
export PATH TERM
umask 000
/usr/br/brserver431fb run mainmenu.wb -10+ $*
Thanks - Matt Luchterhand
Re: BR 4.20o Client Server under 32bit CentOS Linux
I'm using the brlistener, and brclient from ftp://ftp.brulescorp.com/Dll_Distr/CURRENT/420o/, and their br version is 4.20o.
-
- Posts: 292
- Joined: Fri Jun 19, 2009 9:01 am
- Location: Lawrence, Kansas
- Contact:
Re: BR 4.20o Client Server under 32bit CentOS Linux
Do you have the correct brserver instaled for 4.20o The server was a separate application in 4.20 from the regular and you would need your brlistener.conf set to run that version when they connect.
Steve Koger
Computer Specialist
SEKESC-MACS Division
Computer Specialist
SEKESC-MACS Division
Re: BR 4.20o Client Server under 32bit CentOS Linux
Oh my goodness, Steve, I can't believe I forgot that. This is embarrassing. What an obvious step. I'd gotten so used to working with 4.3 that I forgot it was a separate executable in 4.2!
Thats all it was! I put the proper brserver in place, set the appropriate permissions, and voila!
Thats all it was! I put the proper brserver in place, set the appropriate permissions, and voila!
-
- Posts: 292
- Joined: Fri Jun 19, 2009 9:01 am
- Location: Lawrence, Kansas
- Contact:
Re: BR 4.20o Client Server under 32bit CentOS Linux
Fully understand. It came to my mind because I had obviously been there and done that! Glad you got it resolved!
Steve Koger
Computer Specialist
SEKESC-MACS Division
Computer Specialist
SEKESC-MACS Division