vg icon indicating copy to clipboard operation
vg copied to clipboard

Error running VG

Open hgz2021 opened this issue 3 years ago • 1 comments

Hello, I installed the latest version of VG with Conda. The installation went well, but there was a problem typing vg -h FATAL: kernel too old Aborted (core dumped)

hgz2021 avatar Aug 03 '21 09:08 hgz2021

How old is your kernel? What does uname -a say about it?

The static binaries we distribute on the releases page should run on Linux 3.2 or later, which is from around 2012, although we don't actually test that far back. I believe that Conda builds their own binaries, though, and I can't vouch for what Linux versions they support.

You should be able to use file $(which vg) to inspect the binary, and it will tell you what version of Linux it ought to work on. Our releases look like:

vg: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, BuildID[sha1]=556f81232dabefed5605f53ec9f47cb6ecacf881, for GNU/Linux 3.2.0, not stripped

adamnovak avatar Aug 10 '21 17:08 adamnovak

Command

vg]$ ./vg --version FATAL: kernel too old Aborted (core dumped)

vg]$ file $(which ./vg) /xxx/software/VG/vg/vg: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, for GNU/Linux 3.2.0, not stripped

vg]$ uname -a Linux admin 2.6.32-504.el6.x86_64 #1 SMP Wed Oct 15 04:27:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

Is it because my Linux kernel version is too old?

jingydz avatar May 30 '23 05:05 jingydz