It certianly seems I do something wrong, but `apport-collect 1862962`
sends nothing to Launchpad. So I manually attach apport's file generated
for the package.

** Attachment added: "_usr_bin_anbox.log"
   
https://bugs.launchpad.net/ubuntu/+source/anbox/+bug/1862962/+attachment/5327673/+files/_usr_bin_anbox.log

** Description changed:

  mymedia@freesia:~$ anbox session-manager
  [ 2020-02-12 14:25:41] [session_manager.cpp:130@operator()] Failed to start 
as either binder or ashmem kernel drivers are not loaded
  mymedia@freesia:~$ ANBOX_LOG_LEVEL=debug anbox session-manager
  [ 2020-02-12 14:25:45] [session_manager.cpp:130@operator()] Failed to start 
as either binder or ashmem kernel drivers are not loaded
  mymedia@freesia:~$ lsmod | egrep 'binder|ashmem'
  binder_linux          163840  0
  ashmem_linux           20480  0
  mymedia@freesia:~$ systemctl status anbox-container-manager
  ● anbox-container-manager.service - Anbox Container Manager
-    Loaded: loaded (/lib/systemd/system/anbox-container-manager.service; 
enabled; vendor preset: enabled)
-    Active: active (running) since Wed 2020-02-12 17:24:49 MSK; 1min 0s ago
-      Docs: man:anbox(1)
-   Process: 1136 ExecStartPre=/sbin/modprobe ashmem_linux (code=exited, 
status=0/SUCCESS)
-   Process: 1141 ExecStartPre=/sbin/modprobe binder_linux (code=exited, 
status=0/SUCCESS)
-   Process: 1162 ExecStartPre=/usr/share/anbox/anbox-bridge.sh start 
(code=exited, status=0/SUCCESS)
-  Main PID: 1314 (anbox)
-     Tasks: 9 (limit: 4915)
-    Memory: 11.6M
-    CGroup: /system.slice/anbox-container-manager.service
-            └─1314 /usr/bin/anbox container-manager --daemon --privileged 
--data-path=/var/lib/anbox
+    Loaded: loaded (/lib/systemd/system/anbox-container-manager.service; 
enabled; vendor preset: enabled)
+    Active: active (running) since Wed 2020-02-12 17:24:49 MSK; 1min 0s ago
+      Docs: man:anbox(1)
+   Process: 1136 ExecStartPre=/sbin/modprobe ashmem_linux (code=exited, 
status=0/SUCCESS)
+   Process: 1141 ExecStartPre=/sbin/modprobe binder_linux (code=exited, 
status=0/SUCCESS)
+   Process: 1162 ExecStartPre=/usr/share/anbox/anbox-bridge.sh start 
(code=exited, status=0/SUCCESS)
+  Main PID: 1314 (anbox)
+     Tasks: 9 (limit: 4915)
+    Memory: 11.6M
+    CGroup: /system.slice/anbox-container-manager.service
+            └─1314 /usr/bin/anbox container-manager --daemon --privileged 
--data-path=/var/lib/anbox
  
  фев 12 17:24:49 freesia systemd[1]: Starting Anbox Container Manager...
  фев 12 17:24:49 freesia systemd[1]: Started Anbox Container Manager.
  mymedia@freesia:~$ systemctl --user status anbox-session-manager
  ● anbox-session-manager.service - Anbox Session Manager
-    Loaded: loaded (/usr/lib/systemd/user/anbox-session-manager.service; 
disabled; vendor preset: enabled)
-    Active: inactive (dead)
-      Docs: man:anbox(1)
+    Loaded: loaded (/usr/lib/systemd/user/anbox-session-manager.service; 
disabled; vendor preset: enabled)
+    Active: inactive (dead)
+      Docs: man:anbox(1)
  mymedia@freesia:~$ journalctl -u anbox-container-manager
  -- Logs begin at Wed 2020-02-12 17:23:00 MSK, end at Wed 2020-02-12 17:25:53 
MSK. --
  фев 12 17:24:23 freesia systemd[1]: Stopping Anbox Container Manager...
  фев 12 17:24:23 freesia systemd[1]: anbox-container-manager.service: 
