wolfcw / libfaketime

libfaketime modifies the system time for a single application
https://github.com/wolfcw/libfaketime
GNU General Public License v2.0
2.64k stars 321 forks source link

In ft_shm_init(), sem_open failed and recreation attempts failed: Operation not permitted #384

Open hiangeel opened 2 years ago

hiangeel commented 2 years ago

I use this following command in terminal an get the error message as the title. Command:

I called on 2 different apps. One can be run but the other can't be. I got the error:

libfaketime: In ft_shm_init(), sem_open failed and recreation attempts failed: Operation not permitted
libfaketime: sem_name was /faketime_sem_952, created locally: false

[1]  + exit 1     faketime '2022-01-01 00:00:00' 

Please help me.