dua-cli icon indicating copy to clipboard operation
dua-cli copied to clipboard

~/Orbstack mount scan time out / unavailable loop

Open tomholford opened this issue 1 month ago • 1 comments

Reproduction

  1. Install Orbstack (which configures a ~/Orbstack dir for docker volume mounts)
  2. cd to go $HOME
  3. dua
  4. Observed output is a loop like so:
nfs server OrbStack:/OrbStack: not responding
nfs server OrbStack:/OrbStack: not responding
nfs server OrbStack:/OrbStack: not responding
nfs server OrbStack:/OrbStack: is alive again
nfs server OrbStack:/OrbStack: is alive again
nfs server OrbStack:/OrbStack: is alive again
nfs server OrbStack:/OrbStack: resource temporarily unavailable (jukebox)
nfs server OrbStack:/OrbStack: resource temporarily unavailable (jukebox)
nfs server OrbStack:/OrbStack: resource temporarily unavailable (jukebox)
nfs server OrbStack:/OrbStack: is alive again
nfs server OrbStack:/OrbStack: is alive again
nfs server OrbStack:/OrbStack: is alive again
nfs server OrbStack:/OrbStack: resource temporarily unavailable

tomholford avatar Nov 07 '25 01:11 tomholford

Thanks for reporting!

Does Orbstack have to be running? to reproduce this? I have it as well, but at least why it's off I see no issues. Probably there is more to its configuration.

Besides that, the loop that determines file sizes is very simple and you should be able to experiment with it to see if dua can be more aware.

Also my feeling is that it will finish, but is very slow, but that's also something you can probably debug locally.

Byron avatar Nov 07 '25 03:11 Byron