Timeout in Read FS when running: "ls -la /keybase/{public,private}/$user" on OSX El Capitan 10.11.6
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 9.2k
- Forks
- 1.3k
- Avg merge
- 12h 58m
- Merged PRs (30d)
- 56
Description
Timeout in Read FS when running: "ls -la /keybase/{public,private}/$user" on OSX El Capitan 10.11.6
I am able to $(cd) into other directories and $(ls) smoothly within the base/root of Keybase FS as well as $(ls) in the /keybase/private and /keybase/public directories. However any type of Stat/Read operations on the $user directories within error out. The $(tree) command gives a nice overview of the problem.
[2016-09-19 20:11:46] /keybase
[chris@Cayo Hueso keybase]# tree
.
├── private
│ └── themurph [error opening dir]
└── public
└── themurph [error opening dir]
my log id: c3a7f6b0360ab4ce9dd72f1c
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the c3a7f6b0360ab4ce9dd72f1c log and reproducing the timeout with ls -la /keybase/{public,private}/$user on OS X 10.11.6. Compare directory listing behavior with stat/read operations in the affected user directories; done means those operations complete without timing out.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100