Search the web
Sign In
New User? Sign Up
synchronet · Synchronet BBS discussion group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1643 - 1672 of 1753   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1643
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...
Ray Eason
reasonit
Offline Send Email
Jan 22, 2009
6:33 am
1644
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 ... ...
Rob Swindell
rrswindell
Offline Send Email
Jan 22, 2009
8:17 am
1645
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...
Ray Eason
reasonit
Offline Send Email
Jan 22, 2009
8:21 am
1646
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...
Rob Swindell
rrswindell
Offline Send Email
Jan 22, 2009
8:32 am
1647
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...
Ray Eason
reasonit
Offline Send Email
Jan 24, 2009
1:21 am
1648
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...
Rob Swindell
rrswindell
Offline Send Email
Jan 24, 2009
1:39 am
1649
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:...
Ray Eason
reasonit
Offline Send Email
Jan 24, 2009
2:45 am
1650
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:...
Rob Swindell
rrswindell
Offline Send Email
Jan 24, 2009
3:16 am
1651
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...
Ray Eason
reasonit
Offline Send Email
Jan 24, 2009
6:42 am
1652
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...
Rob Swindell
rrswindell
Offline Send Email
Jan 24, 2009
8:12 am
1653
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 ...
Ray Eason
reasonit
Offline Send Email
Jan 24, 2009
7:42 pm
1654
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...
Rob Swindell
rrswindell
Offline Send Email
Jan 24, 2009
7:46 pm
1655
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...
Ray Eason
reasonit
Offline Send Email
Jan 24, 2009
11:40 pm
1656
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...
Rob Swindell
rrswindell
Offline Send Email
Jan 25, 2009
12:44 am
1657
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...
Ray Eason
reasonit
Offline Send Email
Jan 25, 2009
1:56 am
1658
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...
Rob Swindell
rrswindell
Offline Send Email
Jan 25, 2009
7:45 am
1659
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...
Ray Eason
reasonit
Offline Send Email
Jan 25, 2009
8:49 pm
1660
Try using the libjs.so included in sbbs_src.tgz first (do not specify JSLIB=anything on your gmake comamnd-line). Did you try that? -Rob ... From: Ray Eason ...
Rob Swindell
rrswindell
Offline Send Email
Jan 25, 2009
9:50 pm
1661
I just did it and got this after compiliation: Linking gcc.linux.lib.debug/libsbbs.so /usr/bin/ld: cannot find -ljs collect2: ld returned 1 exit status gmake:...
Ray Eason
reasonit
Offline Send Email
Jan 26, 2009
12:28 am
1662
After running the update, I am back to my original error when loading the bbs synchronet: srvc 0014 !Javascript /sbbs/exec/ircd.js line 95: ReferenceError:...
Ray Eason
reasonit
Offline Send Email
Jan 26, 2009
1:11 am
1663
When the BBS starts up, what are the reported compile date times? Example: 1/25 03:15:34p Synchronet Services Revision 1.225 Debug 1/25 03:15:34p Compiled Jan...
Rob Swindell
rrswindell
Offline Send Email
Jan 26, 2009
7:18 am
1664
This is what I get when I load the sbbs after the update. Looks like its has a compile date of jan 19 2007. Synchronet Console for Linux Version 3.14b...
Ray Eason
reasonit
Offline Send Email
Jan 26, 2009
8:05 am
1665
It appears that somehow you're running a differen sbbs than the one you showed below (in the ls output). 'find / -name sbbs' should help to find your duplicate...
Rob Swindell
rrswindell
Offline Send Email
Jan 26, 2009
7:34 pm
1666
this is what i received after "find / -name sbbs" /sbbs /sbbs/exec.bak2/sbbs /sbbs/exec.bak/sbbs /sbbs/exec.bak/exec/sbbs /sbbs/exec/sbbs ...
Ray Eason
reasonit
Offline Send Email
Jan 26, 2009
8:02 pm
1667
What does 'ls -l /sbbs/src/sbbs3/gcc.linux.exe.release/sbbs' report? If the date is not current (e.g. 2009), then it sounds like you failed to (re)build sbbs. ...
Rob Swindell
rrswindell
Offline Send Email
Jan 27, 2009
5:52 am
1668
This is what I have: 1 raye sbbsgroup 208704 2007-01-19 22:53 /sbbs/src/sbbs3/gcc.linux.exe.release/sbbs How do I force it to update? I have ran cvs update...
Ray Eason
reasonit
Offline Send Email
Jan 27, 2009
12:10 pm
1669
Yes, you must compile the source. If you would follow step 2 ("Build Synchronet") in sbbsunix.txt like I requested, that's exactly what would happen. -Rob ... ...
Rob Swindell
rrswindell
Offline Send Email
Jan 27, 2009
8:27 pm
1670
That is what I did and it still have me the line 95: error. It doesn't seem to be working. Ray Eason KernBITS "Helping Kern one bit at a time" Phone:...
Ray Eason
reasonit
Offline Send Email
Jan 27, 2009
8:50 pm
1671
You recompiled the source? Is it reporting today's date as the "compiled" date when you run sbbs? -Rob ... From: Ray Eason To: synchronet@yahoogroups.com Sent:...
Rob Swindell
rrswindell
Offline Send Email
Jan 28, 2009
6:37 am
1672
Yes. I recompiled and it still has the same date as before. Ray Eason KernBITS "Helping Kern one bit at a time" Phone: 661.871.8769 FTP - ftp://kernbits.net ...
Ray Eason
reasonit
Offline Send Email
Jan 29, 2009
6:16 am
Messages 1643 - 1672 of 1753   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help