Succeeded.
  фев 12 17:24:23 freesia systemd[1]: Stopped Anbox Container Manager.
  -- Reboot --
  фев 12 17:24:49 freesia systemd[1]: Starting Anbox Container Manager...
  фев 12 17:24:49 freesia systemd[1]: Started Anbox Container Manager.
  mymedia@freesia:~$ journalctl --user -u anbox-session-manager
  -- Logs begin at Wed 2020-02-12 17:24:23 MSK, end at Wed 2020-02-12 17:25:19 
MSK. --
  -- No entries --
+ mymedia@freesia:~$ anbox system-info
+ version: 0.0~git20190124-1-Ubuntu
+ cpu:
+   arch:  x86
+   brand: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz
+   features: 
+     - aes
+     - sse4_1
+     - sse4_2
+     - avx
+     - avx2
+ os:
+   name: Ubuntu
+   version: 19.10 (Eoan Ermine)
+   snap-based: false
+ kernel:
+   version: Linux version 5.3.0-29-generic (buildd@lcy01-amd64-024) (gcc 
version 9.2.1 20191008 (Ubuntu 9.2.1-9ubuntu2)) #31-Ubuntu SMP Fri Jan 17 
17:27:26 UTC 2020
+   binder: false
+   ashmem: true
+ graphics:
+   egl:
+     vendor: Mesa Project
+     version: 1.4
+     extensions:
+       - EGL_ANDROID_blob_cache
+       - EGL_ANDROID_native_fence_sync
+       - EGL_CHROMIUM_sync_control
+       - EGL_EXT_buffer_age
+       - EGL_EXT_create_context_robustness
+       - EGL_EXT_image_dma_buf_import
+       - EGL_EXT_image_dma_buf_import_modifiers
+       - EGL_IMG_context_priority
+       - EGL_KHR_config_attribs
+       - EGL_KHR_create_context
+       - EGL_KHR_create_context_no_error
+       - EGL_KHR_fence_sync
+       - EGL_KHR_get_all_proc_addresses
+       - EGL_KHR_gl_colorspace
+       - EGL_KHR_gl_renderbuffer_image
+       - EGL_KHR_gl_texture_2D_image
+       - EGL_KHR_gl_texture_3D_image
+       - EGL_KHR_gl_texture_cubemap_image
+       - EGL_KHR_image
+       - EGL_KHR_image_base
+       - EGL_KHR_image_pixmap
+       - EGL_KHR_no_config_context
+       - EGL_KHR_reusable_sync
+       - EGL_KHR_surfaceless_context
+       - EGL_EXT_pixel_format_float
+       - EGL_KHR_wait_sync
+       - EGL_MESA_configless_context
+       - EGL_MESA_drm_image
+       - EGL_MESA_image_dma_buf_export
+       - EGL_MESA_query_driver
+       - EGL_NOK_texture_from_pixmap
+       - EGL_WL_bind_wayland_display
+   gles2:
+     vendor: Intel Open Source Technology Center
+     vendor: OpenGL ES 3.1 Mesa 19.2.8
+     extensions:
+       - GL_EXT_blend_minmax
+       - GL_EXT_multi_draw_arrays
+       - GL_EXT_texture_filter_anisotropic
+       - GL_EXT_texture_compression_s3tc
+       - GL_EXT_texture_compression_dxt1
+       - GL_EXT_texture_compression_rgtc
+       - GL_EXT_texture_format_BGRA8888
+       - GL_OES_compressed_ETC1_RGB8_texture
+       - GL_OES_depth24
+       - GL_OES_element_index_uint
+       - GL_OES_fbo_render_mipmap
+       - GL_OES_mapbuffer
+       - GL_OES_rgb8_rgba8
+       - GL_OES_standard_derivatives
+       - GL_OES_stencil8
+       - GL_OES_texture_3D
+       - GL_OES_texture_float
+       - GL_OES_texture_float_linear
+       - GL_OES_texture_half_float
+       - GL_OES_texture_half_float_linear
+       - GL_OES_texture_npot
+       - GL_OES_vertex_half_float
+       - GL_EXT_texture_sRGB_decode
+       - GL_OES_EGL_image
+       - GL_OES_depth_texture
+       - GL_OES_packed_depth_stencil
+       - GL_EXT_texture_type_2_10_10_10_REV
+       - GL_NV_conditional_render
+       - GL_OES_get_program_binary
+       - GL_APPLE_texture_max_level
+       - GL_EXT_discard_framebuffer
+       - GL_EXT_read_format_bgra
+       - GL_EXT_frag_depth
+       - GL_NV_fbo_color_attachments
+       - GL_OES_EGL_image_external
+       - GL_OES_EGL_sync
+       - GL_OES_vertex_array_object
+       - GL_OES_viewport_array
+       - GL_ANGLE_texture_compression_dxt3
+       - GL_ANGLE_texture_compression_dxt5
+       - GL_EXT_occlusion_query_boolean
+       - GL_EXT_robustness
+       - GL_EXT_texture_rg
+       - GL_EXT_unpack_subimage
+       - GL_NV_draw_buffers
+       - GL_NV_read_buffer
+       - GL_NV_read_depth
+       - GL_NV_read_depth_stencil
+       - GL_NV_read_stencil
+       - GL_EXT_draw_buffers
+       - GL_EXT_map_buffer_range
+       - GL_KHR_debug
+       - GL_KHR_robustness
+       - GL_OES_depth_texture_cube_map
+       - GL_OES_required_internalformat
+       - GL_OES_surfaceless_context
+       - GL_EXT_color_buffer_float
+       - GL_EXT_sRGB_write_control
+       - GL_EXT_separate_shader_objects
+       - GL_EXT_shader_implicit_conversions
+       - GL_EXT_shader_integer_mix
+       - GL_EXT_tessellation_point_size
+       - GL_EXT_tessellation_shader
+       - GL_INTEL_performance_query
+       - GL_EXT_base_instance
+       - GL_EXT_compressed_ETC1_RGB8_sub_texture
+       - GL_EXT_copy_image
+       - GL_EXT_draw_buffers_indexed
+       - GL_EXT_draw_elements_base_vertex
+       - GL_EXT_gpu_shader5
+       - GL_EXT_polygon_offset_clamp
+       - GL_EXT_primitive_bounding_box
+       - GL_EXT_render_snorm
+       - GL_EXT_shader_io_blocks
+       - GL_EXT_texture_border_clamp
+       - GL_EXT_texture_buffer
+       - GL_EXT_texture_cube_map_array
+       - GL_EXT_texture_norm16
+       - GL_EXT_texture_view
+       - GL_KHR_blend_equation_advanced
+       - GL_KHR_context_flush_control
+       - GL_KHR_robust_buffer_access_behavior
+       - GL_NV_image_formats
+       - GL_OES_copy_image
+       - GL_OES_draw_buffers_indexed
+       - GL_OES_draw_elements_base_vertex
+       - GL_OES_gpu_shader5
+       - GL_OES_primitive_bounding_box
+       - GL_OES_sample_shading
+       - GL_OES_sample_variables
+       - GL_OES_shader_io_blocks
+       - GL_OES_shader_multisample_interpolation
+       - GL_OES_tessellation_point_size
+       - GL_OES_tessellation_shader
+       - GL_OES_texture_border_clamp
+       - GL_OES_texture_buffer
+       - GL_OES_texture_cube_map_array
+       - GL_OES_texture_stencil8
+       - GL_OES_texture_storage_multisample_2d_array
+       - GL_OES_texture_view
+       - GL_EXT_blend_func_extended
+       - GL_EXT_buffer_storage
+       - GL_EXT_float_blend
+       - GL_EXT_geometry_point_size
+       - GL_EXT_geometry_shader
+       - GL_EXT_shader_samples_identical
+       - GL_KHR_no_error
+       - GL_OES_EGL_image_external_essl3
+       - GL_OES_geometry_point_size
+       - GL_OES_geometry_shader
+       - GL_OES_shader_image_atomic
+       - GL_EXT_clip_cull_distance
+       - GL_EXT_disjoint_timer_query
+       - GL_EXT_texture_compression_s3tc_srgb
+       - GL_MESA_shader_integer_functions
+       - GL_EXT_clip_control
+       - GL_EXT_texture_compression_bptc
+       - GL_KHR_parallel_shader_compile
+       - GL_EXT_shader_framebuffer_fetch_non_coherent
+       - GL_EXT_texture_sRGB_R8
+       - GL_EXT_texture_shadow_lod
+       - GL_MESA_framebuffer_flip_y
+       - GL_EXT_depth_clamp
+       - GL_EXT_texture_query_lod
  mymedia@freesia:~$

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1862962

Title:
  anbox session manager does not start due to binder or ashmem kernel
  modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/anbox/+bug/1862962/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to