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

Error after typing system arch in call from subprocess #3

Open
MazenElzanaty opened this issue Feb 4, 2018 · 1 comment
Open

Error after typing system arch in call from subprocess #3

MazenElzanaty opened this issue Feb 4, 2018 · 1 comment

Comments

@MazenElzanaty
Copy link

MazenElzanaty commented Feb 4, 2018

debinject > x86
Traceback (most recent call last):
File "debinject.py", line 97, in
setArch()
File "debinject.py", line 49, in setArch
call('cp Utils/x86/control /tmp/evil/work/DEBIAN')
File "/usr/lib/python2.7/subprocess.py", line 172, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 394, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

in call from subprocess

@MazenElzanaty MazenElzanaty changed the title Error after typing system arch Error after typing system arch in call from subprocess Feb 5, 2018
@lucasduete
Copy link

Duplicate of #2

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