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


Channel log from 3 June 2007   (all times are UTC)

00:18F-GT has quit IRC
00:23daya has joined #ltsp
00:52fernando1 has quit IRC
00:52fernando1 has joined #ltsp
00:53Burgundavia has quit IRC
00:55nf1 has joined #ltsp
01:07jsgotangco has joined #ltsp
01:31jsgotangco has quit IRC
01:48fernando1 has quit IRC
01:50Burgundavia has joined #ltsp
01:54subir has quit IRC
02:19cyberorg has joined #ltsp
02:24Burgundavia has quit IRC
02:29subir has joined #ltsp
03:02subir has quit IRC
03:19daya has quit IRC
03:22vagrantc has joined #ltsp
03:23fernando1 has joined #ltsp
04:04plamengr has joined #ltsp
04:04plamengr has left #ltsp
04:19Q-FUNK has joined #ltsp
04:19klausade has joined #ltsp
04:39barni has joined #ltsp
04:39
<barni>
hi all
04:39
i have FC6 and i tried to install Mplayer
04:39
but it has no ESD sound daemon support
04:40
what can I do?
04:41
<vagrantc>
try running it with the esddsp wrapper
04:42
<barni>
how can you explain me?
04:42
if i say mplayer -vo help
04:43
there is no esd
04:43
<vagrantc>
so ...
04:43
esddsp mplayer <options>
04:45
<barni>
if it's working is there any way to set up when i use mplayer that to be used with esddsp???
04:45
<vagrantc>
write a wrapper script ...
04:46
<barni>
how and where?
04:46
<vagrantc>
#!/bin/sh
04:46
esddsp mplayer $@
04:46
put it wherever you want.
04:50
<barni>
so, i can create a file and to put this there???
04:50
<vagrantc>
sure
04:53
<barni>
i have created in /usr/local/bin/mplayer.sh with the parameters which you gave
04:54
<vagrantc>
so then you can run the command "mplayer.sh"
04:54
<barni>
and it's not using the esddsp
04:54
<vagrantc>
did it work when you ran it manually ?
04:54
<barni>
but i don't want to call with command
04:55
i want to use the icon from teh "sound and video"
04:55
<vmlintu>
barni: mplayer -ao help
04:56
<barni>
yes, there is no ESD
04:56
<vagrantc>
barni: so create an icon
04:56
<barni>
and if is wanna to use mplayer mozilla plugin?
04:57
<vmlintu>
you can't compile your own version?
04:57
<barni>
yes, maybe
04:58
<vmlintu>
at least the ubuntu versions have esd support compiled in
04:58
<barni>
I have Fedora
04:58
<vmlintu>
what audio output drivers does mplayer -ao help list?
04:59
<barni>
oss, alsa,sdl,mpegpes,null,pcm
05:00
<vmlintu>
so they have turned off all network sound protocols
05:00
<barni>
seems like
05:00
<vmlintu>
I'd compile my own version or use vlc
05:01
<vagrantc>
i guess recent ubuntu uses pulseaudio + alsa so anything that uses alsa works properly.
05:04
<vmlintu>
The easiest way to get media players working with firefox is to use MediaPlayerConnectivity extension: http://membres.lycos.fr/sethnakht/
05:05
with that you could also launch mplayer with esddsp
05:06Q-FUNK has quit IRC
05:07Q-FUNK has joined #ltsp
05:13
<barni>
i tried to cimpile from source and i got this error :
05:13
BGR not supported, please contact the developers
05:13
FATAL: Cannot initialize video driver.
05:13
FATAL: Could not initialize video filters (-vf) or video output (-vo).
05:14
what could be wrong?
05:15* vagrantc would suggest contacting the developers
05:23subir has joined #ltsp
05:39barni has quit IRC
05:49subir has quit IRC
05:51subir has joined #ltsp
06:41boxrock has quit IRC
06:56F-GT has joined #ltsp
07:10privet has quit IRC
07:24klausade has quit IRC
07:37Q-FUNK has quit IRC
07:51J45p3r has joined #ltsp
07:53muh2000 has quit IRC
08:17Q-FUNK has joined #ltsp
08:22Q-FUNK has quit IRC
08:30Q-FUNK has joined #ltsp
09:14Q-FUNK has quit IRC
09:16Q-FUNK has joined #ltsp
09:17sep has quit IRC
09:31Q-FUNK has quit IRC
09:34Q-FUNK has joined #ltsp
09:43vporo has joined #ltsp
10:05charlie_ has joined #ltsp
10:05
<charlie_>
hi all
10:07
<vporo>
vagrantc: you helped me with setting ssh-keys for separate application server. Could I bother you with it again because I was not able to set it up
10:07
<vagrantc>
vporo: ok...
10:08
vporo: what do you have so far?
10:08charlie_ has quit IRC
10:09
<vporo>
I run the cat /etc/ssh/ssh_host_*_key.pub | sed -e 's,^,SERVER ,g' >
10:09
+SERVER.ssh_known_hosts
10:09
on nfs-server
10:10
and changed /etc/ltsp/ssh_known_hosts.extra
10:10
and run ltsp-update-sshkeys
10:11
and just after doing that I thought that this can't be enough
10:11
<vagrantc>
cat /opt/ltsp/i386/etc/ssh/ssh_known_hosts
10:11
<vporo>
should I also copy ssh pub keys to the application server as well?
10:12
<vagrantc>
where is /etc/ltsp/ssh_known_hosts.extra and what does it contain?
10:12
<vporo>
It is on nfs-server
10:13
one line "192.168.2.13"
10:13
or should it be "192.168.2.13.ssh_known_hosts" ?
10:13
<vagrantc>
cat /etc/ltsp/ssh_known_hosts.extra
10:14
<vporo>
it is that one line I just typed
10:14
<vagrantc>
should look something like
10:14
SERVERNAME ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAzrM2msHSK3QE0CFUN .....
10:14
<vporo>
oh
10:15
so I should insert SERVER.ssh_known_hosts into it?
10:16
<vagrantc>
mv SERVER.ssh_known_hosts /etc/ltsp/ssh_known_hosts.extra
10:16
<vporo>
ok
10:16
<vagrantc>
but you probably want to change SERVER to be the ip address of the server
10:16
<vporo>
yes
10:16
<vagrantc>
but the filename is /etc/ltsp/ssh_known_hosts.extra
10:17* vagrantc cosiders makeing the whole process much simpler
10:17
<vporo>
:)
10:18
<vagrantc>
it was a quick hack to get *something* working
10:18
<vporo>
is there any documentation available. That would help as well
10:18
ok, what then
10:18
so far I have not done anything to the application/login server
10:19
<vagrantc>
the keys were from the application server, no?
10:20
<vporo>
ok. I have separate nfs-server and application server
10:20
<vagrantc>
where did you get the keys that you put into ssh_known_hosts.extra ?
10:20
<vporo>
so I should take the keys from application server to nfs-server?
10:21
<vagrantc>
the nfs-server keys get included automatically.
10:21
<vporo>
from my nfs-server, sry, my bad
10:21
so I will fetch the keys from my apps-server
10:22
<vagrantc>
so get rid of /etc/ltsp/ssh_known_hosts.extra, replace it with the keys from your application server, and re-run ltsp-update-sshkeys
10:22
<vporo>
roger
10:45petre has joined #ltsp
10:45petre has quit IRC
11:13F-GT has quit IRC
11:14
<vporo>
vagrantc: works now, thanks
11:14
<vagrantc>
vporo: good :)
11:34klausade has joined #ltsp
11:35
<vporo>
vagrantc: should usb-sticks work in feisty (ltsp5)
11:35
I have ltspfsd in chroot and ltspfs in application server
11:36
and I have enabled localdevices in lts.conf
11:42
<vagrantc>
vporo: is your user in the fuse group ?
11:44
<vporo>
nope
11:44
<vagrantc>
add them to the fuse group
11:44
log out and log back in
11:46
<vporo>
nice
11:46
works
11:58petre has joined #ltsp
12:01F-GT has joined #ltsp
12:06nf1 has quit IRC
12:07vagrantc has quit IRC
12:08F-GT has quit IRC
12:09F-GT has joined #ltsp
12:39privet has joined #ltsp
12:48gigabytes has joined #ltsp
12:58vagrantc has joined #ltsp
13:27gigabytes has quit IRC
13:35muh2000 has joined #ltsp
13:41J45p3r has quit IRC
13:41gentgeen__ has quit IRC
13:43J45p3r has joined #ltsp
13:43gentgeen__ has joined #ltsp
13:48J45p3r has quit IRC
13:48gentgeen__ has quit IRC
13:49J45p3r has joined #ltsp
13:49gentgeen__ has joined #ltsp
13:49J45p3r has quit IRC
13:49gentgeen__ has quit IRC
13:54gentgeen__ has joined #ltsp
13:57ltsppbot has quit IRC
14:00ltsppbot has joined #ltsp
14:06bobby_C has joined #ltsp
14:07ringlej_ has joined #ltsp
14:21ringlej has quit IRC
14:23nf1 has joined #ltsp
14:26muh2000 has quit IRC
14:36ringlej__ has joined #ltsp
14:53ringlej_ has quit IRC
15:02EversonCaratti has joined #ltsp
15:06
<EversonCaratti>
sorry by off topic, but i like a prescription of American typical food !
15:06
I am from brazil
15:07
<jammcq>
hmm "American typical food" ?
15:08
<EversonCaratti>
yes ! italian = pizza, american = ?
15:09
<jammcq>
ummm, prolly Hamburgers, hot-dogs, steaks
15:09lambda_ has joined #ltsp
15:09
<jammcq>
sort of depends on what part of america
15:10
<EversonCaratti>
jammcq, tks, this is true american food ? http://www.kids-cooking-activities.com/American-cooking.html
15:11
<jammcq>
yeah, that looks pretty good
15:12
<EversonCaratti>
jammcq, oh! fine !
15:16
<vagrantc>
ah, america!
15:16
<jammcq>
vagrantc: you still in Madrid?
15:16
<vagrantc>
jammcq: yup.
15:16
jammcq: i leave thursday night.
15:16
<jammcq>
somehow, I have a hunch you will enjoy Madrid more than Scottland
15:16
<vagrantc>
that doesn't bode well.
15:17
<jammcq>
how are you travelling?
15:17* jammcq has never been to Scottland
15:17
<jammcq>
but I enjoyed Spain alot
15:17
or is that Scotland
15:17
<vagrantc>
catch train to paris, train to calais, ferry to dover ... and then train and/or buses to scottland
15:17* vagrantc can't spell anything north of london
15:18
<jammcq>
ah, trains. nice way to travel
15:18
<vagrantc>
it's only like 14 hours from madrid to paris... sure ain't no 3 day long cross-country trip.
15:19
<jammcq>
how's your french ?
15:19
<vagrantc>
habla espanol?
15:19
<jammcq>
heh
15:19
here's a tip for you. Start every conversation with 'Bon Jour'
15:21
<vagrantc>
what's that gonna get me ?
15:21* vagrantc should just act deaf and write numbers and city names
15:22
<jammcq>
vagrantc: if you start the converstation that way, the french people will be very nice to you. if you don't, then you'll get nowhere with them
15:23* vagrantc considers it
15:23
<jammcq>
heh
15:24
<vagrantc>
i hope to spend as little time as possible in french speaking lands...
15:25* jammcq REALLY enjoyed paris last year
15:25
<jammcq>
way more than I expected to
15:26* vagrantc doesn't have time to enjoy anything
15:26
<vagrantc>
except spain, but i'm fucking that up
15:26
<jammcq>
oh?
15:26
stop and smell the roses dude
15:27* vagrantc is homesick for cascadia
15:27
<jammcq>
ah
15:28
beautiful downtown cascadia
15:37
<cliebow_>
15:45
<vagrantc>
hrm. my latest attempt at having a real progress bar in ltsp-client-builder .udeb failed
15:46
this whole stall at 50% and then proceed to 100% was annoying me
15:46
but alas.
15:54
<cliebow_>
ahhh..Traaavel tp England..next Spring if my wife has any say..
15:56vagrantc has quit IRC
15:58ltspbot has joined #ltsp
16:01sep has joined #ltsp
16:05spiekey has joined #ltsp
16:05
<spiekey>
hello!
16:07
i have a few old clients here...about 800MHz and 128MB Ram. But they have diffrent hardware/chipsets.
16:07
can i assigned a mac address a specific config?
16:09RiXtEr has joined #ltsp
16:11
<cliebow_>
spiekey:sure
16:12
this in ltsp5 on ubuntu?or 6.2?
16:12
heh 4.2
16:12
5 should "just: work
16:12
but boottime will be a litle slsow
16:12
<spiekey>
is this in the wiki somewhere?
16:13
<cliebow_>
must be...ltsp5?
16:13fernando1 has quit IRC
16:14
<cliebow_>
you can use the mac address in lts.conf
16:14
are you mixing ppc and i386?
16:19
<spiekey>
nope, all i386
16:19
<jammcq>
http://wiki.ltsp.org/twiki/bin/view/Ltsp/LtsConf
16:20
<spiekey>
ah, cool! thanks
16:32bobby_C has quit IRC
16:33nf1 has quit IRC
16:35fernando1 has joined #ltsp
16:41muh2000 has joined #ltsp
16:53EversonCaratti has quit IRC
16:54ringlej__ has quit IRC
17:05J45p3r has joined #ltsp
17:11Q-FUNK has quit IRC
17:18lambda_ is now known as lambda]
17:25spiekey has quit IRC
17:31kaos01 has joined #ltsp
17:35lambda] has quit IRC
17:36RiXtEr has quit IRC
17:42ringlej has joined #ltsp
17:43
<kaos01>
hi, i like to use glx for my ltsp clients, how do i go about that ?
17:49
<cliebow_>
4.2?
17:49
or 5
17:50
in 4.2 prob
17:50
<kaos01>
4.2
17:50
<cliebow_>
X_DEVICE_OPTION_01 through X_DEVICE_OPTION_10
17:50
Upto 10 device options can be specified for the video device. This is useful if the video chipset requires additional options to function properly.
17:50
<kaos01>
yes but do i need to build it with lbe
17:50
<jammcq>
no
17:50
<kaos01>
the shared so that is
17:51
mmm
17:51
<jammcq>
just set 'X_MODULE_01 = glx'
17:51
<kaos01>
ok
17:51
<jammcq>
that'll tell the Xserver to load the glx module
17:51
<cliebow_>
http://wiki.ltsp.org/twiki/bin/view/Ltsp/LtsConf
17:52
danke jammcq
17:52
<kaos01>
yes but the glx module must exists, and i cant see the libglx.so
17:52
<jammcq>
it should be there. we supply it in the ltsp packages
17:52
<kaos01>
opps, sorry its tehre :)
17:52
cool
17:52
/ltsp-4.2/i386/usr/X11R6/lib/modules/extensions/libglx.so
17:53
ok, another question, i like to use LDAP for user information on the clients, any way to do this ?
17:54
<jammcq>
the thin clients don't know anything (or need to know anything) about the users
17:54
if you use LDAP on the server, that's all you need
17:54
<kaos01>
i thought they need for local apps to run
17:54
as one needs to SSH to the client, no ?
17:55
<jammcq>
well, they'll need it if you are running local apps. What are you planning on running?
17:55
<kaos01>
well, iam just toying around at the momment ...
17:55
<jammcq>
but for local apps, alot of the needed stuff isn't packaged for you
17:55
go with server-side apps
17:55
it's way easy
17:55
<cliebow_>
werent ragnar and eric working that a while ago...\
17:56
<kaos01>
yes, i wanted to become familiar with lbe
17:56
<jammcq>
you'd be better off becoming familiar with LTSP-5
17:56
LBE is obsolete
17:56
<cliebow_>
all effort is going to ltsp5
17:56
<kaos01>
mmm, ok but is ltsp5 awailable for fedora ?
17:57
<jammcq>
a tarball of the Ubuntu and debian ltsp-5 is available that can be loaded on any distro
17:57
<cliebow_>
we have an ubuntu tarball.that will work...it is still a workin progress
17:57
<jammcq>
but there's not a Fedora specific ltsp-5 implementation yet
17:57
<cliebow_>
you are quick1
17:59
<kaos01>
thank for the help
18:21sep has quit IRC
20:09J45p3r has left #ltsp
20:28
<mistik1>
jammcq: sorry man
20:36
<jammcq>
heh
20:46SLEducator has quit IRC
21:13wf_c0d3r has joined #ltsp
22:00cyberorg has quit IRC
22:02spectra has joined #ltsp
22:20|Paradox| has joined #LTSP
22:21|Paradox| has left #LTSP
22:29joebaker has joined #ltsp
22:35
<joebaker>
jammcq: Hi. are you up?
22:42Burgundavia has joined #ltsp
23:07siji has joined #ltsp
23:27siji has quit IRC
23:31wf_c0d3r has quit IRC
23:52Q-FUNK has joined #ltsp
23:57subir has joined #ltsp