00:46 | wwx has joined #ltsp | |
01:07 | sweetpi has quit IRC | |
01:33 | alkisg has joined #ltsp | |
01:34 | alkisg has joined #ltsp | |
01:49 | Faithful has quit IRC | |
01:50 | <alkisg> !compiz
| |
01:50 | <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
| |
01:54 | vagrantc has quit IRC | |
01:55 | Egyptian[Home] has quit IRC | |
01:58 | dobber has joined #ltsp | |
02:06 | Faithful has joined #ltsp | |
02:07 | bobby_C has joined #ltsp | |
02:10 | Egyptian[Home] has joined #ltsp | |
02:36 | F-GT has quit IRC | |
02:36 | Faithful has quit IRC | |
02:37 | otavio has quit IRC | |
02:37 | otavio has joined #ltsp | |
02:38 | slidesinger has quit IRC | |
02:53 | F-GT has joined #ltsp | |
02:56 | cyberorg has joined #ltsp | |
03:04 | ogra has quit IRC | |
03:05 | ogra has joined #ltsp | |
03:11 | Da-Geek has joined #ltsp | |
03:11 | ogra_cmpc has quit IRC | |
03:19 | Da-Geek has quit IRC | |
03:24 | ogra_cmpc has joined #ltsp | |
03:27 | Faithful has joined #ltsp | |
04:36 | alkisg has quit IRC | |
04:41 | cyberorg has quit IRC | |
04:44 | cyberorg has joined #ltsp | |
04:48 | Selveste1 has quit IRC | |
04:49 | Selveste1 has joined #ltsp | |
04:54 | highvoltage has joined #ltsp | |
05:01 | mikkel has joined #ltsp | |
05:13 | japerry has quit IRC | |
05:24 | highvoltage has quit IRC | |
06:38 | japerry has joined #ltsp | |
06:39 | pmatulis has joined #ltsp | |
07:01 | Selveste1 has quit IRC | |
07:06 | Selveste1 has joined #ltsp | |
08:00 | NeonLicht has quit IRC | |
08:11 | slidesinger has joined #ltsp | |
08:32 | alkisg has joined #ltsp | |
08:50 | daduke has joined #ltsp | |
08:59 | alkisg has quit IRC | |
09:32 | monteslu has quit IRC | |
09:34 | monteslu has joined #ltsp | |
09:35 | winthrowe has joined #ltsp | |
09:51 | <winthrowe> Hello all, I am having some problems with localapps functionality. I had it working, and thought I hadn't done anything major, basic upgrades and preparing my .skel and so forth, but now local apps silently fail. I don't see anything immediately ovbious poking around as root on the local machine, except that the localappsd does something, but I could use some troubleshooting tips
| |
09:52 | <dobber> what are you trying to start as a local app ?
| |
09:52 | <winthrowe> firefox, to offload flash
| |
09:53 | xterm also exhibits the same behavior, but I don't care if that works.
| |
09:53 | <dobber> have you tryied starting it from the terminal ?
| |
09:53 | xprop -root -f LTSP_COMMAND 8s -set LTSP_COMMAND "firefox"
| |
09:53 | <winthrowe> I will try that now, I had only tried as 'ltsp-localapps firefox'
| |
09:54 | <dobber> its basically the same
| |
09:55 | <winthrowe> yes, it just returns immediately again, without telling me anything useful at the shell. ubuntu 10.04 btw
| |
09:55 | <dobber> ok
| |
09:56 | <winthrowe> 64bit server, 32 client, if it matters/helps
| |
09:56 | <dobber> mine configuration is the same
| |
09:57 | can you do smth like
| |
09:57 | <winthrowe> certainlky
| |
09:58 | <dobber> $ strace -s 255 -o /tmp/debug-file -f /usr/bin/xprop -root -f LTSP_COMMAND 8s -set LTSP_COMMAND "firefox"
| |
09:58 | and paste the entire debug-file in pastebin.com
| |
09:58 | <winthrowe> one moment
| |
09:59 | <dobber> there are IP addresses in the file
| |
09:59 | if you want to change them
| |
10:03 | <winthrowe> they're all 10.x addresses, so I think it's fine, http://pastebin.com/0X28j6fR
| |
10:07 | I can also do tracing of the local side, if that would help, it leaves behind a process labeled "[su] <defunct>"
| |
10:07 | and xatomwait LTSP_COMMAND
| |
10:08 | I don't remember checking when I had it working so that may or may not be normal
| |
10:09 | <dobber> well the last strace was not very useful :(
| |
10:11 | as local root can you see if /var/log/daemon.log have any errors ?
| |
10:12 | vagrantc has joined #ltsp | |
10:13 | <winthrowe> about as helpful as the terminal, logs that it's executing the command, but no error. perhaps it can be turned up.
| |
10:15 | <dobber> well i'm really not sure what to do
| |
10:16 | try debuging local "ltsp-localappsd"
| |
10:16 | but i don't think that would be really helpful :(
| |
10:18 | <winthrowe> well, I tried running strace -ff -o on it, and it spawns several processes, and seems to do a number of things before dying, but as i'm not a C guy, nothing jumped out of the traces to me.
| |
10:19 | except so far as it seems to die before actually running the target process, which is the problem in the first place
| |
10:21 | <dobber> ltsp-localappsd does a bunch of stuff
| |
10:22 | and then sets LANG=$LANG LANGUAGE=$LANGUAGE etcetcetc $LTSP_COMMAND
| |
10:22 | so if you search in the debug file for LANGUAGE
| |
10:22 | you should see where the 'firefox' command was actually executed
| |
10:23 | but i dont think that would be very helpfull
| |
10:25 | alkisg has joined #ltsp | |
10:25 | <dobber> alkisg,
| |
10:26 | <alkisg> ?
| |
10:26 | <dobber> you know a lot more than me
| |
10:26 | winthrowe have a problem starting local apps
| |
10:27 | <winthrowe> yes, I am
| |
10:28 | * alkisg looks at the logs... | |
10:28 | <winthrowe> any extra info you need, I will obtain.
| |
10:31 | <alkisg> In the meantime, please paste your lts.conf
| |
10:31 | (or, getltscfg -a from a local shell)
| |
10:32 | <winthrowe> here, or pastebin?
| |
10:33 | <vagrantc> !seen gadi
| |
10:33 | <ltspbot> vagrantc: gadi was last seen in #ltsp 1 week, 1 day, 21 hours, 59 minutes, and 40 seconds ago: <Gadi> that's two
| |
10:33 | <winthrowe> http://pastebin.com/LJipWjzb
| |
10:33 | <vagrantc> eeyk!
| |
10:34 | <alkisg> vagrantc: about Gadi? He was speaking to me 2 days ago... deep in a project
| |
10:34 | <vagrantc> ah
| |
10:35 | <alkisg> winthrowe: OK, please remove all lines except 1 [Default] and 3 LOCAL_APPS_MENU = True from lts.conf and reboot your terminal.
| |
10:35 | The menu_items was making ltsp-localappsd to reject xterm
| |
10:35 | <winthrowe> one moment.
| |
10:36 | rebooting
| |
10:38 | dobber has quit IRC | |
10:39 | <winthrowe> there seems to be no change, running ltsp-localapps firefox still produces no output and no firefox window
| |
10:39 | <alkisg> Try ltsp-localapps xterm
| |
10:40 | <winthrowe> it is the same
| |
10:41 | <alkisg> OK. Do you have the root account unlocked in the chroot?
| |
10:41 | <winthrowe> I do
| |
10:41 | <alkisg> OK, try: ps -ef | grep xatomwait
| |
10:41 | Is it there?
| |
10:42 | <winthrowe> it appears
| |
10:42 | <alkisg> And: grep ltsp-localappsd /var/log/daemon.log
| |
10:42 | See anything there?
| |
10:43 | <winthrowe> "excecuting comand as username xx: xterm"
| |
10:43 | <alkisg> But you don't actually see xterm... hmmm...
| |
10:45 | <winthrowe> the only other major factor I can think of is the setup was originally installed in english and converted to french. do you see a possibility of it dying rather than dropping to the "C" locale as I am used to?
| |
10:46 | <alkisg> I think putting some debug info to ltsp-localappsd would be the best way to debug this
| |
10:47 | Ah
| |
10:47 | Did you also say something about a "su <defunct>" job?
| |
10:47 | <winthrowe> i did.
| |
10:48 | <alkisg> what do you get with echo $LANG from the root shell?
| |
10:49 | <winthrowe> en_CA.UTF-8
| |
10:49 | <alkisg> Urm, shouldn't that be french?
| |
10:50 | <winthrowe> I should think so.
| |
10:52 | <alkisg> Try this from within the session: ltsp-localapps touch /tmp/hi
| |
10:52 | And then from the root shell: ls /tmp/hi
| |
10:53 | <winthrowe> no such file
| |
10:53 | <alkisg> OK. Well... on to debugging then
| |
10:54 | <winthrowe> I'm going to reboot my terminal, with LANG properly set in /etc/default/locale first and see if that helps. I told him we should have just installed french. :)
| |
10:55 | at least then the client and server LANG should match
| |
10:55 | <alkisg> That shouldn't be the problem though
| |
10:56 | <winthrowe> but it is something I need to fix before i forget. ready again.
| |
10:56 | <alkisg> Anyway, if that doesn't work, try this afterwards:
| |
10:56 | open /opt/ltsp/i386/usr/bin/ltsp-localappsd, and after this line:
| |
10:56 | logit "Executing command as username ${LDM_USERNAME}: ${LTSP_COMMAND} "
| |
10:57 | put this line:
| |
10:57 | logit "su - ${LDM_USERNAME} -c LANG=$LANG LANGUAGE=$LANG DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY $CLIENT_ENV ${LTSP_COMMAND}"
| |
10:57 | This way you'll see exactly what su tries to run, so that you can try it from the root shell and see any warnings etc
| |
10:57 | You'll need to run ltsp-update-image and reboot the terminal as well
| |
10:58 | <winthrowe> change made.
| |
10:58 | rebooting
| |
11:01 | umm..
| |
11:02 | that should be logged to daemon.log, just like the other message, right?
| |
11:02 | <alkisg> Yes, but did you run ltsp-update-image?
| |
11:02 | <winthrowe> I did.
| |
11:02 | the line shows when I examine the ltsp-localappsd file on the client, too
| |
11:03 | <alkisg> Urm. Did you copy/paste that exact line above?
| |
11:03 | <winthrowe> I did
| |
11:03 | including the trailing "
| |
11:04 | <alkisg> And you put it right before the `if [ "$LTSP_COMMAND_WAIT" = "true" ]; then`, not inside the if, right?
| |
11:04 | <winthrowe> correct.
| |
11:05 | <alkisg> ....and if you run `ltsp-localapps xterm` two times in a row, you see it in daemon.log, but you don't see the "su" line?!
| |
11:05 | <winthrowe> below the logit that is getting logged, and above the if [ "$LTSP_COMAND_WAIT" ...
| |
11:06 | there isn't some shell weirdness that requires blanks or semicolons going on is there?
| |
11:07 | cause it looks like it should work to me
| |
11:07 | <alkisg> No... did you try running ltsp-localapps xterm two times?
| |
11:07 | (to verify that logger isn't dying)
| |
11:08 | <winthrowe> I tried firefox twice, and it showed up twice, I'll retry with xterm
| |
11:08 | <alkisg> Don't try firefox at all as it might have other problems. But yeah that covers the test we wanted here...
| |
11:09 | <winthrowe> xterm only showed up once, even though I tried it several times.
| |
11:09 | oh, I guess syslog just was waiting to batch them\
| |
11:10 | <alkisg> Ah. Try this:
| |
11:10 | logit() {
| |
11:10 | logger -t ltsp-localappsd -p daemon.info "$@"
| |
11:10 | }
| |
11:11 | That $1 there may cause problems because it isn't quoted
| |
11:11 | ltsp-update-image etc... :)
| |
11:11 | <winthrowe> s/$1/"$@"/ correct?
| |
11:11 | <alkisg> Yup
| |
11:11 | <winthrowe> one minute
| |
11:12 | rebuilt, rebooting
| |
11:14 | now there's something
| |
11:14 | guess I'll have to retype by hand, so one moment:
| |
11:16 | su - correctuser -c LANG=fr_FR.UTF-8 LANGUAGE=fr_FR.utf-8 DISPLAY=:7 XAUTHORITY=/var/run/ldm-auth-blah/Xauthority xterm
| |
11:17 | Faithful has quit IRC | |
11:17 | <winthrowe> ldm-auth-blah is populated to an existing directory with a Xauthority file owned by the correct user
| |
11:18 | <alkisg> And I suppose if you try that exact command from the root shell, it works?
| |
11:20 | <winthrowe> no! :)
| |
11:20 | su: auth failure
| |
11:20 | (Ignored)
| |
11:21 | LANGUAGE=fr_FR.UTF-8: 27: Syntax error: "else" unexpected
| |
11:21 | well, 'else' certainly is unexpected. line 27 of what?
| |
11:23 | whatever it is, it's the exact same error for any program
| |
11:23 | * alkisg will be back in 5'... | |
11:26 | mikkel has quit IRC | |
11:32 | <alkisg> winthrowe: what configuration files did you tamper? E.g. /etc/environment or /etc/profile or some pam files...
| |
11:33 | <winthrowe> some pam files were modified to set up pam-mount but I believe it was still working after that change.
| |
11:35 | <alkisg> try strace or something like that
| |
11:35 | ...to see which files su accesses
| |
11:44 | <winthrowe> I have a list, but I don't know which might be important. I see that it's missing some locale files still
| |
11:44 | japerry has quit IRC | |
11:45 | Lns has joined #ltsp | |
11:49 | <winthrowe> I can't really see anything that comes out, lots of pam files listed, but those were all changed on the server.
| |
11:50 | http://pastebin.com/MnkFjXs0 is output from strace -eopen on the su command
| |
11:51 | japerry has joined #ltsp | |
11:51 | <winthrowe> the two you mentioned /etc/enviroment and /etc/profile, i haven't touched
| |
12:04 | <alkisg> If you just run `su username`, does it work?
| |
12:04 | (from the root shell)
| |
12:05 | <winthrowe> yes, I get a shell under the new user
| |
12:06 | <alkisg> Ah, btw, watch for the quotes when you use su
| |
12:06 | su - ${LDM_USERNAME} -c "LANG=$LANG LANGUAGE=$LANG DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY $CLIENT_ENV ${LTSP_COMMAND}"
| |
12:06 | ^^^ see where the quotes should be there
| |
12:06 | Because in logit we changed them, we put them in front
| |
12:07 | (to make them one parameter to logit instead of many, so that all the line gets logged)
| |
12:07 | <winthrowe> that changes "LANGUAGE=fr_FR: 27: syntax error" to "-su: syntax error: "else" unexpected"
| |
12:08 | frederickjh has joined #ltsp | |
12:08 | <alkisg> something like that: su - correctuser -c "LANG=fr_FR.UTF-8 LANGUAGE=fr_FR.utf-8 DISPLAY=:7 XAUTHORITY=/var/run/ldm-auth-blah/Xauthority xterm"
| |
12:09 | Then, try removing stuff until you get it to work
| |
12:11 | Also check if it's a problem for this specific user - e.g. try to create a new user
| |
12:11 | <winthrowe> if I back it down to 'su - correctuser' it still complains '-su: Syntax error: "else" unexpected' but it gives me a shell
| |
12:12 | anything more gives that same error but dies
| |
12:12 | <alkisg> create a new user on the server, login normallly from ldm, and then try su - newuser
| |
12:15 | <frederickjh> Can some one point me to a how for running some apps on the clients?
| |
12:15 | I have done this before but can not seem to find the instructions via google.
| |
12:16 | hawkI has quit IRC | |
12:18 | <alkisg> !localapps
| |
12:18 | <ltspbot> alkisg: "localapps" :: to access a tutorial on setting up localapps on jaunty, see https://help.ubuntu.com/community/UbuntuLTSP/LTSPLocalAppsJaunty
| |
12:18 | <alkisg> There's also a newer one for karmic...
| |
12:19 | <winthrowe> that's weird. it works for a server local user, but not for a ldap user.
| |
12:19 | as in, i can run the xterm
| |
12:20 | even though I blew away the home directory for my ldap test user and it was created from scratch on first login with the same skel as my local user
| |
12:22 | Faithful has joined #ltsp | |
12:33 | Selveste1 has quit IRC | |
12:33 | Selveste1_ has joined #ltsp | |
12:36 | csabadobo has joined #ltsp | |
12:37 | <csabadobo> hi,
| |
12:37 | may ask for some hlep?
| |
12:38 | I am building an ltsp system in a school
| |
12:39 | <vagrantc> !question
| |
12:39 | <ltspbot> vagrantc: "question" :: if you have a question about ltsp, please go ahead and ask it, and people will respond if they can. please also mention the linux distro and release you're using. :)
| |
12:39 | <alkisg> Sure, go ahead
| |
12:39 | <csabadobo> ok, thanks
| |
12:39 | I have a few related questions like: how to set default screen resolution
| |
12:39 | Faithful has quit IRC | |
12:40 | <csabadobo> and set a script to shut down clients
| |
12:40 | and a few more like these
| |
12:40 | <alkisg> !lts.conf
| |
12:40 | <ltspbot> alkisg: "lts.conf" :: http://manpages.ubuntu.com/lts.conf
| |
12:40 | <alkisg> XRANDR_MODE_0 there
| |
12:41 | <csabadobo> it is ubuntu 10.04
| |
12:41 | <alkisg> https://help.ubuntu.com/community/UbuntuLTSP ==> methods for shutdown etc
| |
12:43 | <csabadobo> have you tryed this
| |
12:43 | ?
| |
12:43 | because I have and it does not seem to do anything
| |
12:44 | <alkisg> Not personally, I'm using my own scripts. But others have, and it works for them. There are 2 methods there, I heard both of them are working.
| |
12:44 | <csabadobo> my mad than
| |
12:45 | ok, I will try it again
| |
12:46 | how about setting a screen res? problem is that on some monitors res. is really high
| |
12:47 | I am thinking limiting to some reasonable max size
| |
12:49 | <winthrowe> alkisg: I thought it might be a sh vs bash issue, since there was a shell mismatch between my ldap and test user, but no luck. any other thoughts as to why local apps might be broken for ldap users?
| |
12:49 | <alkisg> csabadobo: see what I wrote about XRANDR_MODE_0 above
| |
12:50 | winthrowe: nope, no idea about ldap.
| |
12:50 | I'd check all the files that strace says are accessed by su...
| |
12:50 | NeonLicht has joined #ltsp | |
12:51 | <winthrowe> well, at least that's more information than I had this afternoon.
| |
12:59 | <csabadobo> <alkisg: can you give me an example, lets say for 1024x768 max res?
| |
12:59 | hersonls has joined #ltsp | |
12:59 | <csabadobo> I am not so very good yet
| |
13:00 | <vagrantc> XRANDR_MODE_0=1024x768
| |
13:01 | <csabadobo> thanks
| |
13:01 | so it is the max res or it is the only one that can be set?
| |
13:03 | <alkisg> It's the default res
| |
13:03 | Users can select another if they want
| |
13:05 | <csabadobo> sorry again, is there a way I can specify a few resolutions with the max?
| |
13:05 | <alkisg> Not easily. You can either set the default or a fixed resolution, but not the max resolution.
| |
13:05 | For the max resolution, you'd need to set X_HORZSYNC and X_VERTREFRESH
| |
13:06 | So read the lts.conf man page about XRANDR_MODE_0, X_MODE_0, X_HORZSYNC and X_VERTREFRESH
| |
13:07 | <csabadobo> I see, so best is to use XRANDR_MODE_0=1024x768 or whatever I prefer
| |
13:07 | <alkisg> It's the easiest way, yes
| |
13:07 | <csabadobo> then I need to user relatively similar monitors
| |
13:08 | I am building this in a school with about 1000 students and staff
| |
13:08 | winthrowe has quit IRC | |
13:08 | <csabadobo> but not all will use it, mainly in the library and a few in the corridor
| |
13:09 | I have already incorporated ldap client for the ltsp server with nfs
| |
13:09 | with auto home
| |
13:09 | staffencasa has joined #ltsp | |
13:10 | <csabadobo> may I ask more or am I keeping you up?
| |
13:11 | <alkisg> It's an irc channel, people come and go, anyone here can answer. So go ahead and ask, if anyone knows the question and reads the channel he'll answer...
| |
13:11 | <csabadobo> very kind thanks
| |
13:14 | first I wanted xfce to be the desktop but some problem came up: usb sticks were not shown on client's desktop but it was mounted under media...and....
| |
13:14 | <vagrantc> the only desktop that fully integrates local devices is gnome
| |
13:15 | <csabadobo> when I plugged an pendrive into server all clients received the pendrive icon and was shown the contents
| |
13:15 | <frederickjh> (07:18:25 PM) alkisg: There's also a newer one for karmic... Do you know of one for Lucid? That is what I am running.
| |
13:15 | <csabadobo> ok, I came to the same conlusion, but
| |
13:16 | <vagrantc> and plugging devices into the server should generally be avoided.
| |
13:16 | <csabadobo> I need some sort of lockdown, I found sabayon...
| |
13:16 | <alkisg> frederickjh: the karmic one is valid for lucid too
| |
13:16 | <csabadobo> it works very nicely but I had a strange error
| |
13:17 | when I was done configuring the desktop I wanted to lock down the panel, no luck....
| |
13:17 | <vagrantc> for an ltspfs notification script for other desktops: http://bazaar.launchpad.net/~ltsp-upstream/ltspfs/ltspfs-trunk/annotate/head:/doc/examples/notify
| |
13:17 | <csabadobo> the only way I could lock it down is when I locked my own panel, not inside sabayon screeen then it was locked for all
| |
13:18 | very strange
| |
13:18 | <frederickjh> Thank alkisg found it.
| |
13:19 | <csabadobo> could it be due to me using nfs auto home on ltsp server?
| |
13:19 | <alkisg> frederickjh: basically, you just need to install the apps to the chroot, and set LOCALAPPS_MENU_ITEMS in lts.conf
| |
13:22 | cascade has joined #ltsp | |
13:25 | <csabadobo> one more: is there a way to disable window manager choosing in ldm?
| |
13:27 | I wanted to use ltsp manager to do that but it did not work
| |
13:34 | cascade has quit IRC | |
13:36 | csabadobo has quit IRC | |
13:38 | csabadobo has joined #ltsp | |
13:47 | csabadobo has quit IRC | |
13:55 | csabadobo has joined #ltsp | |
13:56 | alkisg has quit IRC | |
14:08 | alkisg has joined #ltsp | |
14:22 | alkisg has quit IRC | |
14:23 | csabadobo has quit IRC | |
14:27 | dobber_ has joined #ltsp | |
14:38 | dobber_ has quit IRC | |
14:53 | dobber_ has joined #ltsp | |
14:53 | Selveste1_ has quit IRC | |
14:55 | alkisg has joined #ltsp | |
14:55 | yang has left #ltsp | |
14:57 | dobber_ has quit IRC | |
15:02 | dobber_ has joined #ltsp | |
15:06 | dobber_ has quit IRC | |
15:32 | bobby_C has quit IRC | |
15:47 | bobby_C has joined #ltsp | |
15:52 | bobby_C has quit IRC | |
15:59 | <Lns> hey check this out
| |
15:59 | http://labombiya.com.ar/hard/hobby/33-login-with-magnetic-cards.html
| |
15:59 | hersonls has quit IRC | |
16:35 | Egyptian[Home] has quit IRC | |
16:47 | alkisg has quit IRC | |
16:58 | Selveste1_ has joined #ltsp | |
17:19 | Selveste1_ has quit IRC | |
17:32 | loather-work has quit IRC | |
17:34 | Selveste1 has joined #ltsp | |
17:39 | elias_a has quit IRC | |
17:39 | japerry has quit IRC | |
17:39 | otavio has quit IRC | |
17:39 | wwx has quit IRC | |
17:39 | ltsplogbot has quit IRC | |
17:39 | staffencasa has quit IRC | |
17:39 | vagrantc has quit IRC | |
17:39 | Lumiere has quit IRC | |
17:39 | dberkholz has quit IRC | |
17:39 | shamino has quit IRC | |
17:39 | map7 has quit IRC | |
17:39 | stgraber has quit IRC | |
17:39 | zeitsofa has quit IRC | |
17:39 | pmatulis has quit IRC | |
17:39 | bix0r has quit IRC | |
17:39 | cyberorg has quit IRC | |
17:39 | vmlintu has quit IRC | |
17:39 | loathing has quit IRC | |
17:39 | primeministerp has quit IRC | |
17:39 | Selveste1 has quit IRC | |
17:39 | Lns has quit IRC | |
17:39 | AndyGraybeal has quit IRC | |
17:40 | abeehc has quit IRC | |
17:40 | sutula has quit IRC | |
17:40 | monteslu has quit IRC | |
17:40 | ogra has quit IRC | |
17:40 | zamba has quit IRC | |
17:40 | chupacabra has quit IRC | |
17:40 | Appiah has quit IRC | |
17:40 | Ryan52 has quit IRC | |
17:40 | alexqwesa has quit IRC | |
17:40 | ogra_cmpc has quit IRC | |
17:40 | tstafford has quit IRC | |
17:40 | alvin has quit IRC | |
17:40 | maslak has quit IRC | |
17:40 | F-GT has quit IRC | |
17:40 | gentgeen__ has quit IRC | |
17:40 | frederickjh has quit IRC | |
17:40 | shogunx has quit IRC | |
17:40 | leio has quit IRC | |
17:40 | Mava has quit IRC | |
17:40 | jbrett has quit IRC | |
17:40 | yanu has quit IRC | |
17:40 | jhutchins_lt has quit IRC | |
17:40 | daduke has quit IRC | |
17:40 | dmarkey_ has quit IRC | |
17:40 | _UsUrPeR_ has quit IRC | |
17:40 | NeonLicht has quit IRC | |
17:40 | michael__ has quit IRC | |
17:41 | Selveste1 has joined #ltsp | |
17:41 | staffencasa has joined #ltsp | |
17:41 | NeonLicht has joined #ltsp | |
17:41 | frederickjh has joined #ltsp | |
17:41 | japerry has joined #ltsp | |
17:41 | Lns has joined #ltsp | |
17:41 | vagrantc has joined #ltsp | |
17:41 | monteslu has joined #ltsp | |
17:41 | daduke has joined #ltsp | |
17:41 | pmatulis has joined #ltsp | |
17:41 | cyberorg has joined #ltsp | |
17:41 | ogra_cmpc has joined #ltsp | |
17:41 | ogra has joined #ltsp | |
17:41 | F-GT has joined #ltsp | |
17:41 | otavio has joined #ltsp | |
17:41 | wwx has joined #ltsp | |
17:41 | _UsUrPeR_ has joined #ltsp | |
17:41 | jhutchins_lt has joined #ltsp | |
17:41 | yanu has joined #ltsp | |
17:41 | jbrett has joined #ltsp | |
17:41 | maslak has joined #ltsp | |
17:41 | alvin has joined #ltsp | |
17:41 | tstafford has joined #ltsp | |
17:41 | dmarkey_ has joined #ltsp | |
17:41 | sutula has joined #ltsp | |
17:41 | shamino has joined #ltsp | |
17:41 | map7 has joined #ltsp | |
17:41 | zeitsofa has joined #ltsp | |
17:41 | loathing has joined #ltsp | |
17:41 | Appiah has joined #ltsp | |
17:41 | stgraber has joined #ltsp | |
17:41 | primeministerp has joined #ltsp | |
17:41 | AndyGraybeal has joined #ltsp | |
17:41 | Ryan52 has joined #ltsp | |
17:41 | dberkholz has joined #ltsp | |
17:41 | Mava has joined #ltsp | |
17:41 | gentgeen__ has joined #ltsp | |
17:41 | abeehc has joined #ltsp | |
17:41 | bix0r has joined #ltsp | |
17:41 | vmlintu has joined #ltsp | |
17:41 | leio has joined #ltsp | |
17:41 | Lumiere has joined #ltsp | |
17:41 | michael__ has joined #ltsp | |
17:41 | alexqwesa has joined #ltsp | |
17:41 | chupacabra has joined #ltsp | |
17:41 | zamba has joined #ltsp | |
17:41 | ltsplogbot has joined #ltsp | |
17:41 | shogunx has joined #ltsp | |
17:41 | elias_a has joined #ltsp | |
17:42 | japerry has quit IRC | |
17:42 | otavio has quit IRC | |
17:42 | wwx has quit IRC | |
17:42 | ltsplogbot has quit IRC | |
17:42 | staffencasa has quit IRC | |
17:42 | vagrantc has quit IRC | |
17:42 | Lumiere has quit IRC | |
17:42 | dberkholz has quit IRC | |
17:42 | shamino has quit IRC | |
17:42 | map7 has quit IRC | |
17:42 | stgraber has quit IRC | |
17:42 | zeitsofa has quit IRC | |
17:42 | pmatulis has quit IRC | |
17:42 | bix0r has quit IRC | |
17:42 | cyberorg has quit IRC | |
17:42 | vmlintu has quit IRC | |
17:42 | loathing has quit IRC | |
17:42 | primeministerp has quit IRC | |
17:42 | Selveste1 has quit IRC | |
17:42 | Lns has quit IRC | |
17:43 | AndyGraybeal has quit IRC | |
17:43 | abeehc has quit IRC | |
17:43 | sutula has quit IRC | |
17:43 | monteslu has quit IRC | |
17:43 | ogra has quit IRC | |
17:43 | zamba has quit IRC | |
17:43 | chupacabra has quit IRC | |
17:43 | Appiah has quit IRC | |
17:43 | Ryan52 has quit IRC | |
17:43 | alexqwesa has quit IRC | |
17:43 | ogra_cmpc has quit IRC | |
17:43 | tstafford has quit IRC | |
17:43 | alvin has quit IRC | |
17:43 | maslak has quit IRC | |
17:43 | F-GT has quit IRC | |
17:43 | gentgeen__ has quit IRC | |
17:43 | frederickjh has quit IRC | |
17:43 | shogunx has quit IRC | |
17:43 | leio has quit IRC | |
17:43 | Mava has quit IRC | |
17:43 | jbrett has quit IRC | |
17:43 | yanu has quit IRC | |
17:43 | jhutchins_lt has quit IRC | |
17:43 | daduke has quit IRC | |
17:43 | dmarkey_ has quit IRC | |
17:43 | _UsUrPeR_ has quit IRC | |
17:43 | NeonLicht has quit IRC | |
17:43 | michael__ has quit IRC | |
17:44 | Selveste1 has joined #ltsp | |
17:44 | staffencasa has joined #ltsp | |
17:44 | NeonLicht has joined #ltsp | |
17:44 | frederickjh has joined #ltsp | |
17:44 | japerry has joined #ltsp | |
17:44 | Lns has joined #ltsp | |
17:44 | vagrantc has joined #ltsp | |
17:44 | monteslu has joined #ltsp | |
17:44 | daduke has joined #ltsp | |
17:44 | pmatulis has joined #ltsp | |
17:44 | cyberorg has joined #ltsp | |
17:44 | ogra_cmpc has joined #ltsp | |
17:44 | ogra has joined #ltsp | |
17:44 | F-GT has joined #ltsp | |
17:44 | otavio has joined #ltsp | |
17:44 | wwx has joined #ltsp | |
17:44 | shogunx has joined #ltsp | |
17:44 | ltsplogbot has joined #ltsp | |
17:44 | zamba has joined #ltsp | |
17:44 | chupacabra has joined #ltsp | |
17:44 | alexqwesa has joined #ltsp | |
17:44 | michael__ has joined #ltsp | |
17:44 | Lumiere has joined #ltsp | |
17:44 | leio has joined #ltsp | |
17:44 | vmlintu has joined #ltsp | |
17:44 | bix0r has joined #ltsp | |
17:44 | abeehc has joined #ltsp | |
17:44 | gentgeen__ has joined #ltsp | |
17:44 | Mava has joined #ltsp | |
17:44 | dberkholz has joined #ltsp | |
17:44 | Ryan52 has joined #ltsp | |
17:44 | AndyGraybeal has joined #ltsp | |
17:44 | primeministerp has joined #ltsp | |
17:44 | stgraber has joined #ltsp | |
17:44 | Appiah has joined #ltsp | |
17:44 | loathing has joined #ltsp | |
17:44 | zeitsofa has joined #ltsp | |
17:44 | map7 has joined #ltsp | |
17:44 | shamino has joined #ltsp | |
17:44 | sutula has joined #ltsp | |
17:44 | dmarkey_ has joined #ltsp | |
17:44 | tstafford has joined #ltsp | |
17:44 | alvin has joined #ltsp | |
17:44 | maslak has joined #ltsp | |
17:44 | jbrett has joined #ltsp | |
17:44 | yanu has joined #ltsp | |
17:44 | jhutchins_lt has joined #ltsp | |
17:44 | _UsUrPeR_ has joined #ltsp | |
17:48 | toscalix has joined #ltsp | |
17:50 | allinone has joined #ltsp | |
17:54 | loather-work has joined #ltsp | |
18:01 | allinone has quit IRC | |
18:02 | GodFather has joined #ltsp | |
18:09 | GodFather has quit IRC | |
18:10 | GodFather has joined #ltsp | |
18:20 | staffencasa has quit IRC | |
18:24 | GodFather has quit IRC | |
18:29 | toscalix has quit IRC | |
18:51 | frederickjh has left #ltsp | |
19:14 | Selveste1 has quit IRC | |
19:16 | Selveste1 has joined #ltsp | |
19:36 | loather-work has quit IRC | |
19:39 | loather-work has joined #ltsp | |
19:50 | F-GT has quit IRC | |
19:52 | F-GT has joined #ltsp | |
20:32 | <vagrantc> AHA!
| |
20:32 | the reason there's no /var/run/ltspfs_fstab is because one of the initscripts purges /var/run at boot...
| |
20:43 | slidesinger has joined #ltsp | |
20:52 | Faithful has joined #ltsp | |
20:53 | pmatulis has quit IRC | |
20:57 | <vagrantc> and the reason /var/run/ gets purged is because RAMRUN and RAMLOCK are set in /etc/default/tmpfs instead of /etc/default/rcS
| |
20:58 | which worked in lenny, but apparently not in squeeze...
| |
21:21 | F-GT has quit IRC | |
21:39 | F-GT has joined #ltsp | |
21:44 | slidesinger has quit IRC | |
22:06 | alkisg has joined #ltsp | |
22:16 | jammcq has joined #ltsp | |
22:16 | <jammcq> hello friends
| |
22:17 | * vagrantc customarily waves | |
22:23 | alkisg has quit IRC | |
22:23 | <jammcq> hey vagrantc
| |
22:31 | vagrantc has quit IRC | |
23:51 | Lns has quit IRC | |
23:51 | toscalix has joined #ltsp | |