Copy into public folder not working
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 9.2k
- Forks
- 1.3k
- Avg merge
- 12h 58m
- Merged PRs (30d)
- 56
Description
I am trying to copy a large file (uberjar) into my public folder at a public wifi spot. This has worked in the past, but it works intermittently.
$ cd -
~/Downloads/artifacts 2
$ shasum -a 256 onboarder-0.1.0-SNAPSHOT-standalone.jar
34624d9e3ee3ee606eef1fd47c8ba57481882ae194d74b59c1ec48ac0cb15fcd onboarder-0.1.0-SNAPSHOT-standalone.jar
$ cp onboarder-0.1.0-SNAPSHOT-standalone.jar /keybase/public/pieterbreed
cp: /keybase/public/pieterbreed/onboarder-0.1.0-SNAPSHOT-standalone.jar: fchmod failed: Input/output error
cp: onboarder-0.1.0-SNAPSHOT-standalone.jar: could not copy extended attributes to /keybase/public/pieterbreed/onboarder-0.1.0-SNAPSHOT-standalone.jar: Operation not permitted
cp: /keybase/public/pieterbreed/onboarder-0.1.0-SNAPSHOT-standalone.jar: Input/output error
my log id: 47482655d5abc8da491d241c
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 reproducing the reported cp command for the large uberjar in /keybase/public/pieterbreed, then inspect the diagnostic record using log ID 47482655d5abc8da491d241c. Done means the file copies reliably into the public folder without the fchmod, extended-attribute, or input/output errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100