00:01 | pppingme has left IRC (pppingme!~pppingme@unaffiliated/pppingme, Ping timeout: 244 seconds) | |
00:02 | pppingme has joined IRC (pppingme!~pppingme@unaffiliated/pppingme) | |
00:17 | vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving) | |
05:44 | kjackal has joined IRC (kjackal!~quassel@ppp-2-86-54-15.home.otenet.gr) | |
06:42 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
07:22 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.) | |
07:22 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
09:10 | jgee has left IRC (jgee!~jgee@190.159.118.121, Ping timeout: 252 seconds) | |
10:00 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Ping timeout: 240 seconds) | |
10:01 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
10:03 | kjackal has left IRC (kjackal!~quassel@ppp-2-86-54-15.home.otenet.gr, Ping timeout: 264 seconds) | |
10:03 | kjackal has joined IRC (kjackal!~quassel@2a02:587:3101:400:f665:d004:c025:63df) | |
10:08 | kjackal has left IRC (kjackal!~quassel@2a02:587:3101:400:f665:d004:c025:63df, Ping timeout: 250 seconds) | |
10:08 | kjackal_v2 has joined IRC (kjackal_v2!~quassel@ppp-2-86-54-15.home.otenet.gr) | |
12:21 | Faith has joined IRC (Faith!~Paty_@unaffiliated/faith) | |
13:13 | <mwalters> OT: I know there's a few edu users here. Anyone using e2guardian for content filtering? Thoughts?
| |
13:13 | (My non-profit operates a private special education day school, looking for free/open solutions)
| |
13:41 | <Hyperbyte> http://e2guardian.org/cms/index.php/support
| |
13:43 | lucascastro has joined IRC (lucascastro!~lucascast@177-185-139-186.isotelco.net.br) | |
14:15 | adrianorg has left IRC (adrianorg!~adrianorg@179.179.74.252, Ping timeout: 272 seconds) | |
14:15 | adrianorg has joined IRC (adrianorg!~adrianorg@179.179.74.252) | |
14:31 | LeePen has joined IRC (LeePen!~user@mohindley.plus.com) | |
15:25 | kjackal has joined IRC (kjackal!~quassel@uk.sesame.canonical.com) | |
15:29 | kjackal_v2 has left IRC (kjackal_v2!~quassel@ppp-2-86-54-15.home.otenet.gr, Ping timeout: 268 seconds) | |
15:53 | kjackal_v2 has joined IRC (kjackal_v2!~quassel@2a02:587:3101:400:8c1b:8441:9019:ed7a) | |
15:53 | kjackal has left IRC (kjackal!~quassel@uk.sesame.canonical.com, Ping timeout: 272 seconds) | |
16:39 | lucascastro has left IRC (lucascastro!~lucascast@177-185-139-186.isotelco.net.br, Remote host closed the connection) | |
17:13 | vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc) | |
17:37 | robert45 has joined IRC (robert45!~robert45@r167-60-114-111.dialup.adsl.anteldata.net.uy) | |
17:38 | <robert45> hi guys, I need to update firefox on my thin clients, does anyone know how to do this?
| |
17:38 | I heard something about chrooting to the client image and run the update in there?
| |
17:38 | <mwalters> !ltsp-chroot
| |
17:38 | <ltsp> Error: "ltsp-chroot" is not a valid command.
| |
17:38 | <mwalters> D:
| |
17:38 | <vagrantc> robert45: depends on what kind of environment you're running
| |
17:39 | robert45: if it's a thin client, just update on the server, if it's a chrootless client, just install it on the server and regenerate the image ...
| |
17:39 | if you've got a chroot, then you need to run updates in the chroot
| |
17:39 | <robert45> vagrantc thanks. Im not sure, is there any easy way to find out what kind of environment Im running?
| |
17:40 | <vagrantc> ls -d /opt/ltsp/*
| |
17:41 | <robert45> vagrantc it shows: /opt/ltsp/i386 /opt/ltsp/i386.tar.z /opt/ltsp/images
| |
17:41 | <vagrantc> ok, sounds like you have a chroot ...
| |
17:42 | <||cw> and only a i386 one
| |
17:42 | <vagrantc> ltsp-chroot dpkg -l firefox
| |
17:43 | <robert45> vagrantc that command showed the firefox version I want to update! its there
| |
17:43 | <vagrantc> ltsp-chroot apt update && ltsp-chroot apt upgrade
| |
17:43 | && ltsp-update-image
| |
17:43 | <robert45> vagrantc that will update everything right? what if I want to update just firefox
| |
17:44 | can I run just apt-get update firefox?
| |
17:44 | <alkisg> sudo ltsp-chroot, and then inside that shell, apt-get update; apt-get dist-upgrade
| |
17:44 | then exit and sudo ltsp-update-image
| |
17:44 | * alkisg waves, btw | |
17:45 | <alkisg> vagrantc: so, mate doesn't kill the processes on logout (unrelated to ltsp, but it affects us on thin clients): https://github.com/mate-desktop/mate-session-manager/issues/165
| |
17:45 | <vagrantc> oh yeah, sudo... heh
| |
17:45 | <alkisg> So I'm thinking to kill them on logout by default `pkill -u $LDM_USERNAME`
| |
17:46 | Can you think of some really down side on that?
| |
17:46 | <vagrantc> alkisg: in the past, that caused systems to be unable to log in
| |
17:46 | <alkisg> It does so now too
| |
17:46 | <vagrantc> alkisg: it's been tried, and i reverted it
| |
17:46 | <alkisg> And it even causes dconf corruption
| |
17:46 | Eh, I mean, without the kill, users are unable to login
| |
17:46 | <vagrantc> the pkill actually caused failure to login as well
| |
17:46 | <alkisg> With the kill, it works fine
| |
17:46 | And we do have the kill for fat clients
| |
17:47 | OK, so any other suggestions?
| |
17:47 | Of course I'm nudging people over at #mate-dev, but I'm not sure how fast a proper fix will be available
| |
17:47 | <vagrantc> no other suggestions, just giving historical perspective
| |
17:48 | <alkisg> Any explanations on why they couldn't login after that?
| |
17:49 | <vagrantc> i suspect some daemons failed to shut down properly and corrupted somethingorother
| |
17:50 | kjackal_v2 has left IRC (kjackal_v2!~quassel@2a02:587:3101:400:8c1b:8441:9019:ed7a, Ping timeout: 252 seconds) | |
17:50 | kjackal has joined IRC (kjackal!~quassel@ppp-2-86-54-15.home.otenet.gr) | |
17:54 | <alkisg> vagrantc: howabout if I enable it for mate by default, and an opt-in for other flavours?
| |
17:54 | I.e. I'd check LDM_SESSION or something...
| |
18:07 | lucascastro has joined IRC (lucascastro!~lucascast@189.90.38.210.jupiter.com.br) | |
18:08 | <robert45> I think it worked, thank you so much guys!
| |
18:09 | have a great day, bye!
| |
18:09 | <alkisg> np
| |
18:09 | bb
| |
18:09 | robert45 has left IRC (robert45!~robert45@r167-60-114-111.dialup.adsl.anteldata.net.uy, ) | |
18:14 | bwicksall has joined IRC (bwicksall!~bwicksall@fw.pls-net.org) | |
18:25 | lucascastro has left IRC (lucascastro!~lucascast@189.90.38.210.jupiter.com.br, Remote host closed the connection) | |
18:27 | kjackal has left IRC (kjackal!~quassel@ppp-2-86-54-15.home.otenet.gr, Ping timeout: 244 seconds) | |
18:48 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, *.net *.split) | |
18:48 | mwalters has left IRC (mwalters!~ubox@c-73-152-61-86.hsd1.va.comcast.net, *.net *.split) | |
18:49 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
18:54 | mwalters has joined IRC (mwalters!~ubox@c-73-152-61-86.hsd1.va.comcast.net) | |
18:58 | kjackal has joined IRC (kjackal!~quassel@ppp-2-86-54-15.home.otenet.gr) | |
19:22 | vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Ping timeout: 264 seconds) | |
19:44 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
19:44 | vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc) | |
20:25 | <alkisg> It looks like a `pkill dbus-daemon -u $LDM_USERNAME` is enough for a clean logoff
| |
20:25 | That shouldn't be too bad to do by default...
| |
20:45 | Faith has left IRC (Faith!~Paty_@unaffiliated/faith, Quit: Leaving) | |
20:55 | kjackal has left IRC (kjackal!~quassel@ppp-2-86-54-15.home.otenet.gr, Ping timeout: 252 seconds) | |