00:08 | <giaco> I'm going weird bouncing from local to remote
| |
00:08 | I've to ask you something
| |
00:10 | I've successfully configurated the server and a thin client (ltsp on ubuntu 10.04) and everything works nice but: from the client apparently I cannot "escape" from the X session on the remote server, so I can't look inside /dev/ for example
| |
00:10 | and I need it, to debug
| |
00:16 | F-GT has joined #ltsp | |
00:17 | <Appiah> giaco: what are you trying to do?
| |
00:17 | you want to access a terminal on the thin client?
| |
00:19 | <giaco> Appiah, yes, I need to look inside /dev
| |
00:19 | on the thin client
| |
00:19 | I was getting confused while looking inside server /dev from the thin client :P
| |
00:19 | <Appiah> did you set a root passwd in the chroot?
| |
00:20 | <giaco> no
| |
00:20 | but
| |
00:20 | <Appiah> ?
| |
00:20 | <giaco> I've just found something better
| |
00:20 | <Appiah> sshkeys?
| |
00:20 | <giaco> option screen_XX=shell in lst.conf
| |
00:20 | <Appiah> yes
| |
00:20 | but you still need to be able to login with a password
| |
00:20 | once you access the shell
| |
00:20 | <giaco> mm no
| |
00:21 | <vagrantc> no
| |
00:21 | <giaco> it has spawned a root shell
| |
00:21 | so cool
| |
00:21 | <vagrantc> the shell screen script opens right to a shell
| |
00:21 | <Appiah> oh
| |
00:21 | <giaco> with the wrong keymap
| |
00:21 | <Appiah> thats new to me
| |
00:21 | <vagrantc> if you're able to login to the server, you should be able to run ltsp-localapps xterm
| |
00:21 | which would give you an xterm running on the local thin client
| |
00:22 | <giaco> really? that's cool
| |
00:22 | but I need a user and password on the thin client, no?
| |
00:24 | <vagrantc> not using localapps
| |
00:24 | <Appiah> >_>
| |
00:25 | <giaco> I'm booting with ldm right now, let me try
| |
00:25 | I've spent the whole night testing for the first time ltp, and everything has worked out of the box
| |
00:25 | so cool
| |
00:27 | I've another question now: do you know how to get this fashion app on my server? http://doc.ubuntu.com/edubuntu/edubuntu/handbook/C/ltsp-tcm.html#id597811
| |
00:28 | ltsp-localapps xterm is working nicely. but what if I want a root shell there?
| |
00:34 | <Appiah> is that not root?
| |
00:34 | "whoami"
| |
00:35 | <giaco> myusername
| |
00:35 | not root
| |
00:35 | I'm going to sudo chroot /opt/ltsp/i386
| |
00:35 | <Appiah> thats not going to effect the current client
| |
00:36 | does it say yourusername@thinclient21
| |
00:36 | or does it say your servername?
| |
00:37 | bix0r has quit IRC | |
00:39 | <giaco> I've just done as the FAQ says, chroot from the server into i386, passwd, rebuild image
| |
00:40 | <Appiah> oh
| |
00:40 | you are setting a password after all..
| |
00:41 | <giaco> btw, what about http://doc.ubuntu.com/edubuntu/edubuntu/handbook/C/ltsp-tcm.html#id597811 ? how can I get it? it not installed into my server
| |
00:41 | <Appiah> thats old
| |
00:42 | http://doc.ubuntu.com/edubuntu/edubuntu/handbook/C/
| |
00:42 | dont think that software is keept upto date..
| |
00:42 | <giaco> its the same url
| |
00:42 | <Appiah> opyright © 2004, 2005, 2006 Canonical Ltd.
| |
00:42 | Multiple server setup dont mention ltsp-cluster
| |
00:43 | so I think that edubuntu handbook is old..
| |
00:43 | <vagrantc> the ltsp-specific parts of the edubuntu handbook is what became ltsp-docs
| |
00:43 | i don't think thin-client-manager is maintained, but i could be wrong
| |
00:44 | <Appiah> I think someone who was invovled in LTSP but no longer was the maintainer
| |
00:45 | https://launchpad.net/tcm
| |
00:49 | <giaco> got it
| |
00:49 | I'd like to ask a last question now
| |
00:50 | bix0r has joined #ltsp | |
00:50 | <giaco> I need to configure a printer connected to a thin client. I've already "exported" it using lts.conf, now I need to configure CUPS on the server but .. i need the ip address of the client
| |
00:51 | now, as the client ip address is under DHCP, it would change over time
| |
00:51 | how is it suppose to work?
| |
00:53 | <vagrantc> if it's a specific thin client, configure DHCP to always give it the same ip address.
| |
00:54 | Mobe_ is now known as Mobe | |
00:55 | japerry has quit IRC | |
00:55 | <giaco> vagrantc, k
| |
00:56 | japerry has joined #ltsp | |
01:05 | <giaco> my first printer configuration is not working, if I tell you my steps could you plese tell me where's my mistake?
| |
01:06 | 1) I've a serial printer connected to /dev/ttyS0 on the thin client, echo hello > /dev/ttyS0 from the thin client local console works
| |
01:07 | 2) I've inserted PRINTER_0_DEVICE=/dev/ttyS0 in lts.conf
| |
01:07 | F-GT has quit IRC | |
01:07 | japerry has quit IRC | |
01:08 | <giaco> 3) I've checked the thin client local ip: 192.168.0.21
| |
01:08 | 4) I've launched localhost:631 on the server, I've created a printer with URI socket://192.168.0.21:9100
| |
01:09 | 5) I've launched print test page
| |
01:09 | nothing happens, printer says to be in status idle - "connecting to printer"
| |
01:10 | <map7> giaco, here is what I've included 'PRINTER_0_TYPE=U' and 'PRINTER_0_PORT=9100' to my lts.conf as well.
| |
01:10 | even though these maybe default
| |
01:12 | vagrantc has quit IRC | |
01:17 | <giaco> I've pushed in my lts.conf every printer parameter, rebooting now
| |
01:19 | IT WORKS! Yeah!
| |
01:19 | thank you map7
| |
01:19 | PRINTER_TYPE=S probably
| |
01:22 | F-GT has joined #ltsp | |
01:28 | japerry has joined #ltsp | |
01:33 | frederickjh has joined #ltsp | |
01:33 | map7 has quit IRC | |
01:38 | <frederickjh> Yesterday, my lstp server got shut down before the last cilent logged out. The client was running opera as a local app. Today when everything booted up it seems that something is not right with running local apps. opera start as a local app but never appears. If you try to start a second instance, it will tell you it is already running. If I try to run xterm as a local app it appears but some command such as ps and ls do not execute and
| |
01:55 | ltspbot localapps?
| |
01:56 | giaco has quit IRC | |
01:56 | <frederickjh> ltspbot hi
| |
01:56 | ltspbot`
| |
01:57 | ltspbot` localapps?
| |
01:57 | <ltspbot`> frederickjh: Error: "localapps?" is not a valid command.
| |
01:57 | <frederickjh> ltspbot` local apps?
| |
01:57 | <ltspbot`> frederickjh: Error: "local" is not a valid command.
| |
02:37 | dobber has joined #ltsp | |
02:40 | frederickjh has quit IRC | |
02:50 | Da-Geek has joined #ltsp | |
02:59 | RiXtEr has quit IRC | |
03:01 | toscalix has joined #ltsp | |
03:12 | frederickjh has joined #ltsp | |
03:12 | ogra_cmpc has quit IRC | |
03:13 | <frederickjh> Yesterday, my lstp server got shut down before the last client logged out. The client was running opera as a local app. Today when everything booted up it seems that something is not right with running local apps. opera start as a local app but never appears. If you try to start a second instance, it will tell you it is already running. If I try to run xterm as a local app it appears but some command such as ps and ls do not execute and
| |
03:17 | <dobber> ctrl+alt+f1
| |
03:17 | brings you to local console
| |
03:18 | <frederickjh> ok
| |
03:18 | <dobber> if you know the password you can login as root
| |
03:18 | ogra has quit IRC | |
03:18 | <frederickjh> and then?
| |
03:18 | <dobber> then you can ps /ls etc etc
| |
03:19 | <frederickjh> ok, but my problem is local apps will no longer run after the shutdown of the server while a client was running.
| |
03:19 | ogra has joined #ltsp | |
03:19 | <frederickjh> Is there a way to fix this from the root console?
| |
03:19 | <dobber> is the server up again ?
| |
03:20 | terminal wont be able to work at all without a server
| |
03:20 | <frederickjh> Yes, and the client rebooted.
| |
03:20 | The shutdown was last night.
| |
03:20 | <dobber> there should be no problems with rebooting the server
| |
03:20 | <frederickjh> The server is up this morning and the apps will run on the client on the server but not as local apps.
| |
03:20 | <dobber> as far as local apps are involved
| |
03:20 | <frederickjh> The local apps hang.
| |
03:21 | They start but never appear.
| |
03:21 | Or hang the terminal window.
| |
03:21 | Depending on if they are a gui or terminal command.
| |
03:21 | the ones I know that do not run as local apps are opera ps ls
| |
03:22 | top pwd do work ok.
| |
03:22 | and xterm
| |
03:22 | That is where I was trying to run the commands.
| |
03:22 | The server booted find and the client booted fine.
| |
03:23 | <dobber> how do you star the local app?
| |
03:23 | <frederickjh> The local apps now do not work.
| |
03:23 | With the menu.
| |
03:23 | They are setup in the lts.conf file.
| |
03:23 | for the client.
| |
03:23 | They were working before no problem.
| |
03:25 | I found this: https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/107526 comment 5, that leads me to believe there is a problem related to the shutdown.
| |
03:25 | ogra_cmpc has joined #ltsp | |
03:26 | <frederickjh> It is weird if I am logged into the server and try to shut down with running client it will force me to give my password, but if I log out and then at the log in screen click shutdown it just does it. This is on Ubuntu Lucid.
| |
03:32 | japerry has quit IRC | |
03:36 | <frederickjh> Ok, looks like it is not system wide.
| |
03:36 | It is not hooked to the user either.
| |
03:36 | But to the terminal.
| |
03:37 | I logged in to an identical client and could run local apps no problem. Access the root terminal no problem.
| |
03:40 | But when I logged in as the same user on the client that was running when the server was shut down last night the local apps do not work and the root terminal is not working properly.
| |
03:41 | So, Anybody know where files related to a client are stored that maybe did not get deleted last night and are still hanging around and causing these problems?
| |
03:44 | Actually anybody know where files related to local apps running on a client are stored that maybe did not get closed or permissions changed?
| |
03:45 | toscalix has quit IRC | |
03:47 | toscalix has joined #ltsp | |
03:55 | RiXtEr has joined #ltsp | |
04:14 | <frederickjh> In fact clicking on the Preferences button on the client login screen does not bring up the menu on the affected client.
| |
04:14 | Da-Geek has quit IRC | |
04:15 | Da-Geek has joined #ltsp | |
04:17 | toscalix_ has joined #ltsp | |
04:18 | toscalix has quit IRC | |
04:18 | <frederickjh> I figured out that /tmp was not being empty on boot with Lucid, so I am going to reboot and see if that helps now that I have fixed that.
| |
04:18 | frederickjh has quit IRC | |
04:20 | Selveste1_ has joined #ltsp | |
04:22 | frederickjh has joined #ltsp | |
04:28 | toscalix_ has quit IRC | |
04:40 | <frederickjh> Ok, clearing the /tmp directory fixed the problem.
| |
05:00 | japerry has joined #ltsp | |
05:22 | NeonLicht has quit IRC | |
05:33 | <highvoltage> Leolo_3: cool!
| |
05:42 | Da-Geek has quit IRC | |
05:42 | Da-Geek has joined #ltsp | |
05:46 | komunista has joined #ltsp | |
05:52 | <dobber> frederickjh, if your find helps the bug report
| |
05:53 | post it there too
| |
05:57 | frederickjh, you cleaned /tmp on the server right ?
| |
05:58 | isn't /tmp cleaned automatically in every reboot ?
| |
05:58 | <frederickjh> I used the fix in the post I listed above to fix it so that on boot it would clear /tmp. Then rebooted.
| |
05:58 | It should be but with Lucid Ubuntu is now starting more stuff with upstart.
| |
05:59 | And the cleaning was set to run once /tmp was mounted, but it needs a file on /usr to do it job.
| |
05:59 | So, if it does not happen to get mounted before the job fails.
| |
06:00 | Upstart starts stuff in parallel.
| |
06:01 | The fix is to tell the /tmp clean job to run when all the local file system has been mounted.
| |
06:01 | <dobber> any developer here ?
| |
06:02 | <frederickjh> lstpbot` developer?
| |
06:02 | ltspbot` developer?
| |
06:02 | <ltspbot`> frederickjh: Error: "developer?" is not a valid command.
| |
06:06 | Selveste1_ has quit IRC | |
06:06 | Mobe has quit IRC | |
06:06 | cyberorg has quit IRC | |
06:06 | dmarkey_ has quit IRC | |
06:09 | Selveste1_ has joined #ltsp | |
06:09 | Mobe has joined #ltsp | |
06:09 | cyberorg has joined #ltsp | |
06:09 | dmarkey_ has joined #ltsp | |
06:20 | map7 has joined #ltsp | |
06:25 | komunista has quit IRC | |
06:25 | komunista has joined #ltsp | |
06:27 | pmatulis has joined #ltsp | |
06:28 | map7 has quit IRC | |
06:42 | gentgeen__ has joined #ltsp | |
06:45 | map7 has joined #ltsp | |
06:55 | japerry has quit IRC | |
06:59 | jammcq has quit IRC | |
07:01 | shawnp0wers has joined #ltsp | |
07:12 | pmatulis has quit IRC | |
07:14 | pmatulis has joined #ltsp | |
07:15 | komunista has quit IRC | |
07:19 | <ogra> frederickjh, you should file a bug instead of mangling the documentation
| |
07:20 | "weird root terminal behavior on the client" doesnt really belong on that page
| |
07:28 | <dobber> any developer here ?
| |
07:28 | <frederickjh> I did both ogra.
| |
07:29 | What do you call simple commands like ls and ps not working?
| |
07:29 | https://bugs.launchpad.net/upstart/+bug/602659
| |
07:32 | <dobber> frederickjh, does your /tmp/ directory have a +t flag ?
| |
07:32 | <frederickjh> Not sure, why?
| |
07:33 | <dobber> ls -l |grep tmp
| |
07:33 | ls -l / |grep tmp
| |
07:33 | drwxrwxrwt
| |
07:33 | it sets the directory as temporary
| |
07:33 | <frederickjh> Yes it has the -t flag.
| |
07:34 | The reason /tmp was not being cleaned is stated here: http://ubuntuforums.org/showthread.php?p=9558409#post9558409
| |
07:35 | Not sure how much you know about upstart. I think the concept is good but it is causing some problems along the way. It is suppose to be sysv compatable but I have sysv init scripts that are failing for the same reasons.
| |
07:36 | vvinet has joined #ltsp | |
07:37 | <dobber> upstart ?
| |
07:38 | <frederickjh> The startup system that Ubuntu introduced way back at Edgy but did not have much starting with till Lucid.
| |
07:38 | It is suppose to replace sysv.
| |
07:38 | but be compatible with.
| |
07:39 | The basic concept is instead of all the startup processes waiting in a long line to start after the one before finishes, things are started in parallel.
| |
07:40 | They start after certain events have started, stop, etc.
| |
07:41 | In this case the upstart job writer figured that when /tmp was mounted that /usr would be as well and he would have everything he needed to run his job.
| |
07:41 | What he did not count on was that if /usr was on a seperate partion it might get mounted after /tmp and the job would fail.
| |
07:45 | ogra is there a place to file a bug report for ltsp for this too?
| |
07:45 | rjune has quit IRC | |
07:45 | <ogra> frederickjh, i wouldnt call ls and ps not working in a corner case installation something to put on the main idexs page of the LTSP documentation, ifg you filed a but thats surely enough
| |
07:45 | *index
| |
07:45 | s/but/bug/
| |
07:46 | frederickjh, https://bugs.launchpad.net/ubuntu/+source/ltsp/+filebug
| |
07:46 | <frederickjh> Thanks!
| |
07:47 | <ogra> also your upstart bug is filed against the upstart project, it should be against the ubuntu package instead
| |
07:47 | https://bugs.launchpad.net/ubuntu/+source/upstart/+filebug
| |
07:47 | unless you are 100% sure its actually an upstart upstream bug indeed (which i doubt, ubuntu adds a bunch of patches)
| |
07:48 | shawnp0wers has quit IRC | |
07:48 | <frederickjh> Ok, so how should I know who is responsible for what bugs.
| |
07:48 | <ogra> if you see a bug in ubuntu you should always first file it against the ubuntu package
| |
07:48 | <Appiah> sometimes that's like solving a mystery
| |
07:48 | :)
| |
07:48 | <ogra> the package maintainer should then decide if its an upstream thing
| |
07:49 | <frederickjh> What package is responsible for the upstart job to clear /tmp on boot?
| |
07:49 | <ogra> dpkg -S <name of teh file you found teh bug in>
| |
07:49 | that will spit out the packagename you need to file the bug against
| |
07:49 | <frederickjh> ok, I will try that.
| |
07:50 | <ogra> best is to use "ubuntu-bug -p <packagename>"
| |
07:50 | that will collect all logs etc the dev needs
| |
07:51 | <frederickjh> It gave me back mountall: /etc/init/mounted-tmp.conf does that mean I file the bug agains mountall?
| |
07:51 | <ogra> right
| |
07:52 | ubuntu-bug -p mountall
| |
07:52 | <frederickjh> Your the man ogra.
| |
07:52 | Warning: The options -p/-P are deprecated, please do not use them. See /usr/bin/ubuntu-bug --help
| |
07:52 | <ogra> and close the upstart one as invalid (with a pointer to the mountall bug)
| |
07:52 | ah, my info is outdated :)
| |
07:53 | <frederickjh> I had already thought of that.
| |
07:53 | Memory is good tho.
| |
07:53 | <ogra> though for me it still lists -p in --help
| |
07:53 | <frederickjh> So I just hit send the report?
| |
07:54 | <ogra> yeah
| |
07:54 | <frederickjh> Anything else?
| |
07:54 | Ah, I see now webpage loading.
| |
07:55 | <ogra> right, it dumps you into launchpad and attaches logs and other info
| |
07:55 | <frederickjh> Too bad I have no idea what file to specify for the ltsp bug.
| |
07:55 | <ogra> just file it generic
| |
07:56 | <frederickjh> on the command line?
| |
07:56 | or web?
| |
07:56 | <ogra> same way you used for mountall
| |
07:56 | <frederickjh> ok,
| |
07:56 | <ogra> or on the web, as you like ... as long as it ends up in launchpad somehow all is fine :)
| |
07:56 | <frederickjh> ok
| |
07:57 | <dobber> ogra and how can i ask a question and be answered by a dev ?
| |
07:57 | i have a problem with ltsp-update-image and i'm not sure a some parts in it
| |
07:57 | <ogra> just ask your question and see if someone answers :)
| |
07:58 | there are 58 ppl in this channel
| |
07:58 | japerry has joined #ltsp | |
07:58 | <dobber> idleing :)
| |
07:58 | ok
| |
07:59 | <frederickjh> 59 now
| |
08:08 | toscalix has joined #ltsp | |
08:10 | <frederickjh> He is really idling !
| |
08:10 | <dobber> ok here is my question
| |
08:10 | http://pastebin.com/nNKvgZqJ
| |
08:11 | i can post to ltsp-discuss too
| |
08:11 | <Appiah> ltsp-update-kernel ?
| |
08:12 | <dobber> continue reading please
| |
08:12 | <Appiah> I thought it merged
| |
08:12 | or maybe that was just a discussion
| |
08:12 | toscalix_ has joined #ltsp | |
08:12 | <dobber> at the end of ltsp-update-image
| |
08:13 | there is a check if RUN_LUK is set
| |
08:13 | if "yes" it runs ltsp-update-kernels
| |
08:13 | but RUN_LUK is never set
| |
08:13 | <Appiah> hmm
| |
08:13 | I should do a new ltsp install
| |
08:13 | elias_a_ has joined #ltsp | |
08:14 | toscalix has quit IRC | |
08:15 | pmatulis has quit IRC | |
08:15 | highvoltage has quit IRC | |
08:15 | elias_a has quit IRC | |
08:15 | _UsUrPeR_ has quit IRC | |
08:15 | <dobber> Appiah, where can I see this discussion ?
| |
08:16 | <Appiah> err dunno , some #ltsp logs perhaps
| |
08:16 | or the mailinglist
| |
08:16 | I could be mistaken
| |
08:16 | pmatulis has joined #ltsp | |
08:16 | <dobber> ok i'll post in ltsp-discuss too
| |
08:18 | _UsUrPeR_ has joined #ltsp | |
08:18 | _UsUrPeR_ has quit IRC | |
08:22 | _UsUrPeR_ has joined #ltsp | |
08:23 | highvoltage has joined #ltsp | |
08:31 | hersonls has joined #ltsp | |
08:34 | toscalix_ has quit IRC | |
08:38 | toscalix_ has joined #ltsp | |
08:45 | peter_tm has joined #ltsp | |
08:48 | mhterres has joined #ltsp | |
08:48 | <mhterres> hello all
| |
08:48 | I'm using LTSP from Ubuntu 10.04
| |
08:49 | and when I try to boot a thin client, after receive data from tftp I receive a message
| |
08:49 | Failed to connect to NBD server
| |
08:49 | any ideas ?
| |
08:49 | I need to say that it was working great in my tests, and now I'm trying to test in our client structure
| |
08:50 | but I'm using DHCP in a different server
| |
08:51 | anybody can help me with that ?
| |
08:52 | <Appiah> does it just stop there?
| |
08:53 | and if you switch to the "default" dhcp everything just works?
| |
08:53 | <mhterres> it was working in my test enviroment
| |
08:53 | <dobber> mhterres, try
| |
08:53 | ps uaxw|grep inetd
| |
08:53 | you should see inetd process
| |
08:54 | <mhterres> inetd is running
| |
08:54 | <dobber> grep nbd /etc/inetd.conf
| |
08:54 | two lines are there
| |
08:54 | <mhterres> and it is listen in port 2000
| |
08:54 | I test that
| |
08:54 | <dobber> cat /var/lib/tftpboot/ltsp/i386/pxelinux.cfg/default
| |
08:54 | here too ?
| |
08:54 | append ro initrd=initrd.img quiet splash nbdport=2000
| |
08:54 | <mhterres> just a moment
| |
08:54 | dmarkey_ is now known as dmarkey | |
08:55 | <mhterres> it is ther
| |
08:55 | e
| |
08:56 | <dobber> do you have a firewall running ?
| |
08:57 | <mhterres> hmmm, I'll look for that
| |
08:58 | <dobber> in the client, do you get a prompt ?
| |
08:58 | busybox prompt i guess
| |
08:59 | Faithful has quit IRC | |
09:01 | <mhterres> FIREWALL !!! :-/
| |
09:02 | I'm stupid :-)
| |
09:02 | It was working in my environment cause I had a rule that permit INPUT from all my network
| |
09:02 | when I changed the network it stopped :-D
| |
09:02 | thanks
| |
09:02 | Da-Geek has quit IRC | |
09:02 | <mhterres> bye
| |
09:02 | mhterres has left #ltsp | |
09:03 | Da-Geek has joined #ltsp | |
09:07 | Noboddy has joined #ltsp | |
09:11 | Da-Geek has quit IRC | |
09:11 | <frederickjh> ogra, I have one more bug report to file. Maybe you can tell me who to file it against. This whole thing started when I instead of hitting shutdown, logged into the server, I hit log out. I then realized that I wanted to shutdown and at the login screen clicked shut down and it did. If I did the same thing when I was logged in it would tell me that system security policy prevent shutting down when other users are logged in.
| |
09:11 | Da-Geek has joined #ltsp | |
09:12 | <frederickjh> So, who do I file the bug against for that?
| |
09:12 | Is it the login package or system security package?
| |
09:13 | Da-Geek has quit IRC | |
09:14 | japerry has quit IRC | |
09:21 | <dobber> frederickjh, you describe those login/outs on the server gdm right ?
| |
09:21 | wcsdgeek has joined #ltsp | |
09:21 | <frederickjh> Yes, on the server with a nomal Ubuntu install with LTSP
| |
09:21 | With Gnome
| |
09:26 | wcsdgeek has quit IRC | |
09:27 | map7 has quit IRC | |
09:28 | monteslu has quit IRC | |
09:32 | Selveste1_ has quit IRC | |
09:33 | monteslu has joined #ltsp | |
09:33 | Selveste1_ has joined #ltsp | |
09:38 | Faithful has joined #ltsp | |
09:40 | <frederickjh> ok, I found someone else had filed a bug on it but only for more that one user logged into one machine. Low priority. Marked it that it affects ltsp as well and made a case for higher priority.
| |
09:58 | Faithful has quit IRC | |
10:16 | Faithful has joined #ltsp | |
10:18 | toscalix_ has quit IRC | |
10:20 | <zeitsofa> hi @ all :)
| |
10:21 | how is a good way to enable ssh for connections to the thinclient? i want login with ssh to client session.
| |
10:26 | <dobber> chroot /opt/ltsp/i386/ apt-get install openssh-server ?
| |
10:50 | dobber has quit IRC | |
10:52 | vvinet has quit IRC | |
11:11 | litlebuda has joined #ltsp | |
11:18 | staffencasa has joined #ltsp | |
11:21 | toscalix_ has joined #ltsp | |
11:25 | toscalix_ has quit IRC | |
11:25 | toscalix_ has joined #ltsp | |
12:15 | slidesinger has quit IRC | |
12:19 | shawnp0wers has joined #ltsp | |
12:29 | peter_tm has left #ltsp | |
12:36 | slidesinger has joined #ltsp | |
12:57 | toscalix_ has quit IRC | |
13:06 | shawnp0wers has quit IRC | |
13:15 | shawnp0wers has joined #ltsp | |
13:17 | vagrantc has joined #ltsp | |
13:30 | cliebow has quit IRC | |
13:37 | dobber_ has joined #ltsp | |
14:06 | tstafford has quit IRC | |
14:07 | tstafford has joined #ltsp | |
14:08 | shawnp0wers has quit IRC | |
14:16 | vagrantc has quit IRC | |
14:18 | vagrantc has joined #ltsp | |
14:23 | otavio has quit IRC | |
14:24 | otavio has joined #ltsp | |
14:32 | frederickjh has left #ltsp | |
14:41 | pmatulis has quit IRC | |
15:24 | litlebuda has quit IRC | |
15:27 | litlebuda has joined #ltsp | |
15:33 | Egyptian[Home] has quit IRC | |
15:47 | Egyptian[Home] has joined #ltsp | |
15:58 | hersonls has quit IRC | |
16:14 | dobber_ has quit IRC | |
16:22 | <abeehc> !compiz
| |
16:22 | <ltspbot`> abeehc: "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
| |
16:46 | vagrantc has quit IRC | |
16:49 | vagrantc has joined #ltsp | |
16:53 | vagrantc has quit IRC | |
16:59 | vagrantc has joined #ltsp | |
17:05 | allinone has joined #ltsp | |
17:09 | vagrantc has quit IRC | |
17:10 | vagrantc has joined #ltsp | |
17:34 | marl_scot has joined #ltsp | |
17:34 | allinone has quit IRC | |
17:37 | <marl_scot> hi there, i have just installed ltsp via debian lenny apt, when I installed I had xfce4 installed as my window manager, now i have installed kde, and want to be able to select kde when logging in via ltsp, local logon is using kde, but ltsp is only giving me xfce4 as a windowing system :( what do i have to change to allow ltsp to use other front ends like kde/gnome ?
| |
18:02 | <vagrantc> marl_scot: it either cached your configuration in ~/.dmrc, or the default is set to xfce4 in /etc/alternatives/x-session-manager
| |
18:03 | though if it's straight debian lenny, it probably doesn't support session selection at login time
| |
18:03 | so it wouldn't support ~/.dmrc
| |
18:05 | <marl_scot> /home/user/.dmrc -> Session=kde
| |
18:06 | not sure what to do with x-session-manager, is this a programo run?
| |
18:12 | if i try and run x-session-manager from my local login, i get 'xfce4-session: Another session manager is already running' so i take it it has cached xfce4, how do i change this?
| |
18:13 | <vagrantc> with the older version of ldm that lenny supports, you can only set the session globally.
| |
18:14 | <marl_scot> (i am logged in as well via ltsp)
| |
18:14 | <vagrantc> or through a users ~/.xsession file
| |
18:14 | <marl_scot> that would be fine :) how do i do that?
| |
18:14 | <vagrantc> update-alternatives --config x-session-manager
| |
18:15 | <marl_scot> THANK YOU
| |
18:16 | <vagrantc> glad to be of help
| |
18:16 | <marl_scot> Ive been hitting my head against google for hours trying to figure that one out, i had never heard of alternatives beofer :(
| |
18:16 | <vagrantc> it's the standard debian way to set defaults for certain types of programs.
| |
18:17 | <marl_scot> lol, well learn something new every day :) thnks again :)
| |
18:20 | litlebuda has quit IRC | |
18:21 | zamba has quit IRC | |
18:23 | zamba has joined #ltsp | |
18:31 | vagrantc has quit IRC | |
18:44 | staffencasa has quit IRC | |
19:35 | moose-tek has joined #ltsp | |
19:37 | giaco has joined #ltsp | |
19:49 | robbie_ has joined #ltsp | |
19:49 | robbie_ is now known as robbie72 | |
19:51 | Selveste1__ has joined #ltsp | |
19:52 | Selveste1_ has quit IRC | |
20:46 | Faithful has quit IRC | |
20:59 | Faithful has joined #ltsp | |
20:59 | M4gic5t0rM has joined #ltsp | |
21:10 | vagrantc has joined #ltsp | |
22:03 | M4gic5t0rM1 has joined #ltsp | |
22:03 | M4gic5t0rM has quit IRC | |
22:31 | M4gic5t0rM1 has quit IRC | |
22:40 | slidesinger has quit IRC | |
23:12 | Mobe_ has joined #ltsp | |
23:15 | Mobe has quit IRC | |
23:47 | RiXtEr has quit IRC | |
23:49 | RiXtEr has joined #ltsp | |
23:57 | vagrantc has quit IRC | |