scratchpad:dmcmorris:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| scratchpad:dmcmorris:start [2007/05/24 08:28] – dmcmorris | scratchpad:dmcmorris:start [2022/02/10 13:34] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | This page (heck... this namespace) is intended for my uncoordinated notes for some issues. | ||
| + | |||
| + | |||
| + | ==== What workers are loaded? ===== | ||
| + | < | ||
| + | request router opensrf.router.info.class.list | ||
| + | </ | ||
| + | |||
| + | ==== Hostname lookup ==== | ||
| + | < | ||
| + | perl -MNet:: | ||
| + | </ | ||
| + | |||
| + | ==== What's our orgtree look like? ==== | ||
| + | This will dump the orgtree, such as would be needed by / | ||
| + | < | ||
| + | request open-ils.storage open-ils.actor.org_tree.retrieve | ||
| + | </ | ||
| + | |||
| + | ==== Simple Storage/ | ||
| + | < | ||
| + | request open-ils.cstore open-ils.cstore.direct.actor.user.retrieve 1 | ||
| + | request open-ils.storage open-ils.storage.direct.actor.user.retrieve 1 | ||
| + | </ | ||
| + | |||
| + | ==== Config/Log zip-up ==== | ||
| + | < | ||
| + | user$ su opensrf | ||
| + | opensrf$ mkdir / | ||
| + | opensrf$ cp -Rv / | ||
| + | opensrf$ cd / | ||
| + | /* Take this moment to go through the conf and sanitize it of any | ||
| + | sensitive passwords */ | ||
| + | opensrf$ cd /tmp | ||
| + | opensrf$ tar -cjf openils.tar.bz2 openils/ | ||
| + | </ | ||
| + | and send us openils.tar.bz2. | ||
| + | |||
| + | ==== Gateway ==== | ||
| + | < | ||
| + | http:// | ||
| + | http:// | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ==== Other sections ===== | ||
| + | [[dbdtest]] | ||
| + | |||
| + | [[retcon2codabar|Retrospective Conversion to CODABAR-Standard barcodes]] | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | [[http:// | ||