Subj : Re: GoldMine - Connecting from Synchronet BBS To : j0hnny a1pha From : Gamgee Date : Thu Oct 17 2024 08:32 pm -=> j0hnny a1pha wrote to Gamgee <=- > I'm able to get to the main menu just fine, and play the doors, with > just the command line: > > ?rlogin 143.198.58.173:2513 -p > > But... this doesn't show the [tag] in front of the user name > displayed. I'm not sure how important that is, but it seems that most > others who are logging in have that working. So, what command line > are you Synchronet BBS operators using to connect to the Gold Mine > server? ja> Are you using Synchronet w/Windows? I haven't documented that, so would ja> be great to add to goldminebbs.com documentation site once we have a ja> working example. I'm running Linux and i use an .sh script to grab the ja> user name directly from the dropfile (e.g. pass the node number): No, I am on Linux. ja> #!/bin/bash ja> # Get the node number and door code from the arguments passed ja> NODE_NUMBER=$1 ja> BBS="TAG" # Change this to your tag ja> DOOR_CODE=$2 ja> # Define the path to the sbbs DOOR32.SYS file ja> DOOR32_SYS_PATH=/sbbs/node${NODE_NUMBER}/DOOR32.SYS ja> # Extract the alias from line 7 ja> USER_ALIAS=$(sed -n '7p' ja> "$DOOR32_SYS_PATH" | tr ' ' '-') # replace spaces ja> # Run the rsh-redone-client command ja> if [ -n "$DOOR_CODE" ]; then ja> TERM_PARAM="xtrn=$DOOR_CODE" ja> TERM=$TERM_PARAM rlogin -p 2513 -l "$USER_ALIAS" goldminedoors.com ja> else ja> rlogin -p 2513 -l "$USER_ALIAS" goldminedoors.com ja> fi Okay, but I doubt anyone else is doing that, and they have a [TAG] displayed in front of their Username. Just wondering why mine isn't working, and what other (Synchronet) users are using for their command line... Is the [TAG] importaint in some way? Do you care if it's included in the user's login? Thanks. .... Gone crazy, be back later, please leave message. === MultiMail/Linux v0.52 --- SBBSecho 3.20-Linux * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (21:2/138) .