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


Channel log from 14 January 2020   (all times are UTC)

02:45
<linux_user>
alkisg: hello
03:16
alkisg: you online?
04:17shored1 has joined IRC (shored1!~shored@87-92-122-167.bb.dnainternet.fi)
04:17shored has left IRC (shored!~shored@87-92-122-167.bb.dnainternet.fi, Ping timeout: 265 seconds)
05:36
<alkisg>
linux_user: here; but in general, just ask the question, and me or anyone will answer when they see it
06:00Ark74 has left IRC (Ark74!~Luis@177.238.145.140, Quit: Leaving)
06:01statler has joined IRC (statler!~Georg@p5B30EE2F.dip0.t-ipconnect.de)
06:03woernie has joined IRC (woernie!~werner@p57A0E783.dip0.t-ipconnect.de)
06:07Ark74 has joined IRC (Ark74!~Luis@177.238.145.140)
06:36eu^25015214077re has joined IRC (eu^25015214077re!4d8c98fa@250.152.140.77.rev.sfr.net)
06:37eu^25015214077re has left IRC (eu^25015214077re!4d8c98fa@250.152.140.77.rev.sfr.net)
06:59Ark74 has left IRC (Ark74!~Luis@177.238.145.140, Remote host closed the connection)
07:45kjackal has joined IRC (kjackal!~quassel@o1hf71.static.otenet.gr)
08:39alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.)
08:39alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
08:40alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Client Quit)
08:47alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
09:05
<Talikka>
are there some online courses for LTSP studying? Linux Foundation MOOC?
09:08
<alkisg>
Talikka: most of the ltsp documentation is in ltsp.org and the man pages and wiki linked from there
09:08ENOKITTIES is now known as neomeo
09:09
<alkisg>
LTSP is just a program, I wouldn't expect to find "courses" online about it
09:15
<Talikka>
thanks ... I am still a noob but surrounded by experienced people (right now in Helsinki we are discussing these EU project and business opportunities in Eastern Europe: Linux and refurb ICT and training)
09:16
alkisg does not seem to use LinkedIn even though he has a profile there. We might want to send you and some other European potential colleagues some email.
09:16statler has left IRC (statler!~Georg@p5B30EE2F.dip0.t-ipconnect.de, Remote host closed the connection)
09:17
<alkisg>
Talikka: yeah I have a permanent job, no need for linkedin, and too much spam there. My email is alkisg at gmail if you need it, note though that I'm only interested in sponsored development, not really in bureaucratic things, I avoid those :D
09:43
!tag
09:43
<ltspbot>
tag: devs: before tagging a new ltsp version, remember to have launchpad export translations to the branch: https://translations.launchpad.net/ltsp/ltsp-trunk/+translations-settings
09:44
<alkisg>
!forget tag
09:44
<ltspbot>
The operation succeeded.
09:44
<alkisg>
!learn tag as git tag -s v20.01 -m 'Version 20.01; git push --tags
09:44
<ltspbot>
The operation succeeded.
09:45
<alkisg>
!vagrantc-todo
09:45
<ltspbot>
I do not know about 'vagrantc-todo', but I do know about these similar topics: 'vagrant-todo'
09:45
<alkisg>
!vagrant-todo
09:45
<ltspbot>
vagrant-todo: (#1) awk in 09-hostname, or (#2) arm network boot, or (#3) fix network-manager https://bugs.debian.org/810934
10:08statler has joined IRC (statler!~Georg@gwrz3.lohn24.de)
10:35kjackal has left IRC (kjackal!~quassel@o1hf71.static.otenet.gr, Ping timeout: 265 seconds)
11:15kjackal has joined IRC (kjackal!~quassel@2a02:587:3115:3000:a496:bdf4:7a1d:47f9)
11:46section1 has joined IRC (section1!~section1@178.33.109.106)
12:35
<gvy>
Talikka, I can give you an address of the guy who helped me create ALTSP some ten years ago, he might be available for hire (but it's Kiev and not EU at all)
12:48tarzeau has left IRC (tarzeau!~alex@mail.aiei.ch)
13:41dgroos has joined IRC (dgroos!~dgroos@205.215.175.117)
13:49
<dgroos>
Hi. good-news: The solution of making 8.8.8.8 the only dns server with the command sudo ltsp dnsmasq --dns-server=8.8.8.8 survived the "stress-test" yesterday: not a single time did a student get a message when doing a google search: "DNS_PROBE_FINISHED_NXDOMAIN". However...
13:51
The bad news is that I got a call from the district office towards the end of my 3rd hour telling me that they were getting reports that some computers in the building were booting to Ubuntu (our district only does windows/mac).
13:52
<alkisg>
AFAIK in EU it's against the low to enforce a specific vendor
13:52
*law
13:52
Not sure if this is also true for private schools though
13:53
<dgroos>
:-D I'll tell them that and if they give me a hard time I'll move to EU!
13:54
(I'm at a public school)
13:55
<alkisg>
Also, the test probably means that your district DNS server isn't running very smoothly...
13:55
<dgroos>
It's great however that I'm no longer at that particular school with that particular admin, I've actually got great admin now... so there's no major problem with this mishap.
13:56
However, I'm trying to understand how it happened 1) so I don't do it again and 2) so that I can re-fix my googling problem :)
13:56
<alkisg>
Aaaah now I got what you meant
13:56
So you have a 2-NIC setup, and some PCs in the internet-facing NIC booted as LTSP clients
13:57
To avoid that, you run: sudo ltsp dnsmasq -p0
13:57
<dgroos>
exactly
13:57
<alkisg>
...which means "no proxy"
13:57
You can also set it in ltsp.conf so that you don't forget it
13:58
<dgroos>
cool, and I do that following the sudo ltsp dnsmasq --dns-server=8.8.8.8 ?
13:58
<alkisg>
No, because it would generate ANOTHER dnsmasq.conf, overwriting the previous one
13:58
You need to combine the commands
13:58
ltsp dnsmasq --dns-server=8.8.8.8 -p0
13:59
Just put this in ltsp.conf:
13:59
[server]
13:59
PROXY_DHCP=0
13:59
Then you don't need to worry about it anymore
13:59
<dgroos>
OK! And I'll change the ltsp.conf, too. THANKS again Alkis!
14:00zerkalo has left IRC (zerkalo!myricae@de1.hashbang.sh, Ping timeout: 248 seconds)
14:00
<alkisg>
Which means that you won't need -p0 anymore
14:00
It'll be the default then
14:00
np, have fun
14:03
<dgroos>
No need to re-run ltsp image / [ipxe] etc?
14:03
<alkisg>
No
14:03
<dgroos>
yes to fun!
14:03
OK have a great afternoon :D
14:04
<alkisg>
Good morning to you too! :)
14:04
<dgroos>
:)
14:38dgroos has left IRC (dgroos!~dgroos@205.215.175.117, Quit: Leaving)
15:45GodFather has joined IRC (GodFather!~rcc@wsip-66-210-242-210.ph.ph.cox.net)
16:29kjackal_v2 has joined IRC (kjackal_v2!~quassel@2a02:587:3115:3000:1d42:42cc:35fe:a046)
16:32kjackal has left IRC (kjackal!~quassel@2a02:587:3115:3000:a496:bdf4:7a1d:47f9, Ping timeout: 260 seconds)
17:16kjackal_v2 has left IRC (kjackal_v2!~quassel@2a02:587:3115:3000:1d42:42cc:35fe:a046, Ping timeout: 272 seconds)
17:19gdi2k has joined IRC (gdi2k!~gdi2k@185.69.145.85)
17:34kjackal has joined IRC (kjackal!~quassel@2a02:587:3115:3000:1d42:42cc:35fe:a046)
18:04dgroos has joined IRC (dgroos!~dgroos@205.215.175.117)
18:05gdi2k has left IRC (gdi2k!~gdi2k@185.69.145.85, Ping timeout: 268 seconds)
18:09shored1 has left IRC (shored1!~shored@87-92-122-167.bb.dnainternet.fi, Read error: Connection reset by peer)
18:10shored has joined IRC (shored!~shored@87-92-122-167.bb.dnainternet.fi)
18:12Ark74 has joined IRC (Ark74!~Luis@177.238.145.140)
18:21statler has left IRC (statler!~Georg@gwrz3.lohn24.de, Remote host closed the connection)
18:26gdi2k has joined IRC (gdi2k!~gdi2k@host5-81-66-169.range5-81.btcentralplus.com)
18:49
<dgroos>
Hi @alkisg
18:49* alkisg waves
18:49
<dgroos>
:-)
18:50
I thought that the problem with google searches not working was solved by changing the dns server of the clients to 8.8.8.8
18:50
but find that it still is happening.
18:51
so looks like the what actually helped yesterday was that it was working as a proxy server.
18:52
<alkisg>
Nah this doesn't make sense. I'll finish writing an email and I may help in 5-10 minutes, if you want
18:52
<dgroos>
In other words, I had no problems when my machine was handing out images to the WAN but when I restricted that, the problem returned.
18:52
Thanks, I do!
18:58section1 has left IRC (section1!~section1@178.33.109.106, Quit: Leaving)
19:04
<alkisg>
dgroos: ready
19:04
!vnc-edide
19:04
<ltspbot>
vnc-edide: To share your screen with me, open Epoptes → Help menu → Remote support → Host: srv1-dide.ioa.sch.gr, and click the Connect button
19:19
<dgroos>
@alkisg, so sorry, colleagues walked into the room and we had to talk about something
19:19
np if no time now
19:19
<alkisg>
dgroos: vnc
19:21
dgroos: so, the clients have dns = 10.x
19:21
Is this the desired result?
19:22
<dgroos>
but... I did the 8.8.8.8 command...
19:23
<alkisg>
That one was done a dgroos, with no rights
19:23
It probably answered "need root" or something...
19:23
And that one had no dns, so it used the autodetected one
19:23
Let's do it properly
19:24
<uumas>
(should probably recommend 1.1.1.1 over 8.8.8.8)
19:25
<alkisg>
dgroos: it's ready now, I put them in ltsp.conf so that they always take effect
19:25
<dgroos>
ok!
19:25
thanks!!
19:25
<alkisg>
Clients need to be rebooted to test
19:25
np
19:25
<dgroos>
ok
19:25
And just checking... it won't boot to WAN?
19:26
(I mean, WAN won't pick up the image?
19:26
<alkisg>
Nope, I put PROXY_DHCP=0 in ltsp.conf
19:26
So it won't ever do that again :)
19:27
<dgroos>
:-D!!!
19:27
OK, now to work w/students in front of me :-)
19:27
<alkisg>
Remember to reboot clients :)
19:27
Cheers
19:28
<dgroos>
right now!
19:50shored has left IRC (shored!~shored@87-92-122-167.bb.dnainternet.fi, Read error: Connection reset by peer)
19:50shored has joined IRC (shored!~shored@87-92-122-167.bb.dnainternet.fi)
21:16woernie has left IRC (woernie!~werner@p57A0E783.dip0.t-ipconnect.de, Remote host closed the connection)
21:20gdi2k has left IRC (gdi2k!~gdi2k@host5-81-66-169.range5-81.btcentralplus.com, Quit: Leaving)
21:47kjackal has left IRC (kjackal!~quassel@2a02:587:3115:3000:1d42:42cc:35fe:a046, Ping timeout: 272 seconds)
22:10bcg has left IRC (bcg!~b@82-128-252-195.bb.dnainternet.fi, Ping timeout: 268 seconds)
22:43bcg has joined IRC (bcg!~b@82-128-252-195.bb.dnainternet.fi)
23:20dgroos has left IRC (dgroos!~dgroos@205.215.175.117, Quit: Leaving)
23:43jgee has joined IRC (jgee!~jgee@190.159.118.121)
23:49
<jgee>
In the new ltsp.conf, where can I add Xserver options? (what used to be X_OPTIONS_01), I need "NoAccel" for some clients