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

First time running ipfs and got Access is denied ERRORs #41

Open
LawrenceMok opened this issue May 30, 2018 · 1 comment
Open

First time running ipfs and got Access is denied ERRORs #41

LawrenceMok opened this issue May 30, 2018 · 1 comment

Comments

@LawrenceMok
Copy link

Here's the console log, running from windows, with latest version of ipfs:

C:\ipfs>ipfs daemon
Initializing daemon...
Swarm listening on /ip4/127.0.0.1/tcp/4001
Swarm listening on /ip4/192.168.0.139/tcp/4001
Swarm listening on /ip6/2001:0:9d38:90d7:813:1e08:c210:1d1/tcp/4001
Swarm listening on /ip6/::1/tcp/4001
Swarm listening on /p2p-circuit/ipfs/QmTD8HEjKPirysgZbo1HtxMB6dvSfJPKHLKzR2aB21PgA5
Swarm announcing /ip4/127.0.0.1/tcp/4001
Swarm announcing /ip4/192.168.0.139/tcp/4001
Swarm announcing /ip4/123.123.123.123/tcp/63156
Swarm announcing /ip6/2001:0:1234:1234:1234:1234:1234:1d1/tcp/4001
Swarm announcing /ip6/::1/tcp/4001
API server listening on /ip4/127.0.0.1/tcp/5001
Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8080
Daemon is ready
�[0;37m11:49:28.594 �[31mERROR �[0;34m   bitswap: �[0mError writing block to datastore: rename C:\Users\lawrence\.ipfs\blocks\GT\put-044692433 C:\Users\lawrence\.ipfs\blocks\GT\CIQEEI6UYW7STXHKPKC3KDVOQ32JONNCHBAN7TD3EMGYTXXNSAIPGTQ.data: Access is denied. �[0;37mbitswap.go:385�[0m
�[0;37m11:49:51.779 �[31mERROR �[0;34m   bitswap: �[0mError writing block to datastore: rename C:\Users\lawrence\.ipfs\blocks\H3\put-247186156 C:\Users\lawrence\.ipfs\blocks\H3\CIQENKQUETLBRIJPH5W3QC4HDSWONU67OA6XJQMODJK5JUQLJESSH3A.data: Access is denied. �[0;37mbitswap.go:385�[0m
�[0;37m11:49:51.786 �[31mERROR �[0;34m   bitswap: �[0mError writing block to datastore: rename C:\Users\lawrence\.ipfs\blocks\SG\put-720457952 C:\Users\lawrence\.ipfs\blocks\SG\CIQH7JE6OFBFMPSGZXAO2ZYXOCE2ET3IZSW5H7UVOI3ERK6PSL5RSGI.data: Access is denied. �[0;37mbitswap.go:385�[0m
@djdv
Copy link
Contributor

djdv commented May 30, 2018

Is this the latest release version of ipfs or the latest commit? ipfs version --all.
Does this happen when doing anything specific, like when adding data?

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