|
2024-05-12
, 08:23
|
Posts: 9 |
Thanked: 12 times |
Joined on Aug 2016
|
#252
|
Please let us know what packages you had installed and how did you installed/configured the desktop distro (step by step) Also, some logs also can be useful to see what's happening under the hood.
# lxc-attach alpine # adduser user # groups user user # su user -c 'ping 1.1.1.1' PING 1.1.1.1 (1.1.1.1): 56 data bytes ping: can't create raw socket: Permission denied # su user -c 'dig maemo.org' net.c:141:try_proto(): socket(): Permission denied (13) net.c:141:try_proto(): socket(): Permission denied (13) dig: can't find either v4 or v6 networking # su user -c 'curl 1.1.1.1' curl: (7) Failed to connect to 1.1.1.1 port 80 after 0 ms: Couldn't connect to server # adduser user wheel # adduser user root # adduser user netdev # groups user user root wheel netdev # su user -c 'curl 1.1.1.1' curl: (7) Failed to connect to 1.1.1.1 port 80 after 0 ms: Couldn't connect to server
|
2024-05-12
, 08:57
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#253
|
|
2024-05-12
, 09:23
|
Posts: 9 |
Thanked: 12 times |
Joined on Aug 2016
|
#254
|
# useradd -G net_raw lxcuser # groups lxcuser lxcuser net_raw
# adduser -u 100001 -s /bin/ash -D lxcuser # su lxcuser -c 'curl 1.1.1.1' curl: (7) Failed to connect to 1.1.1.1 port 80 after 0 ms: Couldn't connect to server
|
2024-06-05
, 18:46
|
Posts: 9 |
Thanked: 12 times |
Joined on Aug 2016
|
#255
|
# groups i2pd i2pd : i2pd inet
# usermod -g inet -G i2pd i2pd # groups i2pd i2pd : inet i2pd
|
2024-09-25
, 10:58
|
|
Posts: 599 |
Thanked: 711 times |
Joined on Jul 2019
@ UK
|
#256
|
Question:
On the "lxc-attach -n Deb" command, I get the following error:
"Operation not permitted - Failed to rexec as memfd
free(): invalid pointer
Aborted"
Sfos 4.4 (On older versions it works.)
Has anybody experienced this?
Edit: strace log
https://releases.jolla.com/releases/4.3.0.15/jolla/armv7hl/
|
2024-10-06
, 20:54
|
|
Posts: 599 |
Thanked: 711 times |
Joined on Jul 2019
@ UK
|
#257
|
ssu ar sailfishos-chum https://repo.sailfishos.org/obs/sailfishos:/chum/4.6.0.15_aarch64/ ssu ur zypper ref zypper in sailfishos-chum-gui
zypper in qxcompositor lxc lxc-templates-desktop harbour-containers sudo
lxc-create -t sfos-download -n Debian
# mount guest additions readonly lxc.mount.entry = /usr/share/harbour-containers/scripts/guest mnt/guest/ none bind,ro,create=dir 0 0
lxc-start -n Debian
lxc-attach -n Debian
/mnt/guest/setup_desktop.sh
lxc-start -n Debian lxc-attach -n Debian /mnt/guest/setups/debian.sh
cp Xwayland /home/.lxc/Debian/opt/bin/
chmod +x /home/.lxc/Debian/opt/bin/Xwayland
chmod +x debian-mouse.sh
debian-mouse.sh Debian p
The Following User Says Thank You to edp17 For This Useful Post: | ||
Tags |
application, development, linux |
|
poco x3 pro SFOS 4.5.0.24
Last edited by Motomeizu; 2024-01-15 at 18:44.