00:00 | loco^playa has joined IRC (loco^playa!57daa5db@gateway/web/freenode/ip.87.218.165.219) | |
00:00 | <loco^playa> hello
| |
00:01 | loco^playa has left IRC (loco^playa!57daa5db@gateway/web/freenode/ip.87.218.165.219, Client Quit) | |
00:22 | lucascastro has left IRC (lucascastro!~lucas@189.89.7.111, Remote host closed the connection) | |
00:22 | lucascastro has joined IRC (lucascastro!~lucas@189.89.7.111) | |
00:34 | lucascastro has left IRC (lucascastro!~lucas@189.89.7.111, Ping timeout: 248 seconds) | |
05:30 | <alkisg> !root
| |
05:30 | <ltsp> I do not know about 'root', but I do know about these similar topics: 'ROOT_PASSWORD_HASH'
| |
05:30 | <alkisg> !ROOT_PASSWORD_HASH
| |
05:30 | <ltsp> ROOT_PASSWORD_HASH: to be able to login as root in vt1, with password "qwer1234", put this in lts.conf: INIT_COMMAND_01="sed 's!^root:[^:]*:!root:$6$p2LdWE6j$PDd1TUzGvvIkj9SE8wbw1gA/MD66tHHlStqi1.qyv860oK47UnKcafSKqGp7cbgZUPlgyPv6giCVyCSCdJt1b0:!' -i /etc/shadow"
| |
05:32 | Statler has joined IRC (Statler!~Georg@p579FEAE5.dip0.t-ipconnect.de) | |
05:34 | <alkisg> mount
| |
06:31 | mikkel has joined IRC (mikkel!~mikkel@mail.dlvs.dk) | |
06:50 | vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Ping timeout: 248 seconds) | |
07:28 | wim1 has joined IRC (wim1!~Thunderbi@WEGC33.UNI-GRAZ.AT) | |
07:48 | ricotz has joined IRC (ricotz!~ricotz@p5B2A8AC8.dip0.t-ipconnect.de) | |
07:48 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
08:05 | Statler has left IRC (Statler!~Georg@p579FEAE5.dip0.t-ipconnect.de, Remote host closed the connection) | |
08:31 | Statler has joined IRC (Statler!~Georg@p579FFDE6.dip0.t-ipconnect.de) | |
08:57 | exebat has joined IRC (exebat!5f9b02a2@gateway/web/freenode/ip.95.155.2.162) | |
09:23 | TatankaT has left IRC (TatankaT!~tim@193.190.253.114, Ping timeout: 240 seconds) | |
09:25 | TatankaT has joined IRC (TatankaT!~tim@193.190.253.114) | |
09:41 | <sebd> Hello, "su[14720]: pam_systemd(su:session): Cannot create session: Already running in a session" happens when login out then login again (thin clients)
| |
09:50 | one has to kill -9 -1 its own processes via ssh so to be able to open one's session
| |
09:50 | systemd --user is the culprit : it does not stop at the end of the XFCE4 session
| |
09:52 | gvy has joined IRC (gvy!~mike@altlinux/developer/mike) | |
10:05 | <sebd> found a fix : "KillUserProcesses=yes" in /etc/systemd/logind.conf
| |
10:34 | nbd-client gets blocked on ltsp client machines (blocked for more than 120 seconds)
| |
10:36 | maybe we should get back to NFS here
| |
10:59 | exebat has left IRC (exebat!5f9b02a2@gateway/web/freenode/ip.95.155.2.162, Ping timeout: 260 seconds) | |
11:10 | exebat has joined IRC (exebat!5f9b02a2@gateway/web/freenode/ip.95.155.2.162) | |
11:21 | <alkisg> sebd: nfs doesn't work well with overlayfs in recent kernels. Read as "it's so broken it doesn't even boot"
| |
11:22 | The blocked nbd issue though, I've only seen it in clients with bad network cables
| |
11:29 | kjackal_ has joined IRC (kjackal_!~quassel@2a02:587:3116:4c00:dcd4:a678:8b43:dbf7) | |
11:51 | <sebd> ok, we have nbd0 on /rofs, nbd1 as swap, but we also have kernel error message about nbd9 connexion timing out, as soon as the ltsp boots or later on
| |
11:51 | what is nbd9 for ?
| |
11:52 | <alkisg> Testing if there's a newer image available, in order to reboot the clients
| |
11:52 | It also connects to ltsp_i386.img
| |
11:52 | <sebd> ok
| |
11:54 | is "ltsp_i386.img" hardcoded somewhere ?
| |
11:54 | (we only have amd64 images)
| |
11:54 | <alkisg> dnsmasq, nbd...
| |
12:12 | <sebd> I cannot find it in the whole ltsp client image
| |
12:13 | <alkisg> It's on the server
| |
12:13 | Why?
| |
12:14 | <sebd> I want to understand what script tries to mount nbd9 (because that's the one creating problems I think)
| |
12:16 | <alkisg> grep nbd9 /usr/share/ltsp
| |
12:16 | grep -r nbd9 /usr/share/ltsp
| |
12:16 | dadada has joined IRC (dadada!5cf596f3@gateway/web/freenode/ip.92.245.150.243) | |
12:17 | <sebd> none
| |
12:17 | dadada is now known as Guest27567 | |
12:17 | <alkisg> grep -r nbd9 /usr/share/ldm
| |
12:18 | <sebd> no such folder (on the server)
| |
12:18 | found it in the client chroot (where ldm is installed; of course)
| |
12:22 | Guest27567 has left IRC (Guest27567!5cf596f3@gateway/web/freenode/ip.92.245.150.243, Ping timeout: 260 seconds) | |
14:24 | ben_roose has joined IRC (ben_roose!~roose@roose.cs.wichita.edu) | |
14:40 | <alkisg> INIT_COMMAND_STOP_NBD9="rm -f /usr/share/ldm/rc.d/I01-nbd-checkupdate"
| |
14:41 | sebd: you can test with this ^ in lts.conf
| |
14:42 | <sebd> alkisg: we found inserting "return" at top of I01-nbd-checkupdate does fix our issue, so yes, we want to rm it at boot if possible
| |
14:44 | <alkisg> sebd: I just saw a client using debian having the same issue
| |
14:44 | So it's possible that it's a kernel regression
| |
14:44 | I saw something similar in recent Ubuntu, but it only caused errors in dmesg, with no visible issues
| |
14:47 | <sebd> root@ehlg:/home/ldd# vim /srv/tftp/boot/lts.conf
| |
14:48 | sorry
| |
14:48 | mikkel has left IRC (mikkel!~mikkel@mail.dlvs.dk, Quit: Leaving) | |
14:51 | <alkisg> No worries, as long as it's not your bank password we're not interested
| |
15:06 | !printer
| |
15:06 | <ltsp> printer: Quick how-to: RCFILE_01="/usr/sbin/jetpipe /dev/usb/lp0 9100 &" in lts.conf, reboot client, then go to server's add printer dialog, and specify network printer → jetdirect → ltsp123.local
| |
15:09 | zibis has joined IRC (zibis!~zibi@mail.linseco.pl) | |
15:10 | zibis has joined IRC (zibis!~zibi@mail.linseco.pl) | |
15:22 | wim1 has left IRC (wim1!~Thunderbi@WEGC33.UNI-GRAZ.AT, Quit: wim1) | |
15:48 | exebat has left IRC (exebat!5f9b02a2@gateway/web/freenode/ip.95.155.2.162, Ping timeout: 260 seconds) | |
16:08 | gvy has left IRC (gvy!~mike@altlinux/developer/mike, Quit: Leaving) | |
16:53 | lucascastro has joined IRC (lucascastro!~lucas@200.141.207.18) | |
16:58 | lucascastro has left IRC (lucascastro!~lucas@200.141.207.18, Ping timeout: 240 seconds) | |
16:59 | lucascastro has joined IRC (lucascastro!~lucas@200.141.207.18) | |
17:17 | vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc) | |
18:58 | kjackal_ has left IRC (kjackal_!~quassel@2a02:587:3116:4c00:dcd4:a678:8b43:dbf7, Ping timeout: 255 seconds) | |
19:01 | <sebd> We have been using PRINTER_0_DEVICE=/dev/usb/lp0
| |
19:02 | seems enough
| |
19:02 | (on Debian 8 at least)
| |
19:02 | Statler has left IRC (Statler!~Georg@p579FFDE6.dip0.t-ipconnect.de, Remote host closed the connection) | |
19:03 | <alkisg> Yes it's only Ubuntu's upstart job that has the bug
| |
19:03 | The sysvinit script is fine
| |
19:07 | Eric4 has left IRC (Eric4!~eric@sdi.iut-valence.fr, Ping timeout: 248 seconds) | |
19:11 | lucas__ has joined IRC (lucas__!~lucas@200.141.207.18) | |
19:13 | lucascastro has left IRC (lucascastro!~lucas@200.141.207.18, Ping timeout: 258 seconds) | |
19:45 | zibis has left IRC (zibis!~zibi@mail.linseco.pl, Quit: zibis) | |
19:48 | lucascastro has joined IRC (lucascastro!~lucas@200.141.207.18) | |
19:49 | lucas__ has left IRC (lucas__!~lucas@200.141.207.18, Ping timeout: 240 seconds) | |
19:50 | lucas__ has joined IRC (lucas__!~lucas@200.141.207.18) | |
19:53 | lucascastro has left IRC (lucascastro!~lucas@200.141.207.18, Ping timeout: 246 seconds) | |
20:09 | lucas__ has left IRC (lucas__!~lucas@200.141.207.18, Remote host closed the connection) | |
21:58 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
22:14 | ben_roose has left IRC (ben_roose!~roose@roose.cs.wichita.edu, Remote host closed the connection) | |
22:54 | GodFather has left IRC (GodFather!~rcc@47.33.250.142, Ping timeout: 246 seconds) | |
23:19 | GodFather has joined IRC (GodFather!~rcc@47.33.250.142) | |