个人工具

UbuntuHelp:UbuntuLTSP/EnableNBDSWAP

来自Ubuntu中文

Wikibot讨论 | 贡献2008年10月19日 (日) 17:42的版本 (新页面: {{From|https://help.ubuntu.com/community/UbuntuLTSP/EnableNBDSWAP}} {{Languages|UbuntuHelp:UbuntuLTSP/EnableNBDSWAP}} '''This wiki page is specific to Ubuntu Version(s): 8.04''' ---- To e...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

This wiki page is specific to Ubuntu Version(s): 8.04


To enable NBD Swap (Network swap for thin-clients) we must ensure the proper facilities are active and configured correctly.

  • Edit /var/lib/tftpboot/ltsp/i386/lts.conf :
NBD_SWAP = True

The next lts.conf options, if used, will give you more control over where NBD Swap takes place:

SWAP_SERVER = IP_ADDRESS_OF_NBDSWAPD_SERVER # default is IP of LTSP server
NBD_PORT    = PORT                          # default is 9572 (after following instructions in https://help.ubuntu.com/community/UbuntuLTSP/UpdatingChroot )
  • Create a /etc/ltsp/nbdswapd.conf file with the size of desired swapfile for each client. Keep in mind swapfiles live in /tmp, so make sure you have enough space in /tmp to facilitate CLIENTS x SIZE:
SIZE=256
nbdswapd: ALL: keepalive

Reboot your thin-clients to activate their NBD Swap. You can verify swapfiles are being created in /tmp with the following to give you the number 256M files in /tmp starting with tmp. (which should be roughly accurate):

ls -lh /tmp/tmp.*|grep 256M|wc -l

This should be all you need to get swapfiles going in Ubuntu LTSP.