Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
Cross Platform Directory Server (with source!)

 
Post new topic   Reply to topic Printable version
 View previous topic  Quick Links to Projects Post :: Post chatclient for mobile devices  View next topic  
Author Message
Snrrrub
Novice


Joined: May 29 2008
Posts: 37
Offline

PostPosted: Thu Sep 04, 2008 2:35 am    Post subject: Cross Platform Directory Server (with source!) Reply to topic Reply with quote

I've released a new directory server on my website: SubSpace Directory Server

It's similar to Catid's directory server but it's written using modern, cross-platform code and has a few features that go beyond what we've seen so far. This is the same directory server that powers subdir.org and subdir.net.

As of this post, I've only made the Windows binary available but I'll put up a Linux binary in the next few days.

The source code is available as well although for the moment it will only compile with MinGW and MSVC++ on Windows. Again, I'll make the Linux version available shortly.

The code is best compiled with scons http://www.scons.org and the provided SConscript file. If you want to compile with MinGW, use: scons mingw=1 on the command line.

-Snrrrub




DirectoryServer-1.0-src.zip - 550.82 KB
File downloaded or viewed 105 time(s)

DirectoryServer-1.0.zip - 230.11 KB
File downloaded or viewed 78 time(s)
Back to top
View users profile Send private message Add User to Ignore List
CypherJF
I gargle nitroglycerin


Gender:Gender:Male
Joined: Aug 14 2003
Posts: 2582
Location: USA
Offline

PostPosted: Thu Sep 04, 2008 5:38 pm    Post subject: Reply to topic Reply with quote

I haven't taken a look yet; but does it do everything catid's does? Will it mirror other directory servers? Does it do anything w/ the "password" field?
I'm curious why you haven't integrated it into the biller directly.
_________________
Performance is often the art of cheating carefully. - James Gosling
Back to top
View users profile Send private message Add User to Ignore List
Kingsize
Novice


Age:36
Gender:Gender:Male
Joined: Aug 02 2008
Posts: 42
Location: Finland
Offline

PostPosted: Thu Sep 04, 2008 11:20 pm    Post subject: Reply to topic Reply with quote

Sounds great, I'll wait till Linux/UNIX binary. icon_smile.gif
_________________
-Kingsize
kingsize@ssnecentral.net

SSNE Central Owner
www.ssnecentral.net
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website
Snrrrub
Novice


Joined: May 29 2008
Posts: 37
Offline

PostPosted: Fri Sep 05, 2008 2:15 am    Post subject: Reply to topic Reply with quote

CypherJF: I'll be honest, I don't know all about Catid's server. I know that the major distinguishing feature was that it was 'distributed' (it mirrored other directory servers) and that's what I was referring to when I said "similar to Catid's". Currently my directory server uses the password field to prevent zone redirection - if you register your zone with a password, nobody else can update that zone's information unless they also use the same (name, password) combination. The zone passwords are reclaimed after a configurable amount of inactivity.

I haven't integrated the directory server into the biller primarily because I don't think there's a need to. Sure, it's nice that a subgame/asss instance doesn't have to repeatedly ping a directory server, especially since it already pings the biller every so often. On the other hand, the biller and directory servers provide two entirely different services. Their physical separation is really a consequence of their conceptual separation. Their code evolves at different rates so their (re)deployment will also happen at different times so downtime on one for maintenance/upgrades won't affect the other. Process separation is also really nice to have - if the dir server goes down, I don't want to the the biller with it. I can distribute the code for one and not the other - that's pretty good in this scenario. I think in the end, there just aren't enough good reasons to merge them and there seem to be plenty of good reasons not to.

Kingsize: I've uploaded the Linux source and binary. If you have trouble running the precompiled binary (i.e. library issues), you can compile from source. Just go into the subspace/dirserver directory and run scons.

-Snrrrub




DirectoryServer-1.0-src.tar.gz - 176.63 KB
File downloaded or viewed 78 time(s)

DirectoryServer-1.0.tar.gz - 89.66 KB
File downloaded or viewed 78 time(s)
Back to top
View users profile Send private message Add User to Ignore List
Doc Flabby
Server Help Squatter


Joined: Feb 26 2006
Posts: 636
Offline

PostPosted: Fri Sep 05, 2008 5:02 am    Post subject: Reply to topic Reply with quote

Snrrrub wrote:

Kingsize: I've uploaded the Linux source and binary. If you have trouble running the precompiled binary (i.e. library issues), you can compile from source. Just go into the subspace/dirserver directory and run scons.

