Gourav kumar
Gourav kumar
@AhmedLotfy02 Please update your PR according to the refactored changes.
Using the below command the issue was solved. `sudo mount -t debugfs debugfs /sys/kernel/debug`
@omgupta1608 If you're using colima then you can try: 1. `colima ssh` 2. `sudo mount -t debugfs debugfs /sys/kernel/debug`.
@omgupta1608 You're correct about that, this is for Linux file system only. You can try [this](https://github.com/keploy/keploy/issues/984#issuecomment-1871927103) if it fails again, please let us know.
@omgupta1608 I appreciate your feedback, and it's unfortunate to hear about the challenges you faced with Keploy. I understand your decision to move away for now. However, I'd like to...
Hey @Shivkant-Chauhan, Can you please share your **alias** of keploy. & please share the output of this command also `docker volume inspect debugfs`. And if there is no volume named...
@Shivkant-Chauhan We need more discussion around this bug as we are not able to reproduce at our end after following the above-provided solutions. You can reach out to me on...
@himanshu-wedensday what OS are you using?
@himanshu-wedensday Are you still facing that issue or after changing the permissions, it is working?
@Prasang023 Here is a sample GHA for your reference. ```yaml name: Setup Application with Keploy on: [push, pull_request] jobs: setup-and-test: runs-on: ubuntu-latest steps: # Step 1: Set up your application...