libfaketime
libfaketime copied to clipboard
In ft_shm_init(), sem_open failed and recreation attempts failed: Operation not permitted
I use this following command in terminal an get the error message as the title. Command:
- install faketime/coreutils at the first time:
brew install libfaketime coreutils - call to launch an app:
faketime '2022-01-01 00:00:00' /Application/AppName.app/Contents/MacOS/AppName &
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.