![]() |
2020-02-18
, 14:46
|
Posts: 387 |
Thanked: 707 times |
Joined on May 2015
@ Italy
|
#52
|
# CONFIG_UTS_NS is not set # CONFIG_IPC_NS is not set # CONFIG_USER_NS is not set # CONFIG_PID_NS is not set CONFIG_NET_NS=y CONFIG_NF_CONNTRACK_NETBIOS_NS=y
![]() |
2020-02-18
, 14:48
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#53
|
![]() |
2020-02-20
, 01:04
|
|
Posts: 605 |
Thanked: 732 times |
Joined on Jul 2019
@ UK
|
#54
|
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_NF_CONNTRACK_NETBIOS_NS=y
![]() |
2020-02-20
, 06:59
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#55
|
Do you know from which kernel version do we have these flags in the kernel? I am curious whether they are available in kernel 3.0?
![]() |
2020-02-20
, 09:11
|
|
Posts: 605 |
Thanked: 732 times |
Joined on Jul 2019
@ UK
|
#56
|
According to https://cateee.net/lkddb/web-lkddb/USER_NS.html, should be there under "experimental"
![]() |
2020-02-23
, 08:48
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#57
|
![]() |
2020-02-24
, 22:01
|
|
Posts: 605 |
Thanked: 732 times |
Joined on Jul 2019
@ UK
|
#58
|
Thanks for confirming and showing me the way how I can double check these things in the future.
I think will switch them on for my S2 and try Flatpak there.
![]() |
2020-02-24
, 22:44
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#59
|
![]() |
2020-02-24
, 22:55
|
|
Posts: 605 |
Thanked: 732 times |
Joined on Jul 2019
@ UK
|
#60
|
Great to hear! There has been great progress in the last few days and I will probably report a bit later when few things get finalized. I am testing new settings for WebEngine that work quite well on XZ2. In addition, videos that were failing in the browser are playing now and without choppiness. Few PRs still have to be merged and then I hope new releases will be out.
Will be very interesting to hear when its all merged how it all runs on S2 and other hardware... In terms of S2, would be good to know if the current released Angelfish actually works as well. So we are sure that we don't miss anything in the setup
[nemo@GalaxyS2 ~]$ flatpak-runner org.kde.mobile.angelfish Starting: org.kde.mobile.angelfish [D] unknown:0 - Using Wayland-EGL Wayland socket: ../../display/wayland-1 WAYLAND_DISPLAY="../../display/wayland-1" FLATPAK_MALIIT_CONTAINER_DBUS="unix:abstract=/tmp/dbus-zMvZjjUACb,guid=d3719efecbc24fcf8ca84dcb5e5453c9" flatpak run --env=QT_WAYLAND_FORCE_DPI=218 --filesystem=/system:ro --filesystem=/vendor:ro --filesystem=/odm:ro --device=all --talk-name=org.maliit.server --filesystem=/opt/flatpak/maliit/org.kde.Platform/arm/5.12:ro --env=QT_PLUGIN_PATH=/app/lib64/plugins:/app/lib/plugins:/usr/share/runtime/lib/plugins:/opt/flatpak/maliit/org.kde.Platform/arm/5.12 --env=QTWEBENGINE_CHROMIUM_FLAGS=--disable-gpu-compositing --env=QT_QUICK_CONTROLS_MOBILE=1 --env=QT_QUICK_CONTROLS_STYLE=Plasma --env=HYBRIS_EGLPLATFORM_DIR=/usr/lib/arm-linux-gnueabihf/GL/host/lib/libhybris --env=HYBRIS_LINKER_DIR=/usr/lib/arm-linux-gnueabihf/GL/host/lib/libhybris/linker --env=HYBRIS_LD_LIBRARY_PATH=/usr/lib/arm-linux-gnueabihf/GL/host/libexec/droid-hybris/system/lib:/usr/libexec/droid-hybris/system/lib:/vendor/lib:/system/lib --env=LD_LIBRARY_PATH=/usr/lib/arm-linux-gnueabihf/GL/host/lib org.kde.mobile.angelfish [D] onCompleted:389 - Warning: specifying an object instance for initialPage is sub-optimal - prefer to use a Component [W] unknown:52 - file:///usr/share/flatpak-runner/qml/main.qml:52:26: Unable to assign [undefined] to bool bwrap: prctl(PR_SET_NO_NEW_CAPS) failed: Invalid argument error: ldconfig failed, exit status 256 [D] expression for onExit:58 - Skipping quit as it will hang the window. Proper exit is needed
Creating new namespace failed
As for ldconfig, its running inside flatpak environment, different from the system one. For namespaces, kernel needs to have support for it. Check out what you get from
# zcat /proc/config.gz | grep _NS
I have the following:
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_NF_CONNTRACK_NETBIOS_NS=y
I am sure that USER_NS is needed, but that should be there for older kernels as well: https://cateee.net/lkddb/web-lkddb/USER_NS.html
So, I suspect you need to recompile your kernel.