Skip to content

Instantly share code, notes, and snippets.

@hacklschorsch
Created January 14, 2025 00:01
Show Gist options
  • Save hacklschorsch/16fbbf63a902b75e9112a4a7d0bfe29e to your computer and use it in GitHub Desktop.
Save hacklschorsch/16fbbf63a902b75e9112a4a7d0bfe29e to your computer and use it in GitHub Desktop.
Tahoe log starting up and shutting down again
2025-01-13T23:50:18+0000 [twisted.scripts._twistd_unix.UnixAppLogger#info] twistd 24.7.0 (/nix/store/fpjwp47y9w44i2fx01dq9ywv3xhqsm9y-python3-tahoe-lafs/bin/python3.12 3.12.7) starting up.
2025-01-13T23:50:18+0000 [twisted.scripts._twistd_unix.UnixAppLogger#info] reactor class: twisted.internet.epollreactor.EPollReactor.
2025-01-13T23:50:34+0000 [-] Unable to write to plugin cache /nix/store/fpjwp47y9w44i2fx01dq9ywv3xhqsm9y-python3-tahoe-lafs/lib/python3.12/site-packages/twisted/plugins/dropin.cache: error number 30
2025-01-13T23:50:34+0000 [-] Foolscap logging initialized
2025-01-13T23:50:34+0000 [-] Note to developers: twistd.log does not receive very much.
2025-01-13T23:50:34+0000 [-] Use 'flogtool tail -c NODEDIR/private/logport.furl' instead
2025-01-13T23:50:34+0000 [-] and read docs/logging.rst
2025-01-13T23:50:34+0000 [-] Unable to write to plugin cache /nix/store/fpjwp47y9w44i2fx01dq9ywv3xhqsm9y-python3-tahoe-lafs/lib/python3.12/site-packages/twisted/plugins/dropin.cache: error number 30
2025-01-13T23:50:34+0000 [-] TahoeLAFSSite starting on 2002
2025-01-13T23:50:34+0000 [allmydata.webish.TahoeLAFSSite#info] Starting factory <allmydata.webish.TahoeLAFSSite object at 0x7f51fccfbce0>
2025-01-13T23:50:34+0000 [-] My pid: 36074
2025-01-13T23:50:34+0000 [-] Listener starting on 37833
2025-01-13T23:50:34+0000 [foolscap.pb.Listener#info] Starting factory <Listener at 0x7f51fc506c60 on CleanupEndpoint(_wrapped=<twisted.internet.endpoints.AdoptedStreamServerEndpoint object at 0x7f51fc676b10>, _fd=10, _listened=True) with tub z3y3ijtlsklihhzqy6xotxmdqqyfbspd>
2025-01-13T23:50:34+0000 [-] Listener starting on 5002
2025-01-13T23:50:34+0000 [foolscap.pb.Listener#info] Starting factory <Listener at 0x7f51fccfba40 on <twisted.internet.endpoints.TCP4ServerEndpoint object at 0x7f51fccf9640> with tub igqu3o4qstt34vgn2jreu3soj7kaad7s>
2025-01-13T23:50:34+0000 [-] client running
2025-01-13T23:50:34+0000 [-] (TCP Port 2002 Closed)
2025-01-13T23:50:34+0000 [allmydata.webish.TahoeLAFSSite#info] Stopping factory <allmydata.webish.TahoeLAFSSite object at 0x7f51fccfbce0>
2025-01-13T23:50:34+0000 [-] (TCP Port 5002 Closed)
2025-01-13T23:50:34+0000 [foolscap.pb.Listener#info] Stopping factory <Listener at 0x7f51fccfba40 on <twisted.internet.endpoints.TCP4ServerEndpoint object at 0x7f51fccf9640> with tub igqu3o4qstt34vgn2jreu3soj7kaad7s>
2025-01-13T23:50:34+0000 [-] (TCP Port 37833 Closed)
2025-01-13T23:50:34+0000 [foolscap.pb.Listener#info] Stopping factory <Listener at 0x7f51fc506c60 on CleanupEndpoint(_wrapped=<twisted.internet.endpoints.AdoptedStreamServerEndpoint object at 0x7f51fc676b10>, _fd=10, _listened=True) with tub z3y3ijtlsklihhzqy6xotxmdqqyfbspd>
2025-01-13T23:50:34+0000 [twisted.internet.base#info] Main loop terminated.
2025-01-13T23:50:34+0000 [twisted.scripts._twistd_unix.UnixAppLogger#info] Server Shut Down.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment