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


Channel log from 27 November 2008   (all times are UTC)

00:07cyberorg has quit IRC
00:15hanthana has quit IRC
00:28alkisg has quit IRC
00:46japerry has quit IRC
00:47japerry has joined #ltsp
01:05alkisg has joined #ltsp
01:07warren has quit IRC
01:22gate_keeper_ has joined #ltsp
01:49alkisg has quit IRC
01:52alkisg has joined #ltsp
01:54hanthana has joined #ltsp
02:00Appiah has quit IRC
02:38Comete has joined #ltsp
02:38
<Comete>
hi
02:38alkisg has quit IRC
02:39Eghie 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:45bobby_C has joined #ltsp
02:46warren 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:53bobby_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:03alkisg 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:08bobby_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:24alkisg has quit IRC
03:26
<Eghie>
does the ltsp client image not have SSH server installed as default?
03:27alkisg 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:46alkisg has quit IRC
03:47Appiah has joined #ltsp
03:48tjikkun_work has joined #ltsp
03:58hanthana_ has joined #ltsp
04:11hanthana has quit IRC
04:15randra has joined #ltsp
04:28Q-FUNK has quit IRC
04:30Q-FUNK has joined #ltsp
04:51Comete has quit IRC
04:59randra has quit IRC
05:18alkisg has joined #ltsp
05:21pdjbarber has joined #ltsp
05:21alkisg has quit IRC
05:22Q-FUNK has quit IRC
05:22pdjbarber has quit IRC
05:22pdjbarber has joined #ltsp
05:27alkisg has joined #ltsp
05:39randra has joined #ltsp
05:40alkisg has quit IRC
05:50hersonls has joined #ltsp
05:50gonzaloaf_laptop has joined #ltsp
05:56Comete 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:59hanthana_ 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:04hanthana_ has joined #ltsp
06:08generalsnus 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:08dirigeant has joined #ltsp
06:26cyberorg has joined #ltsp
06:30hanthana_ has quit IRC
06:32gonzaloaf_laptop has quit IRC
06:34siki has joined #ltsp
06:45epoxy|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:50pmatulis has joined #ltsp
06:52
<rjune_>
symlink would get around the cap/noncap problem, but it doesn't addres the actual issu
06:58BrunoXLambert has joined #ltsp
07:00mikkel 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:06alkisg has joined #ltsp
08:06generalsnus has quit IRC
08:25alkisg has quit IRC
08:30otavio has quit IRC
08:31otavio has joined #ltsp
08:41petre has joined #ltsp
08:53
<petre>
sbalneav, ping
08:54ltsppbot has quit IRC
08:58ltsppbot has joined #ltsp
09:07alkisg has joined #ltsp
09:09jammcq 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:12selffik 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:14ltsppbot has quit IRC
09:15selffik 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:17ltsppbot 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:33selffik has joined #ltsp
09:36selffik has quit IRC
09:40petre_ has joined #ltsp
09:40petre_ has joined #ltsp
09:43dirigeant has quit IRC
10:02petre_ has quit IRC
10:03gate_keeper_ has quit IRC
10:07selffik__ has joined #ltsp
10:10habbe_ has joined #ltsp
10:10selffik__ has quit IRC
10:10Eghie has quit IRC
10:12selffik has joined #ltsp
10:14habbe_ has quit IRC
10:16alkisg has quit IRC
10:16selffik has quit IRC
10:19artista_frustrad has joined #ltsp
10:20Comete has quit IRC
10:24alkisg has joined #ltsp
10:38alkisg has quit IRC
10:38alkisg has joined #ltsp
10:43tjikkun_work has quit IRC
10:44dirigeant has joined #ltsp
10:59alkisg has quit IRC
10:59alkisg has joined #ltsp
11:08pdjbarber has quit IRC
11:19kharloss has joined #ltsp
11:37johnny has quit IRC
11:38kharloss has quit IRC
11:39johnny has joined #ltsp
11:40johnny is now known as Guest62996
11:42Guest62996 is now known as johnny
11:44alkisg has quit IRC
11:46selffik___ has joined #ltsp
11:49selffik___ has quit IRC
11:50selffik___ has joined #ltsp
11:51selffik___ has quit IRC
12:05kharloss has joined #ltsp
12:14gate_keeper_ has joined #ltsp
12:16cyberorg has quit IRC
12:22Eghie has joined #ltsp
12:41vagrantc has joined #ltsp
12:56alkisg has joined #ltsp
12:58chrisinajar 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:12randra 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:24petre_ has joined #ltsp
13:24
<vagrantc>
stgraber: what's the NO_PKG_MANGLE=1 in debian/rules about?
13:24petre_ has left #ltsp
13:24petre has left #ltsp
13:27petre has joined #ltsp
13:35
<petre>
jammcq, ping
13:51bobby_C has quit IRC
13:51CaScAdE^1arAway has quit IRC
13:51pscheie has quit IRC
13:51ccherrett has quit IRC
13:51yanu has quit IRC
13:51jcastro has quit IRC
13:51dberkholz has quit IRC
13:52dberkholz has joined #ltsp
13:52jcastro has joined #ltsp
13:52yanu has joined #ltsp
13:52ccherrett has joined #ltsp
13:52pscheie has joined #ltsp
13:52CaScAdE^1arAway has joined #ltsp
13:52bobby_C has joined #ltsp
13:54pmatulis has quit IRC
13:54pmatulis has joined #ltsp
14:04japerry has quit IRC
14:12Q-FUNK has joined #ltsp
14:33ltsppbot has quit IRC
14:38ltsppbot has joined #ltsp
15:08elisboa has quit IRC
15:10ogra has quit IRC
15:11ogra has joined #ltsp
15:27petre has quit IRC
15:38hersonls has quit IRC
15:38alkisg has quit IRC
15:43kharloss_ has joined #ltsp
15:51kharloss has quit IRC
16:03ltsppbot has quit IRC
16:05otavio has quit IRC
16:05otavio has joined #ltsp
16:08ltsppbot has joined #ltsp
16:09captain_magnus has quit IRC
16:10captain_magnus has joined #ltsp
16:19BrunoXLambert has quit IRC
16:25kharloss has joined #ltsp
16:38kharloss_ has quit IRC
16:53gate_keeper_ has quit IRC
16:55ltsppbot has quit IRC
16:56mikkel has quit IRC
17:03ltsppbot has joined #ltsp
17:06kharloss has quit IRC
17:22Eghie has quit IRC
17:29bobby_C has quit IRC
17:32Q-FUNK has quit IRC
17:42mistik1_ has joined #ltsp
17:43randra has joined #ltsp
17:53mistik1 has quit IRC
17:53mistik1_ is now known as mistik1
18:17vagrantc has quit IRC
19:53otavio has quit IRC
19:56otavio has joined #ltsp
20:04randra has quit IRC
20:14Egyptian[Home] has quit IRC
20:15Egyptian[Home] has joined #ltsp
20:18japerry has joined #ltsp
20:23dirigeant is now known as MeW_away
20:26mistik1_ has joined #ltsp
20:26mistik1 has quit IRC
20:26mistik1_ is now known as mistik1
20:37mistik1_ has joined #ltsp
20:37mistik1 has quit IRC
20:37mistik1_ is now known as mistik1
22:03CaScAdE^FarAway has joined #ltsp
22:10CaScAdE^1arAway has quit IRC
22:21japerry has quit IRC
22:27alkisg has joined #ltsp
22:27hanthana has joined #ltsp
22:38cyberorg has joined #ltsp
22:43liljohnpenguin 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:16hanthana has quit IRC
23:42hanthana has joined #ltsp
23:43siki has quit IRC
23:55mathesis has joined #ltsp