00:07 | SOUL_OF_r00T has left IRC (SOUL_OF_r00T!~leonardo@unaffiliated/soul-of-r00t/x-4421326, Quit: Saindo) | |
00:12 | FGXR6 has joined IRC (FGXR6!~phantom@ppp121-45-182-65.lns20.syd7.internode.on.net) | |
00:14 | F-GT has left IRC (F-GT!~phantom@ppp118-211-217-202.lns20.syd4.internode.on.net, Ping timeout: 240 seconds) | |
01:12 | fuzzmew has joined IRC (fuzzmew!~fuzzmew@71.216.56.79) | |
02:06 | fuzzmew has left IRC (fuzzmew!~fuzzmew@71.216.56.79, Quit: Leaving) | |
04:30 | xdrazen has joined IRC (xdrazen!ba79d713@gateway/web/freenode/ip.186.121.215.19) | |
04:30 | <xdrazen> hi
| |
04:35 | well, i can remember to vagrantc, adrianorg, maldridge and finally cyberorg
| |
04:39 | how are you... well, i have been using the RDP in winbugs 7, and almost everything is working fine in those pentium pro
| |
04:40 | exept than one of them was a pentium 1 and another was ·$%·$ i cannot find out why, but i guess that is was the mobo
| |
04:40 | well, then i would like to make a question...
| |
04:40 | if winbugs uses RDP for the terminal server
| |
04:40 | what does LTSP uses?
| |
04:43 | <maldridge> X over ssh
| |
04:43 | <xdrazen> https://es.wikipedia.org/wiki/XDMCP
| |
04:43 | something like this one?
| |
04:52 | well... i will search a bit more
| |
04:52 | but thanks, i needed that X over ssh
| |
04:52 | :)
| |
04:52 | bye
| |
04:56 | xdrazen has left IRC (xdrazen!ba79d713@gateway/web/freenode/ip.186.121.215.19, Ping timeout: 252 seconds) | |
05:19 | fnurl has left IRC (fnurl!3cf8605f@gateway/web/cgi-irc/kiwiirc.com/ip.60.248.96.95, Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) | |
05:20 | fnurl has joined IRC (fnurl!3cf8605f@gateway/web/cgi-irc/kiwiirc.com/ip.60.248.96.95) | |
05:35 | fuzzmew has joined IRC (fuzzmew!~fuzzmew@71.216.56.79) | |
05:37 | <fuzzmew> is it possible to have ltsp on Linux Mint 17.3?
| |
05:38 | <gehidore> since mint is ubuntu based I don't see why not
| |
05:38 | <fuzzmew> thx. i sure wish i knew how to do it.........
| |
05:38 | <gehidore> I'd just follow the ubuntu guide for installing it, to the letter
| |
05:40 | I'm not rightly sure how else to explain it
| |
05:41 | <fuzzmew> OH, as in this one? ------ https://wiki.debian.org/LTSP/Howto
| |
05:41 | <gehidore> I know yesterday it seemed your issue was an unconfigured dhcp server
| |
05:41 | <fuzzmew> I gave up and started over.
| |
05:42 | I wonder if I had the wrong one, then I found this one this afternoon
| |
05:42 | <gehidore> yeah I'd try the debian one perhaps
| |
05:43 | that's the one I've used with great success
| |
05:43 | http://wiki.ltsp.org/wiki/Installation
| |
05:43 | <fuzzmew> Ok. it appears to be installing, downloading and such...
| |
05:43 | Ok that is the front page, then I clicked on the Debian one, good. I think I may be on the right track.
| |
06:00 | ok.... im not sure what to tyupe in next.... I have my /etc/ltsp/dhcpd.conf file but i do not know what to put in....I have eth0 as for the internet, and I have eth1 for thin clients....
| |
06:00 | #
| |
06:00 | # Default LTSP dhcpd.conf config file.
| |
06:00 | #
| |
06:00 | authoritative;
| |
06:00 | subnet 192.168.0.0 netmask 255.255.255.0 {
| |
06:00 | range 192.168.0.20 192.168.0.250;
| |
06:00 | option domain-name "example.com";
| |
06:00 | option domain-name-servers 192.168.0.1;
| |
06:00 | option broadcast-address 192.168.0.255;
| |
06:00 | option routers 192.168.0.1;
| |
06:00 | # next-server 192.168.0.1;
| |
06:00 | # get-lease-hostnames true;
| |
06:00 | option subnet-mask 255.255.255.0;
| |
06:00 | option root-path "/opt/ltsp/i386";
| |
06:00 | if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
| |
06:01 | filename "/ltsp/i386/pxelinux.0";
| |
06:01 | } else {
| |
06:01 | filename "/ltsp/i386/nbi.img";
| |
06:01 | }
| |
06:01 | }
| |
06:01 | my eth0 is on 192.168.1.6
| |
06:02 | so i guess this is where i stop for now.
| |
06:05 | <gehidore> need to make sure those option root-path and filename are accurate
| |
06:06 | <fuzzmew> oh. I do not know how to do that
| |
06:07 | do I just make sure they exist on myfs ?
| |
06:08 | <gehidore> exactly
| |
06:08 | https://gehidore.net/ss/1457935669NWFjM.png
| |
06:10 | <fuzzmew> ok, first one checks out.......
| |
06:11 | oh.... there is no /ltsp/i386/pxelinux.0 --- should I create it?
| |
06:13 | <gehidore> it woudln't be /ltsp/ it would be /srv/tftp/ltsp...
| |
06:13 | take a look at that screenshot I posted on the right side of it
| |
06:14 | <fuzzmew> Ok will look again...
| |
06:16 | <gehidore> https://mohammadthalif.wordpress.com/2010/03/05/installing-and-testing-tftpd-in-ubuntudebian/ check that out as well particularly the testing section
| |
06:17 | <fuzzmew> ok. so the 2nd one should be /srv/tftp/ltsp/amd64/pxelinux.0 ??
| |
06:17 | <gehidore> well for you it would be i386
| |
06:17 | <fuzzmew> so I just create those redirectories and files??
| |
06:17 | oh ok
| |
06:17 | <gehidore> based on the config part you linked
| |
06:18 | <fuzzmew> so its /srv/tftp/i386/pxelinux.0 ???
| |
06:18 | Ok will create that directory then??
| |
06:18 | <gehidore> /srv/tftp/ltsp/i386/pxelinux.0 assuming you've setup a tftp server that looks at /srv/tftp/
| |
06:19 | which is twhat the second link covers
| |
06:19 | <fuzzmew> I will look
| |
06:19 | oh... there is /srv but nothing in it.
| |
06:20 | <gehidore> likely don't have a tftp server installed then
| |
06:20 | hrm that link is a bit old let me find a fresh one
| |
06:20 | <fuzzmew> ok. thans
| |
06:20 | <gehidore> http://www.viaraggio.com/tftp.html
| |
06:23 | http://lenjoubertblog.blogspot.com/2014/03/tftp-server-on-linux-mint-ubuntu.html little more clear cut
| |
06:23 | <fuzzmew> Ok, done, is this right? ---Preparing to unpack .../tftp_0.17-18ubuntu2_amd64.deb ...
| |
06:23 | Unpacking tftp (0.17-18ubuntu2) ...
| |
06:23 | Selecting previously unselected package tftpd.
| |
06:23 | Preparing to unpack .../tftpd_0.17-18ubuntu2_amd64.deb ...
| |
06:23 | Unpacking tftpd (0.17-18ubuntu2) ...
| |
06:23 | Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
| |
06:23 | Setting up xinetd (1:2.3.15-3ubuntu1) ...
| |
06:23 | xinetd start/running, process 20099
| |
06:23 | Setting up tftp (0.17-18ubuntu2) ...
| |
06:23 | Processing triggers for ureadahead (0.100.0-16) ...
| |
06:23 | Setting up tftpd (0.17-18ubuntu2) ...
| |
06:23 | Note: xinetd currently is not fully supported by update-inetd.
| |
06:23 | Please consult /usr/share/doc/xinetd/README.Debian and itox(8).
| |
06:24 | oh buttpoops I think I got the wrong one, so I just forget and use the new link?
| |
06:25 | <gehidore> as long as you've got tftpd I don't think you'll have the wrong one
| |
06:26 | <fuzzmew> Ok, i am just not sure of what to expect to see in the terminal, is that the right output?
| |
06:27 | <gehidore> looks like the right install output to me
| |
06:27 | edit the config and point it to the right location start the server and make sure the files you're serving are in those spots
| |
06:29 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
06:29 | <fuzzmew> Ok will check my directories and files again
| |
06:30 | I do not understand, there is only /srv and nothing in it....do I need to create all the folders?
| |
06:30 | <gehidore> for you I would suggest this
| |
06:31 | `find / -name pxelinux.0` and paste that in a pastebin
| |
06:33 | <fuzzmew> Ok....will go to pastebin
| |
06:34 | ok -- http://pastebin.com/raw/3FnxB0Jt
| |
06:37 | <gehidore> so edit the tftp config and point it to /opt/ltsp and edit the ltsp dhcp config and point the filename to i386/pxelinux.0
| |
06:41 | <fuzzmew> the second one?
| |
06:42 | <gehidore> the first one
| |
06:44 | <fuzzmew> so the option root paqth shood say option root-path "/opt/ltsp/ ?
| |
06:47 | <gehidore> leave that one alone
| |
06:47 | just change the `filename` line, and edit the tftp config to point to /opt/ltsp
| |
06:48 | righto gotta take care of some horses, be back tomorrow, cheers
| |
06:49 | <fuzzmew> Oh ok will change the filename line to /opt/ltsp
| |
06:49 | Ok have a good nite and give your horsies a pat for me. Gnite.
| |
06:55 | fuzzmew has left IRC (fuzzmew!~fuzzmew@71.216.56.79, Quit: Ex-Chat) | |
07:15 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, *.net *.split) | |
07:15 | Tatanka has left IRC (Tatanka!~tim@revue.vtk.be, *.net *.split) | |
07:15 | jammcq has left IRC (jammcq!~jam@c-107-4-115-38.hsd1.mi.comcast.net, *.net *.split) | |
07:15 | zamba has left IRC (zamba!marius@flage.org, *.net *.split) | |
07:16 | Tatanka has joined IRC (Tatanka!~tim@revue.vtk.be) | |
07:16 | jammcq has joined IRC (jammcq!~jam@c-107-4-115-38.hsd1.mi.comcast.net) | |
07:16 | ricotz has joined IRC (ricotz!~ricotz@p5B2A8DB2.dip0.t-ipconnect.de) | |
07:16 | zamba has joined IRC (zamba!marius@flage.org) | |
07:28 | fnurl has left IRC (fnurl!3cf8605f@gateway/web/cgi-irc/kiwiirc.com/ip.60.248.96.95, Quit: Leaving) | |
07:36 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-83-134-23-150.dsl.scarlet.be) | |
08:10 | robb_nl has left IRC (robb_nl!~robb_nl@ip-83-134-23-150.dsl.scarlet.be, Ping timeout: 240 seconds) | |
08:40 | fuzzmew has joined IRC (fuzzmew!~fuzzmew@71.216.56.79) | |
08:40 | <fuzzmew> and thank you
| |
08:40 | fuzzmew has left IRC (fuzzmew!~fuzzmew@71.216.56.79, Client Quit) | |
08:45 | vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving) | |
08:54 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-83-134-23-150.dsl.scarlet.be) | |
09:00 | Softeisbieger has joined IRC (Softeisbieger!~Softeisbi@ip-88-152-12-13.hsi03.unitymediagroup.de) | |
09:04 | zamba has left IRC (zamba!marius@flage.org, Remote host closed the connection) | |
09:06 | zamba has joined IRC (zamba!marius@flage.org) | |
09:36 | robb_nl has left IRC (robb_nl!~robb_nl@ip-83-134-23-150.dsl.scarlet.be, Ping timeout: 246 seconds) | |
10:07 | lbssousa has joined IRC (lbssousa!~laercio@177.143.59.162) | |
10:14 | mikkel has joined IRC (mikkel!~mikkel@mail.dlvs.dk) | |
10:32 | SOUL_OF_r00T has joined IRC (SOUL_OF_r00T!~leonardo@unaffiliated/soul-of-r00t/x-4421326) | |
10:32 | <SOUL_OF_r00T> hello gret guys!
| |
11:12 | gvy has joined IRC (gvy!~mike@altlinux/developer/mike) | |
11:35 | epoptes_user2 has joined IRC (epoptes_user2!5118d30c@gateway/web/freenode/ip.81.24.211.12) | |
11:54 | Faith has joined IRC (Faith!~paty_@unaffiliated/faith) | |
12:38 | SOUL_OF_r00T has left IRC (SOUL_OF_r00T!~leonardo@unaffiliated/soul-of-r00t/x-4421326, Remote host closed the connection) | |
13:55 | ben_roose has joined IRC (ben_roose!~roose@roose.cs.wichita.edu) | |
14:25 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-83-134-23-150.dsl.scarlet.be) | |
14:58 | profesor has joined IRC (profesor!532b2c7f@gateway/web/freenode/ip.83.43.44.127) | |
14:58 | <profesor> Hola Buenas tardes
| |
14:59 | profesor has left IRC (profesor!532b2c7f@gateway/web/freenode/ip.83.43.44.127, Client Quit) | |
15:08 | robb_nl has left IRC (robb_nl!~robb_nl@ip-83-134-23-150.dsl.scarlet.be, Ping timeout: 260 seconds) | |
15:35 | Phantomas has joined IRC (Phantomas!~ftsamis@ubuntu/member/phantomas) | |
15:39 | mikkel has left IRC (mikkel!~mikkel@mail.dlvs.dk, Quit: Leaving) | |
16:28 | ricotz has left IRC (ricotz!~ricotz@p5B2A8DB2.dip0.t-ipconnect.de, Quit: Leaving) | |
16:29 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
16:43 | teknkik has left IRC (teknkik!tek@kapsi.fi, Read error: Connection reset by peer) | |
16:56 | tek___ has joined IRC (tek___!tek@kapsi.fi) | |
17:08 | gp has joined IRC (gp!~gp@104-14-168-137.lightspeed.rcsntx.sbcglobal.net) | |
17:29 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
17:38 | tek___ is now known as teknkik | |
17:53 | dtcrshr has joined IRC (dtcrshr!~datacrush@unaffiliated/datacrusher) | |
17:56 | dtcrshr has left IRC (dtcrshr!~datacrush@unaffiliated/datacrusher, Max SendQ exceeded) | |
17:58 | dtcrshr has joined IRC (dtcrshr!~datacrush@unaffiliated/datacrusher) | |
18:00 | gp has left IRC (gp!~gp@104-14-168-137.lightspeed.rcsntx.sbcglobal.net, Quit: Leaving) | |
18:08 | gp has joined IRC (gp!~gp@104-14-168-137.lightspeed.rcsntx.sbcglobal.net) | |
18:15 | gvy has left IRC (gvy!~mike@altlinux/developer/mike, Quit: Leaving) | |
18:18 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
18:50 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
19:01 | ricotz_ has joined IRC (ricotz_!~ricotz@ubuntu/member/ricotz) | |
19:25 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Ping timeout: 244 seconds) | |
19:51 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-83-134-23-150.dsl.scarlet.be) | |
19:52 | Softeisbieger has left IRC (Softeisbieger!~Softeisbi@ip-88-152-12-13.hsi03.unitymediagroup.de, Ping timeout: 246 seconds) | |
20:01 | lbssousa has left IRC (lbssousa!~laercio@177.143.59.162, Quit: Konversation terminated!) | |
20:04 | Softeisbieger has joined IRC (Softeisbieger!~Softeisbi@ip-88-152-12-13.hsi03.unitymediagroup.de) | |
21:03 | Faith has left IRC (Faith!~paty_@unaffiliated/faith, Quit: Leaving) | |
22:14 | Phantomas has left IRC (Phantomas!~ftsamis@ubuntu/member/phantomas) | |
22:47 | robb_nl has left IRC (robb_nl!~robb_nl@ip-83-134-23-150.dsl.scarlet.be, Remote host closed the connection) | |
23:01 | ben_roose has left IRC (ben_roose!~roose@roose.cs.wichita.edu, Remote host closed the connection) | |