[06:44] hi [08:47] I am going to be setting up a LTSP system for a company soon :) What I am wondering is if instead of using Gnome would it be better to use XFce for the desktop ? [08:50] neil_d, thats totally up to you :) [08:50] it will save you small amounts of ram [08:51] (usually we say you need 128M on the server per running session, xfc would likely lower that to something like 90M ...) [09:17] not enough to make any difference. thanks for the response. [09:41] Hi guys, I'm stuck with edubuntu 8.04. /etc/ltsp/dhcpd.conf is set to give dhcp from a certain range, and when I start a thin client, it gets the same IP as my server ! Duh ? [09:41] Karma points for those who have an idea... [09:46] zoon: could there be two dhcp server (e.g. a broadband modem) [09:46] yes indeed, but they don't have the same range [09:46] and my server has a static IP [09:47] the thin client gets the same (the static one) [09:47] * neil_d oh! [09:48] any idea ? [09:48] hello [09:49] hello [09:49] Im trying to get a local bluetooth usb dongle to work on a ltsp client [09:49] is this possible? [09:49] local usb memory stick works ok [09:49] I've no idea, I'm trying to get an dhcp problem fixed... [09:53] vtkix: you might have to make sure the ltsp image has the driver installed in it (not user me ltsp newbie) [09:53] ok, seems quite silent here [09:53] Well even if I don't have the driver, the device should show up when doing lsusb, right? [09:54] I tried googling but can't find any good info on it [09:54] same goes for local webcam support [09:54] that sould be possible, I just can't find any good directions [09:55] vtkix: tried doing the lsusb on the actual terminal in a 'screen' terminal. [09:55] Ill try! [09:55] same, shows no usb devices [09:56] mmm it also doesnt show the usb memory stick that does actually work [09:56] what I see with lsusb are the devices on the server [09:57] You maybe know how to show the client usb devices? [09:58] I have a "SCREEN_02 = shell" in lts.conf and then I can access this via on the client to get a local shell (not a shell on the server) [09:59] what are the default credentials? [09:59] zoon, disables the dhcpd in your router [09:59] credentials? [09:59] login / password for the shell you mentioned [10:00] you are logged in as root if you use the SCREEN_02=shell parameter [10:00] its a root shell, auto loged in. [10:00] ok thanks, rebooting test client now :) [10:01] my server is set to 'authoritative', and on the thin client login screen, I can see on the bottom right that the ip is good ! but when I log in and do and ifconfig eth0, it's the server IP... [10:01] zoon, if you run two dhcp servers in the same network and one is used for netbooting you cant guarantee the one having the netboot info answers first [10:02] zoon: thats because the ifconfig is being run on the server, the client is just a remote keyboard and screen for the server. [10:02] ok so it's normal ? [10:02] yes! same happens here. [10:02] ok, now lspci shows the device [10:03] vtkix: lspci? don't you mean lsusb ? [10:03] zoon, the desktop session runs *on the server* imagine the client as additional keyboard/mouse/monitor/etc, not as a separate machine [10:03] sry [10:03] y [10:03] i mean lsusb [10:04] zoon, so if you are logged in you will only see the server HW [10:04] (is in turn only seen the servers NIC and its IP) [10:04] *see [10:05] ... ok... so the IPs are just there for remote control ? [10:06] the IPs are for the actual machines on a low level [10:07] okidoki... Was it different on gutsy ? [10:07] the sound, usbdisk and display forwarding use them on the lower layer [10:07] it seems to me that before I could see thin clients IPs when running ifconfig eth0 [10:08] no, hardy is just an improved (with lot of bugfixes and small improvements) gutsy ltsp .... we kept the changes at a minimal level for the LTS release [10:08] ogra: ok many thanks for your help [10:08] you culd never see the client IP from a desktop session [10:09] zoon: no, only if run used a ifconfig in a shell on the client (see above) [10:09] (you cn if you use the SCREEN setting and do it in the rootshell on tty2 on the client though) [10:09] ok guys, I'm daring another question then :) [10:09] *can [10:09] and its shown on the bottom right in the login manager on the client [10:10] How do I 'lock' a thin client (remove terminal, menu items and stuff) without changing the main user layout on the server ? [10:10] ok orga, so I should recompile the kernel in chroot with the correct bluetooth driver? [10:10] vtkix, i dont know a way how to forward bluetooth between client and server [10:10] zoon: have a seperate login for when using the client [10:11] so if I have 30 students, I need to login on each one of them and change the settings ? [10:11] ok, but you know how to get this to work for a local webcam? [10:11] vtkix, to get it working on the client you first need to install the bluetooth stack of apps, we dont have that by default in the client environment [10:11] or do you know where I could search for this? [10:11] ok, ill do [10:12] I thought I could have one generic image for all ? And I'm wondering how to modify this particular image... [10:12] then you need to find a protocol to froward the output of these devices somehow ... there is no code or anything supporting that, if you implement it, feel free to send me a patch :) [10:13] ok, too bad, I only can code some perl and php :) [10:14] zoon: if by image you mean login (not the image sent to the clients for booting) you can as far as I know. [10:14] zoon, the image is the same for all clients but i guess you want settings in the desktop which is sitting on the server and works per user [10:14] vtkix, python isnt to hard if you have that background though :) [10:14] * neil_d likes python [10:14] Ok orga, so for example a bluetooth keyboard or mouse is currently not supported? [10:15] What im trying to do is using the wiimote to control a ltsp client. On default hardy it works perfectly [10:16] vtkix, well, thats different since they are handled by the local setup on the client, there is nothing to forward to the session [10:16] ogra: huh I don't get it, what I mean is on the server, I have a user, say 'zoon' with access to a terminal and all the menus items. And I want the student not to be able to see some menu items for example. [10:16] ogra: without modifying the 'zoon' user [10:16] ogra: but the common kernel boot image or whatever [10:17] ok, so if I setup the local bluetooth and wiimote driver, that should work? [10:17] vtkix, keyboard and mice apply to X on the client ... but you want the output of your webcam in the session on the server so you need something that forwards this stream and something on the server side to connect to [10:17] zoon: have another user defined says 'terminal' and change the menus etc. for this user, then only use that user (i.e. teminal) on the clients. [10:17] First I want the wiimote to work, webcam is for later :) [10:17] zoon, you have to configure the desktop settings on the server then [10:18] zoon, https://wiki.ubuntu.com/kioskGnome might be helpful [10:18] I saw some succes story on ubuntu, they used amsn as a local application to get the webcam to work [10:18] sabayon and pessulus might be helpful apps as well [10:18] and i'D suggest a look at the gnome administrator guide which has plenty of helpful tips how to lock down the desktops [10:19] ogra: So I'll lock myself out and won't get access to a terminal ? I'll check your links [10:20] vtkix: ok, so if I setup the local bluetooth and wiimote driver, that should work? [10:21] * neil_d thinks it will [10:21] that would be great [10:21] going to try it :) [10:25] thanks for your help guys :) [10:28] ogra? [11:02] hello? === RichEd is now known as RichEd-x [11:43] hi every1 [11:46] hi [11:46] just a qst [11:46] i am using ltsp [11:47] I want to create an user who can only login in a specific machine [11:47] you know how can i doit? [11:48] you could use the autologin feature, then you can specify what machine uses what username? [11:48] how can i specify this? [11:48] in lts.conf [11:48] you put something like this: [11:49] [00:0C:29:5B:72:42] [11:49] LDM_AUTOLOGIN=true [11:49] LDM_USERNAME=computer [11:49] LDM_PASSWORD=computer [11:49] but this doesnt restrict others to login in the machine [11:50] it does [11:50] you won't get a login screen [11:50] on that machine [11:50] but i want askin for that [11:51] then I dunno, sorry, also new user here ;) [11:51] ok [11:51] thanks anyway [11:51] and dot answer qst that u dont know pls [11:51] u confuse plp even more [11:51] Have you looked here: https://help.ubuntu.com/community/UbuntuLTSP/ [11:52] yep [11:52] have you?? [11:52] lol [11:52] :) [11:52] Just tried to help you out [11:53] k thanks [11:54] any1 here knows... [11:54] how can I create a user who only can login in a specific machine? [11:54] I am using d LTSP [11:57] any1 out there?? [12:01] ... === RichEd- is now known as RichEd [13:29] hi every1 [13:29] how is it goin? [13:29] How can I lock the "edit menu" option in gnome to an user?? [17:47] ogra: I have an iTalc package with that ICA crashed fixed (well, workarounded). Do you think we should upload it or wait for the final 1.0.9 ? [17:47] as I said, it's only a workaround and we hope to get a fix from x11vnc upstream. [17:47] well, given that ltsp likely wont work yet in intrepid i dont think its urgent [17:48] ok, I don't like uploading pre-versions anyway :) [17:48] but if oyu feel better havig a fixed version in, tell me and i'll upload :) [17:48] s/fixed version/version with a workaround/ [17:49] I'll probably blog about it, giving a link to the testing packages (I can't use the PPA as it doesn't give you the -dbgsym) for people interested in getting a fixed version ASAP [17:49] and asking for more testers, AFAIK it's the only iTalc bug that was reported [17:49] so I'd like people to make sure we don't have another VNC bug before 1.0.9 is released [17:50] well, then lets upload, thats what devel releases are for [17:50] if you need feedback, alpha1 might be a good opportunity [17:51] (if alpha1 ever happens :) ) [17:52] http://www.stgraber.org/download/ubuntu/italc/ [17:52] the changelog is minimal, ask me if you want something better [18:10] uploaded (in case yu didnt notice the accepted mail) [21:25] ogra: We have an upstream fix for the x11vnc issue !!! [21:25] that was fast, only 4 hours to get one :)