This shows you the differences between two versions of the page.
| Next revision | Previous revision Next revisionBoth sides next revision |
| docs:guide-user:services:chroot [2020/04/13 06:52] – [CHROOT] bexx | docs:guide-user:services:chroot [2020/04/13 07:10] – [Install Resilio Sync] bexx |
|---|
| |
| ===== Install CUPS (print server) ===== | ===== Install CUPS (print server) ===== |
| [[docs:guide-user:services:print_server:p910nd.server|p910nd Printer Server]] offered limited functionality. | [[docs:guide-user:services:print_server:p910nd.server|p910nd Printer Server]] may be suitable as well. |
| There is another way to install CUPS on OpenWRT [[docs:guide-user:services:print_server:cups.server|CUPS Print Server]] but I provides lower functionality. | There is another way to use CUPS on OpenWRT [[docs:guide-user:services:print_server:cups.server|CUPS Print Server]]. The user need to compile an OpenWRT image including CUPS. |
| | |
| | This approach doesn't require an new compilation but it requires more hardware resources. |
| In CHROOT environment (based on debian) execute | In CHROOT environment (based on debian) execute |
| <code bash> | <code bash> |
| </code> in a debian chroot | </code> in a debian chroot |
| |
| | <WRAP center round info 60%> |
| | Resilio Sync is tested on [[toh:zyxel:nsa310b|ZyXEL NSA3xx]] CPU 1200 MHz / RAM 256MB. With ~100GB of files. Resilio sync occupies ~100MB of RAM and fully loads the CPU in case of indexing. The LUCI web interface lags while Resilio Sync is indexing. |
| | </WRAP> |
| ===== Autostart ===== | ===== Autostart ===== |
| Optionally I recommend to create a script in OpenWRT ''/etc/init.d/'' to handle the autostart during boot and the stop during shutdown. This script can collect all applications/processes running in the CHROOT environment. Basis taken from ''/etc/rc.common'' | Optionally I recommend to create a script in OpenWRT ''/etc/init.d/'' to handle the autostart during boot and the stop during shutdown. This script can collect all applications/processes running in the CHROOT environment. Basis taken from ''/etc/rc.common'' |