Hello Kota,
Theoretically I understand the issue, but I don't see where I have
URLencoded / decoded any data? this is my sourcecode for test-uploading the
files where should I change anything (without hacking into the *AWS Node.js
SDK itself)? *
*my code that fails if file gets too big to upload
Hello Shino,
I was uploading this http://we.tl/RQkKk1G7ly file to riakCS so the correct
MD5 digest should be calculatable
I don't know how to generate a pcap formatted file from linux, but I made
an ngrep which might also do the job? ...
the ngrep below:
interface: eth0 (172.16.0.0/255.255.248.
All,
I've been working on a Riak setup with Search (version 2.0.0), 2 custom
schemas for 3 datatypes (maps of sets, wanted to query against values of
these sets, one of the schemas stores one of these sets, but there's max 2
values in that particular one per record).
Everything seemed to be runni
ngrep does not show some bytes. tcpdump can dump network data in pcap format.
ex: sudo tcpdump -s 65535 -w /tmp/out.pcap -i eth0 'port 8080'
--
Shunichi Shinohara
Basho Japan KK
On Tue, Mar 10, 2015 at 7:30 PM, Niels O wrote:
> Hello Shino,
>
> I was uploading the attached file to riakCS so the
Niels,
I tested PUT object by your script (slightly modified for keys etc.) and
succeeded.
My environment:
- Riak CS, both 1.5 branch and develop branch
- node.js v0.10.25
- npm 1.3.10
- % npm ls
/home/shino/b/g/riak_cs-2.0
└─┬ aws-sdk@2.1.16
├─┬ xml2js@0.2.6
│ └── sax@0.4.2
└── xmlbuilder@0
Hi!
I used the command below to make this http://we.tl/ijfcnmJqlS pcap
tcpdump 'host 172.16.3.21' -s 65535 -i eth0 > /opt/dump.pcap
On Wed, Mar 11, 2015 at 3:13 AM, Shunichi Shinohara wrote:
> ngrep does not show some bytes. tcpdump can dump network data in pcap
> format.
>
> ex: sudo tcp