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


Channel log from 22 August 2020   (all times are UTC)

00:41DisturbedDragon has joined IRC (DisturbedDragon!ac7d05dc@172-125-5-220.lightspeed.rcsntx.sbcglobal.net)
01:05DisturbedDragon has left IRC (DisturbedDragon!ac7d05dc@172-125-5-220.lightspeed.rcsntx.sbcglobal.net, Remote host closed the connection)
02:40mmarconm has joined IRC (mmarconm!~mmarconm@unaffiliated/mmarconm)
02:47mmarconm has left IRC (mmarconm!~mmarconm@unaffiliated/mmarconm, Quit: Leaving)
10:05woernie has left IRC (woernie!~werner@pd9e8ba5b.dip0.t-ipconnect.de, Remote host closed the connection)
10:05woernie has joined IRC (woernie!~werner@pd9e8ba5b.dip0.t-ipconnect.de)
11:58jeremy3811 has joined IRC (jeremy3811!~jeremy381@123.252.244.230)
12:09jeremy3811 has left IRC (jeremy3811!~jeremy381@123.252.244.230, Quit: Leaving)
13:54nwrox has joined IRC (nwrox!b3b318c8@179.179.24.200)
13:54
<nwrox>
hello everyone
13:55nwrox has left IRC (nwrox!b3b318c8@179.179.24.200, Remote host closed the connection)
13:56nwrox has joined IRC (nwrox!b3b318c8@179.179.24.200)
14:14
<alkisg>
Hello nwrox
14:57nwrox has left IRC (nwrox!b3b318c8@179.179.24.200, Ping timeout: 245 seconds)
19:06shored has left IRC (shored!~shored@87-100-202-16.bb.dnainternet.fi, Ping timeout: 265 seconds)
19:08shored has joined IRC (shored!~shored@87-100-202-16.bb.dnainternet.fi)
19:29vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc)
20:07
<quinox>
saluton
20:07* vagrantc waves
20:10adrianor1 has joined IRC (adrianor1!~adrianorg@187.115.106.146)
20:14adrianorg has left IRC (adrianorg!~adrianorg@187.58.154.82, Ping timeout: 272 seconds)
20:18nwrox has joined IRC (nwrox!b3b5e759@179.181.231.89)
20:22
<nwrox>
hello everyone, i'm trying to setup a ltsp server in my network, but i'm getting tftp timeout, there's a way to troubleshoot this?
20:28
<quinox>
the IP that shows up on the screen should match your LTSP server
20:30
with the latest LTSP dnsmasq takes care of the TFTP part, so `journalctl -u dnsmasq.service` should be informative
20:31
tftp works on port 69 UDP, so `netstat -lpn | grep :69` should show dnsmasq listening
20:32
you can also connect to the tftp service using a tftp client
20:34
<nwrox>
yeah, tried first in a diskless vm, now i'm trying the client
20:47
the ufw was installed in the server, removed it and got boot, but i'm didnt like the result
20:50
i used a vm image pre configured with openbox, autologin & kiosk chromium, but the booted image is asking for login, the pre configured user is gone, there's a way to keep the boot image as is in the vm?
20:53
<quinox>
you want to disable login-over-ssh then I suppose?
20:54
<nwrox>
sorry i'm new to this, how does this work?
20:54
<quinox>
by default it will test a login over SSH against the server
20:55
since you're talking about autologin and kiosk I suppose you don't fancy that
20:55
https://github.com/ltsp/community/issues/60#issuecomment-555820881
20:55
the 'OMIT_FUNCTIONS="remove_users pam_main"' is implemented as described