-
hyc
linux box on 1.152 has sync'd to 22% so far with no trouble
-
hyc
I think this macbook is just flaky then
-
hyc
which I guess isn't too surprising. did I mention that I caught it infinite looping in my database benchmark?
-
hyc
because at one point it decided that 0 / 10 = 1
-
hyc
dunno if comipler bug or CPU bug
-
wfaressuissia[m]
"because at one point it decided that 0 / 10 = 1" :D
-
wfaressuissia[m]
"it definitely is not doing clean shutdowns of those incoming sockets" there is no socket.close() (only socket.shutdown()) since it could trigger segfault within epoll due to internals of boost::asio
-
wfaressuissia[m]
" this node 1.155 thinks it has a conn to 1.214 but 1.214 doesn't show any", "ok it finally closed properly" interesting, full coredump or at least log with `--log-level 4` would help
-
wfaressuissia[m]
"phantoms" Did you see this phantom before ban or after ban ? Was it the only outgoing connection from 1.155 or not ?
-
wfaressuissia[m]
logs from paste.debian.net aren't available now
-
hyc
yes it was the only conn from 1.155 to 1.214
-
wfaressuissia[m]
before or after ban of 1.214 by 1.155 ?
-
hyc
in this case there was no ban
-
hyc
1.155 was serving to 1.152 and syncing rom 1.214
-
hyc
it's looking like the bans were solely due to timeouts waiting for 1.214
-
hyc
I found that trustd on the Mac was wating 100% CPU so that was probably causing monerod to respond more slowly
-
hyc
trustd eating 100% CPU appears to be a common problem on MacOS
-
binaryFate
offtopic but hyc aren't you usually a linux guy? How easy do you find it to work with a mac? Not that I'm tempted, just curious if testing stuff in that environment is a lot of work for linux-non-mac persons
-
hyc
yeah I would never use a mac by choice
-
hyc
fwiw I enabled sshd and just ssh into it from my linux laptop
-
hyc
getting the dev environment going wasn't too bad. there's a mac command to install deelopers CLI tools
-
hyc
and then use homebrew to install other dependencies
-
hyc
but like I said, there's something flaky about either this compiler or this CPU
-
Guest_AP
Hello I am trying to perform the build for this repo and I am currently have the following issue:
-
Guest_AP
CMake Error at C:/Program Files/CMake/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
-
Guest_AP
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
-
Guest_AP
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY
-
Guest_AP
OPENSSL_INCLUDE_DIR)
-
Guest_AP
Call Stack (most recent call first):
-
Guest_AP
C:/Program Files/CMake/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
-
Guest_AP
C:/Program Files/CMake/share/cmake-3.15/Modules/FindOpenSSL.cmake:413 (find_package_handle_standard_args)
-
Guest_AP
CMakeLists.txt:496 (find_package)
-
Guest_AP
I already tried download and installing openssl. What could possibly be the issue still?
-
selsta
are you using mingw64 shell?
-
wfaressuissia[m]
Is it msys ?
-
sethsimmons
Sure you installed the right package per:
github.com/monero-project/monero?
-
sethsimmons
i.e. `libssl-dev` for Debian/Ubuntu
-
Guest_AP
Yeah I'm using mingw64 shell
-
sethsimmons
I don't even know what that is so I'm going to bow out here 😅 Hopefully someone else can help you out.
-
selsta
Guest_AP: post full logs of command you used
-
Guest_AP
I perform the build instructions for windows as per:
github.com/monero-project/monero#on-windows
-
Guest_AP
It fails when I try to run the command: make release-static-win64
-
Guest_AP
I perform the make release-static-win64 using powershell
-
selsta
no not using powershell
-
selsta
you have to use msys2 mingw64 shell
-
Guest_AP
Ok
-
wfaressuissia[m]
"paste.debian.net", `pacman -Qq; cat /var/log/pacman.log` open mingw64 msys2 shell, execute this command and paste into that website
-
dEBRUYNE
-
selsta
speed will be interesting
-
selsta
also I wonder if webmining with webassmebly will work
-
sech1
wasm doesn't have rounding modes and can't allocate 2 GB
-
selsta
ok so the same issues as JS miner
-
sech1
"pure Rust is the goal" not quite compatible with JIT. He has to use asm code there
-
hyc
waste of effort rewriting in rust, since all of the hard work is in asm
-
hyc
I suppose if you are a rust developer it will help flush out rust compiler & lib bugs
-
hyc
rust is a system programming language with permanently welded-on training wheels...