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


Channel log from 7 March 2019   (all times are UTC)

00:13vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Ping timeout: 240 seconds)
00:13vagrantc_ is now known as vagrantc
00:13vagrantc_ has joined IRC (vagrantc_!~vagrant@unaffiliated/vagrantc)
01:34GodFather has left IRC (GodFather!~rcc@wsip-66-210-242-210.ph.ph.cox.net, Remote host closed the connection)
01:36GodFather has joined IRC (GodFather!~rcc@wsip-66-210-242-210.ph.ph.cox.net)
03:13vagrantc_ has left IRC (vagrantc_!~vagrant@unaffiliated/vagrantc, Ping timeout: 252 seconds)
03:22vagrantc_ has joined IRC (vagrantc_!~vagrant@unaffiliated/vagrantc)
05:34quinox has left IRC (quinox!~quinox@ghost.qtea.nl, Quit: WeeChat 2.2)
06:23ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz)
06:25Natureshadow has left IRC (Natureshadow!45d1515d22@commu.teckids.org, Read error: Connection reset by peer)
06:28statler has joined IRC (statler!~Georg@p5489790B.dip0.t-ipconnect.de)
06:43vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving)
06:43vagrantc_ is now known as vagrantc
06:57kjackal has joined IRC (kjackal!~quassel@ppp-2-84-210-6.home.otenet.gr)
07:21Natureshadow has joined IRC (Natureshadow!45d1515d22@commu.teckids.org)
07:26kjackal has left IRC (kjackal!~quassel@ppp-2-84-210-6.home.otenet.gr, Ping timeout: 252 seconds)
07:26kjackal has joined IRC (kjackal!~quassel@195.97.13.252)
08:36statler has left IRC (statler!~Georg@p5489790B.dip0.t-ipconnect.de, Remote host closed the connection)
09:01vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving)
09:04statler has joined IRC (statler!~Georg@gwrz.lohn24.de)
09:22vlt has joined IRC (vlt!~vlt@2a01:488:66:1000:57e6:5dd1:0:1)
09:25
<vlt>
Good morning! How can I debug one client that remains (reproducably) 9 minutes on "Trying to load pxelinux..." and then continues loading the root fs image and nbd swap device from the nbd server? I don't see anything supiscious in the dhcpd or tftp/nbd logs.
09:27kjackal has left IRC (kjackal!~quassel@195.97.13.252, Ping timeout: 245 seconds)
09:32
<alkisg>
vlt: you mean that eventually the client works fine, it just goes extremely slow in tftp?
09:32kjackal has joined IRC (kjackal!~quassel@ppp-2-84-210-6.home.otenet.gr)
09:45Da-Geek has joined IRC (Da-Geek!~Da-Geek@212.250.100.150)
09:46Da-Geek has left IRC (Da-Geek!~Da-Geek@212.250.100.150, Read error: Connection reset by peer)
09:49kjackal has left IRC (kjackal!~quassel@ppp-2-84-210-6.home.otenet.gr, Remote host closed the connection)
09:53kjackal has joined IRC (kjackal!~quassel@ppp-2-84-210-6.home.otenet.gr)
10:21kjackal has left IRC (kjackal!~quassel@ppp-2-84-210-6.home.otenet.gr, Ping timeout: 268 seconds)
10:23kjackal has joined IRC (kjackal!~quassel@ppp-2-84-210-6.home.otenet.gr)
11:09kjackal has left IRC (kjackal!~quassel@ppp-2-84-210-6.home.otenet.gr, Ping timeout: 245 seconds)
11:22
<vlt>
alkisg: Yes. And for now it seems to be only that one client.
11:22
<alkisg>
vlt: is that with ipxe, or with pxe stack?
11:23
<vlt>
alkisg: PXE booting set in the client's BIOS
11:23
(if that answers the question)
11:26
<alkisg>
vlt: right, so, it might be an issue with the bios, can you try with ipxe?
11:45
<vlt>
alkisg: Meanwhile the problem is gone :hm:
11:46
The client boots just fine. Four times in a row now.
11:46
alkisg: Thanks for listening :D
11:46
<alkisg>
:D
11:51kjackal has joined IRC (kjackal!~quassel@2a02:587:3111:6500:96d:3bb7:6ac1:b473)
12:35ogra has left IRC (ogra!~ogra_@ubuntu/member/ogra, Ping timeout: 255 seconds)
13:19
<mwalters>
nice work. ;)
16:04kjackal has left IRC (kjackal!~quassel@2a02:587:3111:6500:96d:3bb7:6ac1:b473, Ping timeout: 252 seconds)
16:04kjackal has joined IRC (kjackal!~quassel@athedsl-4545901.home.otenet.gr)
16:23vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc)
17:21ogra has joined IRC (ogra!~ogra_@ubuntu/member/ogra)
17:24
<mwalters>
alkisg: is it possible for ldm to execute a script when a user logs out, or is that something we should rely on our desktop environment to do?
17:24
<vagrantc>
it's possible, but it's very unreliable
17:25
<mwalters>
looks like lightdm allows you to specify a "clean up" script
17:25
<vagrantc>
the problem is the ssh connection may be broken by the time the script runs
17:25
<mwalters>
gotcha
17:25
<vagrantc>
or if the client gets abruptly disconnected
17:25
and you're relying on the cleanup process...
17:25
<mwalters>
yeah, what I'm looking to do could easily be done via cron
17:25
<vagrantc>
better to do at (pre) login
17:26
<mwalters>
on the server, vs the client
17:26
<vagrantc>
or something like that...
17:26
<mwalters>
basically, I just want to clean up ~/Download
17:26
we also have users that NEVER *&#^$*&# LOG OUT ;)
17:27
<vagrantc>
consider them satisfied customers? :)
17:28
<mwalters>
until I need to update the client image
17:33
<vagrantc>
i used to have some kiosks that ran the session using "timeout N /path/to/real/session"
17:33
well, not exactly kiosks ... guest session type things
17:34
and then a popup near the deadline that would warn them of impending session timeout
17:34
could just log back in again, of course, but it was usually enough to convince them to give up the spot for someone else
17:35
and if there wasn't anyone else, it would be fine to log back in again
17:54
<mwalters>
gotcha
18:37||cw has left IRC (||cw!~chrisw@unaffiliated/cw/x-1182934, Quit: Do not follow the null pointer, for therein lies ma&^%#___)
18:43||cw has joined IRC (||cw!~chrisw@unaffiliated/cw/x-1182934)
18:53kjackal has left IRC (kjackal!~quassel@athedsl-4545901.home.otenet.gr, Ping timeout: 244 seconds)
18:54kjackal has joined IRC (kjackal!~quassel@2a02:587:3111:6500:96d:3bb7:6ac1:b473)
19:02quinox has joined IRC (quinox!~quinox@ghost.qtea.nl)
19:02
<quinox>
moi
19:11statler has left IRC (statler!~Georg@gwrz.lohn24.de, Remote host closed the connection)
19:19
<mwalters>
vous
19:44kjackal has left IRC (kjackal!~quassel@2a02:587:3111:6500:96d:3bb7:6ac1:b473, Remote host closed the connection)
19:45kjackal has joined IRC (kjackal!~quassel@2a02:587:3111:6500:96d:3bb7:6ac1:b473)
20:13adrianor1 has joined IRC (adrianor1!~adrianorg@177.18.175.73)
20:16adrianorg has left IRC (adrianorg!~adrianorg@179.177.212.44.dynamic.adsl.gvt.net.br, Ping timeout: 252 seconds)
20:20
<ogra>
toi?
21:15spaced0ut has left IRC (spaced0ut!~spaced0ut@unaffiliated/spaced0ut, Quit: Leaving)
21:15adrianorg has joined IRC (adrianorg!~adrianorg@191.32.103.89)
21:17adrianor1 has left IRC (adrianor1!~adrianorg@177.18.175.73, Ping timeout: 246 seconds)
21:24
<Hyperbyte>
non
21:27ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Remote host closed the connection)
21:40kjackal has left IRC (kjackal!~quassel@2a02:587:3111:6500:96d:3bb7:6ac1:b473, Ping timeout: 258 seconds)