Hello all,
Firstly, thank you to Alexander Ryzhov for his guide on chroot on this forum on .14 May 2013, 10:22.
I am now able to run tightvncserver and have jwm windows manager running on My Book Live.
Please note that tightvncserver is not secure, so I will need to do research on how to secure it.
I needed to create a temp swap file(s) to enable this.
Use the following command to create 1024 * 512MB = 524288 block size swap file [size 512MB]:
- dd if=/dev/zero of=/swapfile.1 bs=1024 count=524288
i.e.,
MyBookLiveTwo:/DataVolume/shares# dd if=/dev/zero of=swapfile.2 bs=1024 count=524288 524288+0 records in 524288+0 records out 536870912 bytes (537 MB) copied, 13.1116 s, 40.9 MB/s MyBookLiveTwo:/DataVolume/shares# ls -rtl total 6724672 drwxrwxr-x 2 root share 65536 Oct 27 2010 SmartWare drwxrwxr-x 3 root share 65536 Apr 1 17:10 TimeMachineBackup drwxrwxr-x 8 nobody share 65536 May 22 23:31 Public drwxrwxrw- 2 root root 65536 May 23 23:13 unix -rw-rw-rw- 1 root root 67108864 May 24 00:17 swapfile.0 -rw-rw-rw- 1 root root 67108864 May 24 00:17 swapfile.1 -rw-rw-rw- 1 root root 2071468032 May 24 00:19 swapfile.4 -rw-rw-rw- 1 root root 2071468032 May 24 23:33 swapfile.3 -rw-rw-rw- 1 root root 2071468032 May 24 23:34 swapfile.5 -rw-rw-rw- 1 root root 536870912 May 25 00:39 swapfile.2
apt-get install xserver-xorg-core apt-get install dialog apt-get install tightvncserver apt-get install x11-apps apt-get install jwm
Will update with better information once I can replicate it.
Kaminari