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


Channel log from 14 March 2016   (all times are UTC)

00:07SOUL_OF_r00T has left IRC (SOUL_OF_r00T!~leonardo@unaffiliated/soul-of-r00t/x-4421326, Quit: Saindo)
00:12FGXR6 has joined IRC (FGXR6!~phantom@ppp121-45-182-65.lns20.syd7.internode.on.net)
00:14F-GT has left IRC (F-GT!~phantom@ppp118-211-217-202.lns20.syd4.internode.on.net, Ping timeout: 240 seconds)
01:12fuzzmew has joined IRC (fuzzmew!~fuzzmew@71.216.56.79)
02:06fuzzmew has left IRC (fuzzmew!~fuzzmew@71.216.56.79, Quit: Leaving)
04:30xdrazen 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:56xdrazen has left IRC (xdrazen!ba79d713@gateway/web/freenode/ip.186.121.215.19, Ping timeout: 252 seconds)
05:19fnurl 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:20fnurl has joined IRC (fnurl!3cf8605f@gateway/web/cgi-irc/kiwiirc.com/ip.60.248.96.95)
05:35fuzzmew 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:29ricotz 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:55fuzzmew has left IRC (fuzzmew!~fuzzmew@71.216.56.79, Quit: Ex-Chat)
07:15ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, *.net *.split)
07:15Tatanka has left IRC (Tatanka!~tim@revue.vtk.be, *.net *.split)
07:15jammcq has left IRC (jammcq!~jam@c-107-4-115-38.hsd1.mi.comcast.net, *.net *.split)
07:15zamba has left IRC (zamba!marius@flage.org, *.net *.split)
07:16Tatanka has joined IRC (Tatanka!~tim@revue.vtk.be)
07:16jammcq has joined IRC (jammcq!~jam@c-107-4-115-38.hsd1.mi.comcast.net)
07:16ricotz has joined IRC (ricotz!~ricotz@p5B2A8DB2.dip0.t-ipconnect.de)
07:16zamba has joined IRC (zamba!marius@flage.org)
07:28fnurl has left IRC (fnurl!3cf8605f@gateway/web/cgi-irc/kiwiirc.com/ip.60.248.96.95, Quit: Leaving)
07:36robb_nl has joined IRC (robb_nl!~robb_nl@ip-83-134-23-150.dsl.scarlet.be)
08:10robb_nl has left IRC (robb_nl!~robb_nl@ip-83-134-23-150.dsl.scarlet.be, Ping timeout: 240 seconds)
08:40fuzzmew has joined IRC (fuzzmew!~fuzzmew@71.216.56.79)
08:40
<fuzzmew>
and thank you
08:40fuzzmew has left IRC (fuzzmew!~fuzzmew@71.216.56.79, Client Quit)
08:45vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving)
08:54robb_nl has joined IRC (robb_nl!~robb_nl@ip-83-134-23-150.dsl.scarlet.be)
09:00Softeisbieger has joined IRC (Softeisbieger!~Softeisbi@ip-88-152-12-13.hsi03.unitymediagroup.de)
09:04zamba has left IRC (zamba!marius@flage.org, Remote host closed the connection)
09:06zamba has joined IRC (zamba!marius@flage.org)
09:36robb_nl has left IRC (robb_nl!~robb_nl@ip-83-134-23-150.dsl.scarlet.be, Ping timeout: 246 seconds)
10:07lbssousa has joined IRC (lbssousa!~laercio@177.143.59.162)
10:14mikkel has joined IRC (mikkel!~mikkel@mail.dlvs.dk)
10:32SOUL_OF_r00T has joined IRC (SOUL_OF_r00T!~leonardo@unaffiliated/soul-of-r00t/x-4421326)
10:32
<SOUL_OF_r00T>
hello gret guys!
11:12gvy has joined IRC (gvy!~mike@altlinux/developer/mike)
11:35epoptes_user2 has joined IRC (epoptes_user2!5118d30c@gateway/web/freenode/ip.81.24.211.12)
11:54Faith has joined IRC (Faith!~paty_@unaffiliated/faith)
12:38SOUL_OF_r00T has left IRC (SOUL_OF_r00T!~leonardo@unaffiliated/soul-of-r00t/x-4421326, Remote host closed the connection)
13:55ben_roose has joined IRC (ben_roose!~roose@roose.cs.wichita.edu)
14:25robb_nl has joined IRC (robb_nl!~robb_nl@ip-83-134-23-150.dsl.scarlet.be)
14:58profesor has joined IRC (profesor!532b2c7f@gateway/web/freenode/ip.83.43.44.127)
14:58
<profesor>
Hola Buenas tardes
14:59profesor has left IRC (profesor!532b2c7f@gateway/web/freenode/ip.83.43.44.127, Client Quit)
15:08robb_nl has left IRC (robb_nl!~robb_nl@ip-83-134-23-150.dsl.scarlet.be, Ping timeout: 260 seconds)
15:35Phantomas has joined IRC (Phantomas!~ftsamis@ubuntu/member/phantomas)
15:39mikkel has left IRC (mikkel!~mikkel@mail.dlvs.dk, Quit: Leaving)
16:28ricotz has left IRC (ricotz!~ricotz@p5B2A8DB2.dip0.t-ipconnect.de, Quit: Leaving)
16:29ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz)
16:43teknkik has left IRC (teknkik!tek@kapsi.fi, Read error: Connection reset by peer)
16:56tek___ has joined IRC (tek___!tek@kapsi.fi)
17:08gp has joined IRC (gp!~gp@104-14-168-137.lightspeed.rcsntx.sbcglobal.net)
17:29alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
17:38tek___ is now known as teknkik
17:53dtcrshr has joined IRC (dtcrshr!~datacrush@unaffiliated/datacrusher)
17:56dtcrshr has left IRC (dtcrshr!~datacrush@unaffiliated/datacrusher, Max SendQ exceeded)
17:58dtcrshr has joined IRC (dtcrshr!~datacrush@unaffiliated/datacrusher)
18:00gp has left IRC (gp!~gp@104-14-168-137.lightspeed.rcsntx.sbcglobal.net, Quit: Leaving)
18:08gp has joined IRC (gp!~gp@104-14-168-137.lightspeed.rcsntx.sbcglobal.net)
18:15gvy has left IRC (gvy!~mike@altlinux/developer/mike, Quit: Leaving)
18:18ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving)
18:50ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz)
19:01ricotz_ has joined IRC (ricotz_!~ricotz@ubuntu/member/ricotz)
19:25ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Ping timeout: 244 seconds)
19:51robb_nl has joined IRC (robb_nl!~robb_nl@ip-83-134-23-150.dsl.scarlet.be)
19:52Softeisbieger has left IRC (Softeisbieger!~Softeisbi@ip-88-152-12-13.hsi03.unitymediagroup.de, Ping timeout: 246 seconds)
20:01lbssousa has left IRC (lbssousa!~laercio@177.143.59.162, Quit: Konversation terminated!)
20:04Softeisbieger has joined IRC (Softeisbieger!~Softeisbi@ip-88-152-12-13.hsi03.unitymediagroup.de)
21:03Faith has left IRC (Faith!~paty_@unaffiliated/faith, Quit: Leaving)
22:14Phantomas has left IRC (Phantomas!~ftsamis@ubuntu/member/phantomas)
22:47robb_nl has left IRC (robb_nl!~robb_nl@ip-83-134-23-150.dsl.scarlet.be, Remote host closed the connection)
23:01ben_roose has left IRC (ben_roose!~roose@roose.cs.wichita.edu, Remote host closed the connection)