00:08 | vagrantc has joined IRC (vagrantc!~vagrant@2600:3c01:e000:21:7:77:0:20) | |
00:54 | vagrantc has left IRC (vagrantc!~vagrant@2600:3c01:e000:21:7:77:0:20, Ping timeout: 264 seconds) | |
05:36 | vagrantc has joined IRC (vagrantc!~vagrant@2600:3c01:e000:21:7:77:0:20) | |
05:37 | Vercas has left IRC (Vercas!~Vercas@gateway/tor-sasl/vercas, Remote host closed the connection) | |
05:37 | Vercas has joined IRC (Vercas!~Vercas@gateway/tor-sasl/vercas) | |
06:31 | vagrantc has left IRC (vagrantc!~vagrant@2600:3c01:e000:21:7:77:0:20, Quit: leaving) | |
07:34 | Vercas has left IRC (Vercas!~Vercas@gateway/tor-sasl/vercas, Quit: Ping timeout (120 seconds)) | |
07:34 | Vercas has joined IRC (Vercas!~Vercas@gateway/tor-sasl/vercas) | |
07:44 | wyre is back | |
08:10 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
08:30 | woernie has left IRC (woernie!~werner@p5ddec58c.dip0.t-ipconnect.de, Remote host closed the connection) | |
08:53 | Vercas has left IRC (Vercas!~Vercas@gateway/tor-sasl/vercas, Quit: Ping timeout (120 seconds)) | |
08:53 | Vercas has joined IRC (Vercas!~Vercas@gateway/tor-sasl/vercas) | |
09:24 | wyre is now away: Auto away at Thu Mar 2 09:24:15 2023 UTC | |
09:26 | wyre is back | |
10:01 | Vercas has left IRC (Vercas!~Vercas@gateway/tor-sasl/vercas, Remote host closed the connection) | |
10:02 | Vercas has joined IRC (Vercas!~Vercas@gateway/tor-sasl/vercas) | |
10:22 | Vercas has left IRC (Vercas!~Vercas@gateway/tor-sasl/vercas, Remote host closed the connection) | |
10:22 | Vercas has joined IRC (Vercas!~Vercas@gateway/tor-sasl/vercas) | |
10:55 | alkisg_irc has left IRC (alkisg_irc!~Thunderbi@srv1-dide.ioa.sch.gr, Quit: alkisg_irc) | |
11:04 | alkisg_irc has joined IRC (alkisg_irc!~Thunderbi@2a02:587:745f:ba00:9ea2:f4ff:feb9:a8b0) | |
11:34 | wyre is now away: Auto away at Thu Mar 2 11:34:02 2023 UTC | |
11:36 | wyre is back | |
12:08 | Vercas1 has joined IRC (Vercas1!~Vercas@gateway/tor-sasl/vercas) | |
12:10 | Vercas has left IRC (Vercas!~Vercas@gateway/tor-sasl/vercas, Remote host closed the connection) | |
12:10 | Vercas1 is now known as Vercas | |
13:03 | wyre is now away: Auto away at Thu Mar 2 13:02:56 2023 UTC | |
13:05 | wyre is back | |
13:07 | ricotz is now away: I'm busy | |
14:39 | woernie has joined IRC (woernie!~werner@p5ddec58c.dip0.t-ipconnect.de) | |
14:59 | Vercas has left IRC (Vercas!~Vercas@gateway/tor-sasl/vercas, Ping timeout: 255 seconds) | |
15:00 | Vercas has joined IRC (Vercas!~Vercas@gateway/tor-sasl/vercas) | |
15:57 | jgee118692253 has left IRC (jgee118692253!~jgee@186.80.49.20, Ping timeout: 252 seconds) | |
16:00 | demetrio21r[m] has left IRC (demetrio21r[m]!~demetrio2@2001:470:69fc:105::3:a7, Quit: You have been kicked for being idle) | |
16:00 | wyre is now away: Auto away at Thu Mar 2 16:00:25 2023 UTC | |
18:16 | mac41 has joined IRC (mac41!~mac@ip-209-124-249-106.eatel.net) | |
18:23 | <mac41> alkisg: Hi, the issue with the onlogic cl250, "pxe-e21: remote boot cancelled" error, these pc's do not support legacy pxe boot. So i tried to run a tftp server in docker and in dhcp server config added (option 66 and 67) pointing to ipxe image and it boots with no errors, what do i need to change in the ltsp to make it work?
| |
18:38 | vagrantc has joined IRC (vagrantc!~vagrant@2600:3c01:e000:21:7:77:0:40) | |
18:53 | <vsuojanen[m]> I don't remember If you already tried it but you could try search from ipxe.org how to install the ipxe on local disk or USB and If it's successfull way to run pxe boot then omit The onboard Ethernet pxe booting. The ipxe is stored in local disk or USB. Just try If no other solution found
| |
19:06 | <mac41> vsuojanen[m]: If i do that, will i be to boot from the ltsp server image?
| |
19:11 | <alkisg> mac41: not sure what you mean, if you used options 66, 67 etc, aren't you using a normal pxe boot?
| |
19:11 | <vsuojanen[m]> i think it's possible to build a local boot ipxe that installed and written e.x. on USB stick, then PC boot from The local disk and chainload script runs The pxe Calle to network
| |
19:11 | <alkisg> I think what you're saying is "my clients have a faulty pxe implementation and I found a workaround"; the solution is to pinpoint the workaround and to migrate it from isc-dhcp to dnsmasq
| |
19:12 | E.g. maybe it's just that they don't like the tftp server of dnsmasq, and they prefer tftpd-hpa
| |
19:15 | <vsuojanen[m]> mac41: yes your ltsp server stays in the network as is
| |
19:16 | <mac41> alkisg: I used option 66 and 67 in a normal pxe boot to test if the clients could really do pxe boot because i cant get them to boot from my ltsp server pxe, that's what i mean. How can i get the to work for my ltsp server? If I migrate from dnsmasq to isc-dhcp will ltsp still work or should i say how do i configure ltsp to use isc-dhcp instead of
| |
19:16 | dnsmasq?
| |
19:17 | vsuojanen[m]: Oh got you.
| |
19:22 | <alkisg> mac41, first try to set the ltsp server ip to 192.168.67.1, where it functions as a real dhcp server, and see if the clients boot
| |
19:22 | If so, they're having issues with proxydhcp
| |
19:23 | Another test would be to replace the tftp part of dnsmasq, with tftpd-hpa
| |
19:23 | While a third test would be with isc-dhcp, https://ltsp.org/guides/isc-dhcp-server/
| |
19:27 | <mac41> alkisg: Alright i will run through these tests and come back if anything. Thanks.
| |
19:28 | <alkisg> 👍
| |
19:29 | <vsuojanen[m]> mac41 good luck
| |
19:30 | <mac41> vsuojanen[m]: Thanks!
| |
20:28 | sunweaver is back | |
20:30 | sunweaver is now away: not here ... | |
20:47 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
21:31 | lcurl has joined IRC (lcurl!~UserNick@115.79.27.26) | |
21:40 | <mac41> !screenshot
| |
21:40 | <ltspbot> screenshot: to upload a screenshot use a site like https://prnt.sc/ or https://snag.gy/ and then paste the URL here
| |
21:44 | <mac41> alkisg: I tried giving the ltsp server the default ip , didn't work. I replaced the tftp to tftpd-hpa part of dnsmasq, that didn't work as well. Then I tried using the isc-dhcp-server with tftpd-hpa and it boots but it gets stuck here. https://prnt.sc/y1lWfkQ_Gz83
| |
21:44 | vsuojanen[m]: https://prnt.sc/y1lWfkQ_Gz83
| |
21:46 | alkisg: isc-dhcp-server with tftp didn't work but worked with tftpd to the point where it got stuck as i have sent in the screenshot.
| |
22:02 | <alkisg> mac41: that means you either didn't run `ltsp ipxe` or you have the wrong ip for "next server" and it's trying the wrong tftp server
| |
22:17 | <mac41> alkisg: I have just run the "ltsp ipxe" and its the same where it gets stuck. where would "next server" ip defined? like in what file.
| |
22:18 | <alkisg> mac41: search for "next-server" in the link I pasted, https://ltsp.org/guides/isc-dhcp-server/
| |
22:29 | Vercas has left IRC (Vercas!~Vercas@gateway/tor-sasl/vercas, Quit: Ping timeout (120 seconds)) | |
22:29 | Vercas has joined IRC (Vercas!~Vercas@gateway/tor-sasl/vercas) | |
22:41 | <mac41> Thanks so much it has worked. I edited the line as this "next-server {IP};" and it worked. Thanks for the help!
| |
22:42 | alkisg:Thanks so much it has worked. I edited the line as this "next-server {IP};" and it worked. Thanks for the help!
| |
23:37 | Vercas has left IRC (Vercas!~Vercas@gateway/tor-sasl/vercas, Remote host closed the connection) | |
23:37 | Vercas has joined IRC (Vercas!~Vercas@gateway/tor-sasl/vercas) | |
23:52 | Vercas8 has joined IRC (Vercas8!~Vercas@gateway/tor-sasl/vercas) | |
23:54 | Vercas has left IRC (Vercas!~Vercas@gateway/tor-sasl/vercas, Ping timeout: 255 seconds) | |
23:54 | Vercas8 is now known as Vercas | |