Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Anbox crashing on startup on Ubuntu 23.04 #2134

Open
DonDeeBees opened this issue Aug 10, 2023 · 1 comment
Open

Anbox crashing on startup on Ubuntu 23.04 #2134

DonDeeBees opened this issue Aug 10, 2023 · 1 comment

Comments

@DonDeeBees
Copy link

  1. Please check that no similar bug is already reported. Have a look on the list of open bugs at https://github.com/anbox/anbox/issues

  2. Make sure you are running the latest version of Anbox before reporting an issue. Update snap to latest: snap refresh --devmode --edge anbox

  3. Make sure you have debug logs enabled:
    sudo snap set anbox debug.enable=true

  4. Reproduce the error while debug logs enabled.

  5. Run the anbox logs collection utility and attach the tar file.
    sudo /snap/bin/anbox.collect-bug-info

  6. ** Please paste the result of anbox system-info below:**

anbox system-info output Collecting anbox log files ... + cp /var/snap/anbox/common/data/system.log /tmp/tmp.HrymfPackE cp: cannot stat '/var/snap/anbox/common/data/system.log': No such file or directory + true + cp /var/snap/anbox/common/containers/lxc-monitord.log /tmp/tmp.HrymfPackE cp: cannot stat '/var/snap/anbox/common/containers/lxc-monitord.log': No such file or directory + true + cp /var/snap/anbox/common/logs/container.log /tmp/tmp.HrymfPackE cp: cannot stat '/var/snap/anbox/common/logs/container.log': No such file or directory + true + cp /var/snap/anbox/common/logs/console.log* /tmp/tmp.HrymfPackE cp: cannot stat '/var/snap/anbox/common/logs/console.log*': No such file or directory + true + /snap/anbox/214/command-anbox.wrapper system-info + true + [ -e /etc/systemd/system/snap.anbox.container-manager.service ] + sudo journalctl --no-pager -u snap.anbox.container-manager.service + true + set +x
[please paste printout of `anbox system-info` here]

Please describe your problem:
Anbox crashes at startup

What were you expecting?:

Additional info:
OS is Ubuntu 23.04, recently updated on 8/10/2023

@anirudh7065
Copy link

On Ubuntu 22.04

Collecting anbox log files ...

  • cp /var/snap/anbox/common/data/system.log /tmp/tmp.j1KmRTkomR
    cp: cannot stat '/var/snap/anbox/common/data/system.log': No such file or directory
  • true
  • cp /var/snap/anbox/common/containers/lxc-monitord.log /tmp/tmp.j1KmRTkomR
    cp: cannot stat '/var/snap/anbox/common/containers/lxc-monitord.log': No such file or directory
  • true
  • cp /var/snap/anbox/common/logs/container.log /tmp/tmp.j1KmRTkomR
    cp: cannot stat '/var/snap/anbox/common/logs/container.log': No such file or directory
  • true
  • cp /var/snap/anbox/common/logs/console.log* /tmp/tmp.j1KmRTkomR
    cp: cannot stat '/var/snap/anbox/common/logs/console.log*': No such file or directory
  • true
  • /snap/anbox/214/command-anbox.wrapper system-info
  • true
  • [ -e /etc/systemd/system/snap.anbox.container-manager.service ]
  • sudo journalctl --no-pager -u snap.anbox.container-manager.service
  • true
  • set +x

this is the error i am getting

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

No branches or pull requests

2 participants