digitalmethodsinitiative / dmi-tcat

Digital Methods Initiative - Twitter Capture and Analysis Toolset
Apache License 2.0
367 stars 114 forks source link

Problem line 1029 #392

Closed aymannkhatib closed 4 years ago

aymannkhatib commented 4 years ago

Hello,

I hope i am in the right place to talk about it.

I wanted to install dmi-tcat so i ran "sudo ./tcat-install-linux.sh"

It all went good for a while until i got " Disabling Linux kernel transparant HugePage support ./tcat-install-linux.sh: line 1029: /sys/kernel/mm/transparent_hugepage/enabled: No such file or directory tcat-install-linux.sh: command failed: install aborted"

Screenshot: image

Would anyone have an idea of why it is not working?

Thak you very much for your answer

niczem commented 4 years ago

Hi and thanks for submitting the issue - i created a possible fix in this branch: https://github.com/digitalmethodsinitiative/dmi-tcat/pull/393

can you check if it works?

johannessweater commented 4 years ago

Hi -- I just now tried installing TCAT on a Debian instance and ran into the same problem.

niczem commented 4 years ago

which debian version are you using? 9 or 10?

johannessweater commented 4 years ago

I'm using Debian 9. I just tried again with a new instance and got the same error again (re hugepages package).

niczem commented 4 years ago

Okey I tried to disable the hugepage support as documented here and tested it on a debian 9 - it should work now :)

johannessweater commented 4 years ago

Success! :-D