00:52 | stgraber has left IRC (stgraber!~stgraber@shell.stgraber.org, Ping timeout: 264 seconds) | |
01:28 | stgraber has joined IRC (stgraber!~stgraber@shell.stgraber.org) | |
02:27 | stgraber has left IRC (stgraber!~stgraber@shell.stgraber.org, Ping timeout: 246 seconds) | |
03:00 | vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving) | |
04:34 | stgraber has joined IRC (stgraber!~stgraber@shell.stgraber.org) | |
05:01 | stgraber has left IRC (stgraber!~stgraber@shell.stgraber.org, Changing host) | |
05:01 | stgraber has joined IRC (stgraber!~stgraber@ubuntu/member/stgraber) | |
05:43 | gehidore has left IRC (gehidore!~username@unaffiliated/man, Quit: WeeChat 1.3) | |
05:44 | gehidore has joined IRC (gehidore!~username@unaffiliated/man) | |
05:45 | gehidore has left IRC (gehidore!~username@unaffiliated/man, Client Quit) | |
05:45 | gehidore has joined IRC (gehidore!~username@unaffiliated/man) | |
06:29 | work_alkisg is now known as alkisg | |
06:32 | ricotz has joined IRC (ricotz!~ricotz@p5B2A8015.dip0.t-ipconnect.de) | |
06:32 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
06:36 | vmlintu has left IRC (vmlintu!~vmlintu@a91-152-200-13.elisa-laajakaista.fi, Ping timeout: 250 seconds) | |
06:55 | mikkel has joined IRC (mikkel!~mikkel@mail.dlvs.dk) | |
07:05 | fnurl has joined IRC (fnurl!3cf8605f@gateway/web/freenode/ip.60.248.96.95) | |
07:11 | uXus has left IRC (uXus!~uXus@217.77.222.72, Remote host closed the connection) | |
07:15 | uXus has joined IRC (uXus!~uXus@217.77.222.72) | |
07:30 | cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 252 seconds) | |
07:53 | khildin has joined IRC (khildin!~khildin@ip-62-235-41-203.dial.scarlet.be) | |
08:16 | adrianorg has left IRC (adrianorg!~adrianorg@179.187.30.85.dynamic.adsl.gvt.net.br, Ping timeout: 250 seconds) | |
08:17 | adrianorg has joined IRC (adrianorg!~adrianorg@177.134.56.212) | |
08:22 | khildin has left IRC (khildin!~khildin@ip-62-235-41-203.dial.scarlet.be, Quit: I'm gone, bye bye) | |
08:41 | gdrados has joined IRC (gdrados!c23fefeb@gateway/web/freenode/ip.194.63.239.235) | |
08:51 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Ping timeout: 260 seconds) | |
08:51 | ricotz has joined IRC (ricotz!~ricotz@p5B2A8015.dip0.t-ipconnect.de) | |
08:51 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
09:02 | cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg) | |
10:07 | gvy has joined IRC (gvy!~mike@altlinux/developer/mike) | |
10:30 | <larryni> Morning.
| |
10:31 | Some of our thin HP clients abort with "longhaul: Option 'enable' not set. Aborting."
| |
10:32 | I understand that I need to add longhaul.disable=1 to GRUB bootline.
| |
10:33 | I thought I could do it through pxelinux.cfg, but that file tells me that it is auto generated, and to use /etc/ltsp/update-kernels.conf instead
| |
10:34 | Unfortunately that file doesn't exist on my server. Is there a way to create it, or how else would I add the longhaul line?
| |
10:34 | <alkisg> It is in the chroot
| |
10:34 | First try adding it to pxelinux.cfg even if it will get overwritten in the future
| |
10:34 | If it indeed solves the issue, ask again
| |
10:46 | <larryni> Darn. That didn't work.
| |
10:48 | ogra_ has left IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de, Ping timeout: 252 seconds) | |
10:49 | ogra_ has joined IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de) | |
10:58 | gdi2k has joined IRC (gdi2k!~gdi2k@180.191.106.186) | |
11:06 | <alkisg> larryni: note that "aborting" might mean "one of the modules refused to load", and be completely unrelated to why the clients don't boot
| |
11:06 | Did you check graphics card issues?
| |
11:07 | Try with SCREEN_02=shell (no ldm at all) in lts.conf
| |
11:11 | <larryni> alkisg: I can't really do that at the moment as we have people logging in on other clients. Probably will have to try that over the weekend when no-one's around.
| |
11:12 | <alkisg> larryni: you can create a pxelinux.cfg/01-mac-address file and affect only that one client
| |
11:13 | lbssousa has joined IRC (lbssousa!~laercio@177.143.61.150) | |
11:14 | Faith has joined IRC (Faith!~paty_@unaffiliated/faith) | |
11:19 | <larryni> alkisg: so the filename would be 01-00-00-00-00-00-00 (using the actual MAC address)? Do I need to create a section in that file or just add the one line SCREEN_02=shell?
| |
11:25 | <alkisg> larryni: yes for the filename, no for its usage, sorry, let me clarify,
| |
11:25 | pxelinux.cfg/01-mac-address is client-specific options instead of pxelinux.cfg/default
| |
11:25 | I.e. for kernel parameters
| |
11:25 | lts.conf supports per-client options in [mac-address] sections, that override the [Default] section
| |
11:25 | That's for SCREEN_02=shell etc
| |
11:28 | <larryni> So I could just add a [mac-adress] section in lts.conf without upsetting my other users?
| |
11:29 | <alkisg> Yes
| |
11:39 | alkisg is now known as work_alkisg | |
11:40 | <larryni> OK, I just added a [mac-address] section to lts.conf with the SCREEN_02=shell line
| |
11:41 | I still got the Abort message, but it then dropped my into a shell as root. Was that the intended behaviour?
| |
11:59 | Faith has left IRC (Faith!~paty_@unaffiliated/faith, Ping timeout: 244 seconds) | |
11:59 | Faith has joined IRC (Faith!~paty_@200.144.182.219) | |
12:11 | Faith has left IRC (Faith!~paty_@200.144.182.219, Ping timeout: 252 seconds) | |
12:28 | Faith has joined IRC (Faith!~paty_@143.107.231.49) | |
12:35 | nataraj has joined IRC (nataraj!~chatzilla@122.166.228.170) | |
12:44 | larryni has left IRC (larryni!~larryni@host86-174-205-165.range86-174.btcentralplus.com, Ping timeout: 250 seconds) | |
12:44 | <nataraj> is there an rpm in rhel?
| |
12:54 | nataraj has left IRC (nataraj!~chatzilla@122.166.228.170, Quit: ChatZilla 0.9.92 [Firefox 39.0/20150630154324]) | |
12:55 | ben_roose has joined IRC (ben_roose!~roose@roose.cs.wichita.edu) | |
12:57 | larryni has joined IRC (larryni!~larryni@host86-174-205-165.range86-174.btcentralplus.com) | |
12:58 | work_alkisg is now known as alkisg | |
12:59 | <alkisg> larryni: yes, that was the intended behaviour, and it means that the message you see doesn't cause any issues
| |
12:59 | The problem is after that in the boot process. You might try XSERVER=vesa or nomodeset (google for how to apply those), I think it's related to graphics issues.
| |
12:59 | alkisg is now known as work_alkisg | |
13:33 | Phantomas has joined IRC (Phantomas!~ftsamis@ubuntu/member/phantomas) | |
13:47 | SYS64738 has left IRC (SYS64738!~SYS64738@159.213.93.166, Ping timeout: 265 seconds) | |
14:44 | mikkel has left IRC (mikkel!~mikkel@mail.dlvs.dk, Quit: Leaving) | |
14:59 | Phantomas has left IRC (Phantomas!~ftsamis@ubuntu/member/phantomas) | |
15:25 | andygraybeal has left IRC (andygraybeal!~andy@h252.18.30.71.dynamic.ip.windstream.net, Ping timeout: 240 seconds) | |
16:30 | gvy has left IRC (gvy!~mike@altlinux/developer/mike, Quit: Leaving) | |
17:08 | Faith has left IRC (Faith!~paty_@143.107.231.49, Quit: Leaving) | |
17:20 | vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc) | |
17:31 | cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 268 seconds) | |
17:50 | danau11 has joined IRC (danau11!~durban@66.251.57.114) | |
17:50 | danau11 has left IRC (danau11!~durban@66.251.57.114) | |
18:03 | myrdd has joined IRC (myrdd!~quassel@55d41cfb.access.ecotel.net) | |
18:08 | Faith has joined IRC (Faith!~paty_@unaffiliated/faith) | |
19:03 | cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg) | |
19:04 | work_alkisg is now known as alkisg | |
19:13 | lbssousa has left IRC (lbssousa!~laercio@177.143.61.150, Quit: lbssousa) | |
19:48 | Faith has left IRC (Faith!~paty_@unaffiliated/faith, Quit: Leaving) | |
19:49 | danau111 has joined IRC (danau111!~durban@66.251.57.114) | |
19:50 | danau111 has left IRC (danau111!~durban@66.251.57.114) | |
20:31 | alkisg is now known as work_alkisg | |
20:45 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
22:03 | fede2 has joined IRC (fede2!~alvaro@186.176.20.162) | |
22:11 | stgraber has left IRC (stgraber!~stgraber@ubuntu/member/stgraber, Ping timeout: 240 seconds) | |
22:12 | <fede2> Hi, I'm trying to get an ltsp-cluster running under ubuntu 14.04. Following this howto I have the root and appsrv up and running.
| |
22:12 | When I boot the stations I get dhcp, then tftp and then a blank screen on the stations.
| |
22:12 | On the logs I get ltsp-directory[1211]: ,ip=10.42.24.22,mac=6C:0B:84:09:FF:76,display=0.0,code=2, - cannot_set_status: This message is not set in text-en.phpThis is not a valid IP address : appServIp=0.0.0.0
| |
22:13 | The load balancer config seems ok, as when I boot the stations or change any config on the web interface (cluster-control) I can see that the root is posting correctly to the appsrv.
| |
22:14 | appsrv$ tail -f /var/log/ltsp-cluster-lbagent.log | grep --color=auto -v Reload
| |
22:14 | 10.42.24.20 - - [29/Oct/2015 16:09:26] "POST /RPC2 HTTP/1.1" 200 -
| |
22:14 | Any ideas? Thanks in advance.
| |
22:27 | gdi2k has left IRC (gdi2k!~gdi2k@180.191.106.186, Ping timeout: 260 seconds) | |
22:36 | stgraber has joined IRC (stgraber!~stgraber@shell.stgraber.org) | |
22:47 | <fede2> Nevermind... read on irclogs that when other people have asked the same, they have been steared away from ltsp-cluster.
| |
22:47 | Trying to loadbalance using DNS with stock ltsp.
| |
23:21 | <maldridge> yeah, ltsp cluster is massive, complicated, and mostly disliked afaik
| |
23:27 | <fede2> Yeap. Got a stock ltsp running in minutes.
| |
23:28 | Aldo I think a but in nbd in the allow file is bitting me right now...
| |
23:32 | fede2 has left IRC (fede2!~alvaro@186.176.20.162, Ping timeout: 244 seconds) | |
23:39 | stgraber has left IRC (stgraber!~stgraber@shell.stgraber.org, Ping timeout: 246 seconds) | |
23:53 | vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving) | |