I forgot to mention that the OS is OpenBSD. Here is the output:
$ ps -ef | grep bitcoind
ps: unknown option -- f
usage: ps [-AaceHhjkLlmrSTuvwx] [-M core] [-N system] [-O fmt] [-o fmt] [-p pid]
[-t tty] [-U username] [-W swap]
[email protected] /home/notooth $ netstat -tulpn | grep 8332
netstat: n: unknown protocol
[email protected] /home/notooth $ tail -n 100 ~/.bitcoin/debug.log
2017-10-27 05:08:37 Bitcoin version v0.15.0.1-gfb7b5293844
2017-10-27 05:08:37 InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2017-10-27 05:08:37 Assuming ancestors of block 0000000000000000003b9ce759c2a087d52abc4266f8f4ebd6d768b89defa50a have valid signatures.
2017-10-27 05:08:37 Using the 'standard' SHA256 implementation
2017-10-27 05:08:37 Default data directory /home/notooth/.bitcoin
2017-10-27 05:08:37 Using data directory /home/notooth/.bitcoin
2017-10-27 05:08:37 Using config file /home/notooth/.bitcoin/bitcoin.conf
2017-10-27 05:08:37 Using at most 125 automatic connections (512 file descriptors available)
2017-10-27 05:08:37 Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2017-10-27 05:08:37 Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2017-10-27 05:08:37 Using 4 threads for script verification
2017-10-27 05:08:37 scheduler thread start
2017-10-27 05:08:37 HTTP: creating work queue of depth 16
2017-10-27 05:08:37 Config options rpcuser and rpcpassword will soon be deprecated. Locally-run instances may remove rpcuser to use cookie-based auth, or may be replaced with rpcauth. Please see share/rpcuser for rpcauth auth generation.
2017-10-27 05:08:37 HTTP: starting 4 worker threads
2017-10-27 05:08:37 Cache configuration:
2017-10-27 05:08:37 * Using 2.0MiB for block index database
2017-10-27 05:08:37 * Using 8.0MiB for chain state database
2017-10-27 05:08:37 * Using 440.0MiB for in-memory UTXO set (plus up to 286.1MiB of unused mempool space)
2017-10-27 05:08:37 init message: Loading block index...
2017-10-27 05:08:37 Opening LevelDB in /home/notooth/.bitcoin/blocks/index
2017-10-27 05:08:37 Opened LevelDB successfully
2017-10-27 05:08:37 Using obfuscation key for /home/notooth/.bitcoin/blocks/index: 0000000000000000
2017-10-27 05:08:37 LoadBlockIndexDB: last block file = 0
2017-10-27 05:08:37 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=0, size=0, heights=0...0, time=1970-01-01...1970-01-01)
2017-10-27 05:08:37 Checking all blk files are present...
2017-10-27 05:08:37 LoadBlockIndexDB: transaction index disabled
2017-10-27 05:08:37 Initializing databases...
2017-10-27 05:08:37 Pre-allocating up to position 0x1000000 in blk00000.dat
2017-10-27 05:08:37 Opening LevelDB in /home/notooth/.bitcoin/chainstate
2017-10-27 05:08:37 Opened LevelDB successfully
2017-10-27 05:08:37 Using obfuscation key for /home/notooth/.bitcoin/chainstate: 91009803d3a76d45
2017-10-27 05:08:37 init message: Rewinding blocks...
2017-10-27 05:08:37 block index 188ms
2017-10-27 05:08:37 No wallet support compiled in!
2017-10-27 05:08:37 UpdateTip: new best=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f height=0 version=0x00000001 log2_work=32.000022 tx=1 date='2009-01-03 18:15:05' progress=0.000000 cache=0.0MiB(0txo)
2017-10-27 07:32:05
2017-10-27 07:32:05 Bitcoin version v0.15.0.1-gfb7b5293844
2017-10-27 07:32:05 InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2017-10-27 07:32:05 Assuming ancestors of block 0000000000000000003b9ce759c2a087d52abc4266f8f4ebd6d768b89defa50a have valid signatures.
2017-10-27 07:32:05 Using the 'standard' SHA256 implementation
2017-10-27 07:32:05 Default data directory /home/notooth/.bitcoin
2017-10-27 07:32:05 Using data directory /home/notooth/.bitcoin
2017-10-27 07:32:05 Using config file /home/notooth/.bitcoin/bitcoin.conf
2017-10-27 07:32:05 Using at most 125 automatic connections (512 file descriptors available)
2017-10-27 07:32:05 Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2017-10-27 07:32:05 Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2017-10-27 07:32:05 Using 4 threads for script verification
2017-10-27 07:32:05 scheduler thread start
2017-10-27 07:32:05 HTTP: creating work queue of depth 16
2017-10-27 07:32:05 No rpcpassword set - using random cookie authentication
2017-10-27 07:32:05 Generated RPC authentication cookie /home/notooth/.bitcoin/.cookie
2017-10-27 07:32:05 HTTP: starting 4 worker threads
2017-10-27 07:32:05 Cache configuration:
2017-10-27 07:32:05 * Using 2.0MiB for block index database
2017-10-27 07:32:05 * Using 8.0MiB for chain state database
2017-10-27 07:32:05 * Using 440.0MiB for in-memory UTXO set (plus up to 286.1MiB of unused mempool space)
2017-10-27 07:32:05 init message: Loading block index...
2017-10-27 07:32:05 Opening LevelDB in /home/notooth/.bitcoin/blocks/index
2017-10-27 07:32:05 Opened LevelDB successfully
2017-10-27 07:32:05 Using obfuscation key for /home/notooth/.bitcoin/blocks/index: 0000000000000000
2017-10-27 07:32:05 LoadBlockIndexDB: last block file = 0
2017-10-27 07:32:05 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=0, size=0, heights=0...0, time=1970-01-01...1970-01-01)
2017-10-27 07:32:05 Checking all blk files are present...
2017-10-27 07:32:05 LoadBlockIndexDB: transaction index disabled
2017-10-27 07:32:05 Initializing databases...
2017-10-27 07:32:05 Pre-allocating up to position 0x1000000 in blk00000.dat
2017-10-27 07:32:06 Opening LevelDB in /home/notooth/.bitcoin/chainstate
2017-10-27 07:32:06 Opened LevelDB successfully
2017-10-27 07:32:06 Using obfuscation key for /home/notooth/.bitcoin/chainstate: 91009803d3a76d45
2017-10-27 07:32:06 init message: Rewinding blocks...
2017-10-27 07:32:06 block index 136ms
2017-10-27 07:32:06 No wallet support compiled in!
2017-10-27 07:32:06 UpdateTip: new best=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f height=0 version=0x00000001 log2_work=32.000022 tx=1 date='2009-01-03 18:15:05' progress=0.000000 cache=0.0MiB(0txo)
[email protected] /home/notooth $ id
uid=1000(notooth) gid=1000(notooth) groups=1000(notooth), 0(wheel)
[email protected] /home/notooth $ who
notooth ttyC0 Oct 27 14:31
[email protected] /home/notooth $ whoami
notooth
[email protected] /home/notooth $ which bitcoind
/usr/local/bin/bitcoind
[email protected] /home/notooth $ which bitcoin-cli
/usr/local/bin/bitcoin-cli
[email protected] /home/notooth $ tail -f ~/.bitcoin/debug.log
2017-10-27 07:32:05 LoadBlockIndexDB: transaction index disabled
2017-10-27 07:32:05 Initializing databases...
2017-10-27 07:32:05 Pre-allocating up to position 0x1000000 in blk00000.dat
2017-10-27 07:32:06 Opening LevelDB in /home/notooth/.bitcoin/chainstate
2017-10-27 07:32:06 Opened LevelDB successfully
2017-10-27 07:32:06 Using obfuscation key for /home/notooth/.bitcoin/chainstate: 91009803d3a76d45
2017-10-27 07:32:06 init message: Rewinding blocks...
2017-10-27 07:32:06 block index 136ms
2017-10-27 07:32:06 No wallet support compiled in!
2017-10-27 07:32:06 UpdateTip: new best=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f height=0 version=0x00000001 log2_work=32.000022 tx=1 date='2009-01-03 18:15:05' progress=0.000000 cache=0.0MiB(0txo)
^C