我们有一个带有 LTSP 的 Ubuntu 映像,用于引导大约 60 台教室 PC(Ubuntu 胖客户端)。
我们面临的最困难的部分是维护可启动映像(保持最新的安全更改)以及让教授在大学校园外测试映像。
我想知道老师是否可以使用可以使用我们的 LTSP 服务器部署的 Virtualbox 设置量身定制的磁盘映像。
我们有一个带有 LTSP 的 Ubuntu 映像,用于引导大约 60 台教室 PC(Ubuntu 胖客户端)。
我们面临的最困难的部分是维护可启动映像(保持最新的安全更改)以及让教授在大学校园外测试映像。
我想知道老师是否可以使用可以使用我们的 LTSP 服务器部署的 Virtualbox 设置量身定制的磁盘映像。
将我的 Ubuntu 14.04 LTS 升级到 16.04 然后 18.04 LTS 导致 LTSP 无法启动客户端。我在 1404 上使用传统的 2 NIC 结构,瘦客户端位于物理上独立的子网上,其系统位于 chroot 中。它使用 isc-dhcp-server 和 tftpd-hpa。
尝试调试我的升级系统(包括切换到 dnsmasq)我遇到了一些错误,这些错误似乎只在比仿生 repos 更晚的软件包版本中得到修复,没有反向端口,所以我放弃了升级路线。
那么目前有没有可靠的方法在 1804 上安装 LTSP?
我有一个安装了 LTSP 的 Ubuntu Server 18.04.1,目前正在与 4 个胖客户端和 6 个用户一起使用。每个用户都有同样的问题,他们锁定会话后无法重新登录。输入密码后,他们会收到“无效密码”错误。
到目前为止,唯一的解决方案是重新启动客户端,然后重新登录。
我一直在寻找最后一个半月,但找不到任何东西。我发现几乎所有事情都建议一起停用锁定屏幕。
有谁知道如何解决这个问题?
服务器没有桌面环境,但 ltsp 客户端使用了两个。伴侣和 KDE。
我有带有图形 MATE 桌面环境的胖 LTSP 客户端的 Ubuntu 16.04.3 LTS 服务器。
一些客户端在集成英特尔显卡上有两个显示端口(DVI 和 VGA)。其中一些 Ubuntu 错误地选择了主屏幕。
是否可以在登录时以编程方式设置显示配置?我的意思是设置mate-display-properties
一次,然后在选定的客户端上加载此设置。xrandr
更好吗?
我目前的计划是:
mate-display-properties
登录后手动配置有问题的客户端;也许有一个更简单的解决方案?如何在这些客户端上设置显示选项xrandr
?
我在 Ubuntu 下使用 LTSP5.2 已经有一段时间了,主要是使用 mythbuntu。当我使用 mythbuntu 开关创建客户端映像时,它创建了一个覆盖层,以便在重新启动时为每个客户端持久存储数据。我可以在其中存储我专门为那个客户想要的任何文件。
既然 mythbuntu 开关坏了,我将改用胖客户端,因为它们得到维护和工作。但是,这不会创建覆盖部分。
我是否需要覆盖部分?
我可以创建一个吗?我发现将设置放在每个客户那里很好。
我应该改用 lts.conf 吗?
参考 Mythbuntu 804 中的覆盖:https ://help.ubuntu.com/community/MythTV/Install/Hardy/Diskless
我正在尝试在 LTSP 客户端上使用 Evolution 设置黑莓同步。它在服务器上工作。
我在服务器上使用 Ubuntu 10.04 64 位,以下是我为使服务器正常工作所遵循的说明:
$ sudo apt-get install libopensync0 multisync-tools libbarry0 opensync-plugin-evolution opensync-plugin-barry $ msynctool --addgroup BB $ msynctool --addmember BB barry-sync $ msynctool --addmember BB evo2-sync $ msynctool --showgroup BB
$ msynctool -- 配置 BB 1
$ msynctool --sync BB
这一切都有效,但这并不好,因为用户登录到他们的瘦客户端而不是服务器。
在客户端上运行相同的步骤我收到错误::同步组“BBtofile”:无法连接:同步时出错:无法打开 fifo
起初我以为这是 USB 问题,因为我将设备插入客户端并使用服务器端程序。所以我将以下内容安装到我的瘦客户端映像中,重建它并重新启动客户端:
$ sudo apt-get install libopensync0 multisync-tools libbarry0
opensync-plugin-evolution opensync-plugin-barry barry-util multisync0.90
在重新启动后的客户端上,我尝试了以下命令
$ ltsp-localapps xterm
在 xterm 内
$ msynctool --sync BB
我犯了同样的错误!
所以我尝试了 btool
$ btool -M
btool 显示来自黑莓的 ContactLdif 映射信息,因此它可以看到设备。
如果我拔下设备并输入 btool -M 它会告诉我“未找到设备”
这是我在客户端上尝试同步时得到的两个调试日志:
线程3078059712-6396.log
...
[1327296051.50333] >>>>>>> osync_member_load(0x9ea8480,
/home/dean/.opensync-0.22/group2/2, 0xbfb7c50c)
[1327296051.52517] <<<<<<< osync_member_load: Loaded member: 0x9e9d298
[1327296051.53929] <<<<<<< osync_group_load
[1327296051.55233] +++++++++ This is the client #1 (barry-sync
plugin) of group test
[1327296051.56548] >>>>>>>
osync_queue_new(/home/dean/.opensync-0.22/group2/1/pluginpipe, 0xbfb7c50c)
[1327296051.57914] <<<<<<< osync_queue_new: 0x9e9cda0
[1327296051.60535] <--- ERROR --- main: Unable to connect
线程3079096000-6395.log
...
osync_queue_new(/home/dean/.opensync-0.22/group2/2/enginepipe, 0xbf8bdd08)
[1327296050.887129] <<<<<<< osync_queue_new: 0x84250c8
[1327296050.888562] <<<<<<< osync_client_new: 0x8424dc8
[1327296050.890041] >>>>>>> osengine_mappingtable_new(0x8424500)
[1327296050.891511] osengine_mappingview_new(0x8425508)
[1327296050.892941] osengine_mappingview_new(0x8424a78)
[1327296050.894376] <<<<<<< osengine_mappingtable_new: 0x8425678
[1327296050.895807] <<<<<<< osengine_new: 0x8424500
[1327296050.897254] >>>>>>> osengine_init(0x8424500, 0xbf8bdd08)
[1327296050.898717] >>>>>>> osync_group_lock(0x8420268)
[1327296050.900192] [GRP] FULL DEBUG: locking file
/home/dean/.opensync-0.22/group2/lock
[1327296050.904136] [GRP] FULL DEBUG: Successfully locked
[1327296050.905556] <<<<<<< osync_group_lock: OSYNC_LOCK_OK
[1327296050.906992] Spawning clients
[1327296050.909177] >>>>>>> osync_client_spawn(0x84255e0, 0x8424500,
0xbf8bdd08)
[1327296050.918226] Waiting for other side to create fifo
[1327296051.921123] Waiting for other side to create fifo
[1327296052.924263] Waiting for other side to create fifo
[1327296053.927407] Waiting for other side to create fifo
[1327296054.930439] Waiting for other side to create fifo
[1327296055.933628] Waiting for other side to create fifo
[1327296056.936901] Queue was created
*[1327296056.944148] <--- ERROR --- osync_client_spawn: Unable to open fifo
*[1327296056.945649] [GRP] FULL DEBUG: unlocking group test
[1327296056.947855] <--- ERROR --- osengine_init: Unable to open fifo
[1327296056.949077] >>>>>>> osengine_free(0x8424500)
[1327296056.950923] >>>>>>> osync_client_free(0x84255e0)
[1327296056.952270] >>>>>>> osync_queue_free(0x8424a28)
[1327296056.953582] <<<<<<< osync_queue_free
[1327296056.954644] >>>>>>> osync_queue_free(0x8424bc8)
[1327296056.956703] <<<<<<< osync_queue_free
[1327296056.958002] <<<<<<< osync_client_free
[1327296056.959311] >>>>>>> osync_client_free(0x8424dc8)
[1327296056.960621] >>>>>>> osync_queue_free(0x8424f28)
[1327296056.961947] <<<<<<< osync_queue_free
[1327296056.963243] >>>>>>> osync_queue_free(0x84250c8)
[1327296056.964282] <<<<<<< osync_queue_free
[1327296056.965580] <<<<<<< osync_client_free
[1327296056.966891] >>>>>>> osengine_mappingtable_free(0x8425678)
[1327296056.968179] Free mappings
[1327296056.969471] Free unmapped
[1327296056.970866] osengine_mappingview_free(0x8425508)
[1327296056.972018] osengine_mappingview_free(0x8424a78)
[1327296056.973320] <<<<<<< osengine_mappingtable_free
[1327296056.974651] <<<<<<< osengine_free
[1327296056.975972] >>>>>>> osync_env_finalize(0x841d008, 0xbf8be19c)
[1327296056.977317] osync_plugin_free(0x84299e0)
[1327296056.978690] osync_plugin_free(0x8435ce8)
[1327296056.980100] osync_plugin_free(0x8436540)
[1327296056.981443] osync_module_unload(0x841d008, 0x84298c0)
[1327296056.982661] osync_module_unload(0x841d008, 0x8429840)
[1327296056.983849] osync_module_unload(0x841d008, 0x8436120)
[1327296056.984954] osync_module_unload(0x841d008, 0x8436a20)
[1327296056.986264] osync_module_unload(0x841d008, 0x8436c98)
[1327296056.987456] osync_module_unload(0x841d008, 0x8437160)
[1327296056.988763] osync_module_unload(0x841d008, 0x8437708)
[1327296056.990114] osync_module_unload(0x841d008, 0x8437f20)
[1327296056.991470] osync_module_unload(0x841d008, 0x8437f60)
[1327296056.992781] osync_module_unload(0x841d008, 0x8438a90)
[1327296056.994129] osync_module_unload(0x841d008, 0x84397c8)
[1327296056.995480] osync_module_unload(0x841d008, 0x8439d60)
[1327296056.996832] osync_module_unload(0x841d008, 0x843a398)
[1327296056.998142] osync_module_unload(0x841d008, 0x843a3e0)
[1327296056.999456] osync_module_unload(0x841d008, 0x843a8a8)
[1327296057.869] <<<<<<< osync_env_finalize
所以我很接近,但我不知道为什么我不能让同步工作。