00:48 | sideffect has left IRC (sideffect!sideffect@gateway/shell/bshellz.net/x-wpvdzvthlekvzftp, Remote host closed the connection) | |
01:21 | Phantomas has left IRC (Phantomas!~Phantomas@unaffiliated/phantomas, Ping timeout: 248 seconds) | |
02:43 | Parker955_Away is now known as Parker955 | |
03:18 | adrianorg_ has left IRC (adrianorg_!~adrianorg@187.115.104.214, Ping timeout: 248 seconds) | |
03:42 | F-GT has joined IRC (F-GT!~phantom@ppp121-44-21-205.lns20.syd6.internode.on.net) | |
04:19 | telex has left IRC (telex!~telex@freeshell.de, Ping timeout: 240 seconds) | |
04:24 | telex has joined IRC (telex!~telex@freeshell.de) | |
04:34 | telex has left IRC (telex!~telex@freeshell.de, Ping timeout: 255 seconds) | |
04:38 | telex has joined IRC (telex!~telex@freeshell.de) | |
04:39 | hace has joined IRC (hace!6e8af493@gateway/web/freenode/ip.110.138.244.147) | |
04:46 | hace has left IRC (hace!6e8af493@gateway/web/freenode/ip.110.138.244.147, Quit: Page closed) | |
04:47 | Parker955 is now known as Parker955_Away | |
05:37 | ricotz has joined IRC (ricotz!~rico@p5B2ADFFA.dip.t-dialin.net) | |
05:37 | ricotz has joined IRC (ricotz!~rico@unaffiliated/ricotz) | |
07:44 | Bootless has joined IRC (Bootless!~AnDyLap@yath1870.cronon.net) | |
08:14 | ricotz has left IRC (ricotz!~rico@unaffiliated/ricotz, Quit: Ex-Chat) | |
08:20 | srvmng has joined IRC (srvmng!51ba11f5@gateway/web/freenode/ip.81.186.17.245) | |
08:22 | srvmng has left IRC (srvmng!51ba11f5@gateway/web/freenode/ip.81.186.17.245, Client Quit) | |
08:26 | Da-Geek has joined IRC (Da-Geek!~Da-Geek@62.254.227.226) | |
08:41 | manu has joined IRC (manu!~bl@117.201.3.14) | |
08:41 | manu is now known as Guest47402 | |
08:42 | Guest47402 has left IRC (Guest47402!~bl@117.201.3.14) | |
08:43 | manu_av has joined IRC (manu_av!~bl@117.201.3.14) | |
08:44 | <manu_av> hi, I am stuck trying to get usb mount on the fat client
| |
08:46 | when inserting a usb stick it shows up in the panel in unity (ubuntu 12.04) but there is no pop up of nautilus. When opening nautilus, the device is listed on and clicking on it brings up a window with "Unable to mount <devicename> Not Authorized"
| |
08:47 | the user is in plugdev and on the server everything mounts fine. Any ideas welcome
| |
09:41 | dhanasekaran has joined IRC (dhanasekaran!~dhanaseka@118.102.128.225) | |
09:46 | <dhanasekaran> Guys How to check tftpd-hpa service working, I check service started, How to debug tftpd-hpa, I checked it's shows Transfer timed out.
| |
09:47 | I am trying with ubuntu 12.04 64-bit, please guide me how to tftp server setup
| |
09:55 | <knipwim> dhanasekaran: from a client in the network, telnet <server> 69
| |
09:58 | <dhanasekaran> knipwim, root ~ # service tftpd-hpa status
| |
09:58 | tftpd-hpa start/running
| |
09:58 | root ~ # telnet 192.168.85.54 69
| |
09:58 | Trying 192.168.85.54...
| |
09:58 | telnet: Unable to connect to remote host: Connection refused
| |
09:58 | root ~ #
| |
09:59 | knipwim, telnet not connected
| |
10:00 | <knipwim> you tried the telnet from another computer than where the tftp server is running?
| |
10:00 | <dhanasekaran> knipwim, root ~ # tftp 192.168.85.54
| |
10:00 | tftp> status
| |
10:00 | Connected to 192.168.85.54.
| |
10:00 | Mode: netascii Verbose: off Tracing: off
| |
10:00 | Rexmt-interval: 5 seconds, Max-timeout: 25 seconds
| |
10:00 | tftp> mode binary
| |
10:00 | tftp> get file
| |
10:00 | Transfer timed out.
| |
10:00 | tftp>
| |
10:02 | file is placed in /var/lib/tftpboot
| |
10:03 | knipwim, my server machine running tftpd but connected to clinet
| |
10:03 | <knipwim> !tftp
| |
10:03 | <ltsp> knipwim: tftp: Here's a page to help you troubleshoot TFTP problems in Ubuntu: https://help.ubuntu.com/community/UbuntuLTSP/Troubleshooting/TFTP
| |
10:03 | <knipwim> dhanasekaran: ^^^
| |
10:04 | i got to go, but read the link
| |
10:04 | in the meanwhile, other people might show up here
| |
10:05 | <dhanasekaran> knipwim, I tried root ~ # tftp 192.168.85.54 -v -m binary -c get pxelinux.0
| |
10:05 | usage: tftp host-name [port]
| |
10:05 | tftp> your are given link show error
| |
10:10 | <knipwim> dhanasekaran: it should even work with curl
| |
10:11 | like curl "tftp://102.168.85.54/file"
| |
10:11 | err, 192, instead of 102
| |
10:12 | <dhanasekaran> root ~ # tftp://192.168.85.54/file
| |
10:12 | bash: tftp://192.168.85.54/file: No such file or directory
| |
10:12 | knipwim, it's a configuration issue, are someother
| |
10:12 | root ~ # cat /etc/default/tftpd-hpa
| |
10:12 | # /etc/default/tftpd-hpa
| |
10:12 | TFTP_USERNAME="tftp"
| |
10:12 | TFTP_DIRECTORY="/var/lib/tftpboot"
| |
10:12 | TFTP_ADDRESS="0.0.0.0:69"
| |
10:12 | TFTP_OPTIONS="--secure"
| |
10:12 | root ~ #
| |
10:13 | <knipwim> hmm, i don't know
| |
10:13 | but perhaps someone else
| |
10:13 | or read some example configs/tutorials
| |
10:14 | <dhanasekaran> I read ubuntu tutorial not working for me...
| |
10:25 | Trixboxer has joined IRC (Trixboxer!~Trixboxer@115.124.115.71) | |
10:39 | khildin has joined IRC (khildin!~khildin@ip-83-134-214-30.dsl.scarlet.be) | |
10:43 | <Hyperbyte> dhanasekaran, for starters: telnet uses tcp, tftp udp
| |
10:43 | So you can't telnet to a tftp server
| |
10:43 | jan@terminalserver:~$ telnet localhost 69
| |
10:43 | Trying 127.0.0.1...
| |
10:43 | telnet: Unable to connect to remote host: Connection refused
| |
10:43 | That's normal.
| |
10:45 | What happens when you tftp to localhost on your LTSP server? Can you connect and get a file?
| |
10:46 | <dhanasekaran> Hyperbyte, no
| |
10:47 | <Hyperbyte> dhanasekaran, can you pastebin the complete output of the tftp client, including the command you typed?
| |
10:47 | !pastebin
| |
10:47 | <ltsp> Hyperbyte: pastebin: the LTSP pastebin is at http://ltsp.pastebin.com. Please paste all text longer than a line or two to the pastebin, as it helps to reduce traffic in the channel. Don't forget to paste the URL of the text here.
| |
10:48 | Phantomas has joined IRC (Phantomas!~Phantomas@unaffiliated/phantomas) | |
10:49 | <dhanasekaran> Hyperbyte, http://paste.ubuntu.com/1099840/
| |
10:49 | <Hyperbyte> You're using the wrong commands to test.
| |
10:50 | See the output of the first command
| |
10:50 | usage: tftp host-name [port]
| |
10:50 | Type:
| |
10:50 | tftp localhost
| |
10:50 | status
| |
10:50 | get file
| |
10:50 | quit
| |
10:50 | And paste the output.
| |
10:52 | <dhanasekaran> Hyperbyte, I am trying ubutnu 12.04 http://paste.ubuntu.com/1099845/
| |
10:53 | It's says Transfer timed out.
| |
10:55 | <Hyperbyte> What does 'ufw status' return?
| |
10:56 | <dhanasekaran> root ~ # ufw status
| |
10:56 | Status: inactive
| |
10:58 | <Hyperbyte> netstat -lpn | grep :69
| |
10:58 | <dhanasekaran> root ~ # netstat -lpn | grep :69
| |
10:58 | root ~ #
| |
10:59 | root ~ # service tftpd-hpa status
| |
10:59 | <Hyperbyte> service tftpd-hap status
| |
10:59 | <dhanasekaran> tftpd-hpa start/running
| |
10:59 | <Hyperbyte> Sorry
| |
10:59 | Yes, hap... it says start/running, but no pid
| |
10:59 | <dhanasekaran> yes
| |
10:59 | <Hyperbyte> Which means it actually -isn't- running
| |
10:59 | service tftpd-hpa restart
| |
11:00 | <dhanasekaran> root ~ # service tftpd-hpa restart
| |
11:00 | tftpd-hpa stop/waiting
| |
11:00 | tftpd-hpa start/running, process 4916
| |
11:00 | root ~ # netstat -lpn | grep :69
| |
11:00 | udp 0 0 0.0.0.0:69 0.0.0.0:* 4916/in.tftpd
| |
11:00 | root ~ #
| |
11:00 | <Hyperbyte> See, that makes all the difference. :)
| |
11:09 | <dhanasekaran> Hyperbyte, it's working super
| |
11:10 | Hyperbyte, My config file some entry in RUN_DEAMON=yes , I remove the RUN_DEAMON Entry
| |
11:11 | then restated, working good, Thanks Hyperbyte.. All credit goes Hyperbyte ...
| |
11:14 | monteslu_ has left IRC (monteslu_!~monteslu@ip68-109-174-213.ph.ph.cox.net, Read error: Operation timed out) | |
11:16 | <manu_av> I have Ubuntu 12.04 with fat-clients running. Just usb-stick on client does not work. Any ideas?
| |
11:19 | lmk has joined IRC (lmk!~lm@91-145-87-162.bb.dnainternet.fi) | |
11:26 | <manu_av> I read through the IRC log and it was mentioned that ldm does not work with LDAP.
| |
11:26 | The authentication goes via ssh. But when we mounted other shared the uid/gid was not resolved correctly and we also enabled ldap on client
| |
11:28 | monteslu_ has joined IRC (monteslu_!~monteslu@ip68-109-174-213.ph.ph.cox.net) | |
11:32 | <manu_av> can someone explain how fat clients mount local usb?
| |
11:43 | <dhanasekaran> Hyperbyte, My client machine show PXE-E32: TFTP open timeout
| |
11:43 | Hyperbyte, what is problem, It's working good in terminal, I try client show error
| |
12:01 | manu_av has left IRC (manu_av!~bl@117.201.3.14) | |
12:04 | [GuS] has joined IRC ([GuS]!~MysT@213-117-16-190.fibertel.com.ar) | |
12:04 | [GuS] has joined IRC ([GuS]!~MysT@unaffiliated/gus/x-663402) | |
12:18 | artista-frustrad has joined IRC (artista-frustrad!~fernando@189.125.205.147) | |
12:19 | brunolambert has joined IRC (brunolambert!blambert@nat/revolutionlinux/x-wefskucqqdgteguq) | |
12:19 | Gremble has joined IRC (Gremble!~Ben@cpc10-aztw24-2-0-cust114.aztw.cable.virginmedia.com) | |
12:33 | dsugar100 has joined IRC (dsugar100!~dsugar100@columbia.tresys.com) | |
12:45 | Da-Geek has left IRC (Da-Geek!~Da-Geek@62.254.227.226, Quit: Leaving) | |
12:46 | [GuS] has left IRC ([GuS]!~MysT@unaffiliated/gus/x-663402, Remote host closed the connection) | |
12:46 | [GuS] has joined IRC ([GuS]!~MysT@unaffiliated/gus/x-663402) | |
13:18 | adrianorg_ has joined IRC (adrianorg_!~adrianorg@187.115.104.214) | |
13:18 | Phantomas has left IRC (Phantomas!~Phantomas@unaffiliated/phantomas, Ping timeout: 264 seconds) | |
13:24 | <Hyperbyte> dhanasekaran, which IP address is the client trying to connect to?
| |
13:25 | Is it trying to connect to the wrong IP address maybe?
| |
13:26 | <dhanasekaran> Hyperbyte, yes correct ,I fixed it, Now showing
| |
13:26 | Hyperbyte, no default or ui configuration directive found I am trying with local network based installation
| |
13:27 | <Hyperbyte> dhanasekaran, I'm confused.
| |
13:28 | <dhanasekaran> Hyperbyte, I am trying preseed based installation
| |
13:28 | <Hyperbyte> You're trying a local network based installation? What does that mean?
| |
13:28 | As for the error you're getting, please paste the exact error message and describe at which point you're getting the error.
| |
13:30 | <dhanasekaran> my client showing Stuck at "Trying to Load: pxelinux.cfg/default" First Cup of Ubuntu
| |
13:30 | | |
13:30 | Join Date: Sep 2010
| |
13:30 | Beans: 1
| |
13:30 | | |
13:30 | no default or UI configuration directive found
| |
13:33 | Phantomas has joined IRC (Phantomas!~Phantomas@unaffiliated/phantomas) | |
13:38 | ogra_ has left IRC (ogra_!~ogra@p5098ed03.dip0.t-ipconnect.de, Read error: Operation timed out) | |
13:41 | ogra_ has joined IRC (ogra_!~ogra@p5098ed03.dip0.t-ipconnect.de) | |
13:43 | dead_inside has joined IRC (dead_inside!~dead_insi@76.75.3.174) | |
13:45 | <Hyperbyte> dhanasekaran, what exactly have you done to this machine?
| |
13:46 | If I do a clean install of Ubuntu and build a fat client, it just works.
| |
13:47 | <dhanasekaran> Hyperbyte, I doing Debian Installer preseeding with autostart from PXE, unattended installation
| |
13:48 | my /var/lib/tftpboot/pxelinux.cfg/default http://paste.ubuntu.com/1100092/
| |
13:57 | bengoa has joined IRC (bengoa!~bengoa@alberto.propus.com.br) | |
13:57 | bengoa has left IRC (bengoa!~bengoa@alberto.propus.com.br) | |
13:57 | bengoa has joined IRC (bengoa!~bengoa@alberto.propus.com.br) | |
14:35 | mikec has joined IRC (mikec!~mikec@stat5test.stat.wisc.edu) | |
14:36 | <mikec> Does anyone know the best, current list of instructions for setting up ltsp-cluster? There are some things out there but perhaps there's something that is up to date. I have 12.04 LTS ready to go. Thanks!
| |
14:37 | <dead_inside> https://help.ubuntu.com/community/UbuntuLTSP/LTSP-Cluster_NAT_OpenLDAP
| |
14:37 | ricotz has joined IRC (ricotz!~rico@p5B2ACE72.dip.t-dialin.net) | |
14:37 | ricotz has joined IRC (ricotz!~rico@unaffiliated/ricotz) | |
14:37 | <dead_inside> i use ^^ all the time mikec
| |
14:40 | and i use 12.04....
| |
14:42 | <mikec> thanks dead_inside, i think this looks good https://help.ubuntu.com/community/UbuntuLTSP/LTSP-Cluster
| |
14:43 | <dead_inside> oh comon, join the dark side and give into ldap
| |
15:11 | Bootless has left IRC (Bootless!~AnDyLap@yath1870.cronon.net, Quit: Leaving.) | |
15:12 | thisnickistaken has joined IRC (thisnickistaken!~toor@12.249.236.222) | |
15:12 | <thisnickistaken> hey got a question about LDM_DIRECTX
| |
15:13 | or more of a statement
| |
15:13 | it has *no* effect whatsoever in my setup
| |
15:13 | is this a new "feature"?
| |
15:13 | <dead_inside> no its more for older hard ware
| |
15:13 | <thisnickistaken> i understand that it is for older hardware
| |
15:13 | but it does nothing
| |
15:13 | <dead_inside> turns off the ssh so the processor does not have to think as hard
| |
15:14 | <thisnickistaken> all traffic still traversing the ssh tunnel
| |
15:14 | <dead_inside> if your processor is fast enough it will have no affect, yes its still going over ssh but not at the same level of encryption
| |
15:14 | <thisnickistaken> .....is there anyway to siable ssh altogether?
| |
15:14 | *disable
| |
15:14 | because thats what all the docs say that that option does
| |
15:15 | <dead_inside> no clue
| |
15:15 | <thisnickistaken> top shows ssh eating all of cpu during large changes in screen
| |
15:16 | and security in this setup is not necesary
| |
15:16 | <dead_inside> are you running fat or thin clients
| |
15:16 | <thisnickistaken> thin
| |
15:16 | <dead_inside> what kind of processor you have in the thin client
| |
15:16 | <thisnickistaken> its an old p4
| |
15:17 | display is fin, thats not the issue, its under *certain* heavy graphical load that it eats up my cycles
| |
15:17 | *fine
| |
15:17 | video gets choppy because ssh is at ~75-90% cpu and X is left with 10-25%
| |
15:18 | other processors in play are VIA something's, either way, ssh is not desireable here
| |
15:25 | Bootless has joined IRC (Bootless!~AnDyLap@yath1870.cronon.net) | |
15:26 | Bootless has left IRC (Bootless!~AnDyLap@yath1870.cronon.net, Client Quit) | |
15:33 | Pecker has left IRC (Pecker!~irc@67-61-36-10.cpe.cableone.net, Ping timeout: 248 seconds) | |
15:33 | Pecker has joined IRC (Pecker!~irc@67-61-36-10.cpe.cableone.net) | |
15:38 | CristianV has joined IRC (CristianV!~cvillegas@186-129-251-218.static.speedy.com.ar) | |
15:38 | <CristianV> hi!
| |
15:39 | I need some support... it's about usb optical drives-
| |
15:39 | and ltsp of course.
| |
15:44 | <knipwim> !ask
| |
15:44 | <ltsp> knipwim: ask: Don't ask to ask a question, simply ask it, and if someone knows the answer, they'll respond. Please hang around for at least a full hour after asking a question, as not everybody constantly monitors the channel.
| |
15:45 | F-GT has left IRC (F-GT!~phantom@ppp121-44-21-205.lns20.syd6.internode.on.net, Ping timeout: 248 seconds) | |
15:46 | <CristianV> ... ok
| |
15:48 | i have a ltsp installation working really good, ubuntu 10.10 running over esx servers. Mi thin clients are dell optiplex. The problem comes with the usb dvdrom. If I insert certain disk (Ex: an empty disk) the drive hangs and it doesn't read any other disks. then is necessary to unplug the drive and reconnect it.
| |
15:51 | <||cw> CristianV: anything in the client syslog?
| |
15:53 | <CristianV> ISOFS: unable to indetify CD-ROM format
| |
15:53 | it's udf i think
| |
15:54 | on empty disks it says something like isofill bread error
| |
15:55 | the disk is readable, it works well under w*in 7
| |
16:04 | Pecker has left IRC (Pecker!~irc@67-61-36-10.cpe.cableone.net, Read error: Operation timed out) | |
16:06 | Pecker has joined IRC (Pecker!~irc@67-61-36-10.cpe.cableone.net) | |
16:09 | <thebwt> we're using ltsp thick-clienting, and using ipxe to provide pxe information (we can't control dhcp, though Once i get this running I'll start to investigate dhcp-proxy, boss says not until this works though). What is the best way to set hostnames for booted clients? My first thought is that I'll have to doa custom ipxe script for each computer
| |
16:10 | But I was wondering if there was a way to do this within ltsp itself
| |
16:15 | <CristianV> host HOSTNAME-HERE{
| |
16:15 | hardware ethernet HOST MAC ADDRESS;
| |
16:15 | }
| |
16:15 | put that on your dhcp conf
| |
16:20 | and use-host-decl-names on;
| |
16:22 | <thebwt> Can't touch dhcp.conf sadly (out of our department). But just had a chat with boss and made him ease up to proxydhcp. Going to try rolling that out
| |
16:23 | Bootless has joined IRC (Bootless!~AnDyLap@ip-109-45-0-87.web.vodafone.de) | |
16:25 | Bootless has left IRC (Bootless!~AnDyLap@ip-109-45-0-87.web.vodafone.de, Client Quit) | |
16:52 | nicoAMG has joined IRC (nicoAMG!~nicoAMG@201.191.195.51) | |
16:53 | risca has joined IRC (risca!~risca@h240n6-n-a31.ias.bredband.telia.com) | |
16:57 | khildin has left IRC (khildin!~khildin@ip-83-134-214-30.dsl.scarlet.be, Quit: I'm gone, bye bye) | |
17:05 | jammcq has joined IRC (jammcq!~jam@70-91-230-209-BusName-Michigan.hfc.comcastbusiness.net) | |
17:14 | <thebwt> dnsmasq rocks!
| |
17:17 | khildin has joined IRC (khildin!~khildin@ip-83-134-214-30.dsl.scarlet.be) | |
17:22 | GodFather has joined IRC (GodFather!~rcc@fw.acurrus.com) | |
17:22 | Parker955_Away is now known as Parker955 | |
17:28 | CristianV has left IRC (CristianV!~cvillegas@186-129-251-218.static.speedy.com.ar, ) | |
17:38 | <||cw> thebwt: that it does
| |
17:39 | alexc123 has joined IRC (alexc123!b85bfc43@gateway/web/freenode/ip.184.91.252.67) | |
18:03 | <thebwt> using dnsmasq to do proxyDHCP, what is an example of a dhcp-host line that specifies a hostname for the pxe booting client based on on mac address?
| |
18:07 | <||cw> dhcp-host={mac},{hostname},{IP}
| |
18:07 | and 1 part is optional
| |
18:07 | any one part
| |
18:08 | <thebwt> okay, so if i still wanted the ip to be allocated by the real dhcp server i'd do "dhcp-host={mac},{hostname,"
| |
18:08 | <||cw> you can leave off the IP to have the hostname assigned, you can leav off the mac to have IP assigned by client hostname
| |
18:08 | <thebwt> ?
| |
18:08 | <||cw> yeah
| |
18:08 | <thebwt> roger
| |
18:08 | <||cw> I guess, I haven't used proxy
| |
18:08 | <thebwt> I'll give it a shot
| |
18:15 | nay :( it's still booting up as ltspXXX
| |
18:25 | monteslu_ is now known as monteslu | |
18:27 | telex has left IRC (telex!~telex@freeshell.de, Remote host closed the connection) | |
18:31 | nicoAMG has left IRC (nicoAMG!~nicoAMG@201.191.195.51, Ping timeout: 240 seconds) | |
18:36 | alexc123 has left IRC (alexc123!b85bfc43@gateway/web/freenode/ip.184.91.252.67, Ping timeout: 245 seconds) | |
18:49 | GodFather has left IRC (GodFather!~rcc@fw.acurrus.com, Quit: Leaving) | |
18:54 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
18:57 | <alkisg> thebwt: in lts.conf, put [mac:address] HOSTNAME=xxx sections
| |
18:58 | <thebwt> where does lts.conf live?
| |
18:59 | <alkisg> /var/lib/tftpboot/ltsp/i386/lts.conf
| |
18:59 | !lts.conf
| |
18:59 | <ltsp> alkisg: lts.conf: http://manpages.ubuntu.com/lts.conf
| |
19:04 | <thebwt> alkisg: okay so after I add this, I will need to run ltsp-update-image ?
| |
19:04 | <alkisg> thebwt: no, just reboot the client. Don't forget [default] as the first line of lts.conf
| |
19:04 | Err never mind
| |
19:04 | You don't need [default], you have mac address sections
| |
19:04 | <thebwt> roger
| |
19:08 | dead_inside has left IRC (dead_inside!~dead_insi@76.75.3.174, Ping timeout: 244 seconds) | |
19:09 | <alkisg> thebwt: btw, you can't use dhcp settings for the proxydhcp mode, that's why I proposed lts.conf instead. The clients get their info from the "main" dhcp server, not from dnsmasq.
| |
19:10 | <thebwt> alkisg: roger is was imaginging injecting that info as well, but I see how that wont work now. Then I was going to try doing a seperate file in pxelinux.cfg for eacg mac address, this is much more sane.
| |
19:11 | dead_inside has joined IRC (dead_inside!~dead_insi@76.75.3.174) | |
19:12 | <thebwt> our end goal is to have this all running in fat client mode for local users to use eclipse on. We're almost there, the extra job that will be tough is using the local harddrive for a glusterfs (which is why the hostnames are important)
| |
19:13 | <alkisg> I imagine that can be easily arranged from an init-ltsp.d script
| |
19:13 | Pecker has left IRC (Pecker!~irc@67-61-36-10.cpe.cableone.net, Ping timeout: 260 seconds) | |
19:21 | Pecker has joined IRC (Pecker!~irc@67-61-36-10.cpe.cableone.net) | |
19:22 | <thebwt> bah I don't think it's reading my lts.conf it's supposed to be at /var/lib/tftboot/ltsp/<chroot>/ltsp.conf right?
| |
19:23 | err
| |
19:23 | lts.conf *
| |
19:26 | could it be because I made one in /opt/ltsp/<chroot>/etc/lts.conf
| |
19:26 | therefore it's not importing it from teh tftp root?
| |
19:30 | <alkisg> thebwt: i386, not <chroot>
| |
19:31 | Even if your chroot is named otherwise (because of proxydhcp)
| |
19:31 | If you prefer, symlink it to i386
| |
19:32 | <thebwt> orly, thats awkward, so I need to make that directory just for lts.conf then
| |
19:32 | thanks again alkisg!
| |
19:32 | <alkisg> symlink the whole dir if you prefer. np
| |
19:33 | In the future I hope we'll have a configuration system in the server's /etc/ltsp instead of tftp/lts.conf, so it'd be much saner then
| |
19:33 | <thebwt> so this means if I'm hosting ltsp'n multiple images off one machine, that I'll need the lts.conf to handle ALL chroots in one spot?
| |
19:34 | <alkisg> Yes, but note that you usually don't need multiple chroots
| |
19:34 | Usually you can have boot scripts that adjust a common image to different client needs
| |
19:35 | Of course different client arches do need different chroots
| |
19:35 | <thebwt> thats init-ltsp you mentioned earlier?
| |
19:35 | <alkisg> There are many places for scripts, init-ltsp.d is one of them, runs even before init
| |
19:35 | <||cw> such as with the rc-scripts options, or even just normal init scripts that do things like hostname detection, or dhcp option, , or whatever
| |
19:42 | <thebwt> i've copied my custom lts.conf to ../tftpboot/i386 ../tftpboot/amd64 ../tftpboot/fatboy (name of the chroot while I'm getting it going) but doesn't seemt o be getting passed to teh client. if I cat the client's /etc/lts.conf, it still is the default file.
| |
19:42 | will the client always show the default file? and perhaps my lts.conf syntax is wrong?
| |
19:45 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Read error: Connection reset by peer) | |
19:45 | alkisg1 has joined IRC (alkisg1!~alkisg@ubuntu/member/alkisg) | |
19:46 | <alkisg1> thebwt: what's your server and what's your chroot arch?
| |
19:51 | <thebwt> both amd64
| |
19:51 | alkisg1: both amd64*
| |
19:51 | alkisg1 is now known as alkig | |
19:51 | alkig is now known as alkisg | |
19:52 | <alkisg> thebwt: /opt/ltsp/<chroot>/usr/bin/getltscfg -c /var/lib/tftpboot/ltsp/i386/lts.conf -a
| |
19:52 | That way you can verify if your lts.conf syntax is correct or not
| |
19:53 | Also, are you using IPAPPEND 3?
| |
19:54 | <thebwt> I am
| |
19:54 | that was part of the dnsmasq guide
| |
19:54 | <alkisg> Try this from another pc:
| |
19:54 | $ cd /tmp
| |
19:54 | $ tftp <ltsp-server-ip> -v -m binary -c get /ltsp/i386/pxelinux.0
| |
19:54 | *lts.conf instead of pxelinux.0
| |
19:55 | The tftp binary is part of the tftp-hpa package
| |
19:57 | If you did absolute symlinks instead of relative, they won't work with tftpd-hpa
| |
19:58 | <thebwt> hmm
| |
19:58 | file not found, then I just rm'd the link and outhright copied the file
| |
19:58 | then it worked.. rebooting a client
| |
19:59 | [GuS] has left IRC ([GuS]!~MysT@unaffiliated/gus/x-663402, Read error: Connection reset by peer) | |
19:59 | <alkisg> cd /var/lib/tftpboot; ln -s i386 <chroot-name>
| |
20:00 | Err the opposite
| |
20:07 | thisnickistaken has left IRC (thisnickistaken!~toor@12.249.236.222) | |
20:08 | <thebwt> still not changing the hostname, but now when I try to cat /etc/lts.conf from inside a client, it says permission denied
| |
20:08 | so that's progress/change
| |
20:13 | alkisg: are there permission issues i'm not thinking of? even 777'n the file didn't make that go away.
| |
20:15 | <alkisg> thebwt: lts.conf on the client is only readable by root
| |
20:15 | !screen_02
| |
20:15 | <ltsp> alkisg: screen_02: To get a root shell on an Ubuntu thin client: https://help.ubuntu.com/community/UbuntuLTSP/ClientTroubleshooting#Using_a_shell_SCREEN
| |
20:16 | Pecker has left IRC (Pecker!~irc@67-61-36-10.cpe.cableone.net, Ping timeout: 252 seconds) | |
20:16 | <thebwt> oh neat!
| |
20:17 | also: it works!!!
| |
20:17 | hostname is set :D okay now to make a master list of all these ips :,(
| |
20:19 | <alkisg> IPs? Or MACs?
| |
20:24 | brunolambert has left IRC (brunolambert!blambert@nat/revolutionlinux/x-wefskucqqdgteguq, Quit: brunolambert) | |
20:24 | brunolambert has joined IRC (brunolambert!blambert@nat/revolutionlinux/x-xgdhbnxrcyujjxsg) | |
20:24 | Pecker has joined IRC (Pecker!~irc@67-61-36-10.cpe.cableone.net) | |
20:28 | shh has left IRC (shh!~if0t@if0t.co.uk, Ping timeout: 246 seconds) | |
20:29 | shh has joined IRC (shh!~if0t@if0t.co.uk) | |
20:30 | <thebwt> alkisg: macs
| |
20:31 | alkisg: not sure why I said IPs
| |
20:31 | jammcq has left IRC (jammcq!~jam@70-91-230-209-BusName-Michigan.hfc.comcastbusiness.net, Quit: Lost terminal) | |
20:34 | shh has left IRC (shh!~if0t@if0t.co.uk, Ping timeout: 240 seconds) | |
20:35 | shh has joined IRC (shh!~if0t@if0t.co.uk) | |
20:51 | risca has left IRC (risca!~risca@h240n6-n-a31.ias.bredband.telia.com, Quit: Lämnar) | |
21:01 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.) | |
21:05 | Gremble has left IRC (Gremble!~Ben@cpc10-aztw24-2-0-cust114.aztw.cable.virginmedia.com, Quit: I Leave) | |
21:12 | artista-frustrad has left IRC (artista-frustrad!~fernando@189.125.205.147, Quit: Leaving) | |
21:18 | Trixboxer has left IRC (Trixboxer!~Trixboxer@115.124.115.71, Quit: "Achievement is not the end, its the beginning of new journey !!!") | |
21:24 | ricotz has left IRC (ricotz!~rico@unaffiliated/ricotz, Quit: Ex-Chat) | |
21:38 | dead_inside has left IRC (dead_inside!~dead_insi@76.75.3.174, Quit: Leaving...) | |
21:46 | mikec has left IRC (mikec!~mikec@stat5test.stat.wisc.edu, Quit: Leaving) | |
21:46 | brunolambert has left IRC (brunolambert!blambert@nat/revolutionlinux/x-xgdhbnxrcyujjxsg, Quit: brunolambert) | |
21:59 | khildin has left IRC (khildin!~khildin@ip-83-134-214-30.dsl.scarlet.be, Remote host closed the connection) | |
22:21 | F-GT has joined IRC (F-GT!~phantom@ppp121-44-21-205.lns20.syd6.internode.on.net) | |
22:27 | dsugar100 has left IRC (dsugar100!~dsugar100@columbia.tresys.com, Quit: dsugar100) | |
22:30 | F-GT has left IRC (F-GT!~phantom@ppp121-44-21-205.lns20.syd6.internode.on.net, Ping timeout: 240 seconds) | |
22:43 | highvoltage has left IRC (highvoltage!~highvolta@ubuntu/member/highvoltage, Quit: Lost terminal) | |
22:44 | highvoltage has joined IRC (highvoltage!~highvolta@ubuntu/member/highvoltage) | |
22:52 | bengoa has left IRC (bengoa!~bengoa@alberto.propus.com.br, Quit: Leaving.) | |
23:01 | joebaker has joined IRC (joebaker!~joebaker@64.245.0.3) | |
23:15 | monteslu has left IRC (monteslu!~monteslu@ip68-109-174-213.ph.ph.cox.net, Ping timeout: 255 seconds) | |
23:28 | monteslu has joined IRC (monteslu!~monteslu@ip68-109-174-213.ph.ph.cox.net) | |
23:50 | andygraybeal has left IRC (andygraybeal!~andy.gray@obsidian.casanueva.com, Quit: Ex-Chat) | |