02:18 | https_GK1wmSU has joined IRC (https_GK1wmSU!~deep-book@77.234.42.183) | |
02:20 | https_GK1wmSU has left IRC (https_GK1wmSU!~deep-book@77.234.42.183) | |
02:27 | lucascastro has joined IRC (lucascastro!~lucas@186.227.186.18) | |
03:18 | lucascastro has left IRC (lucascastro!~lucas@186.227.186.18, Remote host closed the connection) | |
04:18 | vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc) | |
04:27 | vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Ping timeout: 240 seconds) | |
05:03 | Statler has joined IRC (Statler!~Georg@p579FEE12.dip0.t-ipconnect.de) | |
05:24 | Statler has left IRC (Statler!~Georg@p579FEE12.dip0.t-ipconnect.de, Remote host closed the connection) | |
05:25 | Statler has joined IRC (Statler!~Georg@p579FEE12.dip0.t-ipconnect.de) | |
05:54 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
06:30 | kjackal_ has left IRC (kjackal_!~quassel@2a02:587:3102:7900:6443:4d4e:99ee:e948, Ping timeout: 240 seconds) | |
06:30 | mikkel has joined IRC (mikkel!~mikkel@mail.dlvs.dk) | |
06:41 | <Trendzetter> @£Hyperbyte: I managed to set the wake-on-lan settings on the network interface and it's working now for some types of my handware. If I modify the added rc script to get the name of the primary network interface I should be able to set the flags on the other types of handware.
| |
06:58 | kjackal_ has joined IRC (kjackal_!~quassel@185.156.60.18) | |
07:04 | <Hyperbyte> Trendzetter, so you want to know how to read the name of the primary network interface into a variable in a bash script.
| |
07:05 | That question however is not LTSP related. Plus I'm sure Google can help you with that.
| |
07:05 | If not, seek general Ubuntu support or even bash scripting support channels.
| |
07:05 | <Trendzetter> if you have decent function ready I would use it but it's not a question
| |
07:05 | <Hyperbyte> I don't.
| |
07:05 | <Trendzetter> just wanted to let you know that I am making progress
| |
07:06 | almost there :D
| |
07:50 | wim1 has joined IRC (wim1!~Thunderbi@WEGC33.UNI-GRAZ.AT) | |
08:00 | alkisg_android has joined IRC (alkisg_android!~yaaic@206.167.44.157) | |
08:01 | <alkisg_android> Trendzetter: epoptes automatically enables wol for clients, are you using epoptes?
| |
08:01 | <Trendzetter> it didn't work, I am willing to look into it if you want debugging info
| |
08:02 | <alkisg_android> Also, if you're using mate, it blocks wol, and you need to uninstall tlp to unblock it
| |
08:02 | <Trendzetter> I just configured tlp
| |
08:02 | to allow wol
| |
08:02 | <alkisg_android> did you disable tlp?
| |
08:02 | ok
| |
08:02 | <Trendzetter> there are some settings in /etc/default/tlp
| |
08:02 | <alkisg_android> distro/version?
| |
08:03 | <Trendzetter> the clients are ubuntu 16.04.2
| |
08:03 | the server is debian 8
| |
08:03 | <alkisg_android> ok, boot a client, open a root shell from epoptes, and check the output of ethtool
| |
08:04 | <Trendzetter> epoptes is all on 0.5.10 I think
| |
08:04 | <alkisg_android> is wol enabled there?
| |
08:05 | <al-geo> somebody give me please link to tutorial to how to make debian fat clients on ubuntu 16.04 server
| |
08:07 | <alkisg_android> make a chroot in a debian server and copy it to the ubuntu server
| |
08:07 | <al-geo> or good tutorial how to make ltsp-server with dnsmasq on debian
| |
08:08 | Statler has left IRC (Statler!~Georg@p579FEE12.dip0.t-ipconnect.de, Remote host closed the connection) | |
08:08 | <alkisg_android> i dont think there's a tutorial on how to do it from ubuntu, you'd need a weird ltsp-build-client command with VENDOR=Ubuntu etc
| |
08:09 | google for debian ltsp-pnp for that
| |
08:10 | https://wiki.debian.org/LTSP/Howto
| |
08:10 | <al-geo> yes but ltsp-pnp with fat client is not possible write?
| |
08:10 | <alkisg_android> of course it is
| |
08:10 | fat clients are why ltsp-pnp exists
| |
08:11 | <al-geo> ? ltsp-update-image --cleanup / makes fat clients?
| |
08:11 | <alkisg_android> yes
| |
08:12 | <al-geo> ok thanks. earlier i try this tutor but failed. i will try again
| |
08:12 | <alkisg_android> ok
| |
08:19 | <Trendzetter> @alkisg: I think the issue with my epoptes server now is that it does not have a decent network interface. This esxi virtual hardware and driver does not support sending wol packets. When I do "ethtool -s eth0 wol g" as root it says "operation not supported.". I had this issue with an other vm too where I am trying to send the wol packet. I needed to replace the virtual network interface with vmxnet3 instead of E1000.
| |
08:20 | <alkisg_android> you dont need to enable wol on the server
| |
08:21 | run ethtool via epoptes open terminal feature on the client, not on the serber
| |
08:23 | <Trendzetter> i did and since I run an rc script that does ethtool -s <INTERFACE NAME> wol g the clients can wake up when sending a packet from a machine that has a decent network interface and has the "supports wake on" setting set to letter g instead of d.
| |
08:24 | the clients now have wake on: g when I run ethtool
| |
08:24 | <alkisg_android> epoptes and tlp have such scripts too, so delete your script
| |
08:24 | <Trendzetter> I tried and it didn't work
| |
08:25 | <alkisg_android> we need to see if you properly disabled tlp, otherwise it disables wol on shutdown
| |
08:25 | if it didnt work then you didnt disable tlp properly
| |
08:26 | RM_SYSTEM_SERVICES=tlp in lts.conf
| |
08:27 | <Trendzetter> ok. I will try this and disable the script. I first need to finish a few things. I will send an update later on today.
| |
08:28 | <alkisg_android> np
| |
08:39 | Statler has joined IRC (Statler!~Georg@p579FE8E0.dip0.t-ipconnect.de) | |
08:39 | alkisg_android has left IRC (alkisg_android!~yaaic@206.167.44.157, Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org) | |
09:03 | kjackal_ has left IRC (kjackal_!~quassel@185.156.60.18, Ping timeout: 260 seconds) | |
09:32 | gvy has joined IRC (gvy!~mike@altlinux/developer/mike) | |
09:35 | GodFather has left IRC (GodFather!~rcc@47.33.250.142, Ping timeout: 260 seconds) | |
09:37 | GodFather has joined IRC (GodFather!~rcc@47.33.250.142) | |
09:39 | <Trendzetter> I can confirm that disabling tlp sets the "wake on" to letter g instead of d (so WOL is working now) on the client network interfaces. Do I risk higher power consumption as a result or any other downsides to this approach?
| |
09:40 | GodFather_ has joined IRC (GodFather_!~rcc@47.33.250.142) | |
09:43 | kjackal_ has joined IRC (kjackal_!~quassel@2a02:587:3102:7900:6443:4d4e:99ee:e948) | |
09:46 | kjackal_ has left IRC (kjackal_!~quassel@2a02:587:3102:7900:6443:4d4e:99ee:e948, Remote host closed the connection) | |
09:57 | <Trendzetter> the clients are now booting nicely on WOL command but epoptes can't wake them because the clients are in a different subnet. I can set the bios to allow wake from LAN/WAN but then I have to make sure that epoptes knows how to send the magic packet to the right subnet.
| |
09:58 | I will first check if wol is allowed from lan and wan on all the test clients
| |
10:03 | adrianorg has left IRC (adrianorg!~adrianorg@179.177.208.248.dynamic.adsl.gvt.net.br, Ping timeout: 248 seconds) | |
10:05 | adrianorg has joined IRC (adrianorg!~adrianorg@179.177.208.248) | |
10:19 | markus_e92 has left IRC (markus_e92!~markus_e9@62-46-98-174.adsl.highway.telekom.at, Ping timeout: 255 seconds) | |
10:21 | markus_e92 has joined IRC (markus_e92!~markus_e9@91-115-22-181.adsl.highway.telekom.at) | |
10:26 | <Trendzetter> if I want to use epoptes gui to wake the client I need to get up a forwarding of magic packets from 1 subnet to another. I am still figuring this out
| |
10:50 | would it be doable to configure epoptes gui to take into account forwarding of magic packets for wol to a specific router? I am now figuring out which of my routers support forwarding of wol. The tp-link I have in every location doesn't allow forwarding to a broadcast address ...
| |
10:51 | maybe the old dlink gateways would do but I am not using those in all locations
| |
10:52 | gvy has left IRC (gvy!~mike@altlinux/developer/mike, Read error: Connection reset by peer) | |
10:53 | <Trendzetter> off for a quick lunch
| |
10:58 | gvy has joined IRC (gvy!~mike@altlinux/developer/mike) | |
11:40 | lucascastro has joined IRC (lucascastro!~lucas@186.227.186.18) | |
11:41 | vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc) | |
11:47 | GodFather_ has left IRC (GodFather_!~rcc@47.33.250.142, Ping timeout: 240 seconds) | |
11:47 | GodFather has left IRC (GodFather!~rcc@47.33.250.142, Ping timeout: 260 seconds) | |
11:56 | vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Ping timeout: 260 seconds) | |
12:23 | al-geo has left IRC (al-geo!5be2b379@gateway/web/freenode/ip.91.226.179.121, Ping timeout: 260 seconds) | |
12:26 | Trendzetter has left IRC (Trendzetter!~trendzett@mail.sbat.be, Read error: Connection reset by peer) | |
12:31 | vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc) | |
12:32 | Trendzetter has joined IRC (Trendzetter!~trendzett@mail.sbat.be) | |
12:38 | <Trendzetter> another update: I can now wake my test clients using the ltsp server as router to forward the magic packets from the wan to the lan. If I can set the router ip for each client it should be possible to send WOL directly from the epoptes gui
| |
12:40 | I will now try to install dell command configure in the image to tune the bios remotely on all clients.
| |
12:49 | vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving) | |
12:53 | <Trendzetter> even better would be if I could set a router ip for each group
| |
13:02 | alexxtasi[m] has left IRC (alexxtasi[m]!alexxtasim@gateway/shell/matrix.org/x-jqqfzjwvghmxodks, Ping timeout: 240 seconds) | |
13:14 | <Trendzetter> @alkisg: To run dell command configure (enterprise management tools) I would need to run a 64bit version of ubuntu16.04. Any suggestions on how to migrate the quickest from the exact same setup 32bit? Since the time we started using ltsp some of the oldest clients have been discontinued and all of them should have 64bit cpu's.
| |
13:31 | wim1 has left IRC (wim1!~Thunderbi@WEGC33.UNI-GRAZ.AT, Quit: wim1) | |
13:34 | <Trendzetter> i am downloading the image now, I guess doing a new setup will be necessary. Then I will have to copy some files from /home and /etc. Not sure how to mirror the software selection.
| |
13:42 | alexxtasi[m] has joined IRC (alexxtasi[m]!alexxtasim@gateway/shell/matrix.org/x-gumbqemzamoqujvf) | |
13:48 | mikkel has left IRC (mikkel!~mikkel@mail.dlvs.dk, Quit: Leaving) | |
13:53 | ben_roose has joined IRC (ben_roose!~roose@roose.cs.wichita.edu) | |
14:47 | <Trendzetter> ok. i have the softwarelist mirrored. Now lts config and dnsmasq. will be for after tomorrow because tomorrow I have other duties
| |
14:49 | vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc) | |
15:12 | Trendzetter has left IRC (Trendzetter!~trendzett@mail.sbat.be, Ping timeout: 248 seconds) | |
16:48 | markus_e92 has left IRC (markus_e92!~markus_e9@91-115-22-181.adsl.highway.telekom.at, Ping timeout: 246 seconds) | |
16:51 | markus_e92 has joined IRC (markus_e92!~markus_e9@91-115-18-51.adsl.highway.telekom.at) | |
16:58 | gvy has left IRC (gvy!~mike@altlinux/developer/mike, Quit: Leaving) | |
17:07 | vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Ping timeout: 268 seconds) | |
17:20 | lucascastro has left IRC (lucascastro!~lucas@186.227.186.18, Remote host closed the connection) | |
17:55 | lucascastro has joined IRC (lucascastro!~lucas@186.227.185.10) | |
18:04 | kjackal_ has joined IRC (kjackal_!~quassel@2a02:587:3102:7900:6443:4d4e:99ee:e948) | |
18:29 | vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc) | |
18:34 | gp_alt has left IRC (gp_alt!~gp@96.71.93.13, Quit: Leaving) | |
18:36 | adrianorg has left IRC (adrianorg!~adrianorg@179.177.208.248, Ping timeout: 246 seconds) | |
18:36 | adrianorg has joined IRC (adrianorg!~adrianorg@179.177.208.248.dynamic.adsl.gvt.net.br) | |
18:38 | markus_e92 has left IRC (markus_e92!~markus_e9@91-115-18-51.adsl.highway.telekom.at, Ping timeout: 248 seconds) | |
18:41 | Statler has left IRC (Statler!~Georg@p579FE8E0.dip0.t-ipconnect.de, Remote host closed the connection) | |
18:43 | markus_e92 has joined IRC (markus_e92!~markus_e9@91-115-18-51.adsl.highway.telekom.at) | |
19:35 | GodFather has joined IRC (GodFather!~rcc@47.33.250.142) | |
19:35 | GodFather_ has joined IRC (GodFather_!~rcc@47.33.250.142) | |
20:05 | lucascastro has left IRC (lucascastro!~lucas@186.227.185.10, Remote host closed the connection) | |
21:19 | vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving) | |
21:29 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
21:36 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
21:41 | adrianor1 has joined IRC (adrianor1!~adrianorg@191.32.99.172) | |
21:45 | adrianorg has left IRC (adrianorg!~adrianorg@179.177.208.248.dynamic.adsl.gvt.net.br, Ping timeout: 255 seconds) | |
21:48 | GodFather has left IRC (GodFather!~rcc@47.33.250.142, Ping timeout: 260 seconds) | |
21:48 | GodFather_ has left IRC (GodFather_!~rcc@47.33.250.142, Ping timeout: 240 seconds) | |
21:53 | GodFather has joined IRC (GodFather!~rcc@47.33.250.142) | |
21:53 | GodFather_ has joined IRC (GodFather_!~rcc@47.33.250.142) | |
21:54 | lucascastro has joined IRC (lucascastro!~lucas@186.249.211.140) | |
22:18 | lucascastro has left IRC (lucascastro!~lucas@186.249.211.140, Remote host closed the connection) | |
22:21 | ben_roose has left IRC (ben_roose!~roose@roose.cs.wichita.edu, Remote host closed the connection) | |
22:48 | Freejack has left IRC (Freejack!~quassel@unaffiliated/freejack, Ping timeout: 276 seconds) | |
22:53 | Freejack has joined IRC (Freejack!~quassel@unaffiliated/freejack) | |
23:04 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.) | |
23:05 | GodFather_ has left IRC (GodFather_!~rcc@47.33.250.142, Quit: Ex-Chat) | |
23:05 | GodFather_ has joined IRC (GodFather_!~rcc@47.33.250.142) | |