zopencommunity / ncduport

A disk usage analyzer with an ncurses interface
Apache License 2.0
0 stars 0 forks source link

Unable to browse `/tmp` via argument #8

Open AnthonyGiorgio opened 2 months ago

AnthonyGiorgio commented 2 months ago

Running ncdu /tmp fails with the following message:

   ┌───Error!──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
   │                                                                                                                                                       │
   │ Error: could not open /tmp                                                                                                                            │
   │   Error obtaining full path: EDC5146I Too many levels of symbolic links.                                                                              │
   │                                                                                                                                                       │
   │                                                                                                                          press any key to continue... │
   └───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘

This is probably because /tmp on this system is a symlink to $SYSNAME/tmp Perhaps the update to zoslib to handle system symbols needs to be applied here?

IgorTodorovskiIBM commented 2 months ago

Fixed in the latest version, ok to close?