mojolingo / sippy_cup

Create SIP load test scenarios the easy way
http://mojolingo.github.io/sippy_cup
MIT License
218 stars 78 forks source link

Opperations not permitted #112

Open GeorgeAtEasyWifi opened 2 years ago

GeorgeAtEasyWifi commented 2 years ago

so upon trying to build from source (latest version on github) on a Mac OS (Latest version at time of writing) device ive encountered no end of problems trying to get sipp to work with sippy_cup, after installing the homebrew version of sipp with pcap flags enabled to fix the issue sippy_cup was displaying, sippy_cup now agnowledges the pcap libs are present but now gives the pollowing error message.

job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: Operation not permitted
job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: Operation not permitted
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/bundler_version_finder.rb:80:in `pwd': Operation not permitted - getcwd (Errno::EPERM)

plus 10 more lines of the same, now to me this seemed like a perssions error to me so tried to run as root and still gave the same errors.

very possible ive got something simple round the wrong way or maybe an issue with newer versions of Mac OS ?