Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ranger takes very long to load #2965

Open
acampove opened this issue Apr 8, 2024 · 1 comment
Open

Ranger takes very long to load #2965

acampove opened this issue Apr 8, 2024 · 1 comment

Comments

@acampove
Copy link

acampove commented Apr 8, 2024

Runtime Environment

  • Operating system and version: el9.3
  • Terminal emulator and version: terminator 2.1.1
  • Python version: Python 3.9.18
  • Ranger version/commit: ranger 1.9.3
  • Locale:

LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

Current Behavior

Ranger takes too long (20 minutes?) to load when opening for the first time. It seems that later it is faster.

Expected Behavior

It should open faster

Context

I have to wait 20 minutes at least to start working.

Possible Solutions

Steps to reproduce

  1. Log into a computer cluster using SSH from terminator
  2. type ranger

Traceback


@eMPee584
Copy link
Contributor

How does the last twenty lines of the log file from strace --output=ranger-strace.log ranger look? Programs commonly hang on a wait4(…) call waiting for another process or I/O on f.e. network mounts..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants