00:27 | adrianorg has left IRC (adrianorg!~adrianorg@177.204.76.215.dynamic.adsl.gvt.net.br, Ping timeout: 272 seconds) | |
00:28 | yanu has left IRC (yanu!~yanu@178-116-58-90.access.telenet.be, Ping timeout: 260 seconds) | |
00:28 | yanu has joined IRC (yanu!~yanu@178-116-58-90.access.telenet.be) | |
00:49 | vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving) | |
01:04 | TatankaT has left IRC (TatankaT!~tim@heracles.oma.be, Ping timeout: 276 seconds) | |
01:07 | ben_roose has left IRC (ben_roose!~roose@roose.cs.wichita.edu, Remote host closed the connection) | |
01:56 | adrianorg has joined IRC (adrianorg!~adrianorg@187.113.245.96) | |
02:59 | adrianorg has left IRC (adrianorg!~adrianorg@187.113.245.96, Ping timeout: 240 seconds) | |
03:18 | adrianorg has joined IRC (adrianorg!~adrianorg@187.113.245.96) | |
03:45 | eddytv has left IRC (eddytv!~eddy@c-68-60-64-128.hsd1.mi.comcast.net, Quit: My Mac has gone to sleep. ZZZzzz…) | |
06:12 | riddle has left IRC (riddle!riddle@us.yunix.net, Ping timeout: 240 seconds) | |
06:20 | riddle has joined IRC (riddle!riddle@us.yunix.net) | |
06:38 | riddle has left IRC (riddle!riddle@us.yunix.net, Ping timeout: 245 seconds) | |
06:45 | riddle has joined IRC (riddle!riddle@us.yunix.net) | |
07:05 | vmlintu has joined IRC (vmlintu!~vmlintu@a88-112-3-40.elisa-laajakaista.fi) | |
07:13 | TatankaT has joined IRC (TatankaT!~tim@heracles.oma.be) | |
07:29 | <highvoltage> alkisg: hey, do you get edubuntu build failure notifications?
| |
07:32 | <alkisg> Hi highvoltage
| |
07:32 | No
| |
07:33 | Btw, our edubuntu membership has expired, right?
| |
07:36 | <highvoltage> alkisg: nope: https://launchpad.net/~edubuntu-members
| |
07:36 | alkisg: for a while it's been failing on:
| |
07:36 | Adding group `epoptes' (GID 128) ...
| |
07:36 | Done.
| |
07:36 | sem_open: Function not implemented
| |
07:36 | dpkg: error processing package epoptes (--configure): subprocess installed post-installation script returned error exit status 1
| |
07:36 | <alkisg> highvoltage: https://launchpad.net/~edubuntu-council ==> 0 active members
| |
07:37 | <highvoltage> not sure if that's directly an epoptes problem or not
| |
07:37 | yes, we expired from edubuntu-council, but we're still on edubuntu-members
| |
07:37 | <alkisg> Let me send a build to the epoptes ppa, it hasn't failed there whenver we tried it
| |
07:38 | It might be a problem in the faketime package
| |
07:38 | Although the PPA builds are fine with it
| |
07:40 | * alkisg is reading https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778462 | |
07:40 | <alkisg> "Control: retitle -1 faketime: does not work in chroot if /run/shm is not mounted as tmpfs inside the chroot ("sem_open: Function not implemented")"
| |
07:43 | * alkisg requested a build, https://code.launchpad.net/~epoptes/+recipe/epoptes-proposed | |
07:43 | <highvoltage> alkisg: yeah the package built just fine, but it's the actual edubuntu iso build that fails when installing the package
| |
07:44 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Remote host closed the connection) | |
07:44 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
07:44 | <alkisg> Sorry, pidgin crashed in 16.04
| |
07:45 | So the situation looks like this: epoptes.postinst calls faketime in order to fool openssl to generate a certificate valid since the Epoch
| |
07:45 | It does that because some clients have an expired cmos battery, resulting in dates e.g. of 2000
| |
07:46 | Those clients are not controllable by epoptes if we don't use faketime that way
| |
07:46 | This works fine in real systems, no problem there
| |
07:46 | So I can either add a check in epoptes.postinst in order to not do that for the case of the edubuntu live cd,
| |
07:47 | or the edubuntu chroot there can bind-mount /dev/shm for faketime to work
| |
07:47 | I'd really recommend the latter
| |
07:51 | mikkel has joined IRC (mikkel!~mikkel@mail.dlvs.dk) | |
07:53 | <highvoltage> alkisg: the latter will probably be a lot more difficult, my suspicioun would be that /dev/shm is not available in the protected build environment on launchpad's build infrastructure
| |
07:55 | <alkisg> highvoltage: how can I get a test environment to ensure that what I will do fixes the issue?
| |
07:56 | E.g. in ltsp chroots that issue doesn't happen
| |
07:56 | Should I suppose that /dev is not mounted at all?
| |
07:56 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
07:58 | <alkisg> *assume
| |
08:01 | <highvoltage> alkisg: I'm not 100% sure but you might need a whole launchpad infrastructure to test reliably locally. I suppose a package update and then checking with the next daily build should be simple and efficient enough? might also be a question for #ubuntu-devel or on some launchpad channel
| |
08:03 | <alkisg> highvoltage: how can I get access to the build failure logs?
| |
08:04 | Or, can you send me the link for one of them?
| |
08:06 | <highvoltage> alkisg: yes, can do
| |
08:07 | <alkisg> This is a sample command that epoptes will run on postinst:
| |
08:07 | faketime '1970-01-01 00:00:00 UTC' openssl req -batch -x509 -nodes -newkey rsa:1024 -days $(($(date --utc +%s) / 86400 + 3652)) -keyout /tmp/epoptes.key -out /tmp/epoptes.crt
| |
08:08 | <highvoltage> alkisg: can I forward it to you by email?
| |
08:08 | <alkisg> Sure, or PM here for the link
| |
08:08 | I just need something to tell to the folks at #launchpad
| |
08:09 | I.e. "epoptes fails when I ran that ^ command on the XXXX build environment, with this output:..."
| |
08:12 | I also tried on a plain chroot, I can't reproduce it so i wouldn't know what to check for, to bypass the launchpad build environment failures
| |
08:12 | The recipe build was fine
| |
08:12 | https://code.launchpad.net/~epoptes/+recipe/epoptes-proposed
| |
08:13 | I.e. faketime on Xenial doesn't throw an error when /dev/shm is not accessible
| |
08:16 | <highvoltage> alkisg: sorry, had some thunderbird issue forwarding the whole uncompressed log, I gzipped it and sent it to your gmail address
| |
08:26 | uXus has left IRC (uXus!~uXus@217.77.222.72, Quit: ail bi bek) | |
08:31 | uXus has joined IRC (uXus!~uXus@217.77.222.72) | |
08:48 | vmlintu has left IRC (vmlintu!~vmlintu@a88-112-3-40.elisa-laajakaista.fi, Ping timeout: 240 seconds) | |
08:50 | vmlintu has joined IRC (vmlintu!~vmlintu@a88-112-3-40.elisa-laajakaista.fi) | |
09:08 | NeonLicht has joined IRC (NeonLicht!~NeonLicht@darwin.ugr.es) | |
09:09 | <alkisg> highvoltage: how is the build process named, what should I tell people at #launchpad about it? Is it "the edubuntu livecd build process"?
| |
09:09 | Is that related to #launchpad?
| |
09:10 | <highvoltage> alkisg: yes
| |
09:10 | alkisg: there are build logs online somewhere... I just don't have a link to it and it doesn't seem easy to find
| |
09:11 | (I'm also somewhat distracted by work today, will check again in a min)
| |
09:12 | <alkisg> Thanks
| |
10:40 | NeonLicht has left IRC (NeonLicht!~NeonLicht@darwin.ugr.es, Ping timeout: 245 seconds) | |
10:48 | Faith has joined IRC (Faith!~paty_@unaffiliated/faith) | |
10:57 | NeonLicht has joined IRC (NeonLicht!~NeonLicht@darwin.ugr.es) | |
11:09 | lmds_ has joined IRC (lmds_!~lmds@tui.pi-et-ro.net) | |
11:10 | NeonLicht has left IRC (NeonLicht!~NeonLicht@darwin.ugr.es, Ping timeout: 260 seconds) | |
11:18 | NeonLicht has joined IRC (NeonLicht!~NeonLicht@darwin.ugr.es) | |
11:36 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-213-49-86-126.dsl.scarlet.be) | |
11:38 | robb_nl has left IRC (robb_nl!~robb_nl@ip-213-49-86-126.dsl.scarlet.be, Client Quit) | |
11:51 | vmlintu has left IRC (vmlintu!~vmlintu@a88-112-3-40.elisa-laajakaista.fi, Ping timeout: 265 seconds) | |
11:58 | vmlintu has joined IRC (vmlintu!~vmlintu@a88-112-3-40.elisa-laajakaista.fi) | |
12:20 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-213-49-86-126.dsl.scarlet.be) | |
12:32 | eddytv has joined IRC (eddytv!~eddy@216.130.192.5) | |
13:14 | gym-p has joined IRC (gym-p!4f835c00@gateway/web/freenode/ip.79.131.92.0) | |
13:18 | gym-p has left IRC (gym-p!4f835c00@gateway/web/freenode/ip.79.131.92.0, Client Quit) | |
13:21 | TatankaT has left IRC (TatankaT!~tim@heracles.oma.be, Remote host closed the connection) | |
13:49 | gvy has joined IRC (gvy!~mike@altlinux/developer/mike) | |
13:59 | eemeli has joined IRC (eemeli!3e94cd0c@gateway/web/freenode/ip.62.148.205.12) | |
14:02 | eemeli has left IRC (eemeli!3e94cd0c@gateway/web/freenode/ip.62.148.205.12, Client Quit) | |
14:25 | vmlintu has left IRC (vmlintu!~vmlintu@a88-112-3-40.elisa-laajakaista.fi, Quit: Leaving) | |
14:28 | ben_roose has joined IRC (ben_roose!~roose@roose.cs.wichita.edu) | |
14:45 | <eddytv> alkisg: still having trouble getting the audio output unmuted-on-boot on my LTSP clients. The command I run from the shell to fix the issue is: "amixer cset name='IEC958 Playback Switch' on"
| |
14:45 | Is there some way to incorporate that into lts.conf?
| |
14:55 | <alkisg> # eg. if the channel is named 'Mic Boost (+20dB)'
| |
14:55 | # then the variable is simply MIC_BOOST_SWITCH
| |
14:55 | #
| |
14:55 | # Oh, and SWITCH is used for on/off switches - value
| |
14:55 | # should be on or off, and VOLUME is used for volumes
| |
14:56 | I.e. try with PLAYBACK_SWITCH=on
| |
14:56 | Also note that you can put RCFILE_01="amixer cset ..." there
| |
14:57 | And avoid all the naming stuff, just run the command at the rc.local stage with RCFILE_01=xxx
| |
15:27 | mikkel has left IRC (mikkel!~mikkel@mail.dlvs.dk, Quit: Leaving) | |
15:28 | robb_nl has left IRC (robb_nl!~robb_nl@ip-213-49-86-126.dsl.scarlet.be, Ping timeout: 245 seconds) | |
15:30 | <eddytv> Thanks, as always. Will give that a try when I get home.
| |
15:33 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-213-49-86-126.dsl.scarlet.be) | |
15:43 | vmlintu has joined IRC (vmlintu!~vmlintu@a88-112-3-40.elisa-laajakaista.fi) | |
16:09 | andygraybeal has left IRC (andygraybeal!~andy@h172.207.189.173.dynamic.ip.windstream.net, Quit: Ex-Chat) | |
17:12 | gvy has left IRC (gvy!~mike@altlinux/developer/mike, Quit: Leaving) | |
17:12 | gvy has joined IRC (gvy!~mike@altlinux/developer/mike) | |
17:28 | book` has left IRC (book`!~book`@105.ip-167-114-152.net, Ping timeout: 260 seconds) | |
17:35 | book` has joined IRC (book`!~book`@2607:5300:100:200::160d) | |
18:28 | gvy has left IRC (gvy!~mike@altlinux/developer/mike, Quit: Leaving) | |
18:54 | Ark74_lap has left IRC (Ark74_lap!~Luis@189.220.253.111.cable.dyn.cableonline.com.mx, Quit: Saliendo) | |
19:03 | robb_nl has left IRC (robb_nl!~robb_nl@ip-213-49-86-126.dsl.scarlet.be, Quit: I'm gone, bye bye) | |
19:12 | Phantomas has joined IRC (Phantomas!~ftsamis@ubuntu/member/phantomas) | |
19:51 | vsuojanen has left IRC (vsuojanen!~valtteri@83-136-248-31.uk-lon1.host.upcloud.com, Remote host closed the connection) | |
19:51 | vsuojanen has joined IRC (vsuojanen!~valtteri@83-136-248-31.uk-lon1.host.upcloud.com) | |
20:10 | Faith has left IRC (Faith!~paty_@unaffiliated/faith, Quit: Leaving) | |
20:33 | vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc) | |
21:34 | vmlintu has left IRC (vmlintu!~vmlintu@a88-112-3-40.elisa-laajakaista.fi, Ping timeout: 240 seconds) | |
21:41 | eddytv has left IRC (eddytv!~eddy@216.130.192.5, Quit: My Mac has gone to sleep. ZZZzzz…) | |
22:52 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
23:31 | eddytv has joined IRC (eddytv!~eddy@c-68-60-64-128.hsd1.mi.comcast.net) | |
23:36 | eddytv has left IRC (eddytv!~eddy@c-68-60-64-128.hsd1.mi.comcast.net, Client Quit) | |
23:52 | Phantomas has left IRC (Phantomas!~ftsamis@ubuntu/member/phantomas) | |