00:23 | rthomson has left IRC (rthomson!~rthomson@mars.pet.ubc.ca, Quit: Reached EOD) | |
00:28 | vagrantc has left IRC (vagrantc!~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net, Ping timeout: 272 seconds) | |
02:34 | Parker955_Away is now known as Parker955 | |
03:41 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
03:53 | <alkisg> knipwim: if [ -d $chroot/var/db/pkg/net-misc/ltsp* ]; then ==> that's a syntax error on multiple matches
| |
04:01 | Parker955 is now known as Parker955_Away | |
04:16 | gentgeen__ has left IRC (gentgeen__!~kevin@c-98-236-71-64.hsd1.pa.comcast.net, Ping timeout: 246 seconds) | |
04:31 | gentgeen__ has joined IRC (gentgeen__!~kevin@c-98-236-71-64.hsd1.pa.comcast.net) | |
04:39 | alexqwesa has left IRC (alexqwesa!~alex@alexo-veto.broker.freenet6.net, Ping timeout: 260 seconds) | |
04:40 | alexqwesa has joined IRC (alexqwesa!~alex@109.172.12.47) | |
04:41 | staffencasa has left IRC (staffencasa!~staffenca@128-193-148-207.oregonstate.edu, Ping timeout: 244 seconds) | |
04:49 | gentgeen__ has left IRC (gentgeen__!~kevin@c-98-236-71-64.hsd1.pa.comcast.net, Ping timeout: 246 seconds) | |
04:52 | gentgeen__ has joined IRC (gentgeen__!~kevin@c-98-236-71-64.hsd1.pa.comcast.net) | |
04:59 | slin has joined IRC (slin!~slinky@catv-89-134-70-38.catv.broadband.hu) | |
05:01 | Parker955_Away has left IRC (Parker955_Away!~parker@74.112.203.151, Ping timeout: 245 seconds) | |
05:05 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.) | |
05:07 | Parker955_Away has joined IRC (Parker955_Away!~parker@74.112.203.151) | |
05:13 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
05:38 | <knipwim> alkisg: it's true if one of them exists right?
| |
05:38 | it least, i didn't get a syntax error
| |
05:38 | <alkisg> knipwim: if [ -d /usr /sbin ]; then echo ok; fi
| |
05:38 | The -d operator doesn't support multiple directories
| |
05:39 | So you'll get a syntax error if that * ever matches more than 1 dir
| |
05:39 | <knipwim> check, but it never will
| |
05:39 | <alkisg> Can't the user create a directory there?
| |
05:39 | <knipwim> because always one of ldm, ltspfs or ltsp-client will be installed
| |
05:40 | but when checking for the specific version, i don't know the version yet
| |
05:40 | bauerski has joined IRC (bauerski!~witekb@frodo.psp.opole.pl) | |
05:40 | <knipwim> so, therefore the *
| |
05:41 | <alkisg> knipwim: I mean that a "find" or a "=" would be less prone to errors
| |
05:42 | E.g. $chroot/var/db/pkg/*/ldm* => if you have ldm and ldm-themes there, it'll break
| |
05:43 | But anyway, I was just saying that in case you haven't noticed it
| |
05:44 | <knipwim> you're probably right :)
| |
05:45 | i'll make it a new todo for the list
| |
05:45 | <alkisg> knipwim: you could do: for dir in $chroot/var/db/pkg/*/ldm*; if [ -f "$dir/PF" ]....
| |
05:47 | (no need for 3 loops, one is enough for all 3 dirs)
| |
05:55 | tessier has left IRC (tessier!~treed@kernel-panic/copilotco, Ping timeout: 264 seconds) | |
05:56 | tessier has joined IRC (tessier!~treed@216.105.40.125) | |
06:12 | slin has left IRC (slin!~slinky@catv-89-134-70-38.catv.broadband.hu, Ping timeout: 250 seconds) | |
06:18 | primeministerp has left IRC (primeministerp!~ppouliot@static-71-174-244-28.bstnma.fios.verizon.net, Ping timeout: 245 seconds) | |
06:19 | primeministerp has joined IRC (primeministerp!~ppouliot@static-71-174-244-28.bstnma.fios.verizon.net) | |
06:46 | Trixboxer has joined IRC (Trixboxer!~Trixboxer@115.124.115.71) | |
06:48 | slin has joined IRC (slin!~slinky@91.83.208.10) | |
06:54 | dobber has joined IRC (dobber!~dobber@213.169.45.222) | |
07:16 | Mava has joined IRC (Mava!~Mava@ip-45-224.dhcp.opintanner.fi) | |
07:39 | monteslu__ has joined IRC (monteslu__!~monteslu@ip68-109-174-213.ph.ph.cox.net) | |
07:43 | monteslu_ has left IRC (monteslu_!~monteslu@ip68-109-174-213.ph.ph.cox.net, Ping timeout: 272 seconds) | |
07:51 | monteslu__ has left IRC (monteslu__!~monteslu@ip68-109-174-213.ph.ph.cox.net, Ping timeout: 272 seconds) | |
08:08 | mikkel has joined IRC (mikkel!~mikkel@80-71-132-15.u.parknet.dk) | |
08:28 | ogra_ has left IRC (ogra_!~ogra@p5098ed03.dip0.t-ipconnect.de, Excess Flood) | |
08:30 | <Hyperbyte> alkisg, that FlashVideoReplacer doesn't work me. Any chance I need to install some .flv codecs perhaps?
| |
08:30 | ogra_ has joined IRC (ogra_!~ogra@p5098ed03.dip0.t-ipconnect.de) | |
08:32 | <alkisg> Hyperbyte: install gecko-mediaplayer, and try with an .flv video, not mp4
| |
08:32 | I think some other codec will take care of mp4 too
| |
08:32 | <Hyperbyte> I'm trying with YouTube, that's .flv right?
| |
08:32 | <alkisg> It has both, right click to see
| |
08:32 | <Hyperbyte> Ah.
| |
08:33 | <alkisg> (maybe gecko-mediaplayer takes care of those too, not sure)
| |
08:37 | <Hyperbyte> Interesting stuff :)
| |
08:42 | monteslu has joined IRC (monteslu!~monteslu@ip68-109-174-213.ph.ph.cox.net) | |
08:56 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Ping timeout: 276 seconds) | |
09:12 | Steve_The_Pirate has joined IRC (Steve_The_Pirate!~Gary@cpc16-haye17-2-0-cust169.haye.cable.virginmedia.com) | |
09:13 | <slin> morning
| |
09:14 | alexqwesa: configmed, atm problems with skype 2.2, it simply ignores the pulseaudio. put back the 2.1.45beta, it works like a charm in the same environment
| |
09:15 | gr
| |
09:15 | fckin aticompletion :) was addressed to alkisg but left :)
| |
09:16 | slin has left IRC (slin!~slinky@91.83.208.10, Changing host) | |
09:16 | slin has joined IRC (slin!~slinky@frugalware/developer/slin) | |
09:18 | <Hyperbyte> Skype. :(
| |
09:26 | <slin> might be some temporary issue
| |
09:26 | due it's not listing the pulseaudio hardware
| |
09:26 | but on my local desktop it does
| |
09:26 | so simply not recognize
| |
09:26 | while the one older version does
| |
09:27 | might work if i set skype to run as local app from the TC, but i do not want to do that
| |
09:27 | <Hyperbyte> slin, if I can be so frank, you're nuts for not wanting to do that.
| |
09:28 | Is your LTSP server also the internet gateway?
| |
09:28 | gebura has left IRC (gebura!~geb@mars.gebura.eu.org, Excess Flood) | |
09:29 | geb has joined IRC (geb!~geb@mars.gebura.eu.org) | |
09:35 | <Hyperbyte> You're creating a lot of unnecessary overhead and difficulty by not running it as a localapp
| |
09:35 | We use softphones here, I'm running them as local apps
| |
09:36 | They communicate directly with the Asterisk VoIP server here, rather than send high-quality audio streams to and from LTSP server, and have the LTSP server communicate with Asterisk.
| |
09:51 | <slin> Hyperbyte: hmm. interestring ;) the reason why i don't want that i have very large scale of thinclientts, from realy old vio c500 ones to dualcore intel atoms
| |
09:52 | and the 2.1.45? skype is working fine as runned from the LTSP server
| |
09:52 | the 2.2 is simply not recognizing the PA, however the system sounds and the mic input are fine
| |
09:53 | <Hyperbyte> slin, that argument is null and void.
| |
09:53 | Skype running as a local app asks much less of the thin client than two HQ pulseaudio stream.
| |
09:53 | *streams
| |
09:53 | (assuming Skype hasn't become too much bloatware recently...)
| |
09:54 | <slin> i am sure about the linux version not :DDD the 2.2 is ~20MB, the 2.1.45 is 16
| |
09:54 | <Hyperbyte> No - I mean the argument that your clients might be too old to run Skype as a local app :)
| |
09:55 | When I ran my softphones on the server, pulseaudio was hammering the CPU of the clients...
| |
09:56 | <slin> will check :) now ubuntu 9.4 in production with 5.2 ltsp afaik, once 11.10 server being tested, and preparing some tests for the 12.4 as well
| |
09:56 | <Hyperbyte> :)
| |
09:57 | I have a completely offtopic question
| |
09:57 | <slin> also i am very statisfied, Novell spent 6 months so make our system up and running since one of the LTS servers burnt [phisically]
| |
09:57 | without any luck
| |
09:58 | <Hyperbyte> Is it normal for IT managers to have a clause in their contract which states that should the contract end for whatever reason, and the system fails completely in the near future after that, they have to pay a huge (50.000 euros) fine to the organisation?
| |
09:58 | <slin> serious lockups on every monday, tuesday [12-15 a day] then nothing since next monday ;P
| |
09:59 | Hyperbyte: sounds logical, so it pervents you from making wrong decisions :) and damaging after contrack ends / got fired
| |
09:59 | <Hyperbyte> slin, yes, but - let's say someone hacks in
| |
09:59 | Right after I get fired
| |
10:00 | <slin> in this case u have the logs about the hack
| |
10:00 | <Hyperbyte> No, because I wouldn't work for the organisation.
| |
10:00 | <slin> but the ou will have
| |
10:00 | also its a human failure to not revoking existing rights from the fired / contract terminated ppl
| |
10:01 | with changing passwords at the same time
| |
10:01 | but this is simply logic, in this case mine, not the law
| |
10:01 | <Hyperbyte> Yeah, but it wouldn't be the fault of the IT manager
| |
10:01 | It'd be the fault of the organisation
| |
10:01 | Steve_The_Pirate has left IRC (Steve_The_Pirate!~Gary@cpc16-haye17-2-0-cust169.haye.cable.virginmedia.com, Quit: Leaving) | |
10:02 | <Hyperbyte> Simple case - IT manager has in contract that if system fails in near future after he gets fired, he has to pay 50.000 euros (about 100.000 dollars)000
| |
10:02 | IT manager gets fired, system gets hacked or just shorts out or whatever horrible thing that could happen
| |
10:02 | What then?
| |
10:03 | I'm wondering if it's normal to have a clause like that in your contract.
| |
10:03 | <slin> have to check the environment :) the contract has a point, prevets the IT to damage
| |
10:03 | hm. seems i need to exchange kbd, missing letters
| |
10:04 | but leaving the passwords/rights unchanged once IT person left, is a human error
| |
10:04 | what can point back to the [remaining] part of the IT
| |
10:05 | if no more IT, then to the fired/expired one, due migh be that its credientals got used
| |
10:05 | <Hyperbyte> Still, having a clause in your contract that you have to pay an amount which basically bankrupts you, if system fails -after- you're gone.... I don't know....
| |
10:06 | <slin> in my case, all entry point is firewalled, ssh from outside is public key only
| |
10:06 | <Hyperbyte> slin, that's not the point.
| |
10:06 | You're missing the point. Go exchange your keyboard! ;-)
| |
10:06 | <slin> :DD
| |
10:06 | <Hyperbyte> :D
| |
10:07 | <slin> hack in means it did not worked properly in my terms
| |
10:07 | <Hyperbyte> So what if the new guy breaks the entire system and blames me?
| |
10:08 | <slin> then the new guy has the shit. due his job to REVOKE your access, so you are unable to log in and due shit
| |
10:08 | s/due/do/2
| |
10:10 | but in this case, if u have this signed, u have the chance to suck
| |
10:10 | if everything is points to you about it was damaged by your key/credientals
| |
10:16 | <Hyperbyte> mhm.
| |
10:16 | I'd like hear if anyone else has this clause in their contract.
| |
10:24 | khildin has joined IRC (khildin!~khildin@ip-83-134-230-253.dsl.scarlet.be) | |
10:24 | <andygraybeal> mooornrinigning
| |
10:27 | <Hyperbyte> Hey Andy!
| |
10:45 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
10:46 | <muppis> Booornrinigning..
| |
10:55 | Steve_The_Pirate has joined IRC (Steve_The_Pirate!~Gary@cpc16-haye17-2-0-cust169.haye.cable.virginmedia.com) | |
10:58 | Gremble has joined IRC (Gremble!~Ben@cpc10-aztw24-2-0-cust114.aztw.cable.virginmedia.com) | |
11:00 | <Hyperbyte> Oh, hi Ben!
| |
11:01 | khildin has left IRC (khildin!~khildin@ip-83-134-230-253.dsl.scarlet.be, Quit: I'm gone, bye bye) | |
11:15 | <andygraybeal> hi Hyperbyte :))
| |
11:16 | <Hyperbyte> Heya
| |
11:31 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.) | |
11:40 | Parker955_Away is now known as Parker955 | |
11:44 | Parker955 is now known as Parker955_Away | |
11:48 | khildin has joined IRC (khildin!~khildin@ip-83-134-230-253.dsl.scarlet.be) | |
11:50 | sep has left IRC (sep!~sep@40.211.jostedal.no, Read error: Operation timed out) | |
11:54 | sep has joined IRC (sep!~sep@40.211.jostedal.no) | |
11:56 | bobby_C has joined IRC (bobby_C!~bobby@91-118-14-178.static.xdsl-line.inode.at) | |
12:28 | bobby_C has left IRC (bobby_C!~bobby@91-118-14-178.static.xdsl-line.inode.at, Ping timeout: 240 seconds) | |
12:29 | Mava has left IRC (Mava!~Mava@ip-45-224.dhcp.opintanner.fi, Remote host closed the connection) | |
12:32 | Steve_The_Pirate has left IRC (Steve_The_Pirate!~Gary@cpc16-haye17-2-0-cust169.haye.cable.virginmedia.com, Remote host closed the connection) | |
12:40 | bauerski has left IRC (bauerski!~witekb@frodo.psp.opole.pl, Quit: Leaving.) | |
12:47 | bauerski has joined IRC (bauerski!~witekb@frodo.psp.opole.pl) | |
12:50 | F-GT has left IRC (F-GT!~phantom@ppp121-44-41-162.lns20.syd6.internode.on.net, Quit: Leaving) | |
12:52 | bobby_C has joined IRC (bobby_C!~bobby@mail.singer.at) | |
12:55 | Mava has joined IRC (Mava!~Mava@ip-45-224.dhcp.opintanner.fi) | |
12:57 | bobby_C has left IRC (bobby_C!~bobby@mail.singer.at, Ping timeout: 260 seconds) | |
12:57 | Gremble has left IRC (Gremble!~Ben@cpc10-aztw24-2-0-cust114.aztw.cable.virginmedia.com, Quit: I Leave) | |
12:59 | bengoa has joined IRC (bengoa!~bengoa@2001:1291:229:2:216:cbff:feab:6cc9) | |
13:15 | <Hyperbyte> !upstream-bug
| |
13:15 | <ltsp> Hyperbyte: upstream-bug: https://bugs.launchpad.net/ltsp/+filebug
| |
13:27 | bauerski has left IRC (bauerski!~witekb@frodo.psp.opole.pl, Quit: Leaving.) | |
13:56 | staffencasa has joined IRC (staffencasa!~staffenca@128-193-148-207.oregonstate.edu) | |
14:11 | Gremble has joined IRC (Gremble!~Ben@cpc10-aztw24-2-0-cust114.aztw.cable.virginmedia.com) | |
14:11 | andygraybeal has left IRC (andygraybeal!~andy.gray@obsidian.casanueva.com, Quit: Ex-Chat) | |
14:13 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
14:15 | <stgraber> I'm really surprised we didn't get any report of https://bugs.launchpad.net/ltsp/+bug/948507 earlier :)
| |
14:15 | the bug was pretty obvious looking at the code and was likely there since the ldm rewrite
| |
14:16 | andygraybeal has joined IRC (andygraybeal!~andy.gray@obsidian.casanueva.com) | |
14:22 | vagrantc has joined IRC (vagrantc!~vagrant@c-76-115-60-19.hsd1.or.comcast.net) | |
14:25 | <alkisg> !win32-loader
| |
14:25 | <ltsp> alkisg: win32-loader: win32-loader.exe can be used to add a "PXE - Network boot" option to the Windows boot manager. It's developed for Debian and it uses gPXE/iPXE for the network booting. You can download a binary from http://ts.sch.gr/docs/kanonismoi-diadikasies/doc_download/327-ltsp-loader - (if someone can write a wiki page about it it'd be nice :))
| |
14:25 | <alkisg> !forget win32-loader
| |
14:25 | <ltsp> alkisg: The operation succeeded.
| |
14:25 | <alkisg> !learn win32-loader win32-loader.exe can be used to add a "PXE - Network boot" option to the Windows boot manager. It's developed for Debian and it uses gPXE/iPXE for the network booting. You can download a binary from http://ftp.debian.org/debian/tools/win32-loader/unstable/ (if someone can write a wiki page about it it'd be nice :))
| |
14:25 | <ltsp> alkisg: (learn [<channel>] <key> as <value>) -- Associates <key> with <value>. <channel> is only necessary if the message isn't sent on the channel itself. The word 'as' is necessary to separate the key from the value. It can be changed to another word via the learnSeparator registry value.
| |
14:25 | <alkisg> !learn win32-loader as win32-loader.exe can be used to add a "PXE - Network boot" option to the Windows boot manager. It's developed for Debian and it uses gPXE/iPXE for the network booting. You can download a binary from http://ftp.debian.org/debian/tools/win32-loader/unstable/ (if someone can write a wiki page about it it'd be nice :))
| |
14:25 | <ltsp> alkisg: The operation succeeded.
| |
14:26 | <alkisg> !win32-loader
| |
14:26 | <ltsp> alkisg: win32-loader: win32-loader.exe can be used to add a "PXE - Network boot" option to the Windows boot manager. It's developed for Debian and it uses gPXE/iPXE for the network booting. You can download a binary from http://ftp.debian.org/debian/tools/win32-loader/unstable/ (if someone can write a wiki page about it it'd be nice :))
| |
14:26 | <alkisg> It finally hit the Debian archives :)
| |
14:36 | <Hyperbyte> stgraber, I guess not many people use @ in their passwords. :)
| |
14:39 | <stgraber> vagrantc: I also pushed a fix for LP: #948507 in ldm-trunk
| |
14:43 | komunista has joined IRC (komunista!~slavko@adsl-195-168-230-167.dynamic.nextra.sk) | |
14:51 | sep has left IRC (sep!~sep@40.211.jostedal.no, Read error: Operation timed out) | |
14:51 | sep has joined IRC (sep!~sep@40.211.jostedal.no) | |
14:52 | <alkisg> stgraber: if I implement optionally storing the localapps/fat user password hashes to /etc/shadow, will it make it for precise? Or should I leave it for later?
| |
14:52 | (ldm)
| |
14:52 | So that they can lock/unlock their screens etc
| |
14:52 | <stgraber> alkisg: how would you do that securely?
| |
14:53 | <alkisg> stgraber: when ldm gets the password and is successfully authenticated, it can e.g. calculate the hash itself or pipe it to some process stdin
| |
14:54 | Of course it won't be anywhere in `ps`, at anytime
| |
14:54 | After the hash is saved, the password won't longer be remembered by any process
| |
14:55 | <stgraber> right, having ldm do the hashing should be fine, just make sure no user can ever see the hash, otherwise it'd be a regression from what we have on a regular system
| |
14:55 | <alkisg> And shadow is regenerated each time I believe, so only the current user hash would be there
| |
14:55 | I'd like to do it next week, to give it some more thought, is it OK schedule-wise?
| |
14:56 | <stgraber> (most distros prevent everyone but root from seeing /etc/shadow as just having access to the hash makes cracking the password much easier)
| |
14:56 | <alkisg> Indeed, and it would also be optional, from an lts.conf directive, and probably not enabled by default
| |
14:57 | <stgraber> it should be fine, I'll probably give a go/no-go based on how many changes the implementation requires and if there are any that I consider risky
| |
14:57 | <alkisg> Cool, thanks. I'd also like to make some remote apps launchers from init-ltsp.d when fats+remoteapps are enabled, so that e.g. the gnome dialog for password changing is launched from the server, not locally
| |
15:11 | bobby_C has joined IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at) | |
15:19 | <stgraber> alkisg: you probably could alter PATH to have some overrides there running ltsp-remoteapps triggering that stuff on the server
| |
15:20 | until we have Scotty's magic nss/pam plugins doing that for us
| |
15:20 | <alkisg> stgraber: if ltsp_remoteapps; mv gnome-control-center gnome-control-center.real; echo "new code that uses ltsp-remoteapps" > gnome-control-center etc etc
| |
15:20 | So that it works even for hardcoded launchers
| |
15:21 | <stgraber> alkisg: a bit hackish but yeah, will work for now ;)
| |
15:22 | <alkisg> Unfortunately the password changing utility got embedded in gnome-control-center though, I don't know if it'll be as easy as it was previously with gnome-about-me... :(
| |
15:22 | <stgraber> alkisg: I'm still hoping that one day fatclient will be an ldm option and that you can have one ldm session running as fat client and another on vt8 running as a thin client session
| |
15:22 | though that trick should still work even then
| |
15:22 | <alkisg> stgraber: we can easily tell ldm to look at both the local ldminfo and the server's ldminfod, and list all the sessions
| |
15:22 | Session: Ubuntu (server)
| |
15:22 | Session: Ubuntu (local)
| |
15:23 | etc
| |
15:23 | So he can select it from the session management dialog
| |
15:23 | *session selection dialog
| |
15:23 | <stgraber> that'd be kind of neat indeed
| |
15:27 | <alkisg> That could even be done on startup, and have all the sessions stored in /usr/share/xsessions etc, so that other display managers like lightdm see them too
| |
15:28 | Of course the Exec line for remote sessions would be "ltsp-remote-session-launcher server session" or something
| |
15:34 | komunista has left IRC (komunista!~slavko@adsl-195-168-230-167.dynamic.nextra.sk, Ping timeout: 252 seconds) | |
15:34 | cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 246 seconds) | |
15:37 | dobber has left IRC (dobber!~dobber@213.169.45.222, Remote host closed the connection) | |
16:06 | kco has left IRC (kco!b12cf0fd@gateway/web/freenode/ip.177.44.240.253, Ping timeout: 245 seconds) | |
16:09 | komunista has joined IRC (komunista!~slavko@adsl-195-168-230-167.dynamic.nextra.sk) | |
16:10 | slin has left IRC (slin!~slinky@frugalware/developer/slin, Ping timeout: 240 seconds) | |
16:12 | Trixboxer has left IRC (Trixboxer!~Trixboxer@115.124.115.71, Quit: "Achievement is not the end, its the beginning of new journey !!!") | |
16:14 | rthomson has joined IRC (rthomson!~rthomson@mars.pet.ubc.ca) | |
16:34 | |GuS| has joined IRC (|GuS|!~MysT@213-117-16-190.fibertel.com.ar) | |
16:34 | |GuS| has joined IRC (|GuS|!~MysT@unaffiliated/gus/x-663402) | |
16:53 | bobby_C has left IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at, Ping timeout: 252 seconds) | |
17:03 | monteslu_ has joined IRC (monteslu_!~monteslu@ip68-109-174-213.ph.ph.cox.net) | |
17:05 | monteslu has left IRC (monteslu!~monteslu@ip68-109-174-213.ph.ph.cox.net, Ping timeout: 272 seconds) | |
17:11 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Ping timeout: 260 seconds) | |
17:16 | Gremble has left IRC (Gremble!~Ben@cpc10-aztw24-2-0-cust114.aztw.cable.virginmedia.com, Quit: I Leave) | |
17:23 | risca has joined IRC (risca!~risca@wnpgmb0903w-ds01-249-233.dynamic.mtsallstream.net) | |
17:37 | asmok has joined IRC (asmok!~asmok@adsl-85-157-204-13.regionline.fi) | |
17:38 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
17:41 | slin has joined IRC (slin!~slinky@catv-89-134-70-38.catv.broadband.hu) | |
17:51 | <stgraber> alkisg: yep, ltsp-remote-session-launcher sounds good so we can make other DMs working with LTSP, all of that will be post-12.04 obviously but that's cool stuff that we should indeed get working
| |
17:53 | <alkisg> stgraber: I hope at the next BTS you guys can convince Scotty to finish the pam stuff, so that we can then start supporting any pam-capable DM. If things go good, we could even possibly obsolete LDM.
| |
17:54 | <stgraber> alkisg: yeah, we still need to define a clear plan on how to support xfreerdp/citrix/x2go/... in all display managers, but it should be possible with some scripts and custom session scripts
| |
18:05 | cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg) | |
18:39 | loather has left IRC (loather!~khudson@wsip-98-175-250-115.sd.sd.cox.net, Quit: Leaving) | |
18:54 | vagrantc has left IRC (vagrantc!~vagrant@c-76-115-60-19.hsd1.or.comcast.net, Ping timeout: 245 seconds) | |
19:16 | Parker955_Away is now known as Parker955 | |
19:19 | asmok has left IRC (asmok!~asmok@adsl-85-157-204-13.regionline.fi, Quit: Lähdössä) | |
19:19 | loather has joined IRC (loather!~khudson@wsip-98-175-250-115.sd.sd.cox.net) | |
19:23 | Steve_The_Pirate has joined IRC (Steve_The_Pirate!~Gary@cpc16-haye17-2-0-cust169.haye.cable.virginmedia.com) | |
19:25 | Parker955 is now known as Parker955_Away | |
19:33 | markit has joined IRC (markit!~marco@88-149-177-66.staticnet.ngi.it) | |
19:36 | loather has left IRC (loather!~khudson@wsip-98-175-250-115.sd.sd.cox.net, Quit: Leaving) | |
19:47 | mistik1 has left IRC (mistik1!mistik1@unaffiliated/mistik1, Ping timeout: 252 seconds) | |
19:48 | mistik1 has joined IRC (mistik1!mistik1@unaffiliated/mistik1) | |
19:50 | Steve_The_Pirate has left IRC (Steve_The_Pirate!~Gary@cpc16-haye17-2-0-cust169.haye.cable.virginmedia.com, Remote host closed the connection) | |
19:50 | Steve_The_Pirate has joined IRC (Steve_The_Pirate!~Gary@cpc16-haye17-2-0-cust169.haye.cable.virginmedia.com) | |
19:52 | Steve_The_Pirate has left IRC (Steve_The_Pirate!~Gary@cpc16-haye17-2-0-cust169.haye.cable.virginmedia.com, Remote host closed the connection) | |
19:56 | |GuS| has left IRC (|GuS|!~MysT@unaffiliated/gus/x-663402, Remote host closed the connection) | |
19:56 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.) | |
19:58 | irule has joined IRC (irule!~irule@189.199.30.249) | |
19:59 | Steve_The_Pirate has joined IRC (Steve_The_Pirate!~Gary@cpc16-haye17-2-0-cust169.haye.cable.virginmedia.com) | |
20:11 | vagrantc has joined IRC (vagrantc!~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net) | |
20:16 | loather has joined IRC (loather!~khudson@wsip-98-175-250-115.sd.sd.cox.net) | |
20:36 | Parker955_Away is now known as Parker955 | |
20:47 | khildin has left IRC (khildin!~khildin@ip-83-134-230-253.dsl.scarlet.be, Quit: I'm gone, bye bye) | |
20:47 | slin has left IRC (slin!~slinky@catv-89-134-70-38.catv.broadband.hu, Ping timeout: 245 seconds) | |
20:53 | Gremble has joined IRC (Gremble!~Ben@cpc10-aztw24-2-0-cust114.aztw.cable.virginmedia.com) | |
20:55 | vagrantc has left IRC (vagrantc!~vagrant@75-150-46-245-Oregon.hfc.comcastbusiness.net, Quit: leaving) | |
20:57 | Parker955 is now known as Parker955_Away | |
20:59 | mikkel has left IRC (mikkel!~mikkel@80-71-132-15.u.parknet.dk, Quit: Leaving) | |
21:16 | bobby_C has joined IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at) | |
21:23 | Parker955_Away is now known as Parker955 | |
21:29 | <stgraber> mgariepy, highvoltage: new kernel uploaded with the LVDS fixes
| |
21:38 | bobby_C has left IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at, Ping timeout: 240 seconds) | |
21:42 | staffencasa has left IRC (staffencasa!~staffenca@128-193-148-207.oregonstate.edu, Read error: Connection reset by peer) | |
21:48 | Gremble has left IRC (Gremble!~Ben@cpc10-aztw24-2-0-cust114.aztw.cable.virginmedia.com, Quit: I Leave) | |
21:51 | Parker955 is now known as Parker955_Away | |
21:59 | bengoa has left IRC (bengoa!~bengoa@2001:1291:229:2:216:cbff:feab:6cc9, Quit: Leaving.) | |
22:01 | irule has left IRC (irule!~irule@189.199.30.249, Ping timeout: 246 seconds) | |
22:08 | markit has left IRC (markit!~marco@88-149-177-66.staticnet.ngi.it, ) | |
22:17 | komunista has left IRC (komunista!~slavko@adsl-195-168-230-167.dynamic.nextra.sk, Quit: Leaving.) | |
22:20 | staffencasa has joined IRC (staffencasa!~staffenca@128-193-148-207.oregonstate.edu) | |
22:21 | risca has left IRC (risca!~risca@wnpgmb0903w-ds01-249-233.dynamic.mtsallstream.net, Quit: Lämnar) | |
22:46 | <highvoltage> stgraber: I'm still kind of changing stuff but perhaps you could look at http://edubuntu.org/2012-03-29/edubuntu-beta2-released and give some feedback so long?
| |
23:27 | Llama_be has left IRC (Llama_be!~tom@94-226-90-169.access.telenet.be, Ping timeout: 264 seconds) | |
23:34 | Llama_be has joined IRC (Llama_be!~tom@94-226-90-169.access.telenet.be) | |
23:45 | alexqwesa has left IRC (alexqwesa!~alex@109.172.12.47, Quit: Хана X'ам !!!) | |
23:48 | ry has left IRC (ry!~ry@static-71-183-64-28.nycmny.fios.verizon.net, Read error: Connection reset by peer) | |