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

[BUG] Did not start up - Gtk Errors #2

Closed
1 task done
bethgocs opened this issue Dec 7, 2023 · 11 comments
Closed
1 task done

[BUG] Did not start up - Gtk Errors #2

bethgocs opened this issue Dec 7, 2023 · 11 comments

Comments

@bethgocs
Copy link

bethgocs commented Dec 7, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Great work! Thanks. I have some problems starting the container. It does not start and there are Gtk Error in the log.

Expected Behavior

No response

Steps To Reproduce

docker-compose up

Environment

- OS: Debain Bookworm
- How docker service was installed: https://docs.docker.com/engine/install/debian/#install-from-a-package

CPU architecture

vCPU (Details in comment below)

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 40 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Vendor ID: GenuineIntel
BIOS Vendor ID: QEMU
Model name: Intel Xeon Processor (Skylake, IBRS)
BIOS Model name: pc-i440fx-2.7 CPU @ 2.0GHz
BIOS CPU family: 1
CPU family: 6
Model: 85
Thread(s) per core: 2
Core(s) per socket: 1
Socket(s): 4
Stepping: 4
BogoMIPS: 4199.99

Docker creation

version: "3.9"
services:
  bambustudio:
    image: ghcr.io/linuxserver/bambustudio:latest
    container_name: Bambu-Studio
    hostname: bambustudio
    mem_limit: 4g
    cpu_shares: 1024
    security_opt:
      - no-new-privileges:true
      - seccomp:unconfined
    privileged: true
    healthcheck:
      test: curl -f http://bambu:bambu@localhost:3000/ || exit 1
    #ports:
    #  - 8233:3000
    volumes:
      - ./config:/config:rw
    environment:
      TZ: Europe/Bucharest
      PUID: 1000
      PGID: 1000
      TITLE: Bambu-Studio
      CUSTOM_USER: bambu
      PASSWORD: bambu
    restart: unless-stopped
    labels:
      - "traefik.enable=true"
      - "traefik.docker.network=traefik"
      - "traefik.http.routers.bambustudio.rule=Host(`bambu.xxxx.de`)"
      - "traefik.http.routers.bambustudio.entrypoints=websecure"
      - "traefik.http.routers.bambustudio.tls.certresolver=le"
      - 'traefik.http.services.bambustudio.loadbalancer.server.port=3000'
      #- "traefik.http.routers.bambustudio.middlewares=auth"
      - com.centurylinklabs.watchtower.enable=true

Container logs

^[[36mBambu-Studio   |^[[0m (bambu-studio:268): dbind-WARNING **: 09:53:35.816: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): GLib-GObject-WARNING **: 09:53:36.307: invalid cast from 'wxPizza' to 'GtkCellLayout'
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.307: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): GLib-GObject-WARNING **: 09:53:36.308: invalid cast from 'wxPizza' to 'GtkCellLayout'
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.308: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): GLib-GObject-WARNING **: 09:53:36.310: invalid cast from 'wxPizza' to 'GtkCellLayout'
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.310: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): GLib-GObject-WARNING **: 09:53:36.311: invalid cast from 'wxPizza' to 'GtkCellLayout'
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.311: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): GLib-GObject-WARNING **: 09:53:36.317: invalid cast from 'wxPizza' to 'GtkCellLayout'
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.317: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): GLib-GObject-WARNING **: 09:53:36.318: invalid cast from 'wxPizza' to 'GtkCellLayout'
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.318: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
^[[36mBambu-Studio   |^[[0m Could not determine the accessibility bus address
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.447: gtk_window_resize: assertion 'height > 0' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.453: gtk_widget_set_size_request: assertion 'width >= -1' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.453: gtk_widget_set_size_request: assertion 'width >= -1' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.454: gtk_widget_set_size_request: assertion 'width >= -1' failed
^[[36mBambu-Studio   |^[[0m
^[[36mBambu-Studio   |^[[0m (bambu-studio:268): Gtk-CRITICAL **: 09:53:36.454: gtk_widget_set_size_request: assertion 'width >= -1' failed
^[[36mBambu-Studio   |^[[0m
Copy link

github-actions bot commented Dec 7, 2023

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@j0nnymoe j0nnymoe added the invalid This doesn't seem right label Dec 7, 2023
@LinuxServer-CI LinuxServer-CI moved this from Issues to Insufficient Info in Issue & PR Tracker Dec 7, 2023
Copy link

github-actions bot commented Dec 7, 2023

A human has marked this issue as invalid, this likely happened because the issue template was not used in the creation of the issue.

@j0nnymoe
Copy link
Member

j0nnymoe commented Dec 7, 2023

You have missed important information we need to look into this.

@bethgocs
Copy link
Author

bethgocs commented Dec 7, 2023

thx hopefully added all missing

@j0nnymoe
Copy link
Member

j0nnymoe commented Dec 7, 2023

What CPU?

@bethgocs
Copy link
Author

bethgocs commented Dec 7, 2023

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 40 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Vendor ID: GenuineIntel
BIOS Vendor ID: QEMU
Model name: Intel Xeon Processor (Skylake, IBRS)
BIOS Model name: pc-i440fx-2.7 CPU @ 2.0GHz
BIOS CPU family: 1
CPU family: 6
Model: 85
Thread(s) per core: 2
Core(s) per socket: 1
Socket(s): 4
Stepping: 4
BogoMIPS: 4199.99
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq vmx ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt clwb avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 arat md_clear arch_capabilities
Virtualization: VT-x
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 128 KiB (4 instances)
L1i cache: 128 KiB (4 instances)
L2 cache: 16 MiB (4 instances)
NUMA node(s): 1
NUMA node0 CPU(s): 0-7
Vulnerability Gather data sampling: Unknown: Dependent on hypervisor status
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed: Mitigation; IBRS
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown
~

@bethgocs
Copy link
Author

bethgocs commented Dec 7, 2023

vCPU: https://www.strato.de/server/linux-vserver/ (VC8-32) [KVM Virtualisation]

@LinuxServer-CI
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@thelamer
Copy link
Member

thelamer commented Feb 8, 2024

Have you tried it without those security flags? I run this on bookworm and it runs fine.

@LinuxServer-CI
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale May 9, 2024
@LinuxServer-CI LinuxServer-CI moved this from Insufficient Info to Done in Issue & PR Tracker May 9, 2024
Copy link

github-actions bot commented Jun 8, 2024

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

4 participants