I look forward to trying it out as well me and kingsize are both looking for something more stable i think icon_smile.gif As far as i can tell it has all the features that CatIds server has.
_________________
Rediscover online gaming. Get Subspace | STF The future...prehaps
Back to top
View users profile Send private message Add User to Ignore List
Doc Flabby
Server Help Squatter


Joined: Feb 26 2006
Posts: 636
Offline

PostPosted: Fri Sep 12, 2008 4:30 pm    Post subject: Reply to topic Reply with quote

Getting this error.
Quote:

/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found


Would you be able to compile a version that uses an older verson of Libc/libc++, or recompile the static libs with an older version. i can't recompile as the static libs use a too new version as well i think.
Back to top
View users profile Send private message Add User to Ignore List
Kingsize
Novice


Age:36
Gender:Gender:Male
Joined: Aug 02 2008
Posts: 42
Location: Finland
Offline

PostPosted: Sat Sep 13, 2008 12:18 am    Post subject: Reply to topic Reply with quote

Doc Flabby wrote:
Getting this error.
Quote:

/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found


Would you be able to compile a version that uses an older verson of Libc/libc++, or recompile the static libs with an older version. i can't recompile as the static libs use a too new version as well i think.

I'm receiving the same error, and I am not interested in trying to update Glibcxx manually (Yum is not available to find an update.) Trying to do this manually means a lot of problems.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website
Kingsize
Novice


Age:36
Gender:Gender:Male
Joined: Aug 02 2008
Posts: 42
Location: Finland
Offline

PostPosted: Tue Mar 17, 2009 3:35 pm    Post subject: Reply to topic Reply with quote

Installed Fedora Core 10, and everything went just fine untill:
Quote:
Unhandled exception (known): [HostResolver::Resolve]: unable to resolve hostname. not found.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website
L.C.
Server Help Squatter


Age:33
Gender:Gender:Male
Joined: Jan 03 2003
Posts: 574
Location: Missouri, US
Offline

PostPosted: Sat Oct 17, 2009 4:45 pm    Post subject: Reply to topic Reply with quote

SUMMARY
- ZoneRefreshSeconds causes the program to silently crash after the number of seconds you set it to when you launch the program (ie. if set to 120 seconds, 120 seconds after launch the program will end).

- [Unknown, see test at bottom] ZoneRefreshSeconds will only cause the program to crash if someone tries to download within the first/initial cycle. If the program is launched and it is left alone, and no IP or address is given out and nobody requests a listing from it, the program will just sit. Any requests during the second or later cycles will not cause the program to end.

- [Unknown, see test at bottom] ZoneRefreshSeconds will cause the program to crash if its value is less than or equals StatisticsWriteSeconds.

- Logs do not give any reason why the program ends after the first/initial cycle of ZoneRefreshSeconds has been met

- If stats folder does not exist, the program will not automatically create it and will complain about it in logs. No precreated files have to exist in the stats folder though, as the program will automatically create those files as necessary.

Other Notes: I think it has something to do with or centering around ZoneRefreshSeconds. There are so many variables involved here that it kind of gets tricky when trying to figure out how to proceed after unexpected results. Value of -1 doesn't cause it to complain at startup, but I do not know what the effects of -1 are. Maybe it is a way to disable UpstreamServers?

EUREKA!
By setting ZoneRefreshSeconds to -1, which apparently effectively disables UpstreamServers, the directory server operates normally, responsively, and like it should (except with UpstreamServers disabled). I will be running the directory server at ss0.hlrse.net for a few hours to see if it crashes.

EDIT :: Day later and it is still running! The problem centers around ZoneRefreshSeconds and UpstreamServers.






Straight out of the box it looks like it runs normally, but I can't get any zone listings from it. I'm trying this out on my laptop and a Windows Server 2003 machine.

When I specify a port other than 4990, I can get a listing from my laptop, but find it difficult to get one from the other machine. I also blanked out the value for UpstreamServers so that the directory server would be standalone.

I want to think that when it saves or writes zones to memory, it crashes silently. Either that or something else...

