Skip to content
Snippets Groups Projects
  1. May 20, 2021
  2. May 19, 2021
  3. May 18, 2021
  4. May 17, 2021
  5. May 16, 2021
    • Rob Swindell's avatar
      Log local address in passthru connection failure · fb02dbf0
      Rob Swindell authored
      Altere reported via IRC:
      !ERROR -1 (113) connecting to passthru socket
      
      It might be helpful to know the address the passthru socket is bound to and the connection is being attempted on, so log that with the error.
      fb02dbf0
    • Rob Swindell's avatar
      Don't attempt to remove files that have already been removed · 29a8cb73
      Rob Swindell authored
      This is the likely cause of Phil's reported errors when removing files:
      access=-110 info=smb_removefile name not found
      
      The only way I was able to reproduce these errors was to attempt to remove the same file multiple times in the same file listing. In other worse, use 'R', remove a file, then 'P'revious back to the first file and try to remove it again. Or to remove it a file from the batch flag prompt and then attempt to remove it again. <shrug>
      29a8cb73
    • Rob Swindell's avatar
      Log the current Git branch and hash along with every error · 8034ec78
      Rob Swindell authored
      This eliminates any ambiguity about what exact version was in use when each error is logged.
      8034ec78
Loading