04:59 | vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving) | |
06:43 | kjackal has joined IRC (kjackal!~quassel@2a02:587:3101:f300:58d8:9170:d224:a967) | |
08:22 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
08:25 | kjackal has left IRC (kjackal!~quassel@2a02:587:3101:f300:58d8:9170:d224:a967, Ping timeout: 250 seconds) | |
08:25 | kjackal has joined IRC (kjackal!~quassel@80.107.182.228) | |
09:20 | kjackal has left IRC (kjackal!~quassel@80.107.182.228, Ping timeout: 245 seconds) | |
09:35 | gdi2k has joined IRC (gdi2k!~gdi2k@host86-185-148-160.range86-185.btcentralplus.com) | |
09:48 | woernie has joined IRC (woernie!~werner@p50867FED.dip0.t-ipconnect.de) | |
11:02 | fnurl has left IRC (fnurl!url@host31-49-219-13.range31-49.btcentralplus.com, Ping timeout: 240 seconds) | |
11:02 | kjackal has joined IRC (kjackal!~quassel@80.107.182.228) | |
11:02 | fnurl has joined IRC (fnurl!url@host31-49-219-13.range31-49.btcentralplus.com) | |
13:57 | woernie has left IRC (woernie!~werner@p50867FED.dip0.t-ipconnect.de, Remote host closed the connection) | |
14:51 | kjackal has left IRC (kjackal!~quassel@80.107.182.228, Ping timeout: 244 seconds) | |
16:32 | kjackal has joined IRC (kjackal!~quassel@2a02:587:3101:f300:58d8:9170:d224:a967) | |
17:34 | ||cw has left IRC (||cw!~chrisw@unaffiliated/cw/x-1182934, Quit: Do not follow the null pointer, for therein lies ma&^%#___) | |
17:40 | <ZAJDAN> alkisg is here?
| |
17:57 | <alkisg> !ask
| |
17:57 | <ltsp> 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.
| |
18:05 | <ZAJDAN> okok
| |
18:09 | we spoke about the thin client which doesnt wnat to start ann you recommended me modify '/var/lib/tftpboot/ltsp/i386/pxelinux.cfg/default'
| |
18:10 | <alkisg> Yes
| |
18:10 | <ZAJDAN> and remove 'quiet splash plymouth:force-splash vt.handoff=7' ..this optis I have not there ..I use default version of this config
| |
18:10 | <alkisg> Pastebin your pxelinux.cfg
| |
18:10 | /default
| |
18:13 | <ZAJDAN> https://termbin.com/n0eb
| |
18:14 | adrianor1 has joined IRC (adrianor1!~adrianorg@189.58.236.100.dynamic.adsl.gvt.net.br) | |
18:14 | vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc) | |
18:15 | adrianorg has left IRC (adrianorg!~adrianorg@189.58.231.136.dynamic.adsl.gvt.net.br, Ping timeout: 240 seconds) | |
18:16 | <alkisg> append ro initrd=initrd.img-3.16.0-4-586 init=/sbin/init-ltsp quiet root=/dev/nbd0
| |
18:16 | Remove "quiet" from there
| |
18:19 | vagrantc: ok, you didn't like the down sides of ipv6 link-local addresses, here's my newer crazy idea: :P http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2019q1/012875.html
| |
18:19 | <ZAJDAN> ok I made it...then rebooted the client but again started to black screen
| |
18:19 | <alkisg> Fake dhcp server in alternate ports, only for those who need it (that's only when proxydhcp AND local kernel is used, no pxe capability)
| |
18:20 | ZAJDAN: did it show more messages now?
| |
18:20 | <ZAJDAN> now
| |
18:20 | not
| |
18:20 | but the client is not frozen...I see him connected in Epoptes
| |
18:21 | <alkisg> Can you right click and open a root terminal?
| |
18:21 | <ZAJDAN> and via Epopres I can also reboot the affected client
| |
18:21 | yess
| |
18:21 | <vagrantc> alkisg: i didn't not like it, i actually liked the ipv6 link-local idea a lot, just wanted to make sure we knew the potential issues
| |
18:21 | <ZAJDAN> root-localy?
| |
18:21 | <alkisg> yes
| |
18:21 | Open a terminal and run: getltscfg -a | nc termbin.com 9999
| |
18:21 | And paste the output here
| |
18:23 | <ZAJDAN> the terminal is opened but doesn't have active command line
| |
18:24 | <alkisg> If you click "monitor client", do you see its screen?
| |
18:24 | <ZAJDAN> now is active the terminal
| |
18:24 | <alkisg> OK, run the command
| |
18:24 | <vagrantc> alkisg: very clever new idea :)
| |
18:25 | <alkisg> vagrantc: thanks! I can't imagine any trouble, especially with the "no-ping" option that doesn't even check if any client has that ip,
| |
18:25 | so, I'm thinking this should be enough, for the "rare" case when the kernel/initrd are loaded from local disk, AND there's no proper dhcp server
| |
18:25 | <ZAJDAN> https://termbin.com/5uu3l
| |
18:26 | <alkisg> ZAJDAN: from that shell now, try: ssh terminal-5@server
| |
18:27 | Can you ssh to the server that way, from that terminal, with that user?
| |
18:27 | I think either your autologin is failing, or your XRANDR command isn't appropriate
| |
18:28 | Remove both autologin and xrandr, and test again
| |
18:29 | <ZAJDAN> yes I am connetcted to the server with user terminal5
| |
18:30 | ssh terminal5@server
| |
18:30 | Iam there
| |
18:32 | <alkisg> So the problem is the -
| |
18:32 | You didn't put the dash there
| |
18:32 | In your lts.conf, you say "terminal-5", not "terminal5"
| |
18:33 | <ZAJDAN> aha
| |
18:35 | ok..fixed and client is rebooting ,....moment of true :_) ....yes is completetlly started up...thank YOu!
| |
18:36 | <alkisg> That autologin has caused numerous issues :D
| |
18:37 | <ZAJDAN> human error :_)
| |
19:09 | ||cw has joined IRC (||cw!~chrisw@unaffiliated/cw/x-1182934) | |
19:29 | ZAJDAN has left IRC (ZAJDAN!~zdenek@77.48.149.75, Ping timeout: 240 seconds) | |
20:12 | vsuojanen has joined IRC (vsuojanen!~vsuojanen@cable-hml-585686-205.dhcp.inet.fi) | |
20:23 | kjackal has left IRC (kjackal!~quassel@2a02:587:3101:f300:58d8:9170:d224:a967, Ping timeout: 252 seconds) | |
20:23 | kjackal_v2 has joined IRC (kjackal_v2!~quassel@80.107.182.228) | |
20:26 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Remote host closed the connection) | |
22:08 | kjackal_v2 has left IRC (kjackal_v2!~quassel@80.107.182.228, Ping timeout: 250 seconds) | |
22:32 | vsuojanen has left IRC (vsuojanen!~vsuojanen@cable-hml-585686-205.dhcp.inet.fi, Ping timeout: 245 seconds) | |
22:34 | vsuojanen has joined IRC (vsuojanen!~vsuojanen@cable-hml-585686-205.dhcp.inet.fi) | |
23:29 | adrianorg has joined IRC (adrianorg!~adrianorg@177.156.56.190) | |
23:32 | adrianor1 has left IRC (adrianor1!~adrianorg@189.58.236.100.dynamic.adsl.gvt.net.br, Ping timeout: 240 seconds) | |