2026/08/02

From WoozleCodes
Jump to navigation Jump to search
Sunday, August 2, 2026 (#214)
Saturday Sunday Monday

References

Main Work

Ferreteria FileSys stuff in order to support sftp in FTM

  • still re-fixing re-broken subsystems used by DBA

I think I should rename "PSpec" and "USpec" again, because I keep typing "Spec" as "SPec" (too much switching between upper & lower). Maybe:

  • PSpecDeviceSpec (spec within a device)
  • USpecGlobalSpec (global spec, somewhere on the network)

Dealing with infuriating bug where everything is working but the byte-count is not being incremented. I managed to pull a working byte-count from the input stream, but the output stream always shows zero. I am doing my best to ignore this issue until it crops up in some other context, which hopefully will allow me to triangulate and figure out the cause.

Action-list:

  • do database backups (because I haven't been doing them)
  • see if DBA imports still work (probably not) (indeed, verily nope)
    • In fact, even the -l option doesn't work.
    • TODO: fix
    • TODO: set up config for pebb1
  • see if FTM can read from sftp (only writing has been tested so far)