00:02 | gdi2k has left IRC (gdi2k!~gdi2k@203.177.251.132, Ping timeout: 276 seconds) | |
00:06 | gdi2k has joined IRC (gdi2k!~gdi2k@180.191.107.2) | |
00:20 | gdi2k has left IRC (gdi2k!~gdi2k@180.191.107.2, Ping timeout: 276 seconds) | |
00:26 | gdi2k has joined IRC (gdi2k!~gdi2k@180.191.107.2) | |
00:55 | ogra_ has left IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de, Ping timeout: 272 seconds) | |
00:55 | ogra_ has joined IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de) | |
02:13 | vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving) | |
02:25 | kjackal has joined IRC (kjackal!~quassel@2a02:587:3117:9e00:a5b7:b533:aefb:e55d) | |
02:26 | gdi2k has left IRC (gdi2k!~gdi2k@180.191.107.2, Ping timeout: 276 seconds) | |
02:30 | kjackal has left IRC (kjackal!~quassel@2a02:587:3117:9e00:a5b7:b533:aefb:e55d, Ping timeout: 264 seconds) | |
03:31 | gdi2k has joined IRC (gdi2k!~gdi2k@112.198.79.241) | |
04:13 | gdi2k has left IRC (gdi2k!~gdi2k@112.198.79.241, Read error: Connection reset by peer) | |
05:21 | kjackal has joined IRC (kjackal!~quassel@2a02:587:3117:9e00:a5b7:b533:aefb:e55d) | |
05:39 | vmlintu has joined IRC (vmlintu!~vmlintu@a91-153-33-91.elisa-laajakaista.fi) | |
06:18 | mikkel has joined IRC (mikkel!~mikkel@mail.dlvs.dk) | |
06:34 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
06:51 | gdi2k has joined IRC (gdi2k!~gdi2k@49.151.17.102) | |
07:02 | kjackal has left IRC (kjackal!~quassel@2a02:587:3117:9e00:a5b7:b533:aefb:e55d, Remote host closed the connection) | |
07:08 | kjackal has joined IRC (kjackal!~quassel@2a02:587:3117:9e00:ed9e:2342:688c:66d) | |
07:46 | Softeisbieger has joined IRC (Softeisbieger!~Softeisbi@ip-62-143-13-166.hsi01.unitymediagroup.de) | |
07:50 | <vlt> Hello. For 10 years now we are using LTSP on Ubuntu. A few weeks ago – I think after another firefox update – users began to complain about the whole system being unbearably slow. Scrolling became a nightmare.
| |
07:50 | Then last week I switched the first users to a fresh Debian 8 install.
| |
07:50 | Happiness all around! It was incredibly fast.
| |
07:50 | But …
| |
07:52 | After only a few days I ran updates last weekend and something happened to the iceweasel packages: There’s now firefox and we experience the same slowness as on the Ubuntu systems.
| |
07:52 | Any idea what’s going on here?
| |
07:55 | <alkisg> vlt: are you using thin or fat clients?
| |
07:56 | <vlt> alkisg: I’m afraid I don’t know. I think THIN. Is it a “fat client” when programs like firefox are run locally?
| |
07:56 | <alkisg> (or localapps)
| |
07:56 | Yes, it depends on where the cpu usage is, server or client
| |
07:56 | <vlt> Thin then.
| |
07:57 | <alkisg> What are your client specs, cpu/ram?
| |
07:57 | <vlt> Low
| |
07:57 | <alkisg> Like 256 RAM?
| |
07:57 | <vlt> 500–1000
| |
07:57 | <alkisg> Can you be more specific, because you're in the limit between thins and fats
| |
07:58 | <vlt> Did the firefox developers change something critically?
| |
07:58 | <alkisg> I don't know about firefox in general
| |
07:58 | <vlt> Some machines have 512 MB RAM, some 1024.
| |
07:58 | <alkisg> I know about youtube, they're using html5 now
| |
07:58 | <vlt> It the HP t5xxx series.
| |
07:58 | <alkisg> Machines with 1024 might make better fat clients than thin
| |
07:59 | <vlt> I wonder what exactly changed with the last update. It was a very well working system until last weekend.
| |
08:00 | <alkisg> That would be a question for #firefox...
| |
08:00 | But if you downgrade firefox, everything's well again?
| |
08:00 | <vlt> I’d have to try.
| |
08:00 | * vlt has to find out how to downgrade | |
08:01 | <alkisg> apt policy firefox => shows you the available versions
| |
08:01 | apt install firefox=specific-version
| |
08:02 | So, for example, hp t510 has this cpu: http://www.cpubenchmark.net/cpu.php?cpu=VIA+Eden+X2+U4200+%40+1.0%2B+GHz
| |
08:02 | Which has a cpu score of 478
| |
08:02 | I wouldn't recommend to anyone to buy that as a fat client,
| |
08:02 | but nevertheless, it will still function much better as a fat client rather than a thin client
| |
08:03 | E.g. it won't be able to watch fullscreen youtube video or scroll windows seamlessly as a thin, but it will as fat
| |
08:03 | !ltsp-pnp
| |
08:03 | <ltsp> ltsp-pnp: ltsp-pnp is an alternative (upstream) method to maintain LTSP installations for thin and fat clients that doesn't involve chroots: https://help.ubuntu.com/community/UbuntuLTSP/ltsp-pnp
| |
08:04 | <sebd> Hello, vlt, I read somewhere the latest Firefox uses GTK 3 - the GTK3 libs might miss something to be efficient on your setup.
| |
08:06 | <vlt> sebd: Thank you. That would be the critical change the firefox developers made.
| |
08:07 | Any idea how to get it working again?
| |
08:09 | <sebd> vlt: apt-get install iceweasel=38.8.0esr-1~deb8u1
| |
08:10 | I wonder if apt-get will work out dependancies on its own
| |
08:10 | <alkisg> As long as they're in the repositories, it does
| |
08:10 | <vlt> sebd: Thanks, I’ll try that liek NOW.
| |
08:20 | sebd: It’s even still in /var/cache/apt/archives/ ;-D
| |
08:32 | sebd: The file there is called /var/cache/apt/archives/iceweasel_38.8.0esr-1~deb8u1_amd64.deb
| |
08:32 | Whould I use the _amd64 part as well?
| |
08:32 | *Should
| |
08:40 | <sebd> vlt: I do not think you should
| |
08:41 | kjackal has left IRC (kjackal!~quassel@2a02:587:3117:9e00:ed9e:2342:688c:66d, Ping timeout: 264 seconds) | |
08:44 | <vlt> sebd: Ok, it’s fast again.
| |
08:45 | l10n is missing.
| |
08:45 | How to install the corresponding iceweasel-l10n-de package?
| |
08:45 | sebd: Where did you get that version string from?
| |
08:47 | apt comnplains: "E: Version '38.8.0esr-1~deb8u1' for 'iceweasel-l10n-de' was not found"
| |
08:48 | TimKramer has joined IRC (TimKramer!~TimKramer@p5099ba95.dip0.t-ipconnect.de) | |
08:48 | <TimKramer> Hello
| |
08:49 | <alkisg> Hello
| |
08:49 | <TimKramer> can someone help me with modifying the lts.conf?
| |
08:49 | <alkisg> !ask
| |
08:49 | <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.
| |
08:51 | <alkisg> TimKramer, just ask your question...
| |
08:51 | <TimKramer> i want to boot thin clients, they should connect per rdesktop to my 2008 R2 windows server. But i have the problem that the lts.conf dont start rdesktop for the thin clients and i get only the ldm login screen
| |
08:52 | What can i do?
| |
08:52 | <alkisg> !rdp
| |
08:52 | <ltsp> I do not know about 'rdp', but I do know about these similar topics: 'RDP-localdev', 'freerdp', 'win8-rdp'
| |
08:52 | <TimKramer> [default]
| |
08:52 | LDM_AUTOLOGIN = True
| |
08:52 | [00:0D:B9:25:59:E0]
| |
08:52 | LDM_USERNAME = ltsp233
| |
08:52 | LDM_PASSWORD = Dotz4u3r!
| |
08:52 | SCREEN_01 = startx
| |
08:52 | SCREEN_02 = ldm
| |
08:52 | SCREEN_04 = rdesktop
| |
08:52 | RDP_SERVER = 192.168.1.111
| |
08:52 | thats my lts.conf
| |
08:52 | <alkisg> !freerdp
| |
08:52 | <ltsp> freerdp: http://www.freerdp.com/ is a new RDP implementation which is more actively maintained than rdesktop. Newer LTSP versions support SCREEN_07=xfreerdp <params>.
| |
08:52 | <alkisg> Try this:
| |
08:52 | SCREEN_04=xterm
| |
08:53 | Reboot the client, do you get an xterm on vt4?
| |
08:53 | Also, do you need both ldm and rdp, or just rdp?
| |
08:54 | vmlintu has left IRC (vmlintu!~vmlintu@a91-153-33-91.elisa-laajakaista.fi, Ping timeout: 250 seconds) | |
08:55 | <TimKramer> i just need rdp not more
| |
08:56 | vmlintu has joined IRC (vmlintu!~vmlintu@a91-153-33-91.elisa-laajakaista.fi) | |
08:57 | <alkisg> So you don't need LDM_AUTOLOGIN, LDM_USERNAME, LDM_PASSWORD, SCREEN_01, SCREEN_02
| |
08:57 | Try with only this, as your lts.conf:
| |
08:57 | [Default]
| |
08:57 | SCREEN_07=xterm
| |
08:58 | Reboot the client, and if you get an xterm, try to manually use xfreerdp from there to connect to your server
| |
08:58 | When you've done that step, we can continue with the next one
| |
08:58 | <TimKramer> the client is rebooting
| |
08:58 | pleasy wait a sec
| |
09:00 | i have modified the lts conf an rebooted the client but i see again the ldm screen :(
| |
09:04 | <alkisg> That means that your client doesn't read lts.conf at all
| |
09:04 | <vlt> TimKramer: Can you check if /etc/lts.conf on the client is the one you changed?
| |
09:04 | <alkisg> It either has a syntax error, or it it's the wrong path, or dhcpd.conf is misconfigured
| |
09:04 | kjackal has joined IRC (kjackal!~quassel@2a02:587:3117:9e00:ac6a:8032:7bcb:2bbb) | |
09:06 | <alkisg> TimKramer: which distro/version are you using?
| |
09:07 | <TimKramer> Im using debian 8 because i need for the clients a non pae kernel
| |
09:07 | <alkisg> Is that jessie?
| |
09:07 | <TimKramer> yes
| |
09:08 | <alkisg> Are you using isc-dhcp-server, or e.g. dnsmasq or something else?
| |
09:08 | <TimKramer> No im using our utm from sophos for dhcp
| |
09:08 | <alkisg> And for tftp? tftpd-hpa?
| |
09:09 | <TimKramer> tftp
| |
09:09 | <alkisg> Which tftp server?
| |
09:09 | Your lts.conf should be in the tftp directory
| |
09:09 | Where is your lts.conf now?
| |
09:10 | <TimKramer> @vlt: Im editing the lts.conf on the server on /opt/lib/ltsp/i386/lts.conf
| |
09:10 | <alkisg> lib?!
| |
09:10 | <TimKramer> tftp server was installed with the ltsp packet from the debium repo
| |
09:10 | alkisg just wait a sec i will control
| |
09:11 | <alkisg> Your lts.conf should be in either /srv/tftp or /var/lib/tftpboot, depending on how you installed ltsp on debian
| |
09:11 | <TimKramer> sry the directory for lts.con is on /var/lib/tftpboot/ltsp/i386/lts.conf
| |
09:11 | <sebd> vlt: I looked into aptitude, because "apt policy" does not work in Debian 8.
| |
09:11 | <alkisg> sebd: apt-cache policy in jessie
| |
09:11 | apt is newer, needs debian 9
| |
09:12 | <vlt> sebd: Ok, thank you. I installed the -l10n pkg via dpkg -i from /var/cache/apt/archives/ now.
| |
09:12 | <sebd> vlt: apt-cache policy iceweasel
| |
09:12 | <vlt> Iceweasel works, is localised and damn fast.
| |
09:13 | <sebd> thank you alkisg I always learn things on this chan
| |
09:13 | <alkisg> TimKramer: edit /etc/default/tftpd-hpa, add "--verbose" next to "--secure", then sudo service tftpd restart, then boot the client and check the syslog about errors in not finding lts.conf
| |
09:14 | <TimKramer> i modified the tftpd-hpa file and its on --secure
| |
09:14 | i used a how to from the debian wiki but it is old realy odl :D
| |
09:14 | old*
| |
09:15 | but the tftp directory is on /srv/tftp
| |
09:15 | is this right?
| |
09:15 | <alkisg> (12:11:14 μμ) alkisg: Your lts.conf should be in either /srv/tftp or /var/lib/tftpboot, depending on how you installed ltsp on debian
| |
09:15 | Check your tftp server logs
| |
09:16 | Only keep one of those two directories, don't use both of them
| |
09:17 | <TimKramer> for the config i used only the /var
| |
09:17 | but in the tftp config is /srv/tftp written
| |
09:18 | and can u tell me where is the tftp-hpa log located=
| |
09:18 | ?
| |
09:19 | <alkisg> I wrote it above (adding --verbose and looking at syslog)
| |
09:20 | vlt: so you won't get firefox updates anymore?
| |
09:21 | <vlt> alkisg: That’s not the final solution.
| |
09:21 | alkisg: But now we know that the slowness was introduced by the update to version: 45.2.0esr-1~deb8u1.
| |
09:22 | <TimKramer> ive changed the tftp directory and i got the xterm
| |
09:22 | * alkisg has seen numerous changes in the last 8 years that make things worse for thin clients, that's why he's suggesting diskless ltsp fat clients instead, whenever possible | |
09:22 | <TimKramer> i think we have found my failure
| |
09:25 | thanks for your help! :)
| |
09:29 | last question. Can i use rdesktop again? I know xfreerdp is newer but rdesktop runs faster as xfreerdp on that client..
| |
09:31 | okay i tried and see that i must use freerdp
| |
09:32 | <alkisg> TimKramer: you can install rdesktop and use it, yes
| |
09:33 | <TimKramer> im running in this moment a freerdp connection with 16 bit colour and its look good
| |
09:33 | i'll try which works better for me
| |
09:33 | thank you 1000 times!
| |
09:33 | <alkisg> What are your client specs, cpu/ram?
| |
09:34 | <TimKramer> 256Mhz AMD Geode, 256mb ram
| |
09:34 | <alkisg> OK, yeah that's as good as it can get :)
| |
09:35 | <TimKramer> :)
| |
09:44 | okay when i start xfreerdp on lts.conf i got only a black screen with my mouse. When i use xterm it will work
| |
09:44 | Anyone an idea?
| |
09:51 | its work :D
| |
09:51 | So thanks 4 your help and have a nice day
| |
09:51 | bye
| |
09:51 | TimKramer has left IRC (TimKramer!~TimKramer@p5099ba95.dip0.t-ipconnect.de) | |
10:10 | lbssousa has joined IRC (lbssousa!~lbssousa@177.143.13.192) | |
11:11 | Statler_ has joined IRC (Statler_!~Georg@pD9F4845D.dip0.t-ipconnect.de) | |
11:35 | Softeisbieger has left IRC (Softeisbieger!~Softeisbi@ip-62-143-13-166.hsi01.unitymediagroup.de, Ping timeout: 276 seconds) | |
11:41 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-83-134-23-104.dsl.scarlet.be) | |
11:46 | Faith has joined IRC (Faith!~paty_@unaffiliated/faith) | |
11:47 | Softeisbieger has joined IRC (Softeisbieger!~Softeisbi@ip-62-143-13-166.hsi01.unitymediagroup.de) | |
12:00 | ben_roose has joined IRC (ben_roose!~roose@roose.cs.wichita.edu) | |
12:04 | gvy has joined IRC (gvy!~mike@altlinux/developer/mike) | |
12:15 | robb_nl has left IRC (robb_nl!~robb_nl@ip-83-134-23-104.dsl.scarlet.be, Ping timeout: 240 seconds) | |
12:42 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
12:58 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
13:10 | <||cw> ooo geodes. hope they were free
| |
13:12 | johnson1k86 has joined IRC (johnson1k86!3e9fffbd@gateway/web/freenode/ip.62.159.255.189) | |
13:40 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-83-134-23-104.dsl.scarlet.be) | |
13:46 | robb_nl has left IRC (robb_nl!~robb_nl@ip-83-134-23-104.dsl.scarlet.be, Ping timeout: 250 seconds) | |
13:49 | <highvoltage> you'd have to pay most people here to take them. a lot.
| |
14:07 | mgariepy has left IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy, Quit: Leaving) | |
14:16 | mikkel has left IRC (mikkel!~mikkel@mail.dlvs.dk, Quit: Leaving) | |
14:18 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-83-134-23-104.dsl.scarlet.be) | |
14:19 | mgariepy has joined IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy) | |
14:26 | johnson1k86 has left IRC (johnson1k86!3e9fffbd@gateway/web/freenode/ip.62.159.255.189, Quit: Page closed) | |
14:38 | gvy has left IRC (gvy!~mike@altlinux/developer/mike, Quit: Leaving) | |
14:40 | robb_nl has left IRC (robb_nl!~robb_nl@ip-83-134-23-104.dsl.scarlet.be, Ping timeout: 260 seconds) | |
14:56 | Softeisbieger has left IRC (Softeisbieger!~Softeisbi@ip-62-143-13-166.hsi01.unitymediagroup.de, Ping timeout: 240 seconds) | |
15:44 | gp has joined IRC (gp!~gp@104-14-168-137.lightspeed.rcsntx.sbcglobal.net) | |
15:54 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-83-134-23-104.dsl.scarlet.be) | |
16:00 | robb_nl has left IRC (robb_nl!~robb_nl@ip-83-134-23-104.dsl.scarlet.be, Ping timeout: 244 seconds) | |
16:13 | gp has left IRC (gp!~gp@104-14-168-137.lightspeed.rcsntx.sbcglobal.net, Quit: Leaving) | |
16:16 | kjackal has left IRC (kjackal!~quassel@2a02:587:3117:9e00:ac6a:8032:7bcb:2bbb, Ping timeout: 264 seconds) | |
16:18 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-83-134-23-104.dsl.scarlet.be) | |
16:44 | gp has joined IRC (gp!~gp@104-14-168-137.lightspeed.rcsntx.sbcglobal.net) | |
17:07 | kjackal has joined IRC (kjackal!~quassel@2a02:587:3117:9e00:ac6a:8032:7bcb:2bbb) | |
17:16 | kjackal has left IRC (kjackal!~quassel@2a02:587:3117:9e00:ac6a:8032:7bcb:2bbb, Remote host closed the connection) | |
18:00 | kjackal has joined IRC (kjackal!~quassel@2a02:587:3117:9e00:2d92:fe33:6a4c:8ebb) | |
18:33 | robb_nl has left IRC (robb_nl!~robb_nl@ip-83-134-23-104.dsl.scarlet.be, Quit: I'm gone, bye bye) | |
19:08 | Statler_ has left IRC (Statler_!~Georg@pD9F4845D.dip0.t-ipconnect.de, Remote host closed the connection) | |
20:01 | lbssousa has left IRC (lbssousa!~lbssousa@177.143.13.192, Quit: Leaving) | |
20:29 | administrador has joined IRC (administrador!bf649b7e@gateway/web/freenode/ip.191.100.155.126) | |
20:31 | <administrador> como puedo poner en funcionamiento epoptes
| |
20:33 | administrador has left IRC (administrador!bf649b7e@gateway/web/freenode/ip.191.100.155.126, Client Quit) | |
20:42 | Faith has left IRC (Faith!~paty_@unaffiliated/faith, Quit: Leaving) | |
20:54 | gp_alt has joined IRC (gp_alt!~gp@104-14-168-137.lightspeed.rcsntx.sbcglobal.net) | |
21:11 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
21:23 | gp_alt has left IRC (gp_alt!~gp@104-14-168-137.lightspeed.rcsntx.sbcglobal.net, Quit: Leaving) | |
23:23 | ben_roose has left IRC (ben_roose!~roose@roose.cs.wichita.edu, Remote host closed the connection) | |