03:25 | quinox has left IRC (quinox!~quinox@ghost.qtea.nl, Quit: :wq) | |
03:26 | quinox has joined IRC (quinox!~quinox@ghost.qtea.nl) | |
04:39 | vsuojanen has left IRC (vsuojanen!~valtteri@83-136-248-31.uk-lon1.host.upcloud.com, Remote host closed the connection) | |
04:50 | vsuojanen has joined IRC (vsuojanen!~valtteri@83-136-248-31.uk-lon1.host.upcloud.com) | |
05:10 | gp has joined IRC (gp!cc5d7475@gateway/web/freenode/ip.204.93.116.117) | |
05:11 | gp is now known as Guest62834 | |
05:11 | <Guest62834> hi there -- running Ubuntu Mate LTSP server; looking for help on fat client /etc/hosts
| |
05:12 | i see by design that it gets overwritten at boot time, but i would like a handful of entries for local server resources
| |
05:13 | Guest62834 is now known as gatorparrots | |
05:14 | <gatorparrots> i saw one listserv message indicating that in lts.conf, there is an undocumented option for HOST_XX entries for this purpose
| |
05:18 | Freejack has left IRC (Freejack!~Freejack@unaffiliated/freejack, Ping timeout: 256 seconds) | |
05:22 | Freejack has joined IRC (Freejack!~Freejack@unaffiliated/freejack) | |
05:26 | <gatorparrots> thus far tried setting those entries in lts.conf
| |
05:26 | and an rc.local script that echoes entries into /etc/hosts
| |
06:13 | should i look toward installing dnsmasq for local dns? it's really only for a single hosts entry, but 2-3 more would be nice to have
| |
06:14 | Statler has joined IRC (Statler!~Georg@p579FE58E.dip0.t-ipconnect.de) | |
06:26 | <alkisg> gatorparrots: dnsmasq would help in speeding up things
| |
06:26 | gatorparrots: are you sure your lts.conf gets parsed?
| |
06:27 | Put its contents to pastebin
| |
06:29 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
06:30 | <alkisg> !epoptes
| |
06:30 | <ltsp`> epoptes: Epoptes is a computer lab administration and monitoring tool. It works on Ubuntu and Debian based labs with LTSP or non-LTSP servers, thin and fat clients, standalone workstations, NX clients etc. More info: http://www.epoptes.org
| |
06:30 | <alkisg> Epoptes helps a lot in testing things, it allows you for example to run this on the client:
| |
06:30 | getltscfg -a
| |
06:31 | ..and see if lts.conf gets properly parsed there
| |
06:33 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.) | |
06:36 | bennabiy has left IRC (bennabiy!~bennabiy@unaffiliated/bennabiy, Ping timeout: 240 seconds) | |
06:42 | bennabiy has joined IRC (bennabiy!~bennabiy@unaffiliated/bennabiy) | |
06:45 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
07:07 | ScissorHill has joined IRC (ScissorHill!~quassel@182.156.92.174) | |
07:07 | ScissorHill_ has joined IRC (ScissorHill_!~quassel@182.156.92.174) | |
07:16 | <gatorparrots> lts.conf is for sure parsed -- i had DNS_SERVER as 192.168.1.1 (router), but it was letting pr0n through, even though the DNS servers on the router are set to use filtering DNS
| |
07:17 | <alkisg> OK, put your lts.conf to pastebin
| |
07:17 | <gatorparrots> so i changed the lts.conf to read "DNS_SERVERS 199.85.126.20 199.85.127.20" aka Norton ConnectSafe DNS and now the blocks are in place
| |
07:19 | do you have a syntax for lts.conf host entries? or was that a listserv myth?
| |
07:23 | http://pastebin.com/tUDNv04p
| |
07:25 | Here is the listserv message to which i refer: https://sourceforge.net/p/ltsp/mailman/message/34093808/
| |
07:28 | (i'm a good friend of bennabiy's — he helped us set up this lab)
| |
07:30 | okay, so i just figured it out: HOSTS_01="192.168.1.10 server server.tld"
| |
07:30 | HOSTS_02="192.168.1.11 anotherhost anotherhost.tld"
| |
07:34 | boy do i wish that was documented somewhere! except for that one listserv mention, i wouldn't have ever thought to try that syntax in lts.conf !
| |
07:47 | mikkel has joined IRC (mikkel!~mikkel@mail.dlvs.dk) | |
07:55 | <alkisg> gatorparrots: I don't see any HOSTS in that paste
| |
07:56 | Ah, you figured it out, ok
| |
07:56 | Also, your RCFILE syntax is wrong
| |
07:57 | See the correct syntax there: http://www.epoptes.org/documentation/fat-clients
| |
08:20 | gvy has joined IRC (gvy!~mike@altlinux/developer/mike) | |
08:26 | gatorparrots has left IRC (gatorparrots!cc5d7475@gateway/web/freenode/ip.204.93.116.117, Ping timeout: 260 seconds) | |
09:49 | gdi2k has left IRC (gdi2k!~gdi2k@119.94.27.63, Remote host closed the connection) | |
09:50 | Statler has left IRC (Statler!~Georg@p579FE58E.dip0.t-ipconnect.de, Remote host closed the connection) | |
09:50 | gdi2k has joined IRC (gdi2k!~gdi2k@119.94.27.63) | |
09:59 | markus_e92 has left IRC (markus_e92!~markus_e9@91-115-22-129.adsl.highway.telekom.at, Ping timeout: 255 seconds) | |
10:00 | markus_e92 has joined IRC (markus_e92!~markus_e9@91-115-157-124.adsl.highway.telekom.at) | |
10:06 | <alkisg> !socat
| |
10:06 | <ltsp`> socat: One way to share a console with a remote person is: [local pc] forward port 5500; apt-get install socat; socat tcp-listen:5500,keepalive=1 stdio,raw,echo=0 [remote pc] apt-get install socat screen; socat SYSTEM:"sleep 1; exec screen -xRR ra",pty,stderr tcp:REMOTE-IP:5500 & screen -l -S ra
| |
10:19 | Statler has joined IRC (Statler!~Georg@mail.lohn24.de) | |
10:24 | Statler has left IRC (Statler!~Georg@mail.lohn24.de, Remote host closed the connection) | |
10:25 | ScissorHill_ has left IRC (ScissorHill_!~quassel@182.156.92.174, Ping timeout: 240 seconds) | |
10:25 | ScissorHill has left IRC (ScissorHill!~quassel@182.156.92.174, Ping timeout: 264 seconds) | |
10:34 | Statler has joined IRC (Statler!~Georg@mail.lohn24.de) | |
11:05 | ScissorHill has joined IRC (ScissorHill!~quassel@106.76.36.221) | |
11:05 | ScissorHill_ has joined IRC (ScissorHill_!~quassel@106.76.36.221) | |
11:21 | ScissorHill_ has left IRC (ScissorHill_!~quassel@106.76.36.221, Ping timeout: 240 seconds) | |
11:21 | ScissorHill has left IRC (ScissorHill!~quassel@106.76.36.221, Ping timeout: 256 seconds) | |
11:23 | gdi2k has left IRC (gdi2k!~gdi2k@119.94.27.63, Ping timeout: 255 seconds) | |
11:29 | sruli has joined IRC (sruli!~sruli@82.152.117.29) | |
11:30 | <alkisg> Welcome :D
| |
11:31 | <sruli> alkisg: i cannot seem to find anywhere on epoptes.org documentation for openssl, where do i need to look?
| |
11:31 | <alkisg> It's not documented, it's inside the code
| |
11:31 | It's using openssl by default for the client connections,
| |
11:31 | but I don't think it's using it for the assist function... let me check...
| |
11:31 | <sruli> alkisg: ok, so on github, the default install uses openssl?
| |
11:32 | <alkisg> Yes, but only for part of the functionality
| |
11:32 | It's also in ubuntu, you don't need to compile it or anything
| |
11:32 | just apt-get install
| |
11:33 | <sruli> alkisg: but for scoat and vnc does it use openssl by default?
| |
11:34 | alkisg: or is that something i can adjust easliy in config files?
| |
11:34 | <alkisg> It's using openssl with socat, but not for the task you want,
| |
11:34 | See this: http://bazaar.launchpad.net/~epoptes/epoptes/trunk/view/head:/debian/epoptes.postinst
| |
11:34 | It has the code to generate the certificate etc
| |
11:35 | ...and this has the client side code for socat/openssl: https://github.com/Epoptes/epoptes/blob/master/epoptes-client/epoptes-client
| |
11:36 | So, to do what you want, we should clone that code into another file, which has the vnc/socat reverse connections, this one: https://github.com/Epoptes/epoptes/blob/master/data/client-functions
| |
11:37 | So basically only a couple of lines need to be modified
| |
11:37 | bbiab
| |
11:49 | <sruli> alkisg: i'm confused... /master/epoptes-client/epoptes-client has the code to generate certificate, what exactly do i need from /debian/epoptes.postinst and where in /master/data/client-functions do i need to put that code?
| |
12:19 | gdi2k has joined IRC (gdi2k!~gdi2k@210.5.107.2) | |
12:21 | <sruli> alkisg: you around?
| |
12:38 | <alkisg> sruli: around-ish...
| |
12:38 | Your goal is to make epoptes remote assist to run over ssl, or to get the code and run it manually without epoptes?
| |
12:38 | <sruli> alkisg: regarding openssl, i'm confused... /master/epoptes-client/epoptes-client has the code to generate certificate, what exactly do i need from /debian/epoptes.postinst and where in /master/data/client-functions do i need to put that code?
| |
12:42 | alkisg: my goal is to make eopoptes run vnc over ssl
| |
12:43 | <alkisg> sruli: you can file a bug report about it,
| |
12:43 | !epoptes-bug
| |
12:43 | <ltsp`> Error: "epoptes-bug" is not a valid command.
| |
12:43 | <alkisg> ...at launchpad :D,
| |
12:43 | and maybe we could implement it in some future release
| |
12:43 | I don't have the time right now to do the implementation
| |
12:43 | <sruli> alkisg: ok, but in the meantime is it a simple task to do manually?
| |
12:44 | <alkisg> It shouldn't take more than a few minutes, yes
| |
12:44 | <sruli> alkisg: any chance of a pointer in the right direction?
| |
12:44 | <alkisg> I tried to, in the last sentences before i left
| |
12:45 | Faith has joined IRC (Faith!~paty_@unaffiliated/faith) | |
12:45 | <alkisg> There are 2 places to read and 1 place to edit
| |
12:45 | (edit = client-functions)
| |
12:45 | <sruli> alkisg: as i said i am not to sure what to do with that sentence ;-)
| |
12:46 | <alkisg> The next more specific thing would be to copy/paste the code myself, which i don't have time to do currently... sorry...
| |
12:47 | <sruli> alkisg: what i dont understand is if /epoptes-client/epoptes-client has the code to generate certificate, what am i looking for in /debian/epoptes.postinst?
| |
12:48 | <alkisg> epoptes-client doesn't have code to generate certificate
| |
12:48 | it has code to fetch and use certificate
| |
12:52 | <sruli> alkisg: if i already have the cert installed, (socat) all i need is to copy fetch_certificate function and test -n "$need_certificate" && fetch_certificate to /client-functions ?
| |
12:59 | alkisg: i posted the issue on github, do you have a donate page?
| |
13:27 | dtcrshr has left IRC (dtcrshr!~datacrush@unaffiliated/datacrusher, Quit: Saindo) | |
13:32 | dtcrshr has joined IRC (dtcrshr!~datacrush@2801:88:f7a:100:240:a7ff:fe2d:d7c0) | |
13:32 | dtcrshr has joined IRC (dtcrshr!~datacrush@unaffiliated/datacrusher) | |
13:34 | gdi2k has left IRC (gdi2k!~gdi2k@210.5.107.2, Ping timeout: 255 seconds) | |
14:03 | bennabiy has left IRC (bennabiy!~bennabiy@unaffiliated/bennabiy, Ping timeout: 240 seconds) | |
14:07 | bennabiy has joined IRC (bennabiy!~bennabiy@unaffiliated/bennabiy) | |
14:09 | gdi2k has joined IRC (gdi2k!~gdi2k@119.94.27.63) | |
14:23 | lucascastro has left IRC (lucascastro!~lucas@186.227.186.18, Remote host closed the connection) | |
14:27 | ben_roose has joined IRC (ben_roose!~roose@roose.cs.wichita.edu) | |
14:41 | markit has joined IRC (markit!~marco@88-149-177-66.v4.ngi.it) | |
14:41 | forum has joined IRC (forum!~Icedove@213-147-189-201.hdsl.highway.telekom.at) | |
14:41 | forum has left IRC (forum!~Icedove@213-147-189-201.hdsl.highway.telekom.at, Remote host closed the connection) | |
14:42 | forum has joined IRC (forum!~Icedove@213-147-189-201.hdsl.highway.telekom.at) | |
14:44 | gdi2k has left IRC (gdi2k!~gdi2k@119.94.27.63, Ping timeout: 264 seconds) | |
14:59 | gdi2k has joined IRC (gdi2k!~gdi2k@119.94.27.63) | |
15:05 | ogra_ has left IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de, Quit: Coyote finally caught me) | |
15:08 | ogra_ has joined IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de) | |
15:18 | mikkel has left IRC (mikkel!~mikkel@mail.dlvs.dk, Quit: Leaving) | |
15:39 | gdi2k has left IRC (gdi2k!~gdi2k@119.94.27.63, Ping timeout: 240 seconds) | |
15:48 | <sbalneav> Morning all
| |
16:01 | <alkisg> Heya Scotty :)
| |
16:02 | <sbalneav> How goes, alkisg?
| |
16:02 | <alkisg> ...still waiting for the ministry to make up their minds about ltsp, but other than that, all is fine! you? :)
| |
16:03 | <sbalneav> Doing well; a significant portion of my time at work next year has been approved for LTSP and Mate work.
| |
16:04 | <alkisg> Yey!
| |
16:04 | I'm planning to deploy ubuntu-mate to schools here on september, so it'll be close enough to your debian-mate :)
| |
16:11 | <sbalneav> mate rocks
| |
16:26 | * markit dreams about alkisg going to kde ;P | |
16:38 | forum has left IRC (forum!~Icedove@213-147-189-201.hdsl.highway.telekom.at, Remote host closed the connection) | |
16:39 | forum has joined IRC (forum!~Icedove@213-147-189-201.hdsl.highway.telekom.at) | |
16:48 | lucascastro has joined IRC (lucascastro!~lucas@186.227.186.18) | |
17:09 | forum1 has joined IRC (forum1!~Icedove@192.164.159.90) | |
17:10 | forum has left IRC (forum!~Icedove@213-147-189-201.hdsl.highway.telekom.at, Ping timeout: 255 seconds) | |
17:10 | forum1 is now known as forum | |
17:54 | bennabiy has left IRC (bennabiy!~bennabiy@unaffiliated/bennabiy, Ping timeout: 252 seconds) | |
17:54 | bennabiy has joined IRC (bennabiy!~bennabiy@unaffiliated/bennabiy) | |
17:55 | gvy has left IRC (gvy!~mike@altlinux/developer/mike, Quit: Leaving) | |
17:58 | ltsp has joined IRC (ltsp!bot@ltsp.org) | |
18:45 | Faith has left IRC (Faith!~paty_@unaffiliated/faith, Quit: Leaving) | |
18:50 | lucascastro has left IRC (lucascastro!~lucas@186.227.186.18, Remote host closed the connection) | |
19:11 | Statler has left IRC (Statler!~Georg@mail.lohn24.de, Remote host closed the connection) | |
19:27 | forum has left IRC (forum!~Icedove@192.164.159.90, Remote host closed the connection) | |
19:27 | forum has joined IRC (forum!~Icedove@192-164-159-90.hdsl.highway.telekom.at) | |
19:33 | forum has left IRC (forum!~Icedove@192-164-159-90.hdsl.highway.telekom.at, Quit: forum) | |
20:22 | dtcrshr has left IRC (dtcrshr!~datacrush@unaffiliated/datacrusher, Quit: Saindo) | |
20:57 | alexxtasi has joined IRC (alexxtasi!5e42dc40@gateway/web/freenode/ip.94.66.220.64) | |
20:57 | alexxtasi has joined IRC (alexxtasi!5e42dc40@unaffiliated/alexxtasi) | |
20:57 | alexxtasi has joined IRC (alexxtasi!5e42dc40@gateway/web/freenode/ip.94.66.220.64) | |
21:19 | alexxtasi[m] has joined IRC (alexxtasi[m]!alexxtasim@gateway/shell/matrix.org/x-vmnasxrmtjiapeco) | |
21:20 | alexxtasi has left IRC (alexxtasi!5e42dc40@gateway/web/freenode/ip.94.66.220.64, ) | |
21:22 | markit has left IRC (markit!~marco@88-149-177-66.v4.ngi.it, ) | |
21:41 | gdi2k has joined IRC (gdi2k!~gdi2k@119.94.27.63) | |
22:17 | gdi2k has left IRC (gdi2k!~gdi2k@119.94.27.63, Ping timeout: 245 seconds) | |
22:37 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
23:42 | ben_roose has left IRC (ben_roose!~roose@roose.cs.wichita.edu, Remote host closed the connection) | |