Here is a log from my laptop:
Quote:
P02692 [INFO] [Sat Oct 17 15:12:04 Central Daylight Time 2009]: -- Snrrrub's Directory Server 1.0 started --
P02692 [ DBG] [Sat Oct 17 15:13:04 Central Daylight Time 2009]: Updating zone list...
P02692 [ DBG] [Sat Oct 17 15:13:04 Central Daylight Time 2009]: Writing zone statistics.
P02692 [ DBG] [Sat Oct 17 15:13:04 Central Daylight Time 2009]: Writing population distribution statistics.
P02692 [ DBG] [Sat Oct 17 15:13:04 Central Daylight Time 2009]: Writing traditional statistics.
P03984 [INFO] [Sat Oct 17 15:13:56 Central Daylight Time 2009]: -- Snrrrub's Directory Server 1.0 started --
P03984 [ DBG] [Sat Oct 17 15:14:56 Central Daylight Time 2009]: Updating zone list...
P03984 [ DBG] [Sat Oct 17 15:14:56 Central Daylight Time 2009]: Writing zone statistics.
P03984 [ DBG] [Sat Oct 17 15:14:56 Central Daylight Time 2009]: Writing population distribution statistics.
P03984 [ DBG] [Sat Oct 17 15:14:56 Central Daylight Time 2009]: Writing traditional statistics.
P02192 [INFO] [Sat Oct 17 15:15:10 Central Daylight Time 2009]: -- Snrrrub's Directory Server 1.0 started --
P02192 [ DBG] [Sat Oct 17 15:15:13 Central Daylight Time 2009]: 127.0.0.1:12649 requesting zone list with min population of 0.
P02192 [ DBG] [Sat Oct 17 15:15:17 Central Daylight Time 2009]: 127.0.0.1:12651 requesting zone list with min population of 0.
P02192 [ DBG] [Sat Oct 17 15:15:17 Central Daylight Time 2009]: 127.0.0.1:12653 requesting zone list with min population of 0.
P02192 [ DBG] [Sat Oct 17 15:15:18 Central Daylight Time 2009]: 127.0.0.1:12655 requesting zone list with min population of 0.
P02192 [ DBG] [Sat Oct 17 15:15:19 Central Daylight Time 2009]: 127.0.0.1:12657 requesting zone list with min population of 0.


