Well, fat client does not seem so easy to setup than server/thin client.
All the files are same as in server side and I made a new image.
When I open gnome-terminal I got this.
bash: /dev/cgroup/cpu/user/2098/tasks: Does not exist
bash: /dev/cgroup/cpu/user/2098/notify_on_release: Does not exist
ltsp000@ltsp200:~$ mount
aufs on / type aufs (rw)
none on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
/dev/nbd0 on /rofs type squashfs (ro,relatime)
tmpfs on /cow type tmpfs (rw,relatime,mode=755)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
192.168.0.254:/home/ltsp000 on /home/ltsp000 type fuse.sshfs
(rw,nosuid,nodev,max_read=65536,allow_other)
ltsp000@ltsp200:~$
ltsp000@ltsp200:~$ cat /etc/rc.local
#!/bin/sh -e
mkdir -p /dev/cgroup/cpu
mount -t cgroup cgroup /dev/cgroup/cpu -o cpu
mkdir -m 0777 /dev/cgroup/cpu/user
echo "/usr/local/sbin/cgroup_clean" > /dev/cgroup/cpu/release_agent
exit 0
ltsp000@ltsp200:~$
-----
Where that 'cgroup' mount goes in fat clients? I installed that mount
after boot by hand in fat client.
root@ltsp200:~# mount
[--]
aufs on / type aufs (rw)
/dev/nbd0 on /rofs type squashfs (ro,relatime)
tmpfs on /cow type tmpfs (rw,relatime,mode=755)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
192.168.0.254:/home/ltsp000 on /home/ltsp000 type fuse.sshfs
(rw,nosuid,nodev,max_read=65536,allow_other)
cgroup on /dev/cgroup/cpu type cgroup (rw,cpu)
root@ltsp200:~#
There is lot's of file systems indeed ;-)
Just wondering.
Best Regards Asmo Koskinen.
--
edubuntu-users mailing list
edubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
11-22-2010, 01:13 PM
200 lines and fat client
> root@ltsp200:~# mount
> [--]
> aufs on / type aufs (rw)
> /dev/nbd0 on /rofs type squashfs (ro,relatime)
> tmpfs on /cow type tmpfs (rw,relatime,mode=755)
> tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
> 192.168.0.254:/home/ltsp000 on /home/ltsp000 type fuse.sshfs
> (rw,nosuid,nodev,max_read=65536,allow_other)
> cgroup on /dev/cgroup/cpu type cgroup (rw,cpu)
> root@ltsp200:~#
I logged out and in and opened four 3D games in fat client (Atom/ION). No
problem. Very responsive desktop.
I hope we got this one to the next Ubuntu 10.04 update, 10.04.2 January 27th.
https://wiki.ubuntu.com/LucidReleaseSchedule
Best Regards Asmo Koskinen.
--
edubuntu-users mailing list
edubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
11-22-2010, 01:28 PM
200 lines and fat client
> I hope we got this one to the next Ubuntu 10.04 update, 10.04.2 January
> 27th.
>
> https://wiki.ubuntu.com/LucidReleaseSchedule