In our support boards we aim to provide support for the B3 core in its current state. Older releases of B3 are NOT supported. Check our front page for the latest version. You may post feature requests in our General Discussion board. Modifications and Hacks of the core B3 code are NOT supported.
Before you ask for support: [ Read the Support Instructions ] - More info: [ Full Support Disclaimer ]

You are here: Big Brother Bot ForumSupport ForumsInstallation Support (Moderator: MordyT)COD2, Linux own server b3 prob's
Pages: [1]   Go Down
  Print  
Author Topic: COD2, Linux own server b3 prob's  (Read 1041 times) Bookmark and Share
Newbie
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD2
Posts: 7
Offline Offline
« on: March 04, 2010, 06:53:58 PM »

First off im a noob with Linux and this bot. I had a mate install it and I was left to con fig it.
I had [****]ed a plug in up or something so I got him to reinstall the bot.
It seems to be connected to the server as it does the messages but I cant do the !help !iamgod no commands work.

I don't know if its a post to be writing to games_mp.log, i seen in the forums somewhere that it should be or something... but mine isn't but its set to..

b3.XML
Code:
<configuration>
<settings name="b3">
<set name="parser">cod2</set>
<set name="database">mysql://Removed@localhost/b3</set>
<set name="bot_name">b3</set>
<set name="bot_prefix">^0(^2b3^0)^7:</set>
<set name="time_format">%I:%M%p %Z %m/%d/%y</set>
<set name="time_zone">CST</set>
<!-- 9 = verbose, 10 = debug, 21 = bot, 22 = console -->
<set name="log_level">9</set>
<set name="logfile">b3.log</set>
</settings>
<settings name="server">
<set name="rcon_password">Removed</set>
<set name="port">28960</set>
<set name="game_log">/home/codeblue/COD2/games_mp.log</set>
<set name="public_ip">Removed</set>
<set name="rcon_ip">Removed</set>
<set name="punkbuster">off</set>
</settings>
<settings name="messages">
<set name="kicked_by">%s^7 was kicked by %s^7 %s</set>
<set name="kicked">%s^7 was kicked %s</set>
<set name="banned_by">%s^7 was banned by %s^7 %s</set>
<set name="banned">%s^7 was banned %s</set>
<set name="temp_banned_by">%s^7 was temp banned by %s^7 for %s^7 %s</set>
<set name="temp_banned">%s^7 was temp banned for %s^7 %s</set>
<set name="unbanned_by">%s^7 was un-banned by %s^7 %s</set>
<set name="unbanned">%s^7 was un-banned %s</set>
</settings>
<settings name="plugins">
<set name="external_dir">@b3/extplugins</set>
</settings>
<plugins>
<plugin name="censor" priority="1" config="@b3/conf/plugin_censor.xml"/>
<plugin name="spamcontrol" priority="2" config="@b3/conf/plugin_spamcontrol.xml"/>
<plugin name="admin" priority="3" config="@b3/conf/plugin_admin.xml"/>
<plugin name="tk" priority="4" config="@b3/conf/plugin_tk.xml"/>
<plugin name="stats" priority="5" config="@b3/conf/plugin_stats.xml"/>
<plugin name="pingwatch" priority="6" config="@b3/conf/plugin_pingwatch.xml"/>
<plugin name="adv" priority="7" config="@b3/conf/plugin_adv.xml"/>
<plugin name="status" priority="8" config="@b3/conf/plugin_status.xml"/>
<plugin name="welcome" priority="9" config="@b3/conf/plugin_welcome.xml"/>
<plugin name="punkbuster" priority="10" config="@b3/conf/plugin_punkbuster.xml"/>

<!--
This plugin will require an extra login password from your higher admins. You
can use this if you are concerned about people accidentally gaining admin rights
because of non-unique guids in Cod2.
For Cod1 and Cod:UO this is less of a concern, because they can use the
Punkbuster IDs.
<plugin name="login" priority="12" config="@b3/conf/plugin_login.xml"/>
-->

<!--
This is a non-standard plugin, and quite resource heavy. Please take a look in the
B3 forums (look for XLR Extensions) for more information before enabling this.
Extra database tables are necessary.
<plugin name="xlrstats" priority="13" config="@b3/extplugins/conf/xlrstats.xml"/>
-->
</plugins>
</configuration>

^^ this is the same one I used the first time it was just copied over, unsure if I had stuff in it that I shouldn't (plug in)
Logged

Newbie
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD2
Posts: 7
Offline Offline
« Reply #1 on: March 04, 2010, 06:56:12 PM »

Code:
b3.log
[code]100305 02:12:00 BOT    Starting Cod2Parser server for 127.0.0.1:28960
100305 02:12:00 BOT    --------------------------------------------
100305 02:12:00 BOT    Attempting to connect to database mysql://codeblue:******@localhost/b3...
100305 02:12:00 BOT    Connected to database
100305 02:12:00 BOT    Game log /home/codeblue/COD2/games_mp.log
100305 02:12:00 BOT    Starting bot reading file /home/codeblue/COD2/games_mp.log
100305 02:12:00 BOT    Loading Plugin #1 censor [/home/codeblue/b3/b3/conf/plugin_censor.xml]
100305 02:12:01 BOT    CensorPlugin: Loading config /home/codeblue/b3/b3/conf/plugin_censor.xml for CensorPlugin
100305 02:12:01 DEBUG Register Event: Stop Process: CensorPlugin
100305 02:12:01 DEBUG Register Event: Program Exit: CensorPlugin
100305 02:12:01 BOT    Plugin censor (2.1.0 - ThorN) loaded
100305 02:12:01 BOT    Loading Plugin #2 spamcontrol [/home/codeblue/b3/b3/conf/plugin_spamcontrol.xml]
100305 02:12:01 BOT    SpamcontrolPlugin: Loading config /home/codeblue/b3/b3/conf/plugin_spamcontrol.xml for SpamcontrolPlugin
100305 02:12:01 DEBUG Register Event: Stop Process: SpamcontrolPlugin
100305 02:12:01 DEBUG Register Event: Program Exit: SpamcontrolPlugin
100305 02:12:01 BOT    Plugin spamcontrol (1.1.2 - ThorN) loaded
100305 02:12:01 BOT    Loading Plugin #3 admin [/home/codeblue/b3/b3/conf/plugin_admin.xml]
100305 02:12:01 BOT    AdminPlugin: Loading config /home/codeblue/b3/b3/conf/plugin_admin.xml for AdminPlugin
100305 02:12:01 DEBUG Register Event: Stop Process: AdminPlugin
100305 02:12:01 DEBUG Register Event: Program Exit: AdminPlugin
100305 02:12:01 BOT    Plugin admin (1.3.4b0 - ThorN) loaded
100305 02:12:01 BOT    Loading Plugin #4 tk [/home/codeblue/b3/b3/conf/plugin_tk.xml]
100305 02:12:01 BOT    TkPlugin: Loading config /home/codeblue/b3/b3/conf/plugin_tk.xml for TkPlugin
100305 02:12:01 DEBUG TkPlugin: tk max level is 40
100305 02:12:01 DEBUG Register Event: Stop Process: TkPlugin
100305 02:12:01 DEBUG Register Event: Program Exit: TkPlugin
100305 02:12:01 BOT    Plugin tk (1.1.6b0 - ThorN) loaded
100305 02:12:01 BOT    Loading Plugin #5 stats [/home/codeblue/b3/b3/conf/plugin_stats.xml]
100305 02:12:01 BOT    StatsPlugin: Loading config /home/codeblue/b3/b3/conf/plugin_stats.xml for StatsPlugin
100305 02:12:01 DEBUG AdminPlugin: Command "mapstats (mstats)" registered with cmd_mapstats for level (1, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "testscore (ts)" registered with cmd_testscore for level (1, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "topstats (tstats)" registered with cmd_topstats for level (9, 100)
100305 02:12:01 DEBUG Register Event: Stop Process: StatsPlugin
100305 02:12:01 DEBUG Register Event: Program Exit: StatsPlugin
100305 02:12:01 BOT    Plugin stats (1.2.3 - ThorN) loaded
100305 02:12:01 BOT    Loading Plugin #6 pingwatch [/home/codeblue/b3/b3/conf/plugin_pingwatch.xml]
100305 02:12:01 BOT    PingwatchPlugin: Loading config /home/codeblue/b3/b3/conf/plugin_pingwatch.xml for PingwatchPlugin
100305 02:12:01 VERBOSE Added crontab <bound method PingwatchPlugin.check of <b3.plugins.pingwatch.PingwatchPlugin instance at 0x84c6d6c>> (139226828) - [0, 30]s -1m -1h -1d -1M -1DOW
100305 02:12:01 DEBUG Register Event: Stop Process: PingwatchPlugin
100305 02:12:01 DEBUG Register Event: Program Exit: PingwatchPlugin
100305 02:12:01 BOT    Plugin pingwatch (1.1.4 - ThorN) loaded
100305 02:12:01 BOT    Loading Plugin #7 adv [/home/codeblue/b3/b3/conf/plugin_adv.xml]
100305 02:12:01 BOT    AdvPlugin: Loading config /home/codeblue/b3/b3/conf/plugin_adv.xml for AdvPlugin
100305 02:12:01 VERBOSE Added crontab <bound method AdvPlugin.adv of <b3.plugins.adv.AdvPlugin instance at 0x84cb9cc>> (139260140) - 0s [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58]m -1h -1d -1M -1DOW
100305 02:12:01 DEBUG Register Event: Stop Process: AdvPlugin
100305 02:12:01 DEBUG Register Event: Program Exit: AdvPlugin
100305 02:12:01 BOT    Plugin adv (1.1.2 - ThorN) loaded
100305 02:12:01 BOT    Loading Plugin #8 status [/home/codeblue/b3/b3/conf/plugin_status.xml]
100305 02:12:01 BOT    StatusPlugin: Loading config /home/codeblue/b3/b3/conf/plugin_status.xml for StatusPlugin
100305 02:12:01 VERBOSE Added crontab <bound method StatusPlugin.update of <b3.plugins.status.StatusPlugin instance at 0x84cffac>> (139563372) - [0]s -1m -1h -1d -1M -1DOW
100305 02:12:01 DEBUG Register Event: Stop Process: StatusPlugin
100305 02:12:01 DEBUG Register Event: Program Exit: StatusPlugin
100305 02:12:01 BOT    Plugin status (1.2.5 - ThorN) loaded
100305 02:12:01 BOT    Loading Plugin #9 welcome [/home/codeblue/b3/b3/conf/plugin_welcome.xml]
100305 02:12:01 BOT    WelcomePlugin: Loading config /home/codeblue/b3/b3/conf/plugin_welcome.xml for WelcomePlugin
100305 02:12:01 DEBUG Register Event: Stop Process: WelcomePlugin
100305 02:12:01 DEBUG Register Event: Program Exit: WelcomePlugin
100305 02:12:01 BOT    Plugin welcome (1.0.2 - ThorN) loaded
100305 02:12:01 BOT    Loading Plugin #10 punkbuster [/home/codeblue/b3/b3/conf/plugin_punkbuster.xml]
100305 02:12:01 BOT    PunkbusterPlugin: Loading config /home/codeblue/b3/b3/conf/plugin_punkbuster.xml for PunkbusterPlugin
100305 02:12:01 VERBOSE Added crontab <bound method PunkbusterPlugin.rebuildBans of <b3.plugins.punkbuster.PunkbusterPlugin instance at 0x8519cac>> (139566476) - 0s 0m 0h -1d -1M -1DOW
100305 02:12:01 DEBUG Register Event: Stop Process: PunkbusterPlugin
100305 02:12:01 DEBUG Register Event: Program Exit: PunkbusterPlugin
100305 02:12:01 BOT    Plugin punkbuster (1.0.8 - ThorN) loaded
100305 02:12:01 VERBOSE RCON sending (127.0.0.1:28960) say ^0(^2b3^0)^7: ^8www.BigBrotherBot.com ^0(^8b3^0) ^9v1.1.3d-r2 [posix] ^9(^3Elasmotherium^9)^3 ^2[ONLINE]
100305 02:12:01 ERROR RCON: ERROR reading: (111, 'Connection refused')
100305 02:12:01 VERBOSE 0 cid changed from None to -1
100305 02:12:01 DEBUG Client Connected: [-1] World - WORLD ({})
100305 02:12:01 DEBUG Storage: getClient <b3.clients.Client object at 0x851f34c>
100305 02:12:01 BOT    Client found in storage 1, welcome back World
100305 02:12:01 DEBUG Storage: setClient <b3.clients.Client object at 0x851f34c>
100305 02:12:01 DEBUG Storage: setClient data {'time_add': 1267707559, 'time_edit': 1267755121, 'name': 'World', 'group_bits': 0, 'ip': '', 'auto_login': 1, 'greeting': '', 'pbid': 'WORLD', 'connections': 6, 'mask_level': 0, 'guid': 'WORLD', 'id': 1}
100305 02:12:01 DEBUG Client Authorized: [-1] World - WORLD
100305 02:12:01 BOT    Starting Plugin censor
100305 02:12:01 DEBUG Register Event: Say: CensorPlugin
100305 02:12:01 DEBUG Register Event: Team Say: CensorPlugin
100305 02:12:01 BOT    Starting Plugin spamcontrol
100305 02:12:01 DEBUG Register Event: Say: SpamcontrolPlugin
100305 02:12:01 DEBUG Register Event: Team Say: SpamcontrolPlugin
100305 02:12:01 DEBUG AdminPlugin: Command "spamins (None)" registered with cmd_spamins for level (20, 100)
100305 02:12:01 BOT    Starting Plugin admin
100305 02:12:01 DEBUG Register Event: Say: AdminPlugin
100305 02:12:01 DEBUG Register Event: Private Message: AdminPlugin
100305 02:12:01 DEBUG AdminPlugin: Command "status (None)" registered with cmd_status for level (20, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "ci (None)" registered with cmd_ci for level (20, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "rules (r)" registered with cmd_rules for level (0, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "warnclear (wc)" registered with cmd_warnclear for level (80, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "leveltest (lt)" registered with cmd_leveltest for level (20, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "warn (w)" registered with cmd_warn for level (20, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "list (None)" registered with cmd_list for level (20, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "warns (None)" registered with cmd_warns for level (20, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "warntest (wt)" registered with cmd_warntest for level (20, 100)
100305 02:12:01 VERBOSE RCON: retry sending say ^0(^2b3^0)^7: ^8www.BigBrotherBot.com ^0(^8b3^0) ^9v1.1.3d-r2 [posix] ^9(^3Elasmotherium^9)^3 ^2[ONLINE]...
100305 02:12:01 ERROR RCON: ERROR reading: (111, 'Connection refused')
100305 02:12:01 DEBUG AdminPlugin: Command "warninfo (wi)" registered with cmd_warninfo for level (20, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "greeting (None)" registered with cmd_greeting for level (9, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "nextmap (None)" registered with cmd_nextmap for level (2, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "cmdlevel (None)" registered with cmd_cmdlevel for level (90, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "lookup (l)" registered with cmd_lookup for level (80, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "b3 (None)" registered with cmd_b3 for level (9, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "seen (None)" registered with cmd_seen for level (2, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "find (None)" registered with cmd_find for level (20, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "pause (None)" registered with cmd_pause for level (90, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "kickall (kall)" registered with cmd_kickall for level (80, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "makereg (mr)" registered with cmd_makereg for level (80, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "admintest (None)" registered with cmd_admintest for level (40, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "regtest (None)" registered with cmd_regtest for level (1, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "rebuild (None)" registered with cmd_rebuild for level (90, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "maps (None)" registered with cmd_maps for level (2, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "ban (b)" registered with cmd_ban for level (60, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "ungroup (None)" registered with cmd_ungroup for level (90, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "delgroup (None)" registered with cmd_delgroup for level (90, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "banall (ball)" registered with cmd_banall for level (80, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "maprotate (None)" registered with cmd_maprotate for level (80, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "putgroup (None)" registered with cmd_putgroup for level (89, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "map (None)" registered with cmd_map for level (80, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "notice (None)" registered with cmd_notice for level (40, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "enable (None)" registered with cmd_enable for level (100, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "runas (su)" registered with cmd_runas for level (100, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "spankall (sall)" registered with cmd_spankall for level (80, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "tempban (tb)" registered with cmd_tempban for level (40, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "unmask (None)" registered with cmd_unmask for level (100, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "aliases (alias)" registered with cmd_aliases for level (20, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "disable (None)" registered with cmd_disable for level (100, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "editgroup (None)" registered with cmd_editgroup for level (90, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "groups (None)" registered with cmd_groups for level (90, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "baninfo (bi)" registered with cmd_baninfo for level (40, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "kick (k)" registered with cmd_kick for level (40, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "clientinfo (None)" registered with cmd_clientinfo for level (90, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "restart (None)" registered with cmd_restart for level (100, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "spams (None)" registered with cmd_spams for level (20, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "scream (None)" registered with cmd_scream for level (40, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "newgroup (None)" registered with cmd_newgroup for level (90, 100)
100305 02:12:01 DEBUG RCON: Did not send any data
100305 02:12:01 DEBUG AdminPlugin: Command "poke (None)" registered with cmd_poke for level (20, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "die (None)" registered with cmd_die for level (100, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "register (None)" registered with cmd_register for level (0, 0)
100305 02:12:01 DEBUG AdminPlugin: Command "mask (None)" registered with cmd_mask for level (100, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "say (None)" registered with cmd_say for level (20, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "unban (None)" registered with cmd_unban for level (60, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "help (h)" registered with cmd_help for level (0, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "reconfig (None)" registered with cmd_reconfig for level (100, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "admins (None)" registered with cmd_admins for level (20, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "warnremove (wr)" registered with cmd_warnremove for level (20, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "permban (pb)" registered with cmd_permban for level (80, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "time (None)" registered with cmd_time for level (1, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "clear (kiss)" registered with cmd_clear for level (80, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "spam (s)" registered with cmd_spam for level (20, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "spank (sp)" registered with cmd_spank for level (60, 100)
100305 02:12:01 DEBUG SELECT * FROM groups WHERE `keyword` = "superadmin" LIMIT 1
100305 02:12:01 DEBUG Storage: getClientsMatching {'&group_bits': 128}
100305 02:12:01 DEBUG AdminPlugin: Command "iamgod (None)" registered with cmd_iamgod for level (0, 100)
100305 02:12:01 BOT    Starting Plugin tk
100305 02:12:01 DEBUG Register Event: Client Team Damage: TkPlugin
100305 02:12:01 DEBUG Register Event: Client Team Kill: TkPlugin
100305 02:12:01 DEBUG Register Event: Client Disconnect: TkPlugin
100305 02:12:01 DEBUG Register Event: Game Exit: TkPlugin
100305 02:12:01 DEBUG AdminPlugin: Command "forgive (f)" registered with cmd_forgive for level (0, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "forgivelist (fl)" registered with cmd_forgivelist for level (0, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "forgiveall (fa)" registered with cmd_forgiveall for level (0, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "forgiveinfo (fi)" registered with cmd_forgiveinfo for level (20, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "forgiveclear (fc)" registered with cmd_forgiveclear for level (60, 100)
[/code]
Logged
Newbie
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD2
Posts: 7
Offline Offline
« Reply #2 on: March 04, 2010, 06:56:47 PM »

Code:
100305 02:12:01 DEBUG AdminPlugin: Command "forgiveprev (fp)" registered with cmd_forgivelast for level (0, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "grudge (grudge)" registered with cmd_grudge for level (0, 100)
100305 02:12:01 BOT     Starting Plugin stats
100305 02:12:01 DEBUG Register Event: Client Team Damage: StatsPlugin
100305 02:12:01 DEBUG Register Event: Client Team Kill: StatsPlugin
100305 02:12:01 DEBUG Register Event: Client Kill: StatsPlugin
100305 02:12:01 DEBUG Register Event: Client Damage: StatsPlugin
100305 02:12:01 DEBUG Register Event: Game Exit: StatsPlugin
100305 02:12:01 BOT     Starting Plugin pingwatch
100305 02:12:01 DEBUG Register Event: Game Exit: PingwatchPlugin
100305 02:12:01 BOT     Starting Plugin adv
100305 02:12:01 DEBUG AdminPlugin: Command "advadd (None)" registered with cmd_advadd for level (100, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "advrate (None)" registered with cmd_advrate for level (100, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "advlist (None)" registered with cmd_advlist for level (100, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "advsave (None)" registered with cmd_advsave for level (100, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "advload (None)" registered with cmd_advload for level (100, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "advrem (None)" registered with cmd_advrem for level (100, 100)
100305 02:12:01 BOT     Starting Plugin status
100305 02:12:01 BOT     Starting Plugin welcome
100305 02:12:01 DEBUG Register Event: Client Authenticated: WelcomePlugin
100305 02:12:01 BOT     Starting Plugin punkbuster
100305 02:12:01 DEBUG AdminPlugin: Command "pbss (None)" registered with cmd_pbss for level (100, 100)
100305 02:12:01 DEBUG AdminPlugin: Command "pbbuildbans (None)" registered with cmd_pbbuildbans for level (100, 100)
100305 02:12:01 BOT     Start reading...
100305 02:13:00 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:13:01 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:13:01 ERROR getPlayerList() = Line did not match :num score ping guid   name            lastmsg address               qport rate
100305 02:13:01 ERROR getPlayerList() = Line did not match :--- ----- ---- ------ --------------- ------- --------------------- ----- -----
100305 02:13:01 VERBOSE StatusPlugin: Building XML status
100305 02:13:01 DEBUG StatusPlugin: Writing XML status to /home/codeblue/status.xml
100305 02:13:01 ERROR Error executing crontab <bound method StatusPlugin.update of <b3.plugins.status.StatusPlugin instance at 0x84cffac>>: [Errno 13] Permission denied: '/home/codeblue/status.xml'
[('/home/codeblue/b3/b3/cron.py', 233, 'run', 'c.run()'), ('/home/codeblue/b3/b3/cron.py', 171, 'run', 'CronTab.run(self)'), ('/home/codeblue/b3/b3/cron.py', 60, 'run', 'self.command()'), ('/home/codeblue/b3/b3/plugins/status.py', 94, 'update', 'self.writeXML(xml)'), ('/home/codeblue/b3/b3/plugins/status.py', 98, 'writeXML', "f = file(self._outputFile, 'w')")]
100305 02:14:00 VERBOSE RCON sending (127.0.0.1:28960) say ^0(^2b3^0)^7: ^2Big Brother Bot is watching you... ^9BigBrotherBot.com
100305 02:14:01 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:14:02 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:14:02 ERROR getPlayerList() = Line did not match :num score ping guid   name            lastmsg address               qport rate
100305 02:14:02 ERROR getPlayerList() = Line did not match :--- ----- ---- ------ --------------- ------- --------------------- ----- -----
100305 02:14:02 VERBOSE StatusPlugin: Building XML status
100305 02:14:02 DEBUG StatusPlugin: Writing XML status to /home/codeblue/status.xml
100305 02:14:02 ERROR Error executing crontab <bound method StatusPlugin.update of <b3.plugins.status.StatusPlugin instance at 0x84cffac>>: [Errno 13] Permission denied: '/home/codeblue/status.xml'
[('/home/codeblue/b3/b3/cron.py', 233, 'run', 'c.run()'), ('/home/codeblue/b3/b3/cron.py', 171, 'run', 'CronTab.run(self)'), ('/home/codeblue/b3/b3/cron.py', 60, 'run', 'self.command()'), ('/home/codeblue/b3/b3/plugins/status.py', 94, 'update', 'self.writeXML(xml)'), ('/home/codeblue/b3/b3/plugins/status.py', 98, 'writeXML', "f = file(self._outputFile, 'w')")]
100305 02:14:02 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:14:03 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:14:03 ERROR getPlayerList() = Line did not match :num score ping guid   name            lastmsg address               qport rate
100305 02:14:03 ERROR getPlayerList() = Line did not match :--- ----- ---- ------ --------------- ------- --------------------- ----- -----
100305 02:14:30 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:14:31 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:14:31 ERROR getPlayerList() = Line did not match :num score ping guid   name            lastmsg address               qport rate
100305 02:14:31 ERROR getPlayerList() = Line did not match :--- ----- ---- ------ --------------- ------- --------------------- ----- -----
100305 02:15:00 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:15:01 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:15:01 ERROR getPlayerList() = Line did not match :num score ping guid   name            lastmsg address               qport rate
100305 02:15:01 ERROR getPlayerList() = Line did not match :--- ----- ---- ------ --------------- ------- --------------------- ----- -----
100305 02:15:01 VERBOSE StatusPlugin: Building XML status
100305 02:15:01 DEBUG StatusPlugin: Writing XML status to /home/codeblue/status.xml
100305 02:15:01 ERROR Error executing crontab <bound method StatusPlugin.update of <b3.plugins.status.StatusPlugin instance at 0x84cffac>>: [Errno 13] Permission denied: '/home/codeblue/status.xml'
[('/home/codeblue/b3/b3/cron.py', 233, 'run', 'c.run()'), ('/home/codeblue/b3/b3/cron.py', 171, 'run', 'CronTab.run(self)'), ('/home/codeblue/b3/b3/cron.py', 60, 'run', 'self.command()'), ('/home/codeblue/b3/b3/plugins/status.py', 94, 'update', 'self.writeXML(xml)'), ('/home/codeblue/b3/b3/plugins/status.py', 98, 'writeXML', "f = file(self._outputFile, 'w')")]
100305 02:15:01 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:15:02 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:15:02 ERROR getPlayerList() = Line did not match :num score ping guid   name            lastmsg address               qport rate
100305 02:15:02 ERROR getPlayerList() = Line did not match :--- ----- ---- ------ --------------- ------- --------------------- ----- -----
100305 02:15:30 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:15:31 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:15:31 ERROR getPlayerList() = Line did not match :num score ping guid   name            lastmsg address               qport rate
100305 02:15:31 ERROR getPlayerList() = Line did not match :--- ----- ---- ------ --------------- ------- --------------------- ----- -----
100305 02:16:00 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:16:01 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:16:01 ERROR getPlayerList() = Line did not match :num score ping guid   name            lastmsg address               qport rate
100305 02:16:01 ERROR getPlayerList() = Line did not match :--- ----- ---- ------ --------------- ------- --------------------- ----- -----
100305 02:16:01 VERBOSE StatusPlugin: Building XML status
100305 02:16:01 DEBUG StatusPlugin: Writing XML status to /home/codeblue/status.xml
100305 02:16:01 ERROR Error executing crontab <bound method StatusPlugin.update of <b3.plugins.status.StatusPlugin instance at 0x84cffac>>: [Errno 13] Permission denied: '/home/codeblue/status.xml'
[('/home/codeblue/b3/b3/cron.py', 233, 'run', 'c.run()'), ('/home/codeblue/b3/b3/cron.py', 171, 'run', 'CronTab.run(self)'), ('/home/codeblue/b3/b3/cron.py', 60, 'run', 'self.command()'), ('/home/codeblue/b3/b3/plugins/status.py', 94, 'update', 'self.writeXML(xml)'), ('/home/codeblue/b3/b3/plugins/status.py', 98, 'writeXML', "f = file(self._outputFile, 'w')")]
100305 02:16:01 VERBOSE RCON sending (127.0.0.1:28960) say ^0(^2b3^0)^7: ^3Rule #1: No racism of any kind
100305 02:16:02 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:16:03 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:16:03 ERROR getPlayerList() = Line did not match :num score ping guid   name            lastmsg address               qport rate
100305 02:16:03 ERROR getPlayerList() = Line did not match :--- ----- ---- ------ --------------- ------- --------------------- ----- -----
100305 02:16:30 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:16:31 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:16:31 ERROR getPlayerList() = Line did not match :num score ping guid   name            lastmsg address               qport rate
100305 02:16:31 ERROR getPlayerList() = Line did not match :--- ----- ---- ------ --------------- ------- --------------------- ----- -----
100305 02:17:00 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:17:01 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:17:01 ERROR getPlayerList() = Line did not match :num score ping guid   name            lastmsg address               qport rate
100305 02:17:01 ERROR getPlayerList() = Line did not match :--- ----- ---- ------ --------------- ------- --------------------- ----- -----
100305 02:17:01 VERBOSE StatusPlugin: Building XML status
100305 02:17:01 DEBUG StatusPlugin: Writing XML status to /home/codeblue/status.xml
100305 02:17:01 ERROR Error executing crontab <bound method StatusPlugin.update of <b3.plugins.status.StatusPlugin instance at 0x84cffac>>: [Errno 13] Permission denied: '/home/codeblue/status.xml'
[('/home/codeblue/b3/b3/cron.py', 233, 'run', 'c.run()'), ('/home/codeblue/b3/b3/cron.py', 171, 'run', 'CronTab.run(self)'), ('/home/codeblue/b3/b3/cron.py', 60, 'run', 'self.command()'), ('/home/codeblue/b3/b3/plugins/status.py', 94, 'update', 'self.writeXML(xml)'), ('/home/codeblue/b3/b3/plugins/status.py', 98, 'writeXML', "f = file(self._outputFile, 'w')")]
100305 02:17:01 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:17:02 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:17:02 ERROR getPlayerList() = Line did not match :num score ping guid   name            lastmsg address               qport rate
100305 02:17:02 ERROR getPlayerList() = Line did not match :--- ----- ---- ------ --------------- ------- --------------------- ----- -----
100305 02:17:30 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:17:31 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:17:31 ERROR getPlayerList() = Line did not match :num score ping guid   name            lastmsg address               qport rate
100305 02:17:31 ERROR getPlayerList() = Line did not match :--- ----- ---- ------ --------------- ------- --------------------- ----- -----
100305 02:18:00 VERBOSE RCON sending (127.0.0.1:28960) say ^0(^2b3^0)^7: ^2Do not poke b3 with a stick
100305 02:18:01 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:18:02 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:18:02 ERROR getPlayerList() = Line did not match :num score ping guid   name            lastmsg address               qport rate
100305 02:18:02 ERROR getPlayerList() = Line did not match :--- ----- ---- ------ --------------- ------- --------------------- ----- -----
100305 02:18:02 VERBOSE StatusPlugin: Building XML status
100305 02:18:02 DEBUG StatusPlugin: Writing XML status to /home/codeblue/status.xml
100305 02:18:02 ERROR Error executing crontab <bound method StatusPlugin.update of <b3.plugins.status.StatusPlugin instance at 0x84cffac>>: [Errno 13] Permission denied: '/home/codeblue/status.xml'
[('/home/codeblue/b3/b3/cron.py', 233, 'run', 'c.run()'), ('/home/codeblue/b3/b3/cron.py', 171, 'run', 'CronTab.run(self)'), ('/home/codeblue/b3/b3/cron.py', 60, 'run', 'self.command()'), ('/home/codeblue/b3/b3/plugins/status.py', 94, 'update', 'self.writeXML(xml)'), ('/home/codeblue/b3/b3/plugins/status.py', 98, 'writeXML', "f = file(self._outputFile, 'w')")]
100305 02:18:02 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:18:03 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:18:03 ERROR getPlayerList() = Line did not match :num score ping guid   name            lastmsg address               qport rate
100305 02:18:03 ERROR getPlayerList() = Line did not match :--- ----- ---- ------ --------------- ------- --------------------- ----- -----
100305 02:18:30 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:18:31 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:18:31 ERROR getPlayerList() = Line did not match :num score ping guid   name            lastmsg address               qport rate
100305 02:18:31 ERROR getPlayerList() = Line did not match :--- ----- ---- ------ --------------- ------- --------------------- ----- -----
100305 02:19:00 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:19:01 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:19:01 ERROR getPlayerList() = Line did not match :num score ping guid   name            lastmsg address               qport rate
100305 02:19:01 ERROR getPlayerList() = Line did not match :--- ----- ---- ------ --------------- ------- --------------------- ----- -----
100305 02:19:01 VERBOSE StatusPlugin: Building XML status
100305 02:19:01 DEBUG StatusPlugin: Writing XML status to /home/codeblue/status.xml
100305 02:19:01 ERROR Error executing crontab <bound method StatusPlugin.update of <b3.plugins.status.StatusPlugin instance at 0x84cffac>>: [Errno 13] Permission denied: '/home/codeblue/status.xml'
[('/home/codeblue/b3/b3/cron.py', 233, 'run', 'c.run()'), ('/home/codeblue/b3/b3/cron.py', 171, 'run', 'CronTab.run(self)'), ('/home/codeblue/b3/b3/cron.py', 60, 'run', 'self.command()'), ('/home/codeblue/b3/b3/plugins/status.py', 94, 'update', 'self.writeXML(xml)'), ('/home/codeblue/b3/b3/plugins/status.py', 98, 'writeXML', "f = file(self._outputFile, 'w')")]
100305 02:19:01 VERBOSE RCON sending (127.0.0.1:28960) status
100305 02:19:02 ERROR getPlayerList() = Line did not match :map: mp_breakout
100305 02:19:02 ERROR getPlayerList() = Line did not match :num score ping guid   name    
       
Logged
B3 Contrib/Support
*
OS: Linux
Type: Home user
Gameservers: Over see 25 URT servers / B3 servers (not all mine)
Posts: 339
Offline Offline
WWW
« Reply #3 on: March 04, 2010, 09:53:20 PM »

Code:
100305 02:12:01 VERBOSE RCON: retry sending say ^0(^2b3^0)^7: ^8www.BigBrotherBot.com ^0(^8b3^0) ^9v1.1.3d-r2 [posix] ^9(^3Elasmotherium^9)^3 ^2[ONLINE]...
100305 02:12:01 ERROR RCON: ERROR reading: (111, 'Connection refused')

make sure the password is right
set the lan IP in the b3.xml
Code:
<set name="rcon_ip">192.168.?.?</set>
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3347
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #4 on: March 05, 2010, 12:44:26 AM »

also make sure stuff is getting written to /home/codeblue/COD2/games_mp.log
Logged

Newbie
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD2
Posts: 7
Offline Offline
« Reply #5 on: March 05, 2010, 08:22:11 AM »

ryry46d9 that info is right, ty for the reply


Courgette its not writing anything to /home/codeblue/COD2/games_mp.log
It is the right name and path...

 Huh Huh
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3347
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #6 on: March 05, 2010, 08:41:39 AM »

only you can tell. Check your game config to know the exact location of the game log file. The bot cannot work if it does not read the proper game log file
Logged

Newbie
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: COD2
Posts: 7
Offline Offline
« Reply #7 on: March 05, 2010, 10:04:33 AM »

I have tryed 3 ways of setting the g_log

1. set g_log "/home/codeblue/COD2/games_mp.log"
2. set g_log "/home/codeblue/COD2/games_mp.log"
3. set g_log "games_mp.log

other settings I have for logging

set g_logSync "1"
set logfile "1"

still nutin works
Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2008
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #8 on: March 05, 2010, 11:35:44 AM »

set g_logSync "3" for continuous logging, 1 is buffered, you don't want that.

Is there a cirectory called .cod2 in the homedir? If so, check if the logfile is in there.

The game logfile can also be located in the fs_homepath / gs_game directive of the CoD2 server.

Anyways, theres a lot of options. Check out the great cod2 gamserver tutorials here: http://www.fpsadmin.com/forum/forumdisplay.php?f=88

Your answers are there.
Logged

B3 Contrib/Support
*
OS: Linux
Type: Home user
Gameservers: Over see 25 URT servers / B3 servers (not all mine)
Posts: 339
Offline Offline
WWW
« Reply #9 on: March 05, 2010, 07:22:09 PM »

I'm unsure of COD but in URT we have a
Code:
set g_logroll
when I first installed the bot mine was set to 1 but it needs to be 0 . Which made for me games_001.log games_002.log after I deleted the  mini logs and restarted the server I was back on track.

you could always do a
Code:
sudo find / | grep  games_mp.log
Logged
Tags:
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal