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

Cannot Run TimeMachine on my Machine #11

Open
maryammsd opened this issue Aug 28, 2021 · 2 comments
Open

Cannot Run TimeMachine on my Machine #11

maryammsd opened this issue Aug 28, 2021 · 2 comments

Comments

@maryammsd
Copy link

I cloned the repo on a remote server and tried to run the commands given below to analyze an application.

./exec-single-app.bash ../X.apk 0 droidtest/timemachine:1.0 1800 ../X_output

However, I get the following error:

  • true
  • echo 'adb not connected!'
    adb not connected!
  • adb disconnect 127.0.0.1:6000
  • adb connect 127.0.0.1:6000
  • timeout 2 adb -s 127.0.0.1:6000 wait-for-device shell exit 0

How can I solve it? What could be the reason behind?

@zhendong2050
Copy link
Collaborator

Can you check if your virtualbox has been installed properly? Most likely, it is because the vm does not work well due to versions issues with your operating system and virtualbox.

What you can do is to manually login in a docker container and check out if the created vm works well.

@mboehme
Copy link

mboehme commented May 22, 2022

Just posting an earlier (deleted?) solution. Not sure if it is useful.

I have the same problem

insmod: ERROR: missing filename.
WARNING: The character device /dev/vboxdrv does not exist.
Please install the virtualbox-dkms package and the appropriate
headers, most likely linux-headers-generic.

 You will not be able to start VMs until this problem is fixed.
Virtual machine 'Android7_1' is created and registered.
UUID: 007f6612-0911-494e-b492-b7fc2540f79c
Settings file: '/root/VirtualBox VMs/Android7_1/Android7_1.vbox'
WARNING: The character device /dev/vboxdrv does not exist.
Please install the virtualbox-dkms package and the appropriate
headers, most likely linux-headers-generic.

I try to reinstall different version virtual box, but not work.
how can i solve it ?

Later

I solve the problem by this steps:

# close security boot.
sudo apt install virtualbox-dkms
sudo dpkg-reconfigure virtualbox-dkms
sudo dpkg-reconfigure virtualbox

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

3 participants