[03:25] We really need to throw together an initiative of people being active in support channels. Pretty much all the FOSS support channels are filled with people, but nobody ever helps/answers. [03:26] Or they answer incorrectly :P [03:28] right now I'm looking for a way to disable 'switch users' option, so that user sessions don't pile up, but I'm under the impression that it would be set in a user's .gconf folder, but then that would mean they can remove it. Is there a way to disable it system-wide and not have users be able to remove the enforcement? [03:28] Also, I found that it is desktop/gnome/lockdown/disable_user_switching which dictates such [03:28] I've asked on various channels, even the official GNOME channel, no answers. [03:28] Is there a system-wide version of the same key? Can that tool - sabayon maybe - do it? [03:29] I'm under the impression that there's also a gconf registry in /etc or similar that's supposed to be system-wide and I think you can enforce certain values as 'mandatory', but I don't know how to go about that. [03:30] in a way that I can do it via command line on several systems via SSH [03:30] /etc/gconf/gconf.xml.mandatory looks promising [03:32] You can probably use gconftool with the --config-source option to use that [03:33] Takyoji: does that help? [03:33] I believe so [03:34] I've concocted: gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /desktop/gnome/lockdown/disable_user_switching true [03:34] seems plausible [03:35] Next I wonder how one can remotely set the default email client. :P [03:35] I srsly should document all the things I find through this process of remote sysadmin through SSH [03:36] I say, I could certainly become an LPIC-3 faster than ye. :P [03:37] lol [03:38] Have you set up Evolution for a whole network of users using only commandline, and setup network printers, and so on (all via command line)? :P [03:39] Sadly I've never had a need to. [03:39] of course I could do all this in person, but that means a $72 drive there [03:40] (just from gas and car wear) [03:40] in-person* [20:13] Hey Takyoji - you know how you were talking about managing labs and things? Could you document the hell out of what you know and send it to me? There's someone at work who wants to do a presentation about managing Linux labs for school environments, so that would be handy for him to have. [20:15] Right now I'm sort of doing things by hand, as of things on a per-workstation basis (I don't have puppet or anything setup for deployment) [20:15] But yes, I can document all the details of the setup, as there is some witty automation that I have for it all [20:24] Even just your scripting stuff is fine. [22:49] tonyyarusso: A Google search found this: http://http://www.eyrie.org/~eagle/notes/debian/server.html [22:49] The Debian packaging outlined therein is more or less what I'm doing. I'm not using Puppet at all. Now, I'm dealing with servers, not lab workstations, so this isn't perfectly applicable to what you're asking. [22:50] We work with a K12 school and used CloneZilla to image their Windows lab computers.