00:07 | cyberorg has quit IRC | |
00:15 | hanthana has quit IRC | |
00:28 | alkisg has quit IRC | |
00:46 | japerry has quit IRC | |
00:47 | japerry has joined #ltsp | |
01:05 | alkisg has joined #ltsp | |
01:07 | warren has quit IRC | |
01:22 | gate_keeper_ has joined #ltsp | |
01:49 | alkisg has quit IRC | |
01:52 | alkisg has joined #ltsp | |
01:54 | hanthana has joined #ltsp | |
02:00 | Appiah has quit IRC | |
02:38 | Comete has joined #ltsp | |
02:38 | <Comete> hi
| |
02:38 | alkisg has quit IRC | |
02:39 | Eghie has joined #ltsp | |
02:40 | <Comete> still with this umask problem on thinclient, does anyone know how to change the default umask value for users who log on thinclients ?
| |
02:45 | bobby_C has joined #ltsp | |
02:46 | warren has joined #ltsp | |
02:47 | <Eghie> why is ltsp-build-client not mounting /proc?
| |
02:48 | intrepid amd64, command: `ltsp-build-client --arch amd64` updated version
| |
02:49 | getting the following errors "Can not write log, openpty() failed (/dev/pts not mounted?)"
| |
02:53 | bobby_C has quit IRC | |
02:53 | <Comete> Eghie: yes got the same error here
| |
02:58 | <Eghie> i'm trying to get the mount /proc somewhere before that happens
| |
03:03 | alkisg has joined #ltsp | |
03:05 | <Eghie> I will try to create a LTSP plugin which will mount it right after debootstrap
| |
03:06 | so maybe that will fix the problem
| |
03:08 | bobby_C has joined #ltsp | |
03:14 | <ogra> Eghie, where does the message say anything about /proc ? :)
| |
03:15 | (note that it does mount /proc by default)
| |
03:15 | <Eghie> because that message will be the same when not mounting /proc in the chroot
| |
03:15 | <ogra> no
| |
03:17 | sudo chroot /opt/ltsp/<chrootname> mkdir -p /dev/pts; sudo chroot /opt/ltsp/<chrootname> mount -t devpts devpts -o noexec,nosuid,gid=5,mode=620 /dev/pts
| |
03:17 | thats what you need to make the message go away (which is a plainly cosetical message, not an error)
| |
03:17 | *cosmetical
| |
03:18 | <Eghie> ow hehe
| |
03:18 | ok
| |
03:18 | thoughed that it could be a real error
| |
03:18 | <ogra> i will add that code to ubuntu jaunty soon
| |
03:18 | <Eghie> I do get the image build correctly though, so yes, it won't kill the image
| |
03:18 | it is even working, so no problem there either
| |
03:18 | <ogra> many people get that wrong :)
| |
03:19 | dpkg can work fine without /dev/pts
| |
03:19 | <Eghie> indeed, but not without /proc
| |
03:19 | some packages still need that
| |
03:19 | <ogra> its just the place where packages would like to output stuff by default to .... if they cant, they fall back to console
| |
03:20 | <Eghie> ah
| |
03:20 | <ogra> right, thats wh we mount /proc by default in ltsp-build-client
| |
03:20 | <Eghie> syslog devicenode, right?
| |
03:20 | <ogra> right
| |
03:24 | alkisg has quit IRC | |
03:26 | <Eghie> does the ltsp client image not have SSH server installed as default?
| |
03:27 | alkisg has joined #ltsp | |
03:27 | <ogra> no, it doesnt open ports for listening
| |
03:28 | no server apps at all apart from pulseaudio
| |
03:29 | <Eghie> ok
| |
03:29 | default very secure
| |
03:29 | <ogra> right
| |
03:46 | alkisg has quit IRC | |
03:47 | Appiah has joined #ltsp | |
03:48 | tjikkun_work has joined #ltsp | |
03:58 | hanthana_ has joined #ltsp | |
04:11 | hanthana has quit IRC | |
04:15 | randra has joined #ltsp | |
04:28 | Q-FUNK has quit IRC | |
04:30 | Q-FUNK has joined #ltsp | |
04:51 | Comete has quit IRC | |
04:59 | randra has quit IRC | |
05:18 | alkisg has joined #ltsp | |
05:21 | pdjbarber has joined #ltsp | |
05:21 | alkisg has quit IRC | |
05:22 | Q-FUNK has quit IRC | |
05:22 | pdjbarber has quit IRC | |
05:22 | pdjbarber has joined #ltsp | |
05:27 | alkisg has joined #ltsp | |
05:39 | randra has joined #ltsp | |
05:40 | alkisg has quit IRC | |
05:50 | hersonls has joined #ltsp | |
05:50 | gonzaloaf_laptop has joined #ltsp | |
05:56 | Comete has joined #ltsp | |
05:56 | <Comete> hello again
| |
05:58 | for those would like to change the default umask value for users using thinclients, i've found the solution:
| |
05:59 | hanthana_ has quit IRC | |
05:59 | <Comete> you have to create a file in /etc/X11/Xsession.d/
| |
05:59 | let's say 98-ltsp-umask value for example
| |
05:59 | and put "umask <new_value>" in it
| |
06:00 | reboot your thin client and that's all
| |
06:04 | hanthana_ has joined #ltsp | |
06:08 | generalsnus has joined #ltsp | |
06:08 | <generalsnus> i have 2 xubuntu boxeswich authenticate users against ldap/ad. And 1 box with a NFS share: the directory "homeshare" is exported... and the 2 xubuntu's have the NFS share mounted with fstab: 10.10.10.10:/homeshare /home/homeshare nfs...etc etc works great, however when i login with a freshly created user for xubuntu box 1. the home folder /home/homeshare/username is made. but if o log on from the other xubunt
| |
06:08 | dirigeant has joined #ltsp | |
06:26 | cyberorg has joined #ltsp | |
06:30 | hanthana_ has quit IRC | |
06:32 | gonzaloaf_laptop has quit IRC | |
06:34 | siki has joined #ltsp | |
06:45 | epoxy|w3rk has quit IRC | |
06:49 | <generalsnus> I have my /home folder on a nfs share.. and i have 2 xubuntu boxes .. the users have same uid etc.. but when i login form the 2 computers, the one cretaes a home folder like /home/USERNAME and the other makes /home /username 1 uses capital letters and the other dont... how can i make both computers use the same /home/username folder?
| |
06:50 | pmatulis has joined #ltsp | |
06:52 | <rjune_> symlink would get around the cap/noncap problem, but it doesn't addres the actual issu
| |
06:58 | BrunoXLambert has joined #ltsp | |
07:00 | mikkel has joined #ltsp | |
07:22 | <generalsnus> what config file decide how and where a /home folder is created?
| |
07:29 | <rjune_> that's usually done by the utility that creates the user
| |
07:29 | there are pam modules to do it though
| |
07:29 | <generalsnus> where are those located tho?
| |
07:30 | <Eghie> /etc/pam.d/common-session for example
| |
07:30 | for pam_mkhomedir
| |
07:32 | <rjune_> pam_mkhomedir is the one, just grep /etc/pam.d/* for it
| |
07:34 | <generalsnus> no such entry
| |
07:35 | what could the variable/commade that is used to decide if the user dir is created with capitals or small letters tho?
| |
08:06 | alkisg has joined #ltsp | |
08:06 | generalsnus has quit IRC | |
08:25 | alkisg has quit IRC | |
08:30 | otavio has quit IRC | |
08:31 | otavio has joined #ltsp | |
08:41 | petre has joined #ltsp | |
08:53 | <petre> sbalneav, ping
| |
08:54 | ltsppbot has quit IRC | |
08:58 | ltsppbot has joined #ltsp | |
09:07 | alkisg has joined #ltsp | |
09:09 | jammcq has joined #ltsp | |
09:09 | <jammcq> happy thanksgiving #ltsp
| |
09:10 | <petre> hey jammcq
| |
09:10 | <jammcq> petre: so, you can't edit the page, eh?
| |
09:10 | <petre> right
| |
09:11 | that can be fixed; I'm more concerned about the graphics
| |
09:11 | <jammcq> graphics are no problem
| |
09:11 | <petre> oh, good
| |
09:12 | just upload the image files to the page and then reference them?
| |
09:12 | <jammcq> just attach them
| |
09:12 | <petre> But do they display on the page?
| |
09:12 | <jammcq> yes
| |
09:12 | they should
| |
09:12 | <petre> ok
| |
09:12 | selffik has joined #ltsp | |
09:13 | <petre> can you fix my access?
| |
09:13 | <jammcq> try it now
| |
09:14 | <petre> works now; tx
| |
09:14 | <jammcq> you are just adding a link to that page, right?
| |
09:14 | the graphics will go on a different page?
| |
09:14 | ltsppbot has quit IRC | |
09:15 | selffik has quit IRC | |
09:16 | <petre> I was going to start with a link, but I got the impression from what you said earlier that the old stuff might go away at some point
| |
09:16 | <jammcq> that's not what I mean
| |
09:16 | <petre> so I had it in mind to create a new page, mostly by stealing everything off the old page
| |
09:16 | <jammcq> you should create a new wiki page to contain the irc instructions
| |
09:16 | and then link that page to the 'Support' page
| |
09:16 | <petre> oh, right, yes, that's what I'm doing
| |
09:16 | <jammcq> I was just making sure you weren't gonna place all of the instructions right in the Support page
| |
09:17 | <petre> no, no, no,
| |
09:17 | <jammcq> so yeah, we're all on the same page ( no pun intended)
| |
09:17 | <petre> I want to make a separate page
| |
09:17 | <rimshot>
| |
09:17 | ltsppbot has joined #ltsp | |
09:18 | <petre> I was joing going to add a link labeled "For more information on using #ltsp" or some such
| |
09:18 | <jammcq> yeah, beautiful
| |
09:33 | selffik has joined #ltsp | |
09:36 | selffik has quit IRC | |
09:40 | petre_ has joined #ltsp | |
09:40 | petre_ has joined #ltsp | |
09:43 | dirigeant has quit IRC | |
10:02 | petre_ has quit IRC | |
10:03 | gate_keeper_ has quit IRC | |
10:07 | selffik__ has joined #ltsp | |
10:10 | habbe_ has joined #ltsp | |
10:10 | selffik__ has quit IRC | |
10:10 | Eghie has quit IRC | |
10:12 | selffik has joined #ltsp | |
10:14 | habbe_ has quit IRC | |
10:16 | alkisg has quit IRC | |
10:16 | selffik has quit IRC | |
10:19 | artista_frustrad has joined #ltsp | |
10:20 | Comete has quit IRC | |
10:24 | alkisg has joined #ltsp | |
10:38 | alkisg has quit IRC | |
10:38 | alkisg has joined #ltsp | |
10:43 | tjikkun_work has quit IRC | |
10:44 | dirigeant has joined #ltsp | |
10:59 | alkisg has quit IRC | |
10:59 | alkisg has joined #ltsp | |
11:08 | pdjbarber has quit IRC | |
11:19 | kharloss has joined #ltsp | |
11:37 | johnny has quit IRC | |
11:38 | kharloss has quit IRC | |
11:39 | johnny has joined #ltsp | |
11:40 | johnny is now known as Guest62996 | |
11:42 | Guest62996 is now known as johnny | |
11:44 | alkisg has quit IRC | |
11:46 | selffik___ has joined #ltsp | |
11:49 | selffik___ has quit IRC | |
11:50 | selffik___ has joined #ltsp | |
11:51 | selffik___ has quit IRC | |
12:05 | kharloss has joined #ltsp | |
12:14 | gate_keeper_ has joined #ltsp | |
12:16 | cyberorg has quit IRC | |
12:22 | Eghie has joined #ltsp | |
12:41 | vagrantc has joined #ltsp | |
12:56 | alkisg has joined #ltsp | |
12:58 | chrisinajar has joined #ltsp | |
13:07 | <vagrantc> stgraber, ogra: y'all probably want to update your debian/copyright file for ltsp.
| |
13:07 | it's got really old bzr URLs
| |
13:10 | <warren> _UsUrPeR_: For some reason your /etc/hosts file is labeled dosfs_t. Did you mv it off of a
| |
13:10 | usb key labeled dosfs_t?
| |
13:10 | restorecon /etc/hosts will fix.
| |
13:10 | _UsUrPeR_: your own setup was farked
| |
13:12 | randra has quit IRC | |
13:18 | <stgraber> vagrantc: hmm, right, will do with the next upload
| |
13:18 | <vagrantc> stgraber: i'm just looking at the diffs from patches.ubuntu.com ... i'd like to try and get closer sync'ed if possible
| |
13:20 | stgraber: are you planning on splitting ldm-ubuntu-themes into a separate source package? would make it much cleaner to not have to uuencode stuff, and make our diff *much* smaller :)
| |
13:21 | <stgraber> vagrantc: yes, we plan to do that
| |
13:21 | <vagrantc> good :)
| |
13:24 | petre_ has joined #ltsp | |
13:24 | <vagrantc> stgraber: what's the NO_PKG_MANGLE=1 in debian/rules about?
| |
13:24 | petre_ has left #ltsp | |
13:24 | petre has left #ltsp | |
13:27 | petre has joined #ltsp | |
13:35 | <petre> jammcq, ping
| |
13:51 | bobby_C has quit IRC | |
13:51 | CaScAdE^1arAway has quit IRC | |
13:51 | pscheie has quit IRC | |
13:51 | ccherrett has quit IRC | |
13:51 | yanu has quit IRC | |
13:51 | jcastro has quit IRC | |
13:51 | dberkholz has quit IRC | |
13:52 | dberkholz has joined #ltsp | |
13:52 | jcastro has joined #ltsp | |
13:52 | yanu has joined #ltsp | |
13:52 | ccherrett has joined #ltsp | |
13:52 | pscheie has joined #ltsp | |
13:52 | CaScAdE^1arAway has joined #ltsp | |
13:52 | bobby_C has joined #ltsp | |
13:54 | pmatulis has quit IRC | |
13:54 | pmatulis has joined #ltsp | |
14:04 | japerry has quit IRC | |
14:12 | Q-FUNK has joined #ltsp | |
14:33 | ltsppbot has quit IRC | |
14:38 | ltsppbot has joined #ltsp | |
15:08 | elisboa has quit IRC | |
15:10 | ogra has quit IRC | |
15:11 | ogra has joined #ltsp | |
15:27 | petre has quit IRC | |
15:38 | hersonls has quit IRC | |
15:38 | alkisg has quit IRC | |
15:43 | kharloss_ has joined #ltsp | |
15:51 | kharloss has quit IRC | |
16:03 | ltsppbot has quit IRC | |
16:05 | otavio has quit IRC | |
16:05 | otavio has joined #ltsp | |
16:08 | ltsppbot has joined #ltsp | |
16:09 | captain_magnus has quit IRC | |
16:10 | captain_magnus has joined #ltsp | |
16:19 | BrunoXLambert has quit IRC | |
16:25 | kharloss has joined #ltsp | |
16:38 | kharloss_ has quit IRC | |
16:53 | gate_keeper_ has quit IRC | |
16:55 | ltsppbot has quit IRC | |
16:56 | mikkel has quit IRC | |
17:03 | ltsppbot has joined #ltsp | |
17:06 | kharloss has quit IRC | |
17:22 | Eghie has quit IRC | |
17:29 | bobby_C has quit IRC | |
17:32 | Q-FUNK has quit IRC | |
17:42 | mistik1_ has joined #ltsp | |
17:43 | randra has joined #ltsp | |
17:53 | mistik1 has quit IRC | |
17:53 | mistik1_ is now known as mistik1 | |
18:17 | vagrantc has quit IRC | |
19:53 | otavio has quit IRC | |
19:56 | otavio has joined #ltsp | |
20:04 | randra has quit IRC | |
20:14 | Egyptian[Home] has quit IRC | |
20:15 | Egyptian[Home] has joined #ltsp | |
20:18 | japerry has joined #ltsp | |
20:23 | dirigeant is now known as MeW_away | |
20:26 | mistik1_ has joined #ltsp | |
20:26 | mistik1 has quit IRC | |
20:26 | mistik1_ is now known as mistik1 | |
20:37 | mistik1_ has joined #ltsp | |
20:37 | mistik1 has quit IRC | |
20:37 | mistik1_ is now known as mistik1 | |
22:03 | CaScAdE^FarAway has joined #ltsp | |
22:10 | CaScAdE^1arAway has quit IRC | |
22:21 | japerry has quit IRC | |
22:27 | alkisg has joined #ltsp | |
22:27 | hanthana has joined #ltsp | |
22:38 | cyberorg has joined #ltsp | |
22:43 | liljohnpenguin has joined #ltsp | |
22:45 | <liljohnpenguin> its been a long time for me - hope everyone was well - main question do we have people running ltsp server in ESX environment?
| |
23:16 | hanthana has quit IRC | |
23:42 | hanthana has joined #ltsp | |
23:43 | siki has quit IRC | |
23:55 | mathesis has joined #ltsp | |