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


Channel log from 12 November 2020   (all times are UTC)

01:18woernie has joined IRC (woernie!~werner@p5ddec4e7.dip0.t-ipconnect.de)
01:23woernie has left IRC (woernie!~werner@p5ddec4e7.dip0.t-ipconnect.de, Ping timeout: 256 seconds)
01:24woernie has joined IRC (woernie!~werner@p578bb7b6.dip0.t-ipconnect.de)
02:52woernie has left IRC (woernie!~werner@p578bb7b6.dip0.t-ipconnect.de, Ping timeout: 260 seconds)
02:52woernie has joined IRC (woernie!~werner@p5ddec4e7.dip0.t-ipconnect.de)
06:53woernie has left IRC (woernie!~werner@p5ddec4e7.dip0.t-ipconnect.de, Ping timeout: 260 seconds)
08:06Aison has joined IRC (Aison!~Asion0@2a02:168:200f:110:1dfa:baf4:9142:6399)
08:09woernie has joined IRC (woernie!~werner@p50867e5b.dip0.t-ipconnect.de)
08:15woernie has left IRC (woernie!~werner@p50867e5b.dip0.t-ipconnect.de, Ping timeout: 240 seconds)
08:15woernie has joined IRC (woernie!~werner@p578bb7b6.dip0.t-ipconnect.de)
08:46sutula has left IRC (sutula!~sutula@184.97.27.200, Ping timeout: 246 seconds)
08:49sutula has joined IRC (sutula!~sutula@184.97.27.200)
09:02jgee has left IRC (jgee!~jgee@190.159.118.121, Ping timeout: 260 seconds)
09:15jgee has joined IRC (jgee!~jgee@190.159.118.121)
10:51jgee has left IRC (jgee!~jgee@190.159.118.121, Ping timeout: 256 seconds)
10:52jgee has joined IRC (jgee!~jgee@190.159.118.121)
12:54petitionynd has left IRC (petitionynd!~Ozell@154.16.169.6, Ping timeout: 240 seconds)
14:13lucascastro has left IRC (lucascastro!~lucascast@177-185-133-227.dynamic.isotelco.net.br, Ping timeout: 265 seconds)
14:25lucascastro has joined IRC (lucascastro!~lucascast@45-167-143-6.netfacil.inf.br)
15:02lucascastro has left IRC (lucascastro!~lucascast@45-167-143-6.netfacil.inf.br, Ping timeout: 264 seconds)
15:38lucascastro has joined IRC (lucascastro!~lucascast@177-185-133-227.dynamic.isotelco.net.br)
15:44woernie has left IRC (woernie!~werner@p578bb7b6.dip0.t-ipconnect.de, Remote host closed the connection)
16:17eu^zibilinsecopl has joined IRC (eu^zibilinsecopl!2e9497ca@mail.linseco.pl)
16:18
<eu^zibilinsecopl>
Hi everyone!
16:28
<alkisg>
Hello
16:29
<eu^zibilinsecopl>
I've started to prepare ldap authentication on ltsp
16:30
sssd configured on serwer + sssd preconfigured in client image
16:31
has anyone working such configuration?
16:32vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc)
16:33
<eu^zibilinsecopl>
I have many servers LTSP5 working with LDAP and need to prepare working it in new LTSP
16:34
btw: big thanks for huge work on new LTSP, it's great !
16:37gvy has left IRC (gvy!~mike@altlinux/developer/mike, Remote host closed the connection)
16:44eu^zibilinsecopl is now known as zibi
16:58RaphGro has left IRC (RaphGro!~raphgro@fedora/raphgro, Quit: Please remember your own message. It'll be read as soon as possible.)
16:59woernie has joined IRC (woernie!~werner@p5ddec4e7.dip0.t-ipconnect.de)
17:34
<alkisg>
zibi: I think some people have working ldap, google for ldap site:github.com/ltsp
17:56
When funding is found, we'll add official support for ldap, ad or sssd...
18:03
<zibi>
Now I can login on client with LDAP credentials, without emting 54-pam.sh, but need to mount homedir by sshfs yet
18:07
<alkisg>
I think a few code lines would need to be changed in order to use sshfs with ldap on the client
18:08woernie has left IRC (woernie!~werner@p5ddec4e7.dip0.t-ipconnect.de, Ping timeout: 246 seconds)
18:08
<zibi>
hope so :)
18:08
<alkisg>
If you have it working with nfs home, then it shouldn't be very hard :)
18:09
<zibi>
I think sshfs is more secure, so it's better solution for me
18:10
<alkisg>
Sure
18:11
<zibi>
Using sssd is common for LDAP and AD so I thing is proper way
18:11
<alkisg>
I don't think the exact pam module will matter, it will just mean that the user isn't local
18:12
so "authenticate without searching for the user in /etc/passwd"
18:12
<zibi>
but need to configure it on client image
18:13
right
18:15
Do you use swap over NBD? I think it's necessary to have swap on clients
18:22
<alkisg>
This has numerous problems, it's best to have local swap, e.g. in usb stick or local disk
18:22
This is used automatically
18:33
<quinox>
(I give my clients 8GB to 32GB of ram and run them without swap)
18:39lucascastro has left IRC (lucascastro!~lucascast@177-185-133-227.dynamic.isotelco.net.br, Remote host closed the connection)
18:39
<alkisg>
When a client needs to use swap, it saturates the network and the server cpu so much, that it affects ALL other clients
18:40
<zibi>
yes, it can slow down all clients
18:40
<alkisg>
Maybe this will get better in the future with systemd oomd, we'll see; currently it's a bad idea
18:40
We did use that in ltsp5, and it caused so many problems that I didn't want to reimplement it as is
18:41
So now I'm just using local swap in schools that need it
18:41lucascastro has joined IRC (lucascastro!~lucascast@177-185-133-227.dynamic.isotelco.net.br)
18:41
<alkisg>
You can very easily enable swap in ltsp20, it just needs an nfs-rw directory and mkswap/swapon commands in POST_INIT_x
18:42
E.g . /srv/ltsp/swap/$MAC_ADDRESS.swap
18:43
<zibi>
I have such situation of slow down all clients in LTSP5 when some of them open an application with hard working graphics
18:43lucascastro has left IRC (lucascastro!~lucascast@177-185-133-227.dynamic.isotelco.net.br, Remote host closed the connection)
18:44lucascastro has joined IRC (lucascastro!~lucascast@177-185-133-227.dynamic.isotelco.net.br)
18:58vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving)
19:15woernie has joined IRC (woernie!~werner@p5ddec4e7.dip0.t-ipconnect.de)
19:15vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc)
22:18zibi has left IRC (zibi!2e9497ca@mail.linseco.pl, Remote host closed the connection)
22:33woernie has left IRC (woernie!~werner@p5ddec4e7.dip0.t-ipconnect.de, Ping timeout: 260 seconds)
22:59Aison has left IRC (Aison!~Asion0@2a02:168:200f:110:1dfa:baf4:9142:6399, Ping timeout: 272 seconds)