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


Channel log from 27 July 2011   (all times are UTC)

00:10Lns has left IRC (Lns!~lns@pdpc/supporter/professional/lns, Quit: Φ)
00:18
<stgraber>
warren: ?
00:18
warren: I did test the code with python2.5, python2.6, python2.7, python3.0, python3.1 and python3.2
00:18
<warren>
...
00:18
<stgraber>
all of them returning the exact same thing
00:18
http://paste.ubuntu.com/652749/
00:19
<warren>
stgraber, OK, I'm doing more verification...
00:21
<stgraber>
are you getting a backtrace on python2.6 or just missing output?
00:22
<warren>
traceback
00:22
http://paste.ubuntu.com/652752/
00:23
stgraber, this is python-2.6.6
00:24
http://paste.ubuntu.com/652754/
00:24
<stgraber>
warren: what's your md5sum of generate_locale_list.py?
00:24
<warren>
9aa18879f2f72e8947aac5b6c6ff0e51 generate_locale_list.py
00:24
although I manually revert it
00:24
not sure if it's exact
00:25
<stgraber>
yep, that's what's in ldm-trunk at the moment. Weird, line numbers in your backtrace didn't match
00:25
<warren>
stgraber, I added some comments around it
00:26
stgraber, I don't know what's up specifically with this utf-8 thing
00:26
<stgraber>
warren: can you paste your "locale -a" that should be enough for me to reproduce your crash here
00:26
I have python 2.6.7 but that should be quite similar to your 2.6.6
00:27
<warren>
[warren@CHLOE ldm-trunk]$ locale -a |wc -l
00:27
731
00:27
stgraber, http://togami.com/~warren/temp/locale-a.txt
00:28
<stgraber>
ok, I have the same backtrace now. Will look at that and commit the fix to ldm-trunk
00:28
python3.2 fails on that too
00:30
hmm, wondering if your locale -a doesn't return an invalid char actually. Skipping the broken entries seem to give a valid output
00:30
that's two lines in your locale -a that seem to fail
00:30
<warren>
which two?
00:31
oh
00:31
<stgraber>
one: bokm�l
00:31
one: fran�ais
00:31
<warren>
stgraber, bzr pull before you commit
00:31
stgraber, thanks for finding the real problem!
00:32
<stgraber>
oh, ok, your problem is that your "locale -a" actually contains utf8 which IIRC it shouldn't as locale names are supposed to be ASCII
00:32
<warren>
stgraber, I have no control over that.
00:32
<stgraber>
should I just push the change that skips broken entries?
00:32drdata has joined IRC (drdata!~drdata@dpc6745157015.direcpc.com)
00:33
<warren>
stgraber, yes, reverse the push I made please.
00:36
<stgraber>
warren: done. Can you confirm it now works for you?
00:37
<warren>
how do I force bzr to remove my local changtes?
00:38
<stgraber>
just pull should be fine, I didn't uncommit your changes, I just added yet another commit reverting them + adding the fix
00:38
current revision here is 1398
00:39
<warren>
I deleted the file by accident
00:39
can't remember how to restore it
00:42
<stgraber>
"bzr pull --overwrite && bzr revert" should restore everything to whatever is in trunk (and you'll lose any local modifications in the process)
00:45
<warren>
stgraber, yes, that works, thanks.
00:50
rebooting, br
00:50
b
00:50warren has left IRC (warren!~warren@fedora/wombat/warren, Quit: Leaving)
01:00drdata has left IRC (drdata!~drdata@dpc6745157015.direcpc.com, Read error: Connection reset by peer)
03:10chokesmaster has joined IRC (chokesmaster!~chokesmas@65.92.143.78)
03:19chokesmaster has left IRC (chokesmaster!~chokesmas@65.92.143.78, )
03:22chokesmaster has joined IRC (chokesmaster!~chokesmas@65.92.143.78)
03:39alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
04:12cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg)
04:37alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Ping timeout: 276 seconds)
04:41alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
05:14Parker955 is now known as Parker955_Away
06:02
<Hyperbyte>
Morning! :-)
06:08map7 has joined IRC (map7!~map7@teksup41.lnk.telstra.net)
06:09vagrantc has joined IRC (vagrantc!~vagrant@conference/debconf/x-ckdkfkfhrsmzmcms)
07:08mistik1 has left IRC (mistik1!mistik1@unaffiliated/mistik1, Ping timeout: 276 seconds)
07:38vagrantc has left IRC (vagrantc!~vagrant@conference/debconf/x-ckdkfkfhrsmzmcms, Ping timeout: 250 seconds)
07:39mistik1 has joined IRC (mistik1!mistik1@unaffiliated/mistik1)
07:53mistik1 has left IRC (mistik1!mistik1@unaffiliated/mistik1, Ping timeout: 240 seconds)
08:00toscalix has joined IRC (toscalix!~toscalix@77.208.5.255)
08:08xwei has joined IRC (xwei!~billy@203.114.244.88)
08:15mistik1 has joined IRC (mistik1!mistik1@unaffiliated/mistik1)
08:20layus has joined IRC (layus!c1be900b@gateway/web/freenode/ip.193.190.144.11)
08:21
<layus>
Hi all !
08:21
I would like to kno how ltsp configures xkblayout.
08:22
Does-it generate a simple xorg.conf file according to lts.conf ?
08:22
is it compatible with user-defined xorg.conf file ?
08:26
<alkisg>
X layout is usually set in /etc/default/console-setup, unless if you want to have a different X layout than the console layout.
08:27
`sudo chroot /opt/ltsp/i386 dpkg-reconfigure console-setup` should help. Or use lts.conf if you need different layouts per client.
08:29gnunux has joined IRC (gnunux!~emmanuel@194.167.18.244)
08:30
<layus>
i need different layouts per clients, but also different xorg.conf
08:30
it seems incompatible... is it ?
08:30
<alkisg>
No, it isn't
08:31
if [ "$(grep -c XkbLayout $INPUT_FILE)" = 0 ];then
08:31
sed -i /'Driver.*"kbd"'/a\ "\\\t$KBSTRING" $INPUT_FILE
08:31
fi
08:31
It replaces your existing xkblayout in the xorg file
08:32
(if you have one, otherwise only /etc/default/console-setup is set)
08:32
<layus>
where is this script ?
08:33
<alkisg>
The code that sets console-setup is I10-x-keyboard-settings
08:33
<layus>
thx
08:33
<alkisg>
The code that sets xorg.conf is configure-x.sh
08:33
The latter shouldn't be needed in most cases, unless you have X problems
08:34
<layus>
oh, it's just curiosity :)
09:03
Seems i have no section matching this in my xorg.conf. I have
09:03
Section "InputClass" Identifier "Keyboard Defaults" MatchIsKeyboard "yes" Option "XkbLayout" "en" EndSection
09:04
should i use another config ?
09:06
<alkisg>
If you have an existing layout in your xorg.conf, I think it'd be best to remove it completely
09:06
And let console-setup do its job
09:06
<layus>
k
09:06
<alkisg>
So completely delete your InputClass section
09:18nosedrum has joined IRC (nosedrum!~quassel@92.103.117.4)
09:21
<layus>
it seems my /etc/defaults/keymap is overriding any configuration. Possible ? Should i remove it ?
09:22
* /etc/default/keyboard
09:27
<alkisg>
distro/version?
09:29
<layus>
Debian stable (squeeze)
09:29
<alkisg>
Yup, try removing it, and if it helps, file a bug report about it
09:29
Because ltsp should put the layout there too then
09:29
<layus>
but i'm making a fresh client, i migh have overwritten thoses files some time ago
09:30
will fill bug if it is really one :)
09:31dlezcano has joined IRC (dlezcano!~dlezcano@AToulouse-159-1-98-21.w92-134.abo.wanadoo.fr)
09:35dobber has joined IRC (dobber!~dobber@213.169.45.222)
10:01cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 255 seconds)
10:03dobber has left IRC (dobber!~dobber@213.169.45.222, Remote host closed the connection)
10:04dobber has joined IRC (dobber!~dobber@213.169.45.222)
10:09
<layus>
So... XkbLayout configuration is definitely in /etc/defaults/keyboard. This is managed by package keyboard-configuration, and is used on startup. (still on my debian stable)
10:10
editing it after startup seems useless, X wont read it.
10:16
README.Debian says to use "udevadm trigger --subsystem-match=input --action=change" but it just disabled any keyboard in my case.
10:17
"invokerc.d keyboard-setup" works very well :)
10:18
but i have no idea where to put it.
10:19
does I10-x-keyboard-settings run at boot or with each X session ?
10:20cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg)
10:34layus has left IRC (layus!c1be900b@gateway/web/freenode/ip.193.190.144.11, Ping timeout: 252 seconds)
10:35toscalix has left IRC (toscalix!~toscalix@77.208.5.255, Ping timeout: 260 seconds)
10:49toscalix has joined IRC (toscalix!~toscalix@77.208.33.182)
11:05cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 252 seconds)
11:06cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg)
11:06toscalix_ has joined IRC (toscalix_!~toscalix@59.Red-88-28-4.staticIP.rima-tde.net)
11:07toscalix has left IRC (toscalix!~toscalix@77.208.33.182, Ping timeout: 250 seconds)
11:07Gremble has joined IRC (Gremble!~Ben@cpc12-aztw24-2-0-cust146.aztw.cable.virginmedia.com)
11:08Gremble has left IRC (Gremble!~Ben@cpc12-aztw24-2-0-cust146.aztw.cable.virginmedia.com, Client Quit)
12:32dead_inside has joined IRC (dead_inside!~dead_insi@76.75.3.174)
12:40Trixboxer has joined IRC (Trixboxer!~Trixboxer@office.supportdepartment.net)
13:13pedronveloso has joined IRC (pedronveloso!~pedro@static-b4-252-232.telepac.pt)
13:17toscalix_ has left IRC (toscalix_!~toscalix@59.Red-88-28-4.staticIP.rima-tde.net, Remote host closed the connection)
13:19primeministerp has left IRC (primeministerp!~ppouliot@64.119.153.82, Remote host closed the connection)
13:20primeministerp has joined IRC (primeministerp!~ppouliot@64.119.153.82)
13:37layus has joined IRC (layus!c1be900b@gateway/web/freenode/ip.193.190.144.11)
13:38
<layus>
I have modified I10-x-keyboard-settings and rdesktop works fine. but xdmcp does not... another config file ?
13:39
<Hyperbyte>
:o... you did WHAT?!
13:40
Heh, afternoon laytus. ;-)
13:40
-t
13:40
<layus>
hello :)
13:41
i modified this script to use /etc/default/keyboard in place of /etc/default/console-setup.
13:41
becouse Xkb* options are in this file on debian.
13:42
but thoses scrips are only run by xinitrc, and xdmcp script makes a "X -query" and no invocation of xinitrc appears
13:42
so my keybord get right only for rdp sessions
13:43
<pedronveloso>
has anyone tried 10.04.3 for ltsp already?
13:43
<layus>
simple isn't it ?
13:43
<pedronveloso>
*ubuntu that is
13:44
<alkisg>
pedronveloso: yeah, it works
13:44cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 250 seconds)
13:45
<pedronveloso>
alkisg, how was your experience like. did everything still work the same, would you say it's worth over 10.04.2 ?
13:46
<alkisg>
pedronveloso: it's only security updates etc, don't expect new features on point releases
13:46
So everything is the same
13:46
And, updating 10.04.2 *is* 10.04.3
13:46
So if you installed updates you already have 10.04.3
13:48
<pedronveloso>
ok cool. yeah my question was more like, if it was cool to use .03 when installing new deployments in the future. I guess it does
13:50primeministerp has left IRC (primeministerp!~ppouliot@64.119.153.82, Remote host closed the connection)
14:00cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg)
14:15primeministerp has joined IRC (primeministerp!~ppouliot@64.119.153.82)
14:36komunista has joined IRC (komunista!~slavko@adsl-195-168-247-049.dynamic.nextra.sk)
14:52cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 276 seconds)
14:52layus has left IRC (layus!c1be900b@gateway/web/freenode/ip.193.190.144.11, Quit: Page closed)
14:58
<alkisg>
!xauthority | tell Hyperbyte
15:01cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg)
15:18gnunux has left IRC (gnunux!~emmanuel@194.167.18.244, Quit: Ex-Chat)
15:51mikkel has joined IRC (mikkel!~mikkel@80-71-132-15.u.parknet.dk)
15:53vagrantc has joined IRC (vagrantc!~vagrant@static-50-142-241-92.customer.blic.net)
15:57vagrantc has left IRC (vagrantc!~vagrant@static-50-142-241-92.customer.blic.net, Ping timeout: 240 seconds)
15:59alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.)
16:18dobber has left IRC (dobber!~dobber@213.169.45.222, Remote host closed the connection)
16:36vagrantc has joined IRC (vagrantc!~vagrant@static-50-142-241-92.customer.blic.net)
16:39Trixboxer has left IRC (Trixboxer!~Trixboxer@office.supportdepartment.net, Quit: "Achievement is not the end, its the beginning of new journey !!!")
16:49alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
16:53Parker955_Away is now known as Parker955
17:11kusznir__ has left IRC (kusznir__!~kusznir@casas-net.ailab.wsu.edu, Ping timeout: 240 seconds)
17:21nosedrum has left IRC (nosedrum!~quassel@92.103.117.4, Remote host closed the connection)
17:23kusznir__ has joined IRC (kusznir__!~kusznir@casas-net.ailab.wsu.edu)
17:30TheMatrix3000 has joined IRC (TheMatrix3000!~TheMatrix@rrcs-70-61-255-226.central.biz.rr.com)
17:49vagrantc has left IRC (vagrantc!~vagrant@static-50-142-241-92.customer.blic.net, Ping timeout: 276 seconds)
17:59alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.)
18:31Damianos_ has joined IRC (Damianos_!~damianos@adsl-070-145-074-043.sip.cha.bellsouth.net)
18:36Damianos_ has left IRC (Damianos_!~damianos@adsl-070-145-074-043.sip.cha.bellsouth.net, Ping timeout: 240 seconds)
18:37Damianos_ has joined IRC (Damianos_!~damianos@adsl-070-145-074-043.sip.cha.bellsouth.net)
18:46alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
18:50pedronveloso has left IRC (pedronveloso!~pedro@static-b4-252-232.telepac.pt, Quit: Leaving)
19:03Damianos_ has left IRC (Damianos_!~damianos@adsl-070-145-074-043.sip.cha.bellsouth.net, Ping timeout: 252 seconds)
19:04vagrantc has joined IRC (vagrantc!~vagrant@conference/debconf/x-jkgbzhresmwjhmmi)
19:21drdata has joined IRC (drdata!~drdata@dpc6745157015.direcpc.com)
19:22drdata has left IRC (drdata!~drdata@dpc6745157015.direcpc.com, Client Quit)
19:30ry has left IRC (ry!~ry@static-71-183-64-28.nycmny.fios.verizon.net, Ping timeout: 240 seconds)
19:52Damianos has joined IRC (Damianos!~damianos@adsl-070-145-074-043.sip.cha.bellsouth.net)
20:15Damianos has left IRC (Damianos!~damianos@adsl-070-145-074-043.sip.cha.bellsouth.net, Quit: Colloquy for iPhone - http://colloquy.mobi)
20:23* vagrantc just noticed nfs-kernel-server supports /etc/exports.d/FOO.exports
20:39dead_inside has left IRC (dead_inside!~dead_insi@76.75.3.174, Quit: Leaving...)
20:40dead_inside has joined IRC (dead_inside!~dead_insi@76.75.3.174)
20:40vagrantc has left IRC (vagrantc!~vagrant@conference/debconf/x-jkgbzhresmwjhmmi, Read error: Operation timed out)
20:51shawnp0wers has joined IRC (shawnp0wers!~spowers@linuxjournal/staff/shawnp0wers)
20:53alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.)
20:57ry has joined IRC (ry!~ry@static-71-183-64-28.nycmny.fios.verizon.net)
20:58TheMatrix3000 has left IRC (TheMatrix3000!~TheMatrix@rrcs-70-61-255-226.central.biz.rr.com)
21:35shawnp0wers has left IRC (shawnp0wers!~spowers@linuxjournal/staff/shawnp0wers, Quit: Leaving.)
21:58dead_inside has left IRC (dead_inside!~dead_insi@76.75.3.174, Quit: Leaving...)
22:31MorningSon has left IRC (MorningSon!~MorningSo@cpe-70-117-27-48.satx.res.rr.com, Quit: WeeChat 0.3.0)
22:47mikkel has left IRC (mikkel!~mikkel@80-71-132-15.u.parknet.dk, Quit: Leaving)
23:08Parker955 has left IRC (Parker955!~parker@d72-39-201-9.home1.cgocable.net, Read error: Connection reset by peer)
23:12komunista has left IRC (komunista!~slavko@adsl-195-168-247-049.dynamic.nextra.sk, Quit: Leaving.)
23:14Parker955 has joined IRC (Parker955!~parker@d72-39-201-9.home1.cgocable.net)
23:59kusznir__ has left IRC (kusznir__!~kusznir@casas-net.ailab.wsu.edu, Ping timeout: 240 seconds)