|
2020-08-06
, 19:03
|
Posts: 202 |
Thanked: 385 times |
Joined on Jul 2018
|
#22
|
copied from the lxc instructions:
On Jolla 1, memory might be a little few.Code:It is possible to check if your kernel support containers with: ls -lha /dev/pts/ LXC enabled devices should see a /dev/pts/ptmx entry.
ls -lha /dev/pts/total 0drwxr-xr-x 2 root root 0 Dec 31 1969 .drwxr-xr-x 21 root root 7.1K Aug 6 13:30 ..crw------- 1 nemo tty 136, 0 Aug 614:59 0
The Following User Says Thank You to levone1 For This Useful Post: | ||
|
2020-08-06
, 23:26
|
|
Posts: 599 |
Thanked: 711 times |
Joined on Jul 2019
@ UK
|
#23
|
drwxr-xr-x 2 root root 0 Jan 1 1970 . drwxr-xr-x 22 root root 6.7K Aug 6 13:48 .. crw--w---- 1 nemo tty 136, 0 Aug 7 00:24 0 crw--w---- 1 root tty 136, 1 Aug 6 20:49 1 c--------- 1 root root 5, 2 Jan 1 1970 ptmx
|
2020-08-06
, 23:41
|
|
Posts: 599 |
Thanked: 711 times |
Joined on Jul 2019
@ UK
|
#24
|
lxc-attach -n container -- /path/to/command/to/run
|
2020-08-07
, 00:47
|
Posts: 1,335 |
Thanked: 3,931 times |
Joined on Jul 2010
@ Brittany, France
|
#25
|
dconf dump /org/onboard/ > onboard.conf
dconf load /org/onboard/ < onboard.conf
|
2020-08-07
, 01:00
|
Posts: 202 |
Thanked: 385 times |
Joined on Jul 2018
|
#26
|
I think so. The output of 'ls -lha /dev/pts/' should be like this (the important bit is the ptmx line):
However, if you can compile the kernel (or ask somebody who can do it for you), you can add the missing bits and bobs (details are in the first post).Code:drwxr-xr-x 2 root root 0 Jan 1 1970 . drwxr-xr-x 22 root root 6.7K Aug 6 13:48 .. crw--w---- 1 nemo tty 136, 0 Aug 7 00:24 0 crw--w---- 1 root tty 136, 1 Aug 6 20:49 1 c--------- 1 root root 5, 2 Jan 1 1970 ptmx
The Following User Says Thank You to levone1 For This Useful Post: | ||
|
2020-08-07
, 01:27
|
|
Posts: 599 |
Thanked: 711 times |
Joined on Jul 2019
@ UK
|
#27
|
So, I zcat'ed all of the config flags in the first post, and they all return 'y', except the one about ...MULTI_INSTANCES, which returns 'not set'. Is there any way to set that to 'y' without recompiling kernel?
BTW - I did notice that I have ptmx file in /dev, but /dev/pts/ directory is empty...
|
2020-08-07
, 01:31
|
|
Posts: 599 |
Thanked: 711 times |
Joined on Jul 2019
@ UK
|
#28
|
4. You can export your Onboard settings using the dconf-cli package to run:
Code:dconf dump /org/onboard/ > onboard.conf
The Following User Says Thank You to edp17 For This Useful Post: | ||
|
2020-08-07
, 01:32
|
|
Posts: 599 |
Thanked: 711 times |
Joined on Jul 2019
@ UK
|
#29
|
|
2020-08-07
, 06:54
|
Posts: 202 |
Thanked: 385 times |
Joined on Jul 2018
|
#30
|
Actually setting that flag, changes many things (or maybe only one thing) in the compiled kernel. Therefore, I am sorry for saying that but if you would like to utilize all those features in the kernel, you need to recompile.
The Following User Says Thank You to levone1 For This Useful Post: | ||
Tags |
application, development, linux |
|