鐘翊修
鐘翊修
Could you try ping to www.ssga.com from the ubuntu? Looks like the machine can't resolv www.ssga.com
I have the same issue. With a very small file (28 Bytes). I can replicate the issue by - use golang PutObject to create a small file like `xxx-1/7f9d85cf-7f48-408c-9649-f4c1ba472886/small.json` -...
繁體使用者有覺得 PMingLiU 適合嗎?
on linux amd64 for windows amd64 OS: debian system requirements: - binutils-mingw-w64 - gcc-mingw-w64-ucrt64 - g++-mingw-w64-ucrt64 ```sh CGO_ENABLED=1 \ CC=x86_64-w64-mingw32ucrt-gcc CXX=x86_64-w64-mingw32ucrt-g++ \ GOOS=windows GOARCH=amd64 go build -ldflags "-linkmode external -extldflags...
on linux ``` INTERNAL Error: Attempted to dereference unique_ptr that is NULL! Stack Trace: /home/obarisk/.duckdb/extensions/v1.2.2/linux_amd64_gcc4/cache_httpfs.duckdb_extension(+0x58e0e3) [0x7fb0b478e0e3] /home/obarisk/.duckdb/extensions/v1.2.2/linux_amd64_gcc4/cache_httpfs.duckdb_extension(+0x58e116) [0x7fb0b478e116] /home/obarisk/.duckdb/extensions/v1.2.2/linux_amd64_gcc4/cache_httpfs.duckdb_extension(+0x58fdb1) [0x7fb0b478fdb1] /home/obarisk/.duckdb/extensions/v1.2.2/linux_amd64_gcc4/cache_httpfs.duckdb_extension(+0x35033e) [0x7fb0b455033e] /home/obarisk/.duckdb/extensions/v1.2.2/linux_amd64_gcc4/cache_httpfs.duckdb_extension(+0x35656f) [0x7fb0b455656f] /home/obarisk/.duckdb/extensions/v1.2.2/linux_amd64_gcc4/cache_httpfs.duckdb_extension(+0x359b41) [0x7fb0b4559b41] /home/obarisk/.duckdb/extensions/v1.2.2/linux_amd64_gcc4/cache_httpfs.duckdb_extension(+0x359d58) [0x7fb0b4559d58] duckdb() [0x92fc74]...
on osx. it's more strange. we need ```sql load httpfs; load cache_httpfs; ATTACH 's3://duckdb-blobs/databases/stations.duckdb' AS stations_db; ``` to get the following error ``` INTERNAL Error: Attempted to dereference unique_ptr that...
exclude those files by pattern is more elegent 👍🏼
thanks for the feedback. Yes, IPv6 is supported, my bad that I didn't check myself. I've also tried ssh tunnel. It also works ✅. the real issue I encountered is...
something like the following. I've tested with different or without `keep-alive` and `max-transmision-unit`. I haven't tested `preshared-key`. Will test that later today. Additionally, I've tested the cargo installed binary to...
Notes, 1. I've tested, if the target ip address is different (e.g., 10.88.81.1, 10.88.88.2), then `cargo installed` will have raise an error `onetun-0.3.10/src/virtual_iface/tcp.rs:100:22:` 2. and `source built` binary works with...