IRC chat logs for #ltsp on irc.libera.chat (webchat)


Channel log from 5 December 2016   (all times are UTC)

00:34schlady_ has left IRC (schlady_!~schlady@p200300CB8BC4D90048FD97FBA2901424.dip0.t-ipconnect.de, Remote host closed the connection)
00:34schlady has joined IRC (schlady!~schlady@p200300CB8BC4D90048FD97FBA2901424.dip0.t-ipconnect.de)
01:30GodFather has left IRC (GodFather!~rcc@96-35-101-212.dhcp.bycy.mi.charter.com, Ping timeout: 240 seconds)
01:40schlady has joined IRC (schlady!~schlady@p200300CB8BC4D90048FD97FBA2901424.dip0.t-ipconnect.de)
01:44schlady has left IRC (schlady!~schlady@p200300CB8BC4D90048FD97FBA2901424.dip0.t-ipconnect.de, Ping timeout: 260 seconds)
03:10schlady has joined IRC (schlady!~schlady@p200300CB8BC4D90048FD97FBA2901424.dip0.t-ipconnect.de)
03:15schlady has left IRC (schlady!~schlady@p200300CB8BC4D90048FD97FBA2901424.dip0.t-ipconnect.de, Ping timeout: 260 seconds)
04:01cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Quit: Leaving)
04:02cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg)
04:11schlady has joined IRC (schlady!~schlady@p200300CB8BC4D90048FD97FBA2901424.dip0.t-ipconnect.de)
04:15schlady has left IRC (schlady!~schlady@p200300CB8BC4D90048FD97FBA2901424.dip0.t-ipconnect.de, Ping timeout: 258 seconds)
04:20cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Quit: Leaving)
05:38dshah has joined IRC (dshah!55490551@gateway/web/freenode/ip.85.73.5.81)
05:42schlady has joined IRC (schlady!~schlady@p200300CB8BC4D90048FD97FBA2901424.dip0.t-ipconnect.de)
05:46schlady has left IRC (schlady!~schlady@p200300CB8BC4D90048FD97FBA2901424.dip0.t-ipconnect.de, Ping timeout: 260 seconds)
06:16vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc)
06:17* alkisg waves to vagrantc... physically, not virtually, this time... :P :D
06:17* vagrantc returns in kind
06:38
<vagrantc>
sbalneav: so, did some brief testing beffore sleeping
06:39
sbalneav: worked fine for fat client for the most part, although screen locking needed additional updates for /etc/pam.d/*screensaver*
06:39
sbalneav: i tried using *-common unsuccessfully
06:39
sbalneav: thin clients hang on logout, though
06:39
sbalneav: the ltsp-cleanup.sh disappeared, not sure if we need something to replace that
06:40
e.g. ltsp-cleanup.sh was removed from git
06:42schlady has joined IRC (schlady!~schlady@p200300CB8BC4D90048FD97FBA2901424.dip0.t-ipconnect.de)
06:47schlady has left IRC (schlady!~schlady@p200300CB8BC4D90048FD97FBA2901424.dip0.t-ipconnect.de, Ping timeout: 260 seconds)
06:49ltsp` has joined IRC (ltsp`!bot@ltsp.org)
06:49ltsp has left IRC (ltsp!bot@ltsp.org, Ping timeout: 250 seconds)
07:09cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg)
07:10ricotz has joined IRC (ricotz!~ricotz@p5B2A8EB1.dip0.t-ipconnect.de)
07:10ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz)
07:22schlady has joined IRC (schlady!~schlady@141-53-219-214.ip.uni-greifswald.de)
07:24ErigonW has joined IRC (ErigonW!~quassel@46.244.63.50)
07:25robb_nl has joined IRC (robb_nl!~robb_nl@ip-83-134-23-116.dsl.scarlet.be)
07:30
<alkisg>
SCREEN_07="ldm -seat seat-1"
07:30
SCREEN_07_WAIT_FGCONSOLE=False
07:30
SCREEN_08="ldm -seat seat0"
07:30
SCREEN_08_LDM_USERNAME="administrator"
07:30
So, we support directives with SCREEN_xx in front of them
07:30
They override the generic ones
07:30
E.g. SCREEN_08_LDM_USERNAME overrides LDM_USERNAME
07:31
so... WAIT_FGCONSOLE=False to start all the screens, or SCREEN_07_WAIT_FGCONSOLE=False to only start the 7th screen
07:32
Any better names for that directive? :)
07:36Statler has joined IRC (Statler!~Georg@p4FC8765F.dip0.t-ipconnect.de)
07:38
<alkisg>
# Match the pci-e graphics adapter to seat-1.
07:38
UDEV_SEAT_1_GRAPHICS="*/pci*/*/0000:01:00.0*"
07:38
# This also matches card10, hopefully there won't be that many cards.
07:38
UDEV_SEAT_1_SOUND="*/sound/card1*"
07:39
UDEV_SEAT_1_EVEN_USB_PORTS="*/usb?/?-[2,4,6,8,10,12,14,16,18]/*"
07:54
OK, pushed :)
08:07
vagrantc: next I'd like to push this one: https://bugs.launchpad.net/ltsp/+bug/1610304
08:21
vagrantc: i.e. this one: https://launchpadlibrarian.net/277285066/X01-localapps.patch
08:21
So whatever you want changed there... tell it now before the push :P
08:22* vagrantc smiles
08:48
<alkisg>
RCFILE_SSH="ssh-keyscan server >/etc/ssh/ssh_known_hosts 2>/dev/null &"
09:04
https://bugs.launchpad.net/ltsp/+bug/1324545
09:04
2) Remove the "root/.*" line from the same file, otherwise your authorized_keys will get excluded
09:05
1) Remove the "etc/ssh/ssh_host_*_key" line from /etc/ltsp/ltsp-update-image.excludes
09:10
<vagrantc>
so i think we should remove the ssh_host_*_key line from the .excludes
09:11
and if they want to log in as root, they can edit /etc/ssh/sshd_config to use AuthorizedKeysFile
09:11
either through an init-ltsp.d hook or in the server's config
09:12
if they want to same keys to be useable on the server
09:12
<alkisg>
I think they were trying to make it simpler, but works for me... :D
09:12
<vagrantc>
or implemented in this future overlay thing
09:19vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Ping timeout: 260 seconds)
09:44vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc)
09:57markus_e92 has left IRC (markus_e92!~markus_e9@213-240-96-214.adsl.highway.telekom.at, Ping timeout: 260 seconds)
09:58markus_e92 has joined IRC (markus_e92!~markus_e9@193-81-96-242.adsl.highway.telekom.at)
10:15Statler has left IRC (Statler!~Georg@p4FC8765F.dip0.t-ipconnect.de, Remote host closed the connection)
10:25
<alkisg>
vagrantc: here's another one for ldm: https://bugs.launchpad.net/ltsp/+bug/1607802
10:26
Should be easy to fix and include it to the next ldm, so that it doesn't have a single commit :D
10:27
vagrantc: something like that? ls /usr/share/i18n/locales/
11:26vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Ping timeout: 240 seconds)
11:46GodFather has joined IRC (GodFather!~rcc@96-92-43-9-static.hfc.comcastbusiness.net)
12:26robb_nl has left IRC (robb_nl!~robb_nl@ip-83-134-23-116.dsl.scarlet.be, Ping timeout: 260 seconds)
12:39adrianor1 is now known as adrianorg
12:39vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc)
12:42robb_nl has joined IRC (robb_nl!~robb_nl@ip-83-134-23-116.dsl.scarlet.be)
13:21robb_nl has left IRC (robb_nl!~robb_nl@ip-83-134-23-116.dsl.scarlet.be, Ping timeout: 256 seconds)
13:23robb_nl has joined IRC (robb_nl!~robb_nl@ip-83-134-23-116.dsl.scarlet.be)
13:41
<sbalneav>
Morning
13:41
alkisg, vagrantc I'm on station
13:44
<vagrantc>
sbalneav: did you catch my comments from backscroll?
13:45
<sbalneav>
Yeah, looks like it's mostly working? Not sure why adding them to -common didn't work, that's what I was doing in my vm
13:45
<vagrantc>
sbalneav: did a bit of testing with your libpam-python hooks, and then started wrapping up some ldm/ltsp5.x issues for debian
13:45
sbalneav: most likely i just did it wrong :)
13:45
<sbalneav>
But you were able to login?
13:45
And you got an SSH tunnel?
13:45
<vagrantc>
was able to log in via lightdm, with ssh tunnel and sshfs
13:46
<sbalneav>
Sweeeeet
13:46
the ltsp-cleanup.sh should be rolled into the ssh.py script.
13:46
If something gets left behind, we'll clean it up in there.
13:46
on the close-session
13:46
<vagrantc>
i did manually tweak the pam.d stuff to get xscreensaver to work ... and while lightdm was logged in, i could also manually configure pam.d to allow login on console
13:47
but i couldn't login via console without lightdm
13:47
my guess is that's just a matter of getting the pam settings correct
13:47
<sbalneav>
We should just figure out what's up with -common, and add it there, then everything would work.
13:47
<vagrantc>
unless there's an issue with it attempting to mount the homedir multiple times or something?
13:48
<sbalneav>
hmmm, that may be.
13:48
I don't detect if it's already mounted.
13:48
I can do that.
13:48
<vagrantc>
i didn't dig in too much deeper as i want to get an ltsp/ldm upload into debian soon to have plenty of grace period for the freeze
13:48
hopefully get that over with tonight and then we can focus on the ltsp6 stuff :)
13:48
<sbalneav>
ok
13:49
I'll look at adding the detect as well.
13:49
<vagrantc>
cool
13:49
<sbalneav>
for already mounted homedir.
13:49
I'm off sick today, spent all weekend with a lung infection. So I have some time today :D
13:50
<vagrantc>
sbalneav: gak! no sooo happy to hear that
13:50
though thankful you find ltsp hacking as a restful activity :)
13:51
<sbalneav>
Doing something useful always makes me happy :D
13:52
<vagrantc>
alkisg pushed multi-seat support for LTSP/LDM today :)
13:59
highvoltage: oh, did you get a chance to take a stab at LDM artwork?
14:00
highvoltage: probably best to get that updated before freeze :)
14:05
<highvoltage>
vagrantc: it's high on my priority list. I was meaning to get to it over the weekend but that didn't work out.
14:08vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Ping timeout: 260 seconds)
14:10markus_e92 has left IRC (markus_e92!~markus_e9@193-81-96-242.adsl.highway.telekom.at, Ping timeout: 248 seconds)
14:10vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc)
14:13markus_e92 has joined IRC (markus_e92!~markus_e9@188-22-226-108.adsl.highway.telekom.at)
14:15ErigonW has left IRC (ErigonW!~quassel@46.244.63.50, Remote host closed the connection)
14:16user3948572 has joined IRC (user3948572!~user39485@mail.lbathivel.com)
14:27
<vagrantc>
alkisg: hrm. your multi-seat patch for LDM hangs the screen session ...
14:36GodFather has left IRC (GodFather!~rcc@96-92-43-9-static.hfc.comcastbusiness.net, Ping timeout: 240 seconds)
14:42GodFather has joined IRC (GodFather!~rcc@75-145-237-204-Michigan.hfc.comcastbusiness.net)
14:43schlady has left IRC (schlady!~schlady@141-53-219-214.ip.uni-greifswald.de, Remote host closed the connection)
14:44
<vagrantc>
alkisg: got it:
14:44
-exec xinit /usr/share/ltsp/xinitrc /usr/sbin/ldm -- ${DISPLAY} vt${TTY} -auth ${XAUTHORITY} ${X_ARGS} "$@" -br >/dev/null 2>&1
14:44
+exec xinit /usr/share/ltsp/xinitrc /usr/sbin/ldm -- ${DISPLAY} vt${TTY} -auth ${XAUTHORITY} ${X_ARGS} $@ -br >/dev/null 2>&1
14:45
alkisg: quoting the "$@" passed a null argument to Xorg that it didn't like
14:45
alkisg: i don't *think* that will negatively impact multi-seat
14:52ben_roose has joined IRC (ben_roose!~roose@roose.cs.wichita.edu)
14:55
<vagrantc>
sbalneav: oh, i had also asked about some of the leftover dependencies for the ltsp-pam package ...
14:55
sbalneav: can python-daemon be dropped?
14:56
sbalneav: and maybe net-tools
15:13gvy has joined IRC (gvy!~mike@altlinux/developer/mike)
15:15
<sbalneav>
Yup
15:16
vagrantc: any changes to ltsp-pam to push?
15:23
<vagrantc>
sbalneav: oh yeah, i forgot to push my changes ... just some packaging
15:23
sbalneav: oh, there's no licensing on any of this yet :)
15:24
sbalneav: i'm thinking GPLv3 would be good. libpam-python is GNU AGPLv3
15:25
<sbalneav>
Yeah, I'm fine with that.
15:25
<vagrantc>
though technically, since it's just a module called by libpam-python, i don't think that restricts the licensing really
15:25
<sbalneav>
I'll do whatever's easiest.
15:26
I'm just working on the detect now. I'll just read /proc/mounts.
15:29
<vagrantc>
sbalneav: there is the possibility of using something other than sshfs ... and the mount could be all of /home rather than per-user ... so not sure exactly what should be detected
15:29
such as NFS_HOME and such.
15:30
i think some folks use NFSv4 with kerberos
15:31user3948572 has left IRC (user3948572!~user39485@mail.lbathivel.com, Quit: Quitte)
15:35
<sbalneav>
I'll take a stab at handling multiple scenarios
15:49markus_e92 has left IRC (markus_e92!~markus_e9@188-22-226-108.adsl.highway.telekom.at, Ping timeout: 265 seconds)
15:51markus_e92 has joined IRC (markus_e92!~markus_e9@194-166-239-35.adsl.highway.telekom.at)
16:01markus_e92 has left IRC (markus_e92!~markus_e9@194-166-239-35.adsl.highway.telekom.at, Ping timeout: 260 seconds)
16:01robb_nl has left IRC (robb_nl!~robb_nl@ip-83-134-23-116.dsl.scarlet.be, Ping timeout: 256 seconds)
16:03markus_e92 has joined IRC (markus_e92!~markus_e9@178-189-219-97.adsl.highway.telekom.at)
16:05schlady has joined IRC (schlady!~schlady@141-53-219-214.ip.uni-greifswald.de)
16:13dshah has left IRC (dshah!55490551@gateway/web/freenode/ip.85.73.5.81, Ping timeout: 260 seconds)
16:33schlady has left IRC (schlady!~schlady@141-53-219-214.ip.uni-greifswald.de, Remote host closed the connection)
17:57GodFather has left IRC (GodFather!~rcc@75-145-237-204-Michigan.hfc.comcastbusiness.net, Ping timeout: 240 seconds)
17:59vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving)
18:06GodFather has joined IRC (GodFather!~rcc@96-92-43-9-static.hfc.comcastbusiness.net)
18:28
<sbalneav>
alkisg: You and vagrantc will need to update your ltsp-pam tree; I've submitted some changes
18:38forum has joined IRC (forum!~Icedove@81-5-193-182.hdsl.highway.telekom.at)
19:20ltsp has joined IRC (ltsp!bot@ltsp.org)
19:23Hyperbyt1 has joined IRC (Hyperbyt1!jan@middelkoop.cc)
19:28gvy has left IRC (gvy!~mike@altlinux/developer/mike, *.net *.split)
19:28ltsp` has left IRC (ltsp`!bot@ltsp.org, *.net *.split)
19:28Hyperbyte has left IRC (Hyperbyte!jan@middelkoop.cc, *.net *.split)
19:30BigNoob has joined IRC (BigNoob!050c75d1@gateway/web/freenode/ip.5.12.117.209)
19:30
<BigNoob>
Hello
19:31
Guys i would really appreciate it if you could help me with something
19:31
On debian, i am trying to make a user always write files and folders it creates with permission 775
19:31
how can i do this ?
19:31
I want ever new file / folder created by that user to always have 775 permission
19:37gvy has joined IRC (gvy!~mike@altlinux/developer/mike)
19:44
<BigNoob>
Please, anyone?
20:05robb_nl has joined IRC (robb_nl!~robb_nl@ip-83-134-23-116.dsl.scarlet.be)
20:18GodFather has left IRC (GodFather!~rcc@96-92-43-9-static.hfc.comcastbusiness.net, Ping timeout: 256 seconds)
20:31
<sbalneav>
BigNoob: Two ways to do it.
20:31
1) Use the setgid permissions, and handle it with group permissions
20:31
or
20:32gp has joined IRC (gp!~gp@104-14-168-137.lightspeed.rcsntx.sbcglobal.net)
20:43
<sbalneav>
sorry, called away
20:44
2) if you're using ext4, you can use xattrs
20:45
Sorry, not xattrs
20:45
ACL's
20:46
https://help.ubuntu.com/community/FilePermissionsACLs
21:02forum has left IRC (forum!~Icedove@81-5-193-182.hdsl.highway.telekom.at, Quit: forum)
21:04vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc)
21:15ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving)
21:45
<sbalneav>
vagrantc: Update your ltsp-pam tree; I made some changes
21:48
<vagrantc>
sbalneav: ok!
21:49adrianor1 has joined IRC (adrianor1!~adrianorg@177.156.225.56)
21:52adrianorg has left IRC (adrianorg!~adrianorg@177.18.176.74, Ping timeout: 256 seconds)
21:53adrianor1 has left IRC (adrianor1!~adrianorg@177.156.225.56, Ping timeout: 245 seconds)
21:54adrianorg has joined IRC (adrianorg!~adrianorg@187.115.111.250)
22:02robb_nl has left IRC (robb_nl!~robb_nl@ip-83-134-23-116.dsl.scarlet.be, Quit: robb_nl)
22:03adrianor1 has joined IRC (adrianor1!~adrianorg@179.187.31.159.dynamic.adsl.gvt.net.br)
22:05adrianorg has left IRC (adrianorg!~adrianorg@187.115.111.250, Ping timeout: 248 seconds)
22:07adrianor1 has left IRC (adrianor1!~adrianorg@179.187.31.159.dynamic.adsl.gvt.net.br, Ping timeout: 260 seconds)
22:08adrianorg has joined IRC (adrianorg!~adrianorg@187.115.109.125)
22:14vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving)
22:36BigNoob has left IRC (BigNoob!050c75d1@gateway/web/freenode/ip.5.12.117.209, Ping timeout: 260 seconds)
22:42GodFather has joined IRC (GodFather!~rcc@96-35-101-212.dhcp.bycy.mi.charter.com)
22:44GodFather has joined IRC (GodFather!~rcc@96-35-101-212.dhcp.bycy.mi.charter.com)
23:49ben_roose has left IRC (ben_roose!~roose@roose.cs.wichita.edu, Remote host closed the connection)