Out of the box, I deleted the stats folder (though I was intending to delete the .svn):
Quote:
P06048 [INFO] [Sat Oct 17 15:04:14 Central Daylight Time 2009]: -- Snrrrub's Directory Server 1.0 started --
P06048 [INFO] [Sat Oct 17 15:04:24 Central Daylight Time 2009]: Received master update for zone 'SSCA Digital Core (CTF)'.
P06048 [INFO] [Sat Oct 17 15:04:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P06048 [INFO] [Sat Oct 17 15:04:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P06048 [INFO] [Sat Oct 17 15:04:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P06048 [INFO] [Sat Oct 17 15:04:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P06048 [INFO] [Sat Oct 17 15:04:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P06048 [INFO] [Sat Oct 17 15:04:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P06048 [INFO] [Sat Oct 17 15:04:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P06048 [INFO] [Sat Oct 17 15:04:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P06048 [INFO] [Sat Oct 17 15:04:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P06048 [INFO] [Sat Oct 17 15:04:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P06048 [INFO] [Sat Oct 17 15:04:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P06048 [INFO] [Sat Oct 17 15:04:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P06048 [INFO] [Sat Oct 17 15:04:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P06048 [INFO] [Sat Oct 17 15:04:46 Central Daylight Time 2009]: Received master update for zone 'SSA Descent (CTF)'.
P06048 [INFO] [Sat Oct 17 15:05:05 Central Daylight Time 2009]: Received master update for zone 'SSA CRe Test Zone'.
P06048 [INFO] [Sat Oct 17 15:05:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P06048 [INFO] [Sat Oct 17 15:05:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P06048 [INFO] [Sat Oct 17 15:05:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P06048 [INFO] [Sat Oct 17 15:05:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P06048 [INFO] [Sat Oct 17 15:05:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P06048 [INFO] [Sat Oct 17 15:05:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P06048 [INFO] [Sat Oct 17 15:05:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P06048 [INFO] [Sat Oct 17 15:05:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P06048 [INFO] [Sat Oct 17 15:05:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P06048 [INFO] [Sat Oct 17 15:05:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P06048 [INFO] [Sat Oct 17 15:05:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P06048 [INFO] [Sat Oct 17 15:05:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P06048 [INFO] [Sat Oct 17 15:05:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P06048 [INFO] [Sat Oct 17 15:05:08 Central Daylight Time 2009]: Received master update for zone 'SSCA Algol'.
P06048 [ DBG] [Sat Oct 17 15:05:14 Central Daylight Time 2009]: Updating zone list...
P06048 [ DBG] [Sat Oct 17 15:05:14 Central Daylight Time 2009]: Writing zone statistics.
P06048 [ ERR] [Sat Oct 17 15:05:14 Central Daylight Time 2009]: Error writing stats/current.xml: stats/current.xml not found.
P06048 [ DBG] [Sat Oct 17 15:05:14 Central Daylight Time 2009]: Writing population distribution statistics.
P06048 [ ERR] [Sat Oct 17 15:05:14 Central Daylight Time 2009]: Error writing stats/distribution.xml: stats/distribution.xml not found.
P06048 [ DBG] [Sat Oct 17 15:05:14 Central Daylight Time 2009]: Writing traditional statistics.
P06048 [ ERR] [Sat Oct 17 15:05:14 Central Daylight Time 2009]: Error writing stats/stats.txt: stats/stats.txt not found.


I recreated the stats folder and manually created empty files current.xml, distribution.xml, and stats.txt:
Quote:
P07036 [INFO] [Sat Oct 17 15:07:11 Central Daylight Time 2009]: -- Snrrrub's Directory Server 1.0 started --
P07036 [INFO] [Sat Oct 17 15:07:24 Central Daylight Time 2009]: Received master update for zone 'SSCA Digital Core (CTF)'.
P07036 [INFO] [Sat Oct 17 15:07:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P07036 [INFO] [Sat Oct 17 15:07:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P07036 [INFO] [Sat Oct 17 15:07:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P07036 [INFO] [Sat Oct 17 15:07:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P07036 [INFO] [Sat Oct 17 15:07:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P07036 [INFO] [Sat Oct 17 15:07:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P07036 [INFO] [Sat Oct 17 15:07:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P07036 [INFO] [Sat Oct 17 15:07:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P07036 [INFO] [Sat Oct 17 15:07:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P07036 [INFO] [Sat Oct 17 15:07:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P07036 [INFO] [Sat Oct 17 15:07:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P07036 [INFO] [Sat Oct 17 15:07:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P07036 [INFO] [Sat Oct 17 15:07:36 Central Daylight Time 2009]: Received master update for zone 'BlueT Jackpot SVS'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:37 Central Daylight Time 2009]: Received master update for zone 'BlueT Trench Wars (DEV)'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:38 Central Daylight Time 2009]: Received master update for zone 'BlueT Dragonball Z'.
P07036 [INFO] [Sat Oct 17 15:07:46 Central Daylight Time 2009]: Received master update for zone 'SSA Descent (CTF)'.
P07036 [INFO] [Sat Oct 17 15:08:05 Central Daylight Time 2009]: Received master update for zone 'SSA CRe Test Zone'.
P07036 [INFO] [Sat Oct 17 15:08:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P07036 [INFO] [Sat Oct 17 15:08:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P07036 [INFO] [Sat Oct 17 15:08:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P07036 [INFO] [Sat Oct 17 15:08:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P07036 [INFO] [Sat Oct 17 15:08:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P07036 [INFO] [Sat Oct 17 15:08:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P07036 [INFO] [Sat Oct 17 15:08:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P07036 [INFO] [Sat Oct 17 15:08:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P07036 [INFO] [Sat Oct 17 15:08:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P07036 [INFO] [Sat Oct 17 15:08:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P07036 [INFO] [Sat Oct 17 15:08:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P07036 [INFO] [Sat Oct 17 15:08:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P07036 [INFO] [Sat Oct 17 15:08:07 Central Daylight Time 2009]: Received master update for zone 'BlueT Section 31 Test Zone'.
P07036 [INFO] [Sat Oct 17 15:08:08 Central Daylight Time 2009]: Received master update for zone 'SSCA Algol'.
P07036 [ DBG] [Sat Oct 17 15:08:11 Central Daylight Time 2009]: Updating zone list...
P07036 [ DBG] [Sat Oct 17 15:08:11 Central Daylight Time 2009]: Writing zone statistics.
P07036 [ DBG] [Sat Oct 17 15:08:11 Central Daylight Time 2009]: Writing population distribution statistics.
P07036 [ DBG] [Sat Oct 17 15:08:11 Central Daylight Time 2009]: Writing traditional statistics.


I did play around with the Port and UpstreamServers. I changed the port in case there was a conflict with 4990 (which there shouldn't have been anyway). On my laptop, changing the port worked just fine -- I would just have to add :<port> after 127.0.0.1 in Continuum. I tried blanking the value for UpstreamServers, setting the value to sscentral.sscuservers.net, and setting the value to 127.0.0.1.
Quote:
Sorry, no logs to show. Didn't properly monitor for this one.


On my laptop, I set the ZoneRefreshSeconds to 15, and within 15 seconds the program crashed silently. While it was running though, I could get empty listings from it (and for some reason it isn't retrieving anything from sscentral.sscuservers.net).
Quote:
P01352 [INFO] [Sat Oct 17 15:30:46 Central Daylight Time 2009]: -- Snrrrub's Directory Server 1.0 started --
P01352 [ DBG] [Sat Oct 17 15:31:01 Central Daylight Time 2009]: Updating zone list...
P03064 [INFO] [Sat Oct 17 15:31:10 Central Daylight Time 2009]: -- Snrrrub's Directory Server 1.0 started --
P03064 [ DBG] [Sat Oct 17 15:31:12 Central Daylight Time 2009]: 127.0.0.1:12919 requesting zone list with min population of 0.
P03064 [ DBG] [Sat Oct 17 15:31:13 Central Daylight Time 2009]: 127.0.0.1:12921 requesting zone list with min population of 0.
P03064 [ DBG] [Sat Oct 17 15:31:14 Central Daylight Time 2009]: 127.0.0.1:12923 requesting zone list with min population of 0.
P03064 [ DBG] [Sat Oct 17 15:31:25 Central Daylight Time 2009]: Updating zone list...


I set it to 120 from 15. 120 seconds later the program silently crashes; I also downloaded the list every 5 seconds and always got a blank list even though I had sscentral.sscuservers.net in UpstreamServers:
Quote:
P01352 [INFO] [Sat Oct 17 15:30:46 Central Daylight Time 2009]: -- Snrrrub's Directory Server 1.0 started --
P01352 [ DBG] [Sat Oct 17 15:31:01 Central Daylight Time 2009]: Updating zone list...
P03064 [INFO] [Sat Oct 17 15:31:10 Central Daylight Time 2009]: -- Snrrrub's Directory Server 1.0 started --
P03064 [ DBG] [Sat Oct 17 15:31:12 Central Daylight Time 2009]: 127.0.0.1:12919 requesting zone list with min population of 0.
P03064 [ DBG] [Sat Oct 17 15:31:13 Central Daylight Time 2009]: 127.0.0.1:12921 requesting zone list with min population of 0.
P03064 [ DBG] [Sat Oct 17 15:31:14 Central Daylight Time 2009]: 127.0.0.1:12923 requesting zone list with min population of 0.
P03064 [ DBG] [Sat Oct 17 15:31:25 Central Daylight Time 2009]: Updating zone list...
P03300 [INFO] [Sat Oct 17 15:33:11 Central Daylight Time 2009]: -- Snrrrub's Directory Server 1.0 started --
P03300 [ DBG] [Sat Oct 17 15:33:23 Central Daylight Time 2009]: 127.0.0.1:12933 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:33:23 Central Daylight Time 2009]: 127.0.0.1:12935 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:33:25 Central Daylight Time 2009]: 127.0.0.1:12937 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:33:30 Central Daylight Time 2009]: 127.0.0.1:12939 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:33:34 Central Daylight Time 2009]: 127.0.0.1:12941 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:33:35 Central Daylight Time 2009]: 127.0.0.1:12943 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:33:37 Central Daylight Time 2009]: 127.0.0.1:12945 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:33:40 Central Daylight Time 2009]: 127.0.0.1:12947 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:33:46 Central Daylight Time 2009]: 127.0.0.1:12951 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:33:51 Central Daylight Time 2009]: 127.0.0.1:12954 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:33:55 Central Daylight Time 2009]: 127.0.0.1:12956 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:34:00 Central Daylight Time 2009]: 127.0.0.1:12958 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:34:06 Central Daylight Time 2009]: 127.0.0.1:12960 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:34:10 Central Daylight Time 2009]: 127.0.0.1:12962 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:34:11 Central Daylight Time 2009]: Writing zone statistics.
P03300 [ DBG] [Sat Oct 17 15:34:11 Central Daylight Time 2009]: Writing population distribution statistics.
P03300 [ DBG] [Sat Oct 17 15:34:11 Central Daylight Time 2009]: Writing traditional statistics.
P03300 [ DBG] [Sat Oct 17 15:34:15 Central Daylight Time 2009]: 127.0.0.1:12964 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:34:20 Central Daylight Time 2009]: 127.0.0.1:12966 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:34:25 Central Daylight Time 2009]: 127.0.0.1:12968 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:34:30 Central Daylight Time 2009]: 127.0.0.1:12970 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:34:35 Central Daylight Time 2009]: 127.0.0.1:12972 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:34:40 Central Daylight Time 2009]: 127.0.0.1:12975 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:34:45 Central Daylight Time 2009]: 127.0.0.1:12980 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:34:50 Central Daylight Time 2009]: 127.0.0.1:12982 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:34:55 Central Daylight Time 2009]: 127.0.0.1:12984 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:35:00 Central Daylight Time 2009]: 127.0.0.1:12986 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:35:05 Central Daylight Time 2009]: 127.0.0.1:12988 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:35:10 Central Daylight Time 2009]: 127.0.0.1:12990 requesting zone list with min population of 0.
P03300 [ DBG] [Sat Oct 17 15:35:11 Central Daylight Time 2009]: Updating zone list...
P03300 [ DBG] [Sat Oct 17 15:35:11 Central Daylight Time 2009]: Writing zone statistics.
P03300 [ DBG] [Sat Oct 17 15:35:11 Central Daylight Time 2009]: Writing population distribution statistics.
P03300 [ DBG] [Sat Oct 17 15:35:11 Central Daylight Time 2009]: Writing traditional statistics.


Then I set it back down to 15, but I blanked the value for UpstreamServers. It crashed 15 seconds later, of course, and logs show nothing new.

I set it back to 120 and set StatisticsWriteSeconds to 15. UpstreamServers is still blank. Every 15 seconds I redownloaded a blank list.
Quote:
P03728 [INFO] [Sat Oct 17 15:40:18 Central Daylight Time 2009]: -- Snrrrub's Directory Server 1.0 started --
P03728 [ DBG] [Sat Oct 17 15:40:21 Central Daylight Time 2009]: 127.0.0.1:13060 requesting zone list with min population of 0.
P03728 [ DBG] [Sat Oct 17 15:40:30 Central Daylight Time 2009]: 127.0.0.1:13064 requesting zone list with min population of 0.
P03728 [ DBG] [Sat Oct 17 15:40:33 Central Daylight Time 2009]: Writing zone statistics.
P03728 [ DBG] [Sat Oct 17 15:40:33 Central Daylight Time 2009]: Writing population distribution statistics.
P03728 [ DBG] [Sat Oct 17 15:40:33 Central Daylight Time 2009]: Writing traditional statistics.
P03728 [ DBG] [Sat Oct 17 15:40:46 Central Daylight Time 2009]: 127.0.0.1:13066 requesting zone list with min population of 0.
P03728 [ DBG] [Sat Oct 17 15:40:48 Central Daylight Time 2009]: Writing zone statistics.
P03728 [ DBG] [Sat Oct 17 15:40:48 Central Daylight Time 2009]: Writing population distribution statistics.
P03728 [ DBG] [Sat Oct 17 15:40:48 Central Daylight Time 2009]: Writing traditional statistics.
P03728 [ DBG] [Sat Oct 17 15:41:00 Central Daylight Time 2009]: 127.0.0.1:13068 requesting zone list with min population of 0.
P03728 [ DBG] [Sat Oct 17 15:41:03 Central Daylight Time 2009]: Writing zone statistics.
P03728 [ DBG] [Sat Oct 17 15:41:03 Central Daylight Time 2009]: Writing population distribution statistics.
P03728 [ DBG] [Sat Oct 17 15:41:03 Central Daylight Time 2009]: Writing traditional statistics.
P03728 [ DBG] [Sat Oct 17 15:41:15 Central Daylight Time 2009]: 127.0.0.1:13070 requesting zone list with min population of 0.
P03728 [ DBG] [Sat Oct 17 15:41:18 Central Daylight Time 2009]: Writing zone statistics.
P03728 [ DBG] [Sat Oct 17 15:41:18 Central Daylight Time 2009]: Writing population distribution statistics.
P03728 [ DBG] [Sat Oct 17 15:41:18 Central Daylight Time 2009]: Writing traditional statistics.
P03728 [ DBG] [Sat Oct 17 15:41:29 Central Daylight Time 2009]: 127.0.0.1:13074 requesting zone list with min population of 0.
P03728 [ DBG] [Sat Oct 17 15:41:33 Central Daylight Time 2009]: Writing zone statistics.
P03728 [ DBG] [Sat Oct 17 15:41:33 Central Daylight Time 2009]: Writing population distribution statistics.
P03728 [ DBG] [Sat Oct 17 15:41:33 Central Daylight Time 2009]: Writing traditional statistics.
P03728 [ DBG] [Sat Oct 17 15:41:45 Central Daylight Time 2009]: 127.0.0.1:13076 requesting zone list with min population of 0.
P03728 [ DBG] [Sat Oct 17 15:41:48 Central Daylight Time 2009]: Writing zone statistics.
P03728 [ DBG] [Sat Oct 17 15:41:48 Central Daylight Time 2009]: Writing population distribution statistics.
P03728 [ DBG] [Sat Oct 17 15:41:48 Central Daylight Time 2009]: Writing traditional statistics.
P03728 [ DBG] [Sat Oct 17 15:42:01 Central Daylight Time 2009]: 127.0.0.1:13078 requesting zone list with min population of 0.
P03728 [ DBG] [Sat Oct 17 15:42:03 Central Daylight Time 2009]: Writing zone statistics.
P03728 [ DBG] [Sat Oct 17 15:42:03 Central Daylight Time 2009]: Writing population distribution statistics.
P03728 [ DBG] [Sat Oct 17 15:42:03 Central Daylight Time 2009]: Writing traditional statistics.
P03728 [ DBG] [Sat Oct 17 15:42:16 Central Daylight Time 2009]: 127.0.0.1:13080 requesting zone list with min population of 0.
P03728 [ DBG] [Sat Oct 17 15:42:18 Central Daylight Time 2009]: Updating zone list...
P03728 [ DBG] [Sat Oct 17 15:42:18 Central Daylight Time 2009]: Writing zone statistics.
P03728 [ DBG] [Sat Oct 17 15:42:18 Central Daylight Time 2009]: Writing population distribution statistics.
P03728 [ DBG] [Sat Oct 17 15:42:18 Central Daylight Time 2009]: Writing traditional statistics.









What if I don't even request the list from the directory server?

In the following log, the program was started at exactly 4:02 PM, a request was made during the minute of 4:07 PM (so it is going through its third cycle of ZoneRefreshSeconds). For some reason, the program does not crash at the end of its cycle. At 4:10 PM I begin to request a list every 5 seconds. I stop doing this at 4:12 PM when its 5th cycle has finished. I manually end the program with CTRL+C at 4:14 PM after its 6th cycle has finished with 0 requests.

FYI: UpstreamServers = suckthis.com (does not exist)
Quote:
P03964 [INFO] [Sat Oct 17 16:02:01 Central Daylight Time 2009]: -- Snrrrub's Directory Server 1.0 started --
P03964 [ DBG] [Sat Oct 17 16:02:16 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:02:16 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:02:16 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:02:31 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:02:31 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:02:31 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:02:46 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:02:46 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:02:46 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:03:01 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:03:01 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:03:01 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:03:16 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:03:16 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:03:16 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:03:31 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:03:31 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:03:31 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:03:47 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:03:47 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:03:47 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:04:00 Central Daylight Time 2009]: Updating zone list...
P03964 [ DBG] [Sat Oct 17 16:04:02 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:04:02 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:04:02 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:04:17 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:04:17 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:04:17 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:04:32 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:04:32 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:04:32 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:04:47 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:04:47 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:04:47 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:05:02 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:05:02 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:05:02 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:05:17 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:05:17 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:05:17 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:05:32 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:05:32 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:05:32 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:05:47 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:05:47 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:05:47 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:06:02 Central Daylight Time 2009]: Updating zone list...
P03964 [ DBG] [Sat Oct 17 16:06:02 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:06:02 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:06:02 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:06:17 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:06:17 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:06:17 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:06:32 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:06:32 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:06:32 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:06:47 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:06:47 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:06:47 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:07:02 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:07:02 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:07:02 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:07:17 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:07:17 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:07:17 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:07:27 Central Daylight Time 2009]: 127.0.0.1:13242 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:07:33 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:07:33 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:07:33 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:07:48 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:07:48 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:07:48 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:08:02 Central Daylight Time 2009]: Updating zone list...
P03964 [ DBG] [Sat Oct 17 16:08:03 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:08:03 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:08:03 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:08:18 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:08:18 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:08:18 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:08:33 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:08:33 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:08:33 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:08:48 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:08:48 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:08:48 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:09:03 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:09:03 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:09:03 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:09:18 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:09:18 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:09:18 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:09:33 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:09:33 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:09:33 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:09:48 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:09:48 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:09:48 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:10:01 Central Daylight Time 2009]: 127.0.0.1:13245 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:10:02 Central Daylight Time 2009]: Updating zone list...
P03964 [ DBG] [Sat Oct 17 16:10:03 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:10:03 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:10:03 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:10:05 Central Daylight Time 2009]: 127.0.0.1:13248 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:10:10 Central Daylight Time 2009]: 127.0.0.1:13250 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:10:15 Central Daylight Time 2009]: 127.0.0.1:13252 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:10:18 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:10:18 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:10:18 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:10:20 Central Daylight Time 2009]: 127.0.0.1:13254 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:10:25 Central Daylight Time 2009]: 127.0.0.1:13256 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:10:30 Central Daylight Time 2009]: 127.0.0.1:13258 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:10:33 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:10:33 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:10:33 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:10:35 Central Daylight Time 2009]: 127.0.0.1:13260 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:10:40 Central Daylight Time 2009]: 127.0.0.1:13262 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:10:45 Central Daylight Time 2009]: 127.0.0.1:13264 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:10:48 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:10:48 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:10:48 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:10:50 Central Daylight Time 2009]: 127.0.0.1:13266 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:10:55 Central Daylight Time 2009]: 127.0.0.1:13268 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:11:00 Central Daylight Time 2009]: 127.0.0.1:13270 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:11:03 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:11:03 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:11:03 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:11:05 Central Daylight Time 2009]: 127.0.0.1:13272 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:11:10 Central Daylight Time 2009]: 127.0.0.1:13274 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:11:15 Central Daylight Time 2009]: 127.0.0.1:13276 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:11:18 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:11:18 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:11:18 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:11:20 Central Daylight Time 2009]: 127.0.0.1:13278 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:11:25 Central Daylight Time 2009]: 127.0.0.1:13280 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:11:31 Central Daylight Time 2009]: 127.0.0.1:13282 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:11:34 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:11:34 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:11:34 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:11:36 Central Daylight Time 2009]: 127.0.0.1:13284 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:11:41 Central Daylight Time 2009]: 127.0.0.1:13286 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:11:46 Central Daylight Time 2009]: 127.0.0.1:13288 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:11:49 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:11:49 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:11:49 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:11:51 Central Daylight Time 2009]: 127.0.0.1:13290 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:11:55 Central Daylight Time 2009]: 127.0.0.1:13292 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:12:00 Central Daylight Time 2009]: 127.0.0.1:13294 requesting zone list with min population of 0.
P03964 [ DBG] [Sat Oct 17 16:12:02 Central Daylight Time 2009]: Updating zone list...
P03964 [ DBG] [Sat Oct 17 16:12:04 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:12:04 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:12:04 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:12:19 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:12:19 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:12:19 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:12:34 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:12:34 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:12:34 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:12:49 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:12:49 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:12:49 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:13:04 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:13:04 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:13:04 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:13:19 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:13:19 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:13:19 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:13:34 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:13:34 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:13:34 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:13:49 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:13:49 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:13:49 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [ DBG] [Sat Oct 17 16:14:02 Central Daylight Time 2009]: Updating zone list...
P03964 [ DBG] [Sat Oct 17 16:14:04 Central Daylight Time 2009]: Writing zone statistics.
P03964 [ DBG] [Sat Oct 17 16:14:04 Central Daylight Time 2009]: Writing population distribution statistics.
P03964 [ DBG] [Sat Oct 17 16:14:04 Central Daylight Time 2009]: Writing traditional statistics.
P03964 [INFO] [Sat Oct 17 16:14:08 Central Daylight Time 2009]: Shutting down the directory server.


Repeating this but using a real UpstreamServer value (sscentral.sscuservers.net). Started the program at exactly 4:20 PM.

Well, the program decided to end itself at 4:22 PM without any download requests after its first/initial cycle of ZoneRefreshSeconds. I cannot figure out whether some of the conditions for crashing are that (1) if ZoneRefreshSeconds is less than StatisticsWriteSeconds, (2) if ZoneRefreshSeconds is equal to StatisticsWriteSeconds, (3) if ZoneRefreshSeconds finish and starts its cycle when a StatisticWriteSeconds occurs, (4) dependent on whether UpstreamServers is blank/using fake address versus real address, (5) ...
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website AIM Address Yahoo Messenger MSN Messenger
L.C.
Server Help Squatter


Age:33
Gender:Gender:Male
Joined: Jan 03 2003
Posts: 574
Location: Missouri, US
Offline

PostPosted: Fri Nov 13, 2009 11:58 pm    Post subject: Reply to topic Reply with quote

Bug smashed!

Problem: DLL hell
Solution: Install Microsoft Visual Studio 2005 SP1 Runtime Library (vcredist2005SP1_x86.exe - 2,660 KB)

Can't install it for whatever reason? Download the attachment msvcrt.zip and extract msvcrt.dll into the same folder as your dirserver.exe.

Still have problems? Download the second attachment and pop the archived msvc*80.dll files into the same folder as your dirserver.exe.




Supplemental libraries to quick fix

msvcX80.zip - 453.71 KB
File downloaded or viewed 61 time(s)

Quick fix solution

msvcrt.zip - 175.73 KB
File downloaded or viewed 64 time(s)
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website AIM Address Yahoo Messenger MSN Messenger
Dr Brain
Flip-flopping like a wind surfer


Age:38
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Sat Dec 19, 2009 9:24 am    Post subject: Reply to topic Reply with quote

scp might help, but it uses SSH instead of FTP.

scp -r directory_to_copy username@host:/path/to/destination_directory
_________________
Hyperspace Owner

Smong> so long as 99% deaths feel lame it will always be hyperspace to me
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Misc User Apps All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 648 page(s) served in previous 5 minutes.

phpBB Created this page in 0.475366 seconds : 38 queries executed (81.3%): GZIP compression disabled