fengshao0907 / weed-fs

Automatically exported from code.google.com/p/weed-fs
0 stars 0 forks source link

deploey faild on win8 x64 Intel(R) Core(TM) i3-2120 CPU @ 3.30 GHz #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
D:\360\workspace\tamago\weed\weed.exe
D:\360\workspace\tamago\weed\data1
disk D has 84Gleft
steps:
1.weed master -debug=true
2.weed volume -dir="data1" -max=1 -mserver="localhost:9333" -port=8080 
-publicUrl="127.0.0.1:8080" &
3.D:\360\workspace\tamago\weed>curl http://localhost:9333/dir/assign
curl: (56) Recv failure: Connection was reset

                       topology does not have free space left
 09116 sequence.go:68] Saving file id sequence 20000 to /tmp/weed.seq

I0828 09:56:52 06304 post.go:13] post to http://localhost:9333/dir/join Post 
http://localhost:9333/dir/join: dial tcp 127.0.0.1:9333: ConnectEx tcp: No c
onnection could be made because the target machine actively refused it.

what can i do on win8

Original issue reported on code.google.com by momofi...@gmail.com on 28 Aug 2013 at 2:29

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for your detailed information. It looks like your machine can not access 
folder "/tmp".

You can avoid the problem by specifying the meta directory. For example:
 weed master -mdir="D:/tmp"

Please let me know whether it helps.

Original comment by chris...@gmail.com on 28 Aug 2013 at 4:46

GoogleCodeExporter commented 9 years ago
It works :) Thank you very much!

Original comment by momofi...@gmail.com on 28 Aug 2013 at 2:37

GoogleCodeExporter commented 9 years ago

Original comment by chris...@gmail.com on 28 Aug 2013 at 5:42