Node Name

NodeSeaCCP

Status: Up

Links: NodeTulane, NodeHarvardThomas, NodeOne, NodeMetrix (900Mhz)

Lat/Long: Westin Building, floor 30

MapLink: NodeSeaCCP

IP Space: See IpAllocation

SSID(s): swn-seaccp-yagi swn-seaccp-900

Internet Gateway: yes

Local Services: none

NodeAdmin: MattWestervelt

Notes

This is in the thirtieth floor of the westin. Antennas are pointed out of the East windows, with the Yagi pointed north east towards tulane/nodeone and 900mhz pointed due east up pine.

http://farm1.static.flickr.com/105/297922927_4f09111bb5_m.jpg Photo on Flickr

radio has been upgraded to 802.11g, but not all clients have g radios yet. This is affecting performance of all nodes connected. please upgrade your cards.

--> -->

ImportError

Shared object "libmysqlclient_r.so.15" not found, required by "_mysql.so"

If you want to report a bug, please save this page and attach it to your bug report.

Traceback

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

  1. /usr/local/lib/python2.5/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_wsgi.Request object at 0x2d8c0b6c>)

    1. 1309 self.page.send_page()
    2. 1310 else:
    3. 1311 handler(self.page.page_name, self)
    4. 1312
    5. 1313 # every action that didn't use to raise MoinMoinFinish must call this now:
    • handler = <function do_show at 0x2b42648c>
    • self = <MoinMoin.request.request_wsgi.Request object at 0x2d8c0b6c>
    • self.page = <MoinMoin.Page.Page object at 0x2d8c00ac>
    • self.page.page_name = u'NodeSeaCCP'
  2. /usr/local/lib/python2.5/site-packages/MoinMoin/action/__init__.py in do_show (pagename=u'NodeSeaCCP', request=<MoinMoin.request.request_wsgi.Request object at 0x2d8c0b6c>, content_only=0, count_hit=1, cacheable=1, print_mode=0)

    1. 251 count_hit=count_hit,
    2. 252 print_mode=print_mode,
    3. 253 content_only=content_only,
    4. 254 )
    5. 255
    • content_only = 0
  3. /usr/local/lib/python2.5/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object at 0x2d8c014c>, **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})

    1. 1195 format_args=pi['formatargs'],
    2. 1196 do_cache=do_cache,
    3. 1197 start_line=pi['lines'])
    4. 1198
    5. 1199 # check for pending footnotes
    • start_line undefined
    • pi = {'acl': <MoinMoin.security.AccessControlList instance at 0x2d8c048c>, 'format': 'wiki', 'formatargs': '', 'language': 'en', 'lines': 0}
  4. /usr/local/lib/python2.5/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object at 0x2d8c014c>, request=<MoinMoin.request.request_wsgi.Request object at 0x2d8c0b6c>, body=u'== Node Name ==\nNodeSeaCCP\n\nStatus: \nUp\n\nLinks:\n...39166,314.05726268686846,-37.7530470515537,0)>> \n', format='wiki', format_args='', do_cache=1, **kw={'start_line': 0})

    1. 1283 try:
    2. 1284 code = self.loadCache(request)
    3. 1285 self.execute(request, parser, code)
    4. 1286 except Exception, e:
    5. 1287 if not is_cache_exception(e):
    • self = <MoinMoin.Page.Page object at 0x2d8c014c>
    • self.execute = <bound method Page.execute of <MoinMoin.Page.Page object at 0x2d8c014c>>
    • request = <MoinMoin.request.request_wsgi.Request object at 0x2d8c0b6c>
    • parser = <MoinMoin.parser.text_moin_wiki.Parser instance at 0x2d8c044c>
    • code = <code object <module> at 0x2d8c5338, file "NodeSeaCCP", line 2>
  5. /usr/local/lib/python2.5/site-packages/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page object at 0x2d8c014c>, request=<MoinMoin.request.request_wsgi.Request object at 0x2d8c0b6c>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance at 0x2d8c044c>, code=<code object <module> at 0x2d8c5338, file "NodeSeaCCP", line 2>)

    1. 1314 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
    2. 1315 try:
    3. 1316 exec code
    4. 1317 except "CacheNeedsUpdate": # convert the exception
    5. 1318 raise Exception("CacheNeedsUpdate")
    • code = <code object <module> at 0x2d8c5338, file "NodeSeaCCP", line 2>
  6. /NodeSeaCCP in ()

  7. /usr/local/lib/python2.5/site-packages/MoinMoin/formatter/__init__.py in macro (self=<MoinMoin.formatter.text_html.Formatter instance at 0x2d8c04ec>, macro_obj=<MoinMoin.macro.Macro instance at 0x2d8c068c>, name=u'NodeMap', args=None, markup=u'<<NodeMap>>')

    1. 312 # call the macro
    2. 313 try:
    3. 314 return macro_obj.execute(name, args)
    4. 315 except ImportError, err:
    5. 316 errmsg = unicode(err)
    • macro_obj = <MoinMoin.macro.Macro instance at 0x2d8c068c>
    • macro_obj.execute = <bound method Macro.execute of <MoinMoin.macro.Macro instance at 0x2d8c068c>>
    • name = u'NodeMap'
    • args = None
  8. /usr/local/lib/python2.5/site-packages/MoinMoin/macro/__init__.py in execute (self=<MoinMoin.macro.Macro instance at 0x2d8c068c>, macro_name=u'NodeMap', args=None)

    1. 126 else:
    2. 127 raise ImportError("Cannot load macro %s" % macro_name)
    3. 128 return execute(self, args)
    4. 129
    5. 130 def _m_lang(self, text):
    • execute = <function execute at 0x2e8b4144>
    • self = <MoinMoin.macro.Macro instance at 0x2d8c068c>
    • args = None
  9. /home/hosts/wiki.seattlewireless.net/data/plugin/macro/NodeMap.py in execute (macro=<MoinMoin.macro.Macro instance at 0x2d8c068c>, text=None)

    1. 9 import re
    2. 10 def execute(macro, text):
    3. 11 import MySQLdb
    4. 12 import htmlentitydefs
    5. 13 gkey = 'ABQIAAAAV36D0dk_r3_CH8YZ2rlwGxTv3a4-w39sMRCBC2khlVjbUMCgUBRH_zjiiI-KR5x71-XLQQlfgYT6fA'
    • MySQLdb undefined
  10. /usr/local/lib/python2.5/site-packages/MySQLdb/__init__.py in ()

    1. 17 from release import __version__, version_info, __author__
    2. 18
    3. 19 import _mysql
    4. 20
    5. 21 if version_info != _mysql.version_info:
    • _mysql undefined

ImportError

Shared object "libmysqlclient_r.so.15" not found, required by "_mysql.so"

  • args = ('Shared object "libmysqlclient_r.so.15" not found, required by "_mysql.so"',)
  • message = 'Shared object "libmysqlclient_r.so.15" not found, required by "_mysql.so"'

System Details

  • Date: Fri, 19 Mar 2010 08:21:22 +0000
  • Platform: FreeBSD gir.seattlewireless.net 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
  • Python: Python 2.5.2 (/usr/local/bin/python)
  • MoinMoin: Release 1.8.0 (release)