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

عدم باز شدن سرویس در اوبونتو ۲۴.۰۴ #412

Closed
1 task done
mojitaleghani opened this issue Jul 18, 2024 · 1 comment
Closed
1 task done
Labels
duplicate This issue or pull request already exists

Comments

@mojitaleghani
Copy link

Attention | توجه

  • I searched and no similar issues were found | جستجو کردم و هیچ گزارش مشابهی پیدا نشد

What Happened? | چه اتفاقی افتاده؟

سلام دوستان
روی سیستم عامل Ubuntu 24.04 سرویس Ovlivion v0.41.3-beta رو نصب کردم. هنگام اجرال از طریق gnome و همچنین از طریق cli ارورهایی به شکل زیر می‌گیرم:

moji@august:~$ cat /etc/os-release 
PRETTY_NAME="Ubuntu 24.04 LTS"
VERSION_ID="24.04"
VERSION="24.04 LTS (Noble)

چطور میتونم کمک کنم برای رفع این مشکل؟!

Minimal Reproducible Example | چه پروسه‌ای برای مشاهده این مشکل طی کرده‌اید؟

1- From ubuntu 24.04 gnome desktop; open oblivion-desktop

Relevant log output | لاگ برنامه

Jul 18 14:09:24 august dbus-daemon[6803]: [session uid=1000 pid=6803] Activating service name='org.gnome.Nautilus' requested by ':1.79' (uid=1000 pid=10257 comm="/usr/bin/gnome-shell" label="unconfined")
Jul 18 14:09:24 august dbus-daemon[6803]: [session uid=1000 pid=6803] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.79' (uid=1000 pid=10257 comm="/usr/bin/gnome-shell" label="unconfined")
Jul 18 14:09:24 august dbus-daemon[6803]: [session uid=1000 pid=6803] Activating service name='org.gnome.Characters' requested by ':1.79' (uid=1000 pid=10257 comm="/usr/bin/gnome-shell" label="unconfined")
Jul 18 14:09:24 august dbus-daemon[6803]: [session uid=1000 pid=6803] Activating service name='org.gnome.clocks' requested by ':1.79' (uid=1000 pid=10257 comm="/usr/bin/gnome-shell" label="unconfined")
Jul 18 14:09:24 august dbus-daemon[6803]: [session uid=1000 pid=6803] Activating service name='org.gnome.Settings.SearchProvider' requested by ':1.79' (uid=1000 pid=10257 comm="/usr/bin/gnome-shell" label="unconfined")
Jul 18 14:09:24 august gnome-shell[10257]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 18 14:09:24 august dbus-daemon[6803]: [session uid=1000 pid=6803] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Jul 18 14:09:24 august dbus-daemon[6803]: [session uid=1000 pid=6803] Successfully activated service 'org.gnome.Settings.SearchProvider'
Jul 18 14:09:24 august dbus-daemon[6803]: [session uid=1000 pid=6803] Successfully activated service 'org.gnome.clocks'
Jul 18 14:09:24 august nautilus[12839]: Connecting to org.freedesktop.Tracker3.Miner.Files
Jul 18 14:09:24 august dbus-daemon[6803]: [session uid=1000 pid=6803] Successfully activated service 'org.gnome.Nautilus'
Jul 18 14:09:24 august dbus-daemon[6803]: [session uid=1000 pid=6803] Successfully activated service 'org.gnome.Characters'
Jul 18 14:09:24 august gnome-shell[10257]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 18 14:09:24 august gnome-shell[10257]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 18 14:09:25 august gnome-character[12843]: JS LOG: Characters Application started
Jul 18 14:09:25 august systemd[6771]: Started app-gnome-oblivion\x2ddesktop-12889.scope - Application launched by gnome-shell.
Jul 18 14:09:25 august kernel: audit: type=1400 audit(1721299165.460:253): apparmor="AUDIT" operation="userns_create" class="namespace" info="Userns create - transitioning profile" profile="unconfined" pid=12889 comm="oblivion-deskto" requested="userns_create" target="unprivileged_userns"
Jul 18 14:09:25 august kernel: audit: type=1400 audit(1721299165.466:254): apparmor="DENIED" operation="capable" class="cap" profile="unprivileged_userns" pid=12895 comm="oblivion-deskto" capability=21  capname="sys_admin"
Jul 18 14:09:25 august oblivion-desktop.desktop[12897]: LaunchProcess: failed to execvp:
Jul 18 14:09:25 august oblivion-desktop.desktop[12897]: /opt/Oblivion
Jul 18 14:09:25 august oblivion-desktop.desktop[12889]: [12889:0718/140925.494070:FATAL:zygote_host_impl_linux.cc(201)] Check failed: . : Invalid argument (22)
Jul 18 14:09:25 august kernel: traps: oblivion-deskto[12889] trap int3 ip:5652af3592e6 sp:7ffe136f56d0 error:0 in oblivion-desktop[5652abb77000+79c9000]
Jul 18 14:09:35 august gnome-character[12843]: JS LOG: Characters Application exiting

or from terminator:

moji@august:~$ oblivion-desktop
LaunchProcess: failed to execvp:
/opt/Oblivion
[13570:0718/141632.237950:FATAL:zygote_host_impl_linux.cc(201)] Check failed: . : Invalid argument (22)
Trace/breakpoint trap (core dumped)
@kiomarzsss kiomarzsss added the duplicate This issue or pull request already exists label Jul 19, 2024
@kiomarzsss
Copy link
Collaborator

#338

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants