This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
Open
Description
Is there a reason that the (quite large) geth
binary is copied rather than symlinked?
$ ls -il /home/ravi/.config/Mist/binaries/Geth/unpacked/geth-linux-amd64-1.7.0-6c6c7b2a/geth
6190780 -rwxr-xr-x 1 ravi ravi 31,902,111 Sep 14 21:33 /home/ravi/.config/Mist/binaries/Geth/unpacked/geth-linux-amd64-1.7.0-6c6c7b2a/geth
$ ls -il /home/ravi/.config/Mist/binaries/Geth/unpacked/geth
6190781 -rwxr-xr-x 1 ravi ravi 31,902,111 Sep 24 12:40 /home/ravi/.config/Mist/binaries/Geth/unpacked/geth
Notice the inode number (first field) is different, but only by one, indicating it is copied immediately after creation.
Version: `[2017-09-24 13:07:07.086] [INFO] main - 0.9.0`
OS & Version: `Linux svelte 4.9.47-1-MANJARO #1 SMP PREEMPT Sat Sep 2 07:29:38 UTC 2017 x86_64 GNU/Linux`
Node version: `instance=Geth/v1.7.0-stable-6c6c7b2a/linux-amd64/go1.9`
Number of blocks synchronized: I'm running `--light`