PS: Andrew - if you're reading this, did you find that list of escape codes for MBSE ANSI screens to show things like current message area
etc?
Have you configured either BBSLink or Doorparty under MBSE? If
so... could you share how? ;) I've had it working on mystic and
ezycom but mystic has an internal telnet door and ezycom used a
windows telnet door.
I haven't tried it yet, but it should be as simple as creating a
script to telnet to the appropriate hostname and port.
I haven't tried it yet, but it should be as simple as creating a
script to telnet to the appropriate hostname and port.
As in just a simple script?
#!/bin/bash
telnet whateveraddress port
Or would I need to get fancier?
Andrew Leary wrote to Sampsa Laine <=-
@MSGID: <58401FC6.24.mbse@b4bbs.com>
@TZ: 412c
Hello Sampsa!
01 Dec 16 01:40, you wrote to all:
PS: Andrew - if you're reading this, did you find that list of escape codes for MBSE ANSI screens to show things like current message area
etc?
Check out mbsebbs-<version>/html/menus/control.html for the list.
Andrew
Andrew Leary wrote to Sampsa Laine <=-
Check out mbsebbs-<version>/html/menus/control.html for the list.
Any idea why "mbfido news" keeps throwing this error:
? 02-Dec-2016 15:27:00 mbfido[1338] chartran_init(ISO-8859-1, Undef): iconv_open(Undef, UTF-8) error: Invalid argument
Or would I need to get fancier?That should do the trick.
As in just a simple script?That should do the trick.
It did. Now one more question. Is there a control code to pass the user number on the command line? ie: /N for node?
It did. Now one more question. Is there a control code to
pass the user number on the command line? ie: /N for node?
You should be able to get username, etc. from the DOOR.SYS created
before loading the door.
It did. Now one more question. Is there a control code to
pass the user number on the command line? ie: /N for node?
You should be able to get username, etc. from the DOOR.SYS created
before loading the door.
It looks like Shawn's looking for a way to pass the current logged in user's name to that script, so he can continue to pass that name on to
the door game server.
You should be able to get username, etc. from the DOOR.SYSLine 26 of DOOR.SYS is the user number, or line 5 of DOOR32.SYS.
created before loading the door.
To my thinking it is useful to not strip them if the dup checking
process makes use of it and also there are some nets that are
duplicated in zone 1 and 2 at least 1:250 and 2:250 there may be
others.
Hello Vince,
On Thu Dec 29 2016 15:07:26, Vince Coen wrote to Andrew Leary:
To my thinking it is useful to not strip them if the dup checking
process makes use of it and also there are some nets that are
duplicated in zone 1 and 2 at least 1:250 and 2:250 there may be
others.
1:250 has not been around for a few years, actually. I don't think
there are /any/ duplicate nets any more in Fidonet.
Hello Nicholas!
Thursday December 29 2016 10:21, you wrote to me:
Hello Vince,That makes it a bit easier but still do not know the merits or not of stripping
On Thu Dec 29 2016 15:07:26, Vince Coen wrote to Andrew Leary:
To my thinking it is useful to not strip them if the dup checking1:250 has not been around for a few years, actually. I don't think
process makes use of it and also there are some nets that are
duplicated in zone 1 and 2 at least 1:250 and 2:250 there may be
others.
there are /any/ duplicate nets any more in Fidonet.
zones in seenbys before passing to downlinks.
but it is a bit moot at the moment as I cannot compile mbse without errors regarding libiconv and it is present as near as I can tell, see :
----
../lib/libmbse.a(charset.o): In function `chartran_close': charset.c:(.text+0x5d2): undefined reference to `libiconv_close' charset.c:(.text+0x5f0): undefined reference to `libiconv_close' ../lib/libmbse.a(charset.o): In function `chartran_init': charset.c:(.text+0x6c1): undefined reference to `libiconv_open' charset.c:(.text+0x6f7): undefined reference to `libiconv_open' charset.c:(.text+0x76b): undefined reference to `libiconv_close' ../lib/libmbse.a(charset.o): In function `chartran':
charset.c:(.text+0x822): undefined reference to `libiconv' charset.c:(.text+0x8a7): undefined reference to `libiconv' charset.c:(.text+0x907): undefined reference to `libiconv' charset.c:(.text+0x98a): undefined reference to `libiconv'
collect2: error: ld returned 1 exit status
gmake[1]: *** [mbfido] Error 1
----
It is even happening on versions previously built.
Vince
I have been getting problems with dups both from two downlinks and
from echos coming in from USA & Canada.
Now I have not made any changes other than adding these 2 new
downlinks to my 1.0.6 of mbse and am wondering if I upgrade to 1.0.9
and set it to NOT strip will it help to fix the problem (USA & Canada)
or create more issues?
To my thinking it is useful to not strip them if the dup checking
process makes use of it and also there are some nets that are
duplicated in zone 1 and 2 at least 1:250 and 2:250 there may be
others.
Hello Vince!
29 Dec 16 15:07, you wrote to me:
I have been getting problems with dups both from two downlinks
and from echos coming in from USA & Canada.
I've noticed some of them.
Now I have not made any changes other than adding these 2 new
downlinks to my 1.0.6 of mbse and am wondering if I upgrade to
1.0.9 and set it to NOT strip will it help to fix the problem
(USA & Canada) or create more issues?
It depends what the root cause of the problem is. If it's caused by
SEEN-BY stripping, then the upgrade to 1.0.6.9 will help. If it's
caused by non-compliant software modifying timestamps, etc., then
1.0.6.9 won't help, but it shouldn't hurt anything either.
To my thinking it is useful to not strip them if the dup checking
process makes use of it and also there are some nets that are
duplicated in zone 1 and 2 at least 1:250 and 2:250 there may be
others.
Net 250 has been gone from Zone 1 for a while now. There aren't any duplicate nets in FidoNet anymore. That's why stripping of SEEN-BYs
from inter-zone echomail isn't needed any longer.
Just in case I downloaded the current sources from git at SF. I might
be worth building a new version and put it into the file section.
Anyway So I compiled it or tried to and got some errors then as a
check did the same for the current in use build and it produced the
same errors.
Around 9 months back I had a major problem with my boot drive and had
to restore a fair number of directories using rsync and that backup
was some months old.
It is possible that the system had updates since (the back up) and something is no longer correctly installed but cannot for the life of
me work out the package that contains libiconv which I assume is the
one causing the problems although I can see the library and some of
the includes.
I'm planning on that for the 1.0.7 release, as soon as I can finish
fixing Binkp NR mode.
I'm planning on that for the 1.0.7 release, as soon as I can
finish fixing Binkp NR mode.
Is that the disconnect error? It seems to work fine just logs an
error.
30 Dec 16 00:27, you wrote to me:
Just in case I downloaded the current sources from git at SF. I
might be worth building a new version and put it into the file
section.
I'm planning on that for the 1.0.7 release, as soon as I can finish
fixing Binkp NR mode.
Anyway So I compiled it or tried to and got some errors then as a
check did the same for the current in use build and it produced
the same errors.
Around 9 months back I had a major problem with my boot drive and
had to restore a fair number of directories using rsync and that
backup was some months old.
It is possible that the system had updates since (the back up)
and something is no longer correctly installed but cannot for the
life of me work out the package that contains libiconv which I
assume is the one causing the problems although I can see the
library and some of the includes.
I suspect that is exactly what your problem is. I have no other
reports of such problems compiling MBSE. I suggest backing up your
MBSE home directory, reinstalling Mageia (maybe a good time to upgrade
to the latest), and restoring MBSE. You'll need to either run the
SETUP.sh again, or manually create the users and groups. For your BBS users, you can lookup their unix names and passwords in the BBS
userfile.
Andrew
With the issues regarding new users not able to allocate a password so[...]
I have had to kill telnet it is a bit of a pain so would like to find
a replacement distro that will run KDE by choice and Gnome if I have
to in a rpm type format for packages etc.
My kit is on 24/7 for bbs, web & file servers and linking to IBM m/f
so has to be stable AND work with all software including GCC
compilation systems, mysql, oracle, DB2, GnuCobol to name the major products running 24/7.
... so would like to find a replacement distro that will run KDE by
choice and Gnome if I have to in a rpm type format for packages etc.
Hi,
On 2016-12-31 22:06:35, Vince Coen wrote to Andrew Leary:
about: "Stripping zone seenbys or not":
... so would like to find a replacement distro that will run KDE
by choice and Gnome if I have to in a rpm type format for
packages etc.
That sounds as a description of OpenSUSE ! ;)
... so would like to find a replacement distro that will run KDE
by choice and Gnome if I have to in a rpm type format for
packages etc.
That sounds as a description of OpenSUSE ! ;)
I did run Suse for a while back in the late 80's or early 90's
but got annoyed with all the German in the docs, help files etc when I
was using UK and English in the locate settings etc.
With the issues regarding new users not able to allocate a password so I have had to kill telnet it is a bit of a pain so would like to find a replacement distro that will run KDE by choice and Gnome if I have to in a rpm type format for packages etc.
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,019 |
Nodes: | 17 (0 / 17) |
Uptime: | 08:03:21 |
Calls: | 503,277 |
Calls today: | 2 |
Files: | 247,469 |
D/L today: |
3,191 files (277M bytes) |
Messages: | 441,507 |