Closed rainayangg closed 2 years ago
Hi! I tried to run it in my VM using the latest commit and it runs correctly, could you share more details about the container you're using?
Hey! Thanks a lot for the quick reply. I am running the standard ubuntu image (version 20.04) while the host OS is ubuntu 18.04(perhaps it is where the issue comes from?). I was at this commit but also tried the latest one(which is of today) but still get the same error.
Is the container a virtual machine, or docker, or what are you using? What are the system properties of this container?
Closing this issue as no follow up was received, if you have new errors please open a new issue
Hi, I am trying to run Katran inside a container(ubuntu 20.04). The building was successful but I have met with problems when trying to run
./os_run_tester.sh
and got the follow error:It seems that
setrlimit(RLIMIT_MEMLOCK, &lck_mem)
returns -1 in the run. After I tried to skip this first by commenting it, I get another error:wondering by any chance you could provide some help/insights? Thanks!