Thanks Rob for getting right back. I wanted to test all the angles an be sure before I got back to you. Running sbbs.exe reacts the same way. All the doors...
32-bit doors stop working too? If you think the problem is a timed event, have you tried disabling the Events in the Telnet Server configuration? When it stops...
Okay, I'm going to let it run over night, but I'm pretty positive that it's the FTP. When the vert.bat callout goes it locks up the dos-doors. I echoed out...
The reason you cant outbound on FTP at work is because you're probably using Microsoft ISA Server as your proxy server, which has a default lockdown on...
Thanks, Rob, that appeared to do the trick. I just have understood your first message about QNET and avoided all the subsequent problems. Just wanted to send...
So doors are working okay now? Weird. -Rob ... From: Alex Grosholz To: synchronet@yahoogroups.com Sent: Tuesday, November 11, 2008 1:52 PM Subject: Re:...
Yep, they've been working fine ever since. Something is really strange with FTP on win 2k8. I even have an FTP server running now on another IP on the box and...
Are you referring to SIF questionnaires? If so, there is the Baja CREATE_SIF function which can be called from virtually anywhere in the BBS. -Rob ... From:...
I just compiled synchronet on debian linux (testing). When I run /sbbs/exec/sbbs I get the following message running repeatedly 12/9 08:33:13 srvc 0017 IRC...
Looks like you built the code from CVS, which was in a state of transition (upgrading the JavaScript library from v1.5 to 1.7). Get the latest from CVS and...
I just ran the cvs update and for almost every file, it is telling me cvs update: move away [path to file]: it is in the way C [Path to file] What does this...
It means you copied the files (extracted from a tar.gz?) before trying to get them from CVS? Try deleting the directories and getting from CVS again. -Rob ... ...
I didnt copy anything over. I just upgraded my linux fedora install. Thats it. Which directories should I delete? The ones that the sbbs update is giving me...
How did you originally install/compile Synchronet? Yes, so long as there are no files you've created or modified in those directories. Perhaps you should just...
I installed it using cvs using gcc I made backups of all of the directories and deleted them. Then I received an error when running cvs update docs exec xtrn...
You don't use "cvs update" when you don't have the files, you use checkout (or co) instead. If you follow the steps in sbbsunix.txt, it does not instruct you...
I already have the bbs installed. I upgraded from fedora 8 to fedora 10 and this is when the problem started. Ray Eason KernBITS.com Phone: 661.871.8769 Cell:...
I understand. Perhaps you should just download ftp://vert.synchro.net/Synchronet/sbbs_src.tgz, extract, and build from there (not using CVS). -Rob ... From:...
What files do I need to back up if I do this? I have made changes to the setup and configuration of the BBS over the past 2 years. Including door games...
sbbs_src.tgz contains only the source code of the BBS. Unless you've modified your copy of the source code, you won't lose anything. After you build the...
So what exactly do I do with the source code? Is this a update or a new install? If so, how do I perform the appropriate procedure. I am a bit lost. Ray Eason ...
You compile it the source code. See section 2 in http://synchro.net/docs/sbbsunix.txt for specific instructions. sbbs_src.tgz is a daily snapshot of the last...
I guess I am not understanding. If I follow the instructions on the website, it is going to install a brand new copy of sbbs. Will this overwrite my current...
No, if you download and extra sbbs_src.tgz and follow the instructions in section 2 of sbbsunix.txt (like I said), it will *not* install a brand new copy of...
I seem to have resolved the problem. I deleted my problematic sbbs directory and restored a copy I had from december and it works! Everything is coming up...
2 is necessary, 3 is only necessary if you're *not* using symlinks in the exec directory (you probably are, so you can likely skip this step). You don't need...
Ok. In step #2 for running gmake, do I need to add "JSLIB=mozjs" to the gmake command-line for updating? My system does not have libjs.so but it does have...