IRC chat logs for #ltsp on irc.libera.chat (webchat)


Channel log from 14 September 2010   (all times are UTC)

00:26alkisg has joined #ltsp
00:40
<alkisg>
!compiz
00:40
<ltspbot>
alkisg: "compiz" :: if compiz is giving you problems, one way to disable it for all users is: sudo gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type string --set /desktop/gnome/session/required_components/windowmanager metacity
00:41
<cyberorg>
alkisg, you must have that remembered by now :)
00:41
<alkisg>
Heh
00:41
True, I just want to avoid typing :D
01:07poff has joined #ltsp
01:37mikkel has joined #ltsp
01:38toscalix has joined #ltsp
01:44dlezcano has quit IRC
02:06gnunux has joined #ltsp
02:07sweetpi has quit IRC
02:07
<gnunux>
hi
02:16
<alkisg>
Good morning
02:44
<elias_a>
alkisg: Thank you! How are we doing today?
02:45
<alkisg>
Very well, thanks :)
03:01Da-Geek has joined #ltsp
03:08biomorph_ has joined #ltsp
03:10dlezcano has joined #ltsp
03:22dobber has joined #ltsp
03:36gnunux has quit IRC
03:40gnunux has joined #ltsp
04:08biomorph_ has quit IRC
04:16dlezcano has quit IRC
04:19dlezcano has joined #ltsp
04:24alkisg has quit IRC
04:24toscalix has quit IRC
04:46alkisg has joined #ltsp
05:01biomorph_ has joined #ltsp
05:07dmarkey_ is now known as dmarkey
05:16alexqwesa has quit IRC
05:22biomorph_ has quit IRC
05:26alexqwesa has joined #ltsp
05:29bobby_C has joined #ltsp
06:12leio_ has joined #ltsp
06:14leio has quit IRC
06:18leio has joined #ltsp
06:21leio_ has quit IRC
06:24leio has quit IRC
06:24biomorph_ has joined #ltsp
06:24leio has joined #ltsp
06:36alkisg has quit IRC
07:08otavio has joined #ltsp
07:27biomorph_ has quit IRC
07:38pmatulis has joined #ltsp
08:20alkisg has joined #ltsp
08:47mikkel has quit IRC
09:01priyanksingh has joined #ltsp
09:13mikkel has joined #ltsp
09:15priyanksingh has quit IRC
09:16bobby_C has quit IRC
09:27priyanksingh has joined #ltsp
09:28priyanksingh has quit IRC
09:42poff has quit IRC
09:48
<Kyle__>
Hum. Flood?
09:53redbaritone has joined #ltsp
10:10staffencasa has joined #ltsp
10:14jhutchins_lt has joined #ltsp
10:24Da-Geek has quit IRC
10:25dlezcano has quit IRC
10:27gnunux has quit IRC
10:42dobber has quit IRC
10:47mgariepy has joined #ltsp
10:49staffencasa has quit IRC
10:50staffencasa has joined #ltsp
10:51
<Kyle__>
Anyone awake in here?
10:52* highvoltage
10:52
<Kyle__>
Annnd I asked that in the wrong channel :) sorry
10:52
<highvoltage>
you're forgiven
10:52
(this time)
10:52
<Kyle__>
heh
10:53elias_a has quit IRC
10:54elias_a has joined #ltsp
10:54whatch has joined #ltsp
10:56
<whatch>
we have a lab of DevonIT thin clients at our school that can boot via pxe. We would like to use a linux distro as a virtual machine on a vmware vsphere server. We already have a dhcp server. What distro would be recommended for this, that is simple to configure?
11:10
<alkisg>
LTSP is well maintained in Debian, Ubuntu and OpenSuse, and Fedora is recently trying to update it too.
11:15
<Appiah>
"LTSP-5 is the current version that you should be using. Check out Ubuntu, Debian and Fedora for awesome integration. Gentoo is getting very close and Opensuse has kiwi-ltsp.
11:15
"
11:18RiXtEr has quit IRC
11:19RiXtEr has joined #ltsp
11:22Ghidorah has joined #ltsp
11:26otavio has quit IRC
11:31
<Ghidorah>
Anyone know of a reason why XDG user-dirs.default doesn't set the Desktop path?
11:35
<alkisg>
What user-dirs.default? You mean ~/.config/user-dirs.dirs? It's there for me...
11:37
<Ghidorah>
I set the /etc/XDG/user-dirs.default file
11:37
to specify user folders to their network shared drive
11:38
all of the redirects work execpt the desktop specification
11:41
<alkisg>
I don't know, but just out of curiosity, what did you set DESKTOP= to?
11:42
<Ghidorah>
Desktop=H_Drive/Desktop
11:42
Others are set in a similar fashion
11:42
<alkisg>
Ah, and you have a symlink for H_Drive to each user's dir?
11:43
<Ghidorah>
if I manually set Desktop in a users user-dirs.dirs it works
11:43
I have mount_pam mounting their home folders
11:43
err pam_mount*
11:44
<alkisg>
(because it says "# The values are relative pathnames from the home directory and will be translated on a per-path-element basis into the users locale", so I wouldn't expect the others to work, too...)
11:44
<Ghidorah>
The H_Drive is mounted in each users home folder
11:44
So Student1 logs in
11:45
he gets his home folder mounted in /home/DOMAIN/student1/H_Drive
11:45otavio has joined #ltsp
12:01
<abeehc-_>
wish I could help, haven't tried redirecting desktops
12:03
but using pam mount i've been wondering if gnome can be made aware of the mount so that it would show on the left pane of nautilus windows
12:04
<alkisg>
Ghidorah: Directory backwards_compat_dirs[] = { { "DESKTOP", "Desktop" }, { "TEMPLATES", "Templates" }, { "PUBLICSHARE", "Public" }, { NULL} };
12:04
Those are not changed in LANG=en for compatibility reasons, but I don't know why
12:04
(so it's not only desktop)
12:11
Ghidorah: ah, got it, if those directories already exist, they're reused for the live cd to work
12:11
So these directories shouldn't exist when xdg-user-dirs-update is ran
12:12whatch has quit IRC
12:16
<Ghidorah>
livecd?
12:17
<alkisg>
Search for backwards_compat_dirs in http://irclogs.ubuntu.com/2007/10/10/%23ubuntu-devel.txt
12:19
<Ghidorah>
so if the folder exists it shouldn't redirect it?
12:21
<alkisg>
Yup, for those 3 folders
12:23
<Ghidorah>
hrmm
12:25
Any clue on how to work around this?
12:30
<alkisg>
Delete those other folders on login?
12:38thunsucker has joined #ltsp
12:39
<thunsucker>
i'm running the rdesktop screen script, is it possible to have a user have to login, execute the rdesktop script once, then logoff?
12:51alkisg has quit IRC
13:00h00man has joined #ltsp
13:01
<h00man>
hello
13:01
i~m planning implementation in a cybercafe
13:02
anyone have the official ltsp forum url? sourceforge is read-only for some reason...
13:07alkisg has joined #ltsp
13:08
<alkisg>
h00man: irc is used much more than forums for ltsp....
13:09
Ghidorah: why don't you mount the whole /home/DOMAIN/student with pam_mount?
13:10
E.g. now where are their .* files/dirs stored (e.g. emails, firefox stuff)... locally?
13:10
<Ghidorah>
previous LTSP servers here made the students used to H_Drive
13:11
I attempted to change the mentality but it blew up on the first week of school
13:20
alksig: I'm seeing an kerberos error message flash during the login at GDM
13:20
do you know where I might see this in a log file?
13:20
<thunsucker>
i'm running the rdesktop screen script, is it possible to have a user have to login, execute the rdesktop script once, then logoff?
13:27
<alkisg>
thunsucker: logoff, and then what? Run the ldm script?
13:27
<thunsucker>
alkisg: yes
13:27
<alkisg>
No, you need to make a custom screen script
13:38
<thunsucker>
thats what i was thinking
13:39
it might also be more efficient for me to run fat clients
13:41talntid has quit IRC
13:41
<thunsucker>
then have a full desktop for users
13:41
that way they can also run firefox locally
13:43dlezcano has joined #ltsp
13:50
<alkisg>
If your clients have > 512 RAM, yes, fat clients is a good option
13:57jhutchins has quit IRC
14:01jhutchins_lt2 has joined #ltsp
14:02jhutchins has joined #ltsp
14:04vagrantc has joined #ltsp
14:15jhutchins_lt has quit IRC
14:15thunsucker has quit IRC
14:40Lns has joined #ltsp
14:41otavio has quit IRC
14:49alexqwesa has quit IRC
14:51alexqwesa has joined #ltsp
14:55
<paal->
hi, having problem with my montiors on my ltsp-clients going to sleep mode after 15 mins. have tried to set it to "never" in the power management, but no luck ..
14:55
any tips ?
15:04
<Lns>
paal-: you might look at this, I think these are the options I used before: http://copilotco.com/mail-archives/ltsp.2009/msg00197.html
15:08otavio has joined #ltsp
15:08
<paal->
ty, trying them out now
15:10
<Lns>
np
15:30
<h00man>
lawyers knock demanding to know terminal and name of who sent an email on hotmail or made a comment on a blog - for example. can firewalls log usernames?
15:30mgariepy has quit IRC
15:30
<h00man>
#!*^%$!** lawyers
15:35
<Lns>
do they have a warrant? =p
15:47
<vagrantc>
h00man: in order to monitor that you'd have to set up an authenticated web proxy ...
15:47
i think
15:47
there may be other options
15:48Lns has quit IRC
15:51
<h00man>
how about a firewall with some kind of captive portal for the WIFI people, and getting usernames from LDAP for already-logged-in users?
15:52
gonna get myself trouble, never even setup ldap...
15:52
<abeehc-_>
wifidog
15:52
when lawyers as you for info it's time to review if you should even make an attempt to keep such information
15:52
<h00man>
normally logging is via IP numbers, but in LTSP everyone has the same IP!
15:52
<abeehc-_>
the more info you have the worse you are imo
15:53
<alkisg>
squid with identd?
15:53
(like vagrant said...)
15:53RiXtEr has quit IRC
15:53
<h00man>
i`m in brazil, the law here requires us to locate the user, just like any ISP
15:54
its really excessive - but its law
15:54RiXtEr has joined #ltsp
15:55Sorinan has joined #ltsp
15:56
<Sorinan>
I can't print on a client, the CUPS on server says that's the printers connected and, with no errors, conclude the page sending. But, on printer, nothing happens. Anyone may have a clue on why?
15:57
I recorded the sending with Wireshark, all good, but on LTSP client I couldn't locate any log. It exists?
15:58jhutchins_lt has joined #ltsp
15:59mikkel has quit IRC
16:04Ghidorah has quit IRC
16:04
<Sorinan>
anyone??
16:06
<alkisg>
I don't know, but just helping out in better explaining your problem: is the printer on the server or on the client?
16:09
<Sorinan>
on client, CUPS is on server
16:09
on server (connected directly by USB) it works flawlessly
16:09
<alkisg>
Erm, so isn't that supposed to work with jetpipe? How is cups seeing the printer? Do you have cups installed in your chroot?
16:11
<Sorinan>
no, in chroot there's no CUPS, only the jetpipe running
16:12
and CUPS don't exatcly "see" the printer, after I add it, only when I try to print something that they try to comunicate
16:15
<abeehc-_>
what's the configured device uri in cupsd?
16:20
<Sorinan>
socket://192.168.0.11:9100
16:21
the communication seems to occur normal, both sides sends a lot of packets
16:25
<abeehc-_>
using the same ppd file as when you had it plugged into the server i assume?
16:27
<Sorinan>
sure
16:28
it's the default one for my printer, provided with debian lenny (foo2xqx)
16:28
<abeehc-_>
do you have the client unlocked so you can shell in and confirm jetdirect is not crashing or whatever
16:29
<Sorinan>
yes, i'm on it right now, but it don't print anything, neither crash
16:29
<abeehc-_>
i had limited success with cups -> jetdirect but i have a number that go win2k3 -> jetdirect and they work decently
16:29
<Sorinan>
there's another solution?
16:31
<abeehc-_>
i seem to recall that script needs python-serial to work, have you installed that in the clientroot?
16:33markit has joined #ltsp
16:35
<Sorinan>
i will check
16:35
no! let me install ir
16:35
*it
16:39
<abeehc-_>
ok.. i seem to remember it made it obvious when it was missing but I'm not sure
16:39
what distro are you
16:39
i gotta run back in a few
16:40
<Sorinan>
well, i installed it in the chroot, but still the same
16:40
<abeehc-_>
did oyu do ltsp-update-image and reboot the client etc?
16:41
also what's your lts.conf say for this client
16:41
<Sorinan>
i never did ltsp-update-image, i don't use images, and in lts only the default config (it's selected usb, etc..)
16:42
PRINTER_0_NAME="P1005-GER" PRINTER_0_DEVICE=/dev/usb/lp0 PRINTER_0_TYPE=U
16:43
of course, with line breaks
16:56Sorinan has quit IRC
17:04dgroos has joined #ltsp
17:14redbaritone has quit IRC
17:19otavio has quit IRC
17:23dgroos has quit IRC
17:24dgroos has joined #ltsp
17:29
<Kyle__>
Is there a way, with fat clients, that they can boot off of a local copy of that image, and only grab it over the network when it changes?
17:31
I'm having too many problems where my clients flit out of the network for a second, thus locking the whole box, requiring a reboot.
17:33
<alkisg>
Nope, you'd need to patch ltsp_nbd to mount the image from the local disk instead of nbd, and automate the transfering process with some script
17:33
It'd be cool though :)
17:33
But nbd-client -persist doesn't prevent that locking?
17:36
Hmmm not a bad idea to copy the image locally on boot, if the md5sum is different (but cache the md5sum so that it's not done all the time)
17:36
<markit>
alkisg: hi :) not yet gone to the school with the server to test login. A question: how do you manage students account? Like stu001...stu999 or you create a "billy.brown" etc. ?
17:37otavio has joined #ltsp
17:37
<markit>
alkisg: or/and is there any guidelines about how organize things?
17:37
<alkisg>
markit: I've tried both, but here we have 2-3 students sitting on the same pc, so finally we settled for user01a1
17:37
(01 = pc number, a1 = class group)
17:38
I've just finished a tool to create a bunch of those users: http://imagebin.org/index.php?mode=image&id=113954
17:38
(again, greek, maybe dgroos can translate that too :))
17:38
<markit>
I've created a script in ruby too, also to "slay" users and add extended name or so on
17:38
it's in italian though ;P
17:39
<alkisg>
We need to get those i18n + upstream :)
17:39
<markit>
and simple interface from terminal
17:39
well, I don't think that a non graphical program will be accepted anyway
17:39
<alkisg>
See the link above, it's graphical
17:39
<markit>
and let me test some months "on the battle field"
17:40
your it is, mine not
17:40
<alkisg>
OK
17:40
Do you have 1 pc per student?
17:40
<markit>
oh very configurable your is
17:41
unfortunatly not... was expected to have 16 students and we have 16 pc
17:41
<alkisg>
Yeah you can select the name, real name and password template, the number of classes and number of pcs
17:41
<markit>
but instead we have 26 students :(
17:41
<alkisg>
Maybe user01a1 will suit you too then
17:41
<markit>
apart from the lack of pc, the classroom is too small to put more
17:41
sure
17:41
<alkisg>
...and I tell the students to change real name + password on first login
17:42
<dgroos>
alkisg: my greek is impeccable!
17:42
*impeachable
17:42
<markit>
I'm "sad" because I don't think is good having more than one children per pc ... il like share the pencil
17:42
hi dgroos!!!
17:42
<alkisg>
dgroos: markit was interested in your translated sch-scripts version a while ago...
17:42
<markit>
yeah!
17:42
I've tried italc from kubuntu, and I've been able to crash it in 5 clicks
17:42
<alkisg>
Are you still using it or did you have problems with it?
17:42
<markit>
(I'm pretty good in crashing programs, though)
17:43
<Kyle__>
alkisg: I've never heard of nbd-client -persist... how do you set it?
17:43
sorry was AFK trying to get a windows 7 image to not be 100 stupid.
17:43
<alkisg>
(markit is using the same setup as me, so it should be more suitable to him)
17:43
<Kyle__>
(futile, it _is_ windows after all)
17:43
<alkisg>
Kyle__: are you using the default installation, or did you remove nbd_proxy?
17:43
<dgroos>
hi markit :)
17:43
<Kyle__>
Umm, I think I'm fairly default, but I've never seen nbd_proxy...
17:44
<markit>
[00:45] <alkisg> Are you still using it or did you have problems with it? to me (italc) or to dgroos ?
17:44
<alkisg>
to dgroos, sorry for not specifying
17:44vagrantc has quit IRC
17:44
<alkisg>
Kyle__: weird then, it shouldn't crash, nbd-proxy should keep the connection alive..
17:44
<markit>
dgroos: unfortunatly I can't understand greeki, but alkisg told me you have translated to english
17:44
<dgroos>
alkisg: the reason why I'm here today... (I'm mega swamped with start of year stuff) is to ask a question.
17:44
<markit>
that I could understand and translate much easier
17:44
<dgroos>
markit: for sure! Let me send you the glade file...
17:45jhutchins_lt has quit IRC
17:45
<alkisg>
dgroos: I'm about to head to bed in 5', so if the question is for me, shoot :)
17:46
Btw, we'll have a new release tomorrow, some glade changes, but I think that'll be all for 10.04
17:46
(and the new "create_users" tool)
17:47
<dgroos>
alkisg: I seem to find that when I'm using sabayon to manage user permissions, sch-scripts only partly works with them...
17:47
<alkisg>
What symptoms?
17:47
<dgroos>
can't log them out/control screen.
17:47
<alkisg>
Hmm I haven't tried with sabayon, I'll test tomorrow and see how it goes
17:47
<dgroos>
Cool! I'll update this weekend!
17:47
<alkisg>
I bet it's just some conflict
17:48
<dgroos>
alkisg: thanks, let me know if some log file would be useful...
17:48
<alkisg>
If I can't reproduce it, I will, thanks
17:49
<dgroos>
alkisg: what was the name of the irc for this sch-scripts work?
17:49
<alkisg>
#linux.sch.gr
17:49
<dgroos>
ah--the same one that is called forth with sch-scripts.
17:49
<alkisg>
Yup
17:50
<dgroos>
markit: how shall I send you the files? I could upload them to my plone site and you could download there?
17:50
<markit>
dgroos: sure if are big
17:50
otehrwise I've given my email in a private chat window
17:50
<dgroos>
No, not big--what's a better way?
17:50
sure...
17:51
<markit>
dgroos: ehm, I'm already in private chat...
17:51
<alkisg>
!pastebin
17:51
<ltspbot>
alkisg: "pastebin" :: try !pastebot
17:51
<alkisg>
!pastebot
17:51
<ltspbot>
alkisg: "pastebot" :: The LTSP pastebot is at http://ltsp.pastebin.com. Please paste all text longer than a line or two to the pastebot, as it helps to reduce traffic in the channel. Don't forget to paste the URL of the text here.
17:51
<alkisg>
:)
17:51
<markit>
alkisg: so I will have to download the sources, change the dgroos file and recompile I guess
17:52
<alkisg>
markit: yes, but I think you should wait until the weekend for the new release + the sabayon fix
17:52
(to not do the same work twice)
17:52lordzhao has joined #ltsp
17:53
<markit>
will I find you in irc?
17:53
<alkisg>
apt-get build-dep sch-scripts, translate, and debuild -b -tc will get you a localized .deb
17:53
<markit>
I would love to find you also at friday morning, while I'm at school :)
17:53* markit takes note
17:53
<Kyle__>
alkisg: How can I check that I've got nbd-proxy running?
17:53
<alkisg>
Kyle__: ps -ef on a client
17:54
!localxterm
17:54
<ltspbot>
alkisg: "localxterm" :: while sitting on a thin client, open a gnome terminal. In that, run: ltsp-localapps xterm. An xterm will open. That xterm runs locally, so any commands you enter there are executed directly on the client.
17:54
<Kyle__>
Doh.
17:54
Hum. yea I see it running.
17:54
But I know it still happens.
17:54
<alkisg>
Maybe try disabling it then and try nbd-client -persist
17:54
<lordzhao>
can someone help me with a problem of network adapter does not recognize the thin-clients?
17:54
<alkisg>
Time for bed, ciao all!
17:54otavio has quit IRC
17:54
<markit>
nite alkisg thanks
17:55otavio has joined #ltsp
17:55
<lordzhao>
the message states that I have to specify option-129, but is not working
17:55alkisg has quit IRC
17:55
<Kyle__>
Night alk
17:55* Kyle__ sighs.
17:56
<Kyle__>
ok. Time for me to attend class.
17:56
Working full time and doing grad school simultaniously. Not the best combo.
18:01dgroos has quit IRC
18:03otavio has quit IRC
18:10lordzhao has quit IRC
18:11jhutchins_lt has joined #ltsp
18:39markit has quit IRC
18:48jhutchins_lt has quit IRC
18:58cliebow has joined #ltsp
18:58cliebow_ has joined #ltsp
19:06jhutchins_lt has joined #ltsp
19:15cliebow_ has quit IRC
19:16cliebow has quit IRC
19:17ldv has joined #ltsp
19:19jhutchins_lt has quit IRC
19:41h00man has quit IRC
19:45cliebow has joined #ltsp
19:45cliebow_ has joined #ltsp
19:49ogra_cmpc has quit IRC
19:54cliebow has quit IRC
20:01ogra_cmpc has joined #ltsp
20:13dgroos has joined #ltsp
20:14dgroos_ has joined #ltsp
20:18dgroos has quit IRC
20:18dgroos_ is now known as dgroos
20:19jhutchins_lt has joined #ltsp
20:28jhutchins_lt has quit IRC
20:33RiXtEr has quit IRC
20:34RiXtEr has joined #ltsp
20:39pmatulis has quit IRC
20:49ogra has quit IRC
20:50ogra has joined #ltsp
20:51RiXtEr has quit IRC
20:51RiXtEr has joined #ltsp
20:55thunsucker has joined #ltsp
20:55
<thunsucker>
hey guys
20:55
do any of you have experience with a rdesktop screen script?
20:57
how about just running a screen script after user login?
21:00vagrantc has joined #ltsp
21:01
<thunsucker>
vagrantc: how are you this evening
21:02
<vagrantc>
just wrapping up work...
21:02
<thunsucker>
vagrantc: cool, do you mind pointing me in a direction. I've done a lot of research I just can't seem to find anything
21:03
<vagrantc>
ask away, if i can't help, maybe someone else can
21:03
<thunsucker>
ok cool
21:03
currently i'm using the rdesktop screen script, this puts about a 25% cpu load on our TS servers intermittently because it loops
21:04
i would prefer instead of the rdesktop looping, to have a user login by clicking on a generic "lab" name and then run rdesktop once, then once it's done running to log them off
21:08
something that might be easier is just having them load a very generic desktop
21:08sweetpi has joined #ltsp
21:08
<thunsucker>
and just click on the icon when they're ready to run with it
21:08
<vagrantc>
thunsucker: ah, you might be interested in gadi's menu script ... or something like it
21:08
<thunsucker>
vagrantc: link?
21:08
<vagrantc>
should be in /opt/ltsp/i386/usr/share/ltsp/screen.d/
21:08
<thunsucker>
searching for anything with "gadi" is impossible lol
21:09
he's everywhere
21:09
vagrantc: thank you i will look at it
21:09
<vagrantc>
heh
21:09
he might read the logs and show up, now that you've mentioned him
21:09
<thunsucker>
lol
21:10adrianorg has joined #ltsp
21:10
<vagrantc>
http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/annotate/head%3A/client/screen.d/menu
21:12
<thunsucker>
vagrantc: that stuff is badass
21:12
<vagrantc>
that's gadi for you
21:13
<thunsucker>
vagrantc: yes it is
21:13
now lets see if i can modify it to where once the rdesktop screen script is chosen, and it runs once, that it exits
21:13
<vagrantc>
i think that's how it's supposed to work
21:15
<thunsucker>
vagrantc: kickass ty sir
21:17sweetpi has quit IRC
21:28ldv has quit IRC
21:35
<thunsucker>
vagrantc: it couldn't be any more perfect
21:35
vagrantc: thats exactly what I needed, thank you again
21:35
<vagrantc>
:)
21:37
<thunsucker>
vagrantc: now just have to implement the numrandom feature i was using and i'll be all set!
21:38
<vagrantc>
i use num-utils
21:38
ah, that's where numrandom comes from
21:38
:)
21:39
<thunsucker>
"rdesktop -a 16 -r sound:local:alsa -r disk:drives=/media/root -d crutcho -u '' 172.16.42.$(numrandom /1,2,3/)"
21:41
if i make a lts.conf change, the client has restart before it will take effect correct?
21:42
<vagrantc>
generally, yes.
21:42
if you're using NFS, sometimes the new settings will take effect ...
21:42
though it depends :)
21:42
safe bet to reboot
21:42
<thunsucker>
i'll request a reboot just to be safe
21:42
most of the clients are off
21:43
but still roughly 100 or so on
21:43
after hours
21:50mistik1 has quit IRC
22:03dgroos_ has joined #ltsp
22:05dgroos_ has quit IRC
22:06dgroos has quit IRC
22:14thunsucker has quit IRC
22:36adrianorg has quit IRC
22:45mistik1 has joined #ltsp
23:25vagrantc has quit IRC