Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid target process ID number. #2

Open
Humagillani opened this issue Feb 25, 2017 · 2 comments
Open

Invalid target process ID number. #2

Humagillani opened this issue Feb 25, 2017 · 2 comments

Comments

@Humagillani
Copy link

stap /home/scsi/Desktop/scsi_fault_injection_test_tool-1.0.1/sector_rerr.stp 8 17 33 1 135270 -g -I /home/scsi/Desktop/scsi_fault_injection_test_tool-1.0.1/fault_injection_common_sata -vxt-t

when use that command i get the error

invalid process ID number.

how could i solve that

@dwalkes
Copy link
Owner

dwalkes commented Feb 25, 2017

Hi,
Where did you find the -vxt-t argument recommendation? I think the problem is the -x argument is a PID filter but you aren't specifying a PID.
I wouldn't expect you'd want to try to use a PID filter, instead I'd just expect you'd use a command line like this:
sudo stap ./sector_rerr.stp 8 17 33 1 135270 -g -I ./fault_injection_common_sata
From the /home/scsi/Desktop/scsi_fault_injection_test_tool-1.0.1 directory.

@Humagillani
Copy link
Author

after doing so
sudo stap ./sector_rerr.stp 8 17 33 1 135270 -g -I ./fault_injection_common_sata
From the /home/scsi/Desktop/scsi_fault_injection_test_tool-1.0.1 directory.

it gives me killed as a result
what should i do now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants