Well, I'm running a router, and through various posts and whatnot, I found I'd have to port forward through it to my PC. That didn't work, as no-one could connect, and as soon as I was kicked, I couldn't connect again. ./startup would do nothing, no output, MUD still down. I gave up, deleted the src, and went back and started once more, doing what I did before, and even doing what you suggested with the uncommenting of the logs, Hanaisse. Make displays no errors that I can see, and when I ./startup 6000, it doesn't display anything. When I connect, I get "Connecting...", then next line is "Disconnected" in my MUD client.
Make-
Quote:
Vengeance@user1 ~/dbs/src
$ make
make dbs
make[1]: Entering directory `/home/Vengeance/dbs/src'
rm -f dbsaga
gcc -o dbsaga act_comm.o act_info.o act_move.o act_obj.o act_wiz.o ban.o board.
o boards.o bounty.o build.o clans.o colorize.o comm.o comments.o const.o db.o de
ity.o editor.o fight.o finger.o grub.o handler.o hashstr.o hiscores.o hotboot.o
house.o ibuild.o ident.o imm_host.o interp.o magic.o makeobjs.o malloc.o mapout.
o marry.o misc.o mpxset.o mud_comm.o mud_prog.o new_fun.o pfiles.o planes.o plan
et.o player.o polymorph.o rare.o requests.o reset.o save.o services.o shops.o sk
ills.o skills_android.o skills_dbs.o space.o special.o stat_obj.o tables.o track
.o update.o dns.o -lcrypt -lm -lz
chmod g+w dbsaga
chmod a+x dbsaga
chmod g+w act_comm.o act_info.o act_move.o act_obj.o act_wiz.o ban.o board.o boa
rds.o bounty.o build.o clans.o colorize.o comm.o comments.o const.o db.o deity.o
editor.o fight.o finger.o grub.o handler.o hashstr.o hiscores.o hotboot.o house
.o ibuild.o ident.o imm_host.o interp.o magic.o makeobjs.o malloc.o mapout.o mar
ry.o misc.o mpxset.o mud_comm.o mud_prog.o new_fun.o pfiles.o planes.o planet.o
player.o polymorph.o rare.o requests.o reset.o save.o services.o shops.o skills.
o skills_android.o skills_dbs.o space.o special.o stat_obj.o tables.o track.o up
date.o dns.o
make[1]: Leaving directory `/home/Vengeance/dbs/src'
Vengeance@user1 ~/dbs/src
$
and ./startup
Quote:
Vengeance@user1 ~/dbs/src
$ ./startup 6000
From my understanding, the MUD should be up, no? But when I go to connect:
Quote:
%%% Connecting to <localhost ip> on port 6000
%%% Connected to localhost on port 6000.
%%% Disconnected from server.
I've checked the logs, but there's nothing in them, just that the MUD started up as it was supposed to. |