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


Channel log from 18 May 2015   (all times are UTC)

01:55cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 272 seconds)
01:58cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg)
02:00vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc)
02:13gbaman has left IRC (gbaman!~gbaman@host81-139-225-149.in-addr.btopenworld.com, Remote host closed the connection)
02:14gbaman has joined IRC (gbaman!~gbaman@host81-139-225-149.in-addr.btopenworld.com)
02:19gbaman has left IRC (gbaman!~gbaman@host81-139-225-149.in-addr.btopenworld.com, Ping timeout: 272 seconds)
02:49raphr_ has joined IRC (raphr_!~chatzilla@LAubervilliers-656-1-12-28.w217-128.abo.wanadoo.fr)
02:49raphr has left IRC (raphr!~chatzilla@cxr69-5-82-228-193-19.fbx.proxad.net, Read error: Connection reset by peer)
02:49raphr_ is now known as raphr
03:16gbaman has joined IRC (gbaman!~gbaman@host81-139-225-149.in-addr.btopenworld.com)
03:35cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 255 seconds)
03:35gbaman has left IRC (gbaman!~gbaman@host81-139-225-149.in-addr.btopenworld.com, Ping timeout: 276 seconds)
03:50alkisg_android has joined IRC (alkisg_android!~yaaic@176.92.145.156)
03:51
<alkisg_android>
vagrantc, re: fake_hwclock, ltsp clients cant use that as they dont have a local file to store the time
03:52
thats precisely a good reason to do something in a ltsp specific way
03:53
we have a server but not a local file system....
03:53
<vagrantc>
alkisg_android: but fake-hwclock will at least set the clock to the installation time
03:53
<alkisg_android>
not good enough fsck will fail
03:53
<vagrantc>
where is fsck used?
03:54
<alkisg_android>
and certificates will be invalid
03:54
if the client happens to have a local hd or sd card
03:55
ntpdate takes too long to sync because it needs to wait until net up
03:55
<vagrantc>
alkisg_android: timesyncd should happen soon enough for all of that
03:56
<alkisg_android>
so it happens after ldm loads
03:56
i dont know if systemd does it better
03:56
any reason not to trust the server and do it with 1 line at init-ltsp.d?
03:57
<vagrantc>
so my only concern is fighting with ntpd/timesyncd or something by messing with the time
03:57
ok, init-ltsp.d could make sense, or even in the initramfs
03:57
<alkisg_android>
time deamons are loaded after init ltsp.d
03:57
<vagrantc>
right
03:57
<alkisg_android>
cool
03:58
<vagrantc>
so our hook can get it in the ballpark and then the sync daemons should do the rest
03:58
<alkisg_android>
right
03:58* vagrantc saw nbd got support for copy-on-write dirs
04:02
<alkisg_android>
link?
04:03
btw overlay's workdir also affects our cleanup.d
04:03
no maybe ltsp-pnp doesnt work in jessie?
04:04
so
04:08
and for some reason ubuntu still calls it overlayfs so our scripts should check that too
04:11alkisg_android has left IRC (alkisg_android!~yaaic@176.92.145.156, Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org)
04:32gbaman has joined IRC (gbaman!~gbaman@host81-139-225-149.in-addr.btopenworld.com)
04:37gbaman has left IRC (gbaman!~gbaman@host81-139-225-149.in-addr.btopenworld.com, Ping timeout: 250 seconds)
04:38work_alkisg is now known as alkisg
04:42
<alkisg>
vagrantc: a user asked to have the date at the ldm login screen, I'll commit it upstream if you don't mind...
04:44
Maybe an LDM_DATE_FORMAT lts.conf variable which defaults to just time?
04:46
http://manpages.ubuntu.com/strftime
04:48
Ah we have LDM_12HOURCLOCK now, the DATE_FORMAT will be able to deprecate this...
04:59
Maybe LDM_CLOCK_FORMAT or LDM_TIME_FORMAT instead of LDM_DATE_FORMAT
04:59
OK implementing it...
05:03alkisg has left IRC (alkisg!~alkisg@srv1-dide.ioa.sch.gr, Ping timeout: 245 seconds)
05:52mikkel has joined IRC (mikkel!~mikkel@mail.dlvs.dk)
05:53
<vagrantc>
ltsp-pnp should work in jessie, but once the 4.0 kernel hits stretch it won't work there
05:53
the only code i modified to support "overlay" also still supports "overlayfs"
05:54
alkisg: regarding NBD cowdir support: https://tracker.debian.org/news/685147
05:57
whatever date information should be in UTC ... maybe even just date +%s
05:58
and then the formatting should just be adjusted appropriately
05:58* vagrantc hopes alkisg reads the logs...
05:58* vagrantc always thought the 12HOURCLOCK format was stupid
05:59* vagrantc waves
05:59vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving)
06:15ricotz has joined IRC (ricotz!~rico@ubuntu/member/ricotz)
06:28
<highvoltage>
alkisg sees everything
06:32aruke has left IRC (aruke!~SecurityC@ua-83-227-185-205.cust.bredbandsbolaget.se, Quit: Logging off. Bye!)
06:42uXus has left IRC (uXus!~uXus@217.77.222.72, Quit: ail bi bek)
06:44uXus has joined IRC (uXus!~uXus@217.77.222.72)
07:12work_alkisg has joined IRC (work_alkisg!~alkisg@srv1-dide.ioa.sch.gr)
07:36
<work_alkisg>
vagrantc, about overlayfs, the problem is that in your code, you're assuming "overlayfs" needs the "old style parameters, without workdir",
07:36
and "overlayfs" needs the "new style parameters, with workdir"
07:36work_alkisg is now known as alkisg
07:37
<alkisg>
In Ubuntu that's no longer true, as "overlayfs" now needs the "new style parameters, with workdir"
07:37
So your code only supports overlayfs for older Ubuntu versions
07:38
In another project (lxc) they say "just try to load with workdir first, and if it fails, try without workdir): https://lists.linuxcontainers.org/pipermail/lxc-devel/2014-October/010686.html
07:39
Committed LDM_CLOCK_FORMAT in http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk/revision/1576
07:40* alkisg thinks http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk/revision/1569 and the previous commits made LDM delay for an additional 10 seconds when the user enters a wrong password...
07:50profesor has joined IRC (profesor!d4e19ac6@gateway/web/freenode/ip.212.225.154.198)
08:10gbaman has joined IRC (gbaman!~gbaman@host81-139-225-149.in-addr.btopenworld.com)
08:15gbaman has left IRC (gbaman!~gbaman@host81-139-225-149.in-addr.btopenworld.com, Ping timeout: 276 seconds)
08:42staffencasa_ has joined IRC (staffencasa_!~staffenca@8-220.ptpg.oregonstate.edu)
08:46staffencasa has left IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu, Ping timeout: 255 seconds)
08:46
<alkisg>
Ah, cowdir was implemented at https://github.com/yoe/nbd/commit/fa01bd6d6de646ccf49dfd1aa10a4a8a11b2553f
08:49
Cool, it saves us from having to create a symlink
09:27gbaman has joined IRC (gbaman!~gbaman@host81-139-225-149.in-addr.btopenworld.com)
09:28telex has left IRC (telex!teletype@freeshell.de, Remote host closed the connection)
09:30telex has joined IRC (telex!teletype@freeshell.de)
09:34gbaman has left IRC (gbaman!~gbaman@host81-139-225-149.in-addr.btopenworld.com, Ping timeout: 264 seconds)
10:08alkisg is now known as work_alkisg
10:09AlexPortable has joined IRC (AlexPortable!uid7568@gateway/web/irccloud.com/x-abmoodiouyzcfvpz)
10:14gvy has joined IRC (gvy!~mike@altlinux/developer/mike)
10:27danau11 has joined IRC (danau11!~durban@12.197.179.122)
10:27danau11 has left IRC (danau11!~durban@12.197.179.122)
10:36Grembler has joined IRC (Grembler!~Ben@cpc29-aztw22-2-0-cust128.18-1.cable.virginm.net)
10:47Grembler has joined IRC (Grembler!~Ben@cpc29-aztw22-2-0-cust128.18-1.cable.virginm.net)
11:10gbaman has joined IRC (gbaman!~gbaman@host81-139-225-149.in-addr.btopenworld.com)
11:14andyc has joined IRC (andyc!d49fa90d@gateway/web/freenode/ip.212.159.169.13)
11:52Faith has joined IRC (Faith!~paty@unaffiliated/faith)
12:09alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
12:20alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.)
12:37AlexPortable has left IRC (AlexPortable!uid7568@gateway/web/irccloud.com/x-abmoodiouyzcfvpz, Quit: Connection closed for inactivity)
12:40Nickname123 has joined IRC (Nickname123!~Nickname1@adsl-068-016-236-123.sip.asm.bellsouth.net)
12:43gp has left IRC (gp!~Nickname1@adsl-068-016-236-123.sip.asm.bellsouth.net, Ping timeout: 255 seconds)
12:45cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg)
12:47cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Client Quit)
12:49work_alkisg is now known as alkisg
12:53book` has left IRC (book`!~book`@2607:5300:100:200::160d, Ping timeout: 276 seconds)
12:54book` has joined IRC (book`!~book`@105.ip-167-114-152.net)
13:10gp has joined IRC (gp!~Nickname1@adsl-068-016-236-123.sip.asm.bellsouth.net)
13:12Nickname123 has left IRC (Nickname123!~Nickname1@adsl-068-016-236-123.sip.asm.bellsouth.net, Ping timeout: 258 seconds)
13:12gbaman has left IRC (gbaman!~gbaman@host81-139-225-149.in-addr.btopenworld.com, Read error: Connection reset by peer)
13:14gbaman has joined IRC (gbaman!~gbaman@host81-139-225-149.in-addr.btopenworld.com)
13:16Nickname123 has joined IRC (Nickname123!~Nickname1@adsl-068-016-236-123.sip.asm.bellsouth.net)
13:18gp has left IRC (gp!~Nickname1@adsl-068-016-236-123.sip.asm.bellsouth.net, Ping timeout: 244 seconds)
13:29Grembler has left IRC (Grembler!~Ben@cpc29-aztw22-2-0-cust128.18-1.cable.virginm.net, Quit: I Leave)
13:34gp has joined IRC (gp!~Nickname1@adsl-068-016-236-123.sip.asm.bellsouth.net)
13:36Nickname123 has left IRC (Nickname123!~Nickname1@adsl-068-016-236-123.sip.asm.bellsouth.net, Ping timeout: 272 seconds)
13:45mikkel has left IRC (mikkel!~mikkel@mail.dlvs.dk, Quit: Leaving)
13:50Nickname123 has joined IRC (Nickname123!~Nickname1@adsl-068-016-236-123.sip.asm.bellsouth.net)
13:52gp_ has joined IRC (gp_!~Nickname1@adsl-068-016-236-123.sip.asm.bellsouth.net)
13:53gp has left IRC (gp!~Nickname1@adsl-068-016-236-123.sip.asm.bellsouth.net, Ping timeout: 244 seconds)
13:53
<alkisg>
!socat
13:53
<ltsp`>
socat: One way to share a console with a remote person is: [local pc] forward port 5500; apt-get install socat; socat tcp-listen:5500,keepalive=1 stdio,raw,echo=0 [remote pc] apt-get install socat screen; socat SYSTEM:"sleep 1; exec screen -xRR ra",pty,stderr tcp:REMOTE-IP:5500 & screen -l -S ra
13:54Nickname123 has left IRC (Nickname123!~Nickname1@adsl-068-016-236-123.sip.asm.bellsouth.net, Ping timeout: 255 seconds)
14:00adrianorg has left IRC (adrianorg!~adrianorg@189.114.159.147, Ping timeout: 240 seconds)
14:02adrianorg has joined IRC (adrianorg!~adrianorg@177.132.223.93)
14:03gp has joined IRC (gp!~Nickname1@adsl-068-016-236-123.sip.asm.bellsouth.net)
14:05gp_ has left IRC (gp_!~Nickname1@adsl-068-016-236-123.sip.asm.bellsouth.net, Ping timeout: 272 seconds)
14:08
<gp>
Is there any way to set initial volume level to 0 for every login?
14:09canrosingo has joined IRC (canrosingo!580c79ac@gateway/web/freenode/ip.88.12.121.172)
14:10Nickname123 has joined IRC (Nickname123!~Nickname1@adsl-068-016-236-123.sip.asm.bellsouth.net)
14:11canrosingo has left IRC (canrosingo!580c79ac@gateway/web/freenode/ip.88.12.121.172, Client Quit)
14:13gp has left IRC (gp!~Nickname1@adsl-068-016-236-123.sip.asm.bellsouth.net, Ping timeout: 255 seconds)
14:14andyc_ has joined IRC (andyc_!d49fa90d@gateway/web/freenode/ip.212.159.169.13)
14:30
<raphr>
Hi. Back in my last week issue about SCREEN_02=shell not working for Debian jessie.
14:31
by investigating there's a diff beween ltsp-client-core and ltsp-client.
14:32
it works with ltsp-client meta package but not ltsp-client-core
14:32
TRying to find which package missing.
14:47staffencasa_ has left IRC (staffencasa_!~staffenca@8-220.ptpg.oregonstate.edu, Read error: Connection reset by peer)
14:50
<alkisg>
vagrantc tested it and he reported it worked fine
14:50
raphr: You're supposed to have ltsp-client installed, not just ltsp-client-core
14:51staffencasa has joined IRC (staffencasa!~staffenca@8-220.ptpg.oregonstate.edu)
14:52
<raphr>
alkisg: thanks reporting to vagrantc. As I was unsure about bug didn't file it.
14:56
anyway. Just adding ldm package with ltsp-client-core is working.
14:57bobby_C has joined IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at)
14:57
<raphr>
In Wheezy , to have ltsp shell only ltsp-client-core was necessary
14:58
needed
15:00
<alkisg>
You would mention that in the bug report :)
15:00
Or, try to come to IRC about 8 hours later, vagrantc might be here then
15:06Nickname123 has left IRC (Nickname123!~Nickname1@adsl-068-016-236-123.sip.asm.bellsouth.net, Quit: Leaving)
15:10
<raphr>
alkisg: OK thanks. I check with a new ltsp-buid-client
15:16vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc)
15:21
<raphr>
I've found the missing package.
15:22
ltsp-client-core + dbus = working SCREEN_02=shell config
15:25
<alkisg>
so ltsp-client-core needs a dependency on dbus to have SCREEN_02=shell in jessie?
15:25
That sounds strange, maybe vagrantc knows more
15:28
<vagrantc>
hm.
15:30
<raphr>
yes. Quite strange. I think it adds sort of systemd backward compatibility
15:33
without dbus it works but getty takes over the console just after.
15:34
<vagrantc>
i can confirm
15:34
raphr: could you please file a bug report in debian about this?
15:35
<raphr>
vagrantc: OK
15:36
<vagrantc>
when i removed dbus, it also removed: dbus* libpam-systemd* policykit-1*
15:37
but simply installing dbus "fixed" the issue
15:38
<raphr>
which severity ?
15:38
<vagrantc>
important
15:39
<raphr>
OK
15:43andyc__ has joined IRC (andyc__!d49fa90d@gateway/web/freenode/ip.212.159.169.13)
15:43andyc_ has left IRC (andyc_!d49fa90d@gateway/web/freenode/ip.212.159.169.13, Ping timeout: 246 seconds)
15:45andyc has left IRC (andyc!d49fa90d@gateway/web/freenode/ip.212.159.169.13, Ping timeout: 246 seconds)
15:47
<andyc__>
test
15:55* vagrantc wonders what the conditions of a successful or failed test are
15:56
<andyc__>
:)
16:01
<alkisg>
!socat | echo andyc__:
16:01
<ltsp`>
andyc__: socat: One way to share a console with a remote person is: [local pc] forward port 5500; apt-get install socat; socat tcp-listen:5500,keepalive=1 stdio,raw,echo=0 [remote pc] apt-get install socat screen; socat SYSTEM:"sleep 1; exec screen -xRR ra",pty,stderr tcp:REMOTE-IP:5500 & screen -l -S ra
16:14gvy has left IRC (gvy!~mike@altlinux/developer/mike, Ping timeout: 256 seconds)
16:18alkisg is now known as work_alkisg
16:20* raphr has emailed the bug report
16:27andyc__ has left IRC (andyc__!d49fa90d@gateway/web/freenode/ip.212.159.169.13, Ping timeout: 246 seconds)
16:51
<vagrantc>
sbalneav: did y'all settle on dates for the LTSP-BTS ?
17:09
raphr: thanks for the bug report. will make it easier to track and not let slip through the cracks
17:17telex has left IRC (telex!teletype@freeshell.de, Remote host closed the connection)
17:18telex has joined IRC (telex!teletype@freeshell.de)
17:48gbaman has left IRC (gbaman!~gbaman@host81-139-225-149.in-addr.btopenworld.com, Remote host closed the connection)
18:06raphr has left IRC (raphr!~chatzilla@LAubervilliers-656-1-12-28.w217-128.abo.wanadoo.fr, Quit: ChatZilla 0.9.91.1 [Firefox 37.0.2/20150415140819])
18:21bobby_C has left IRC (bobby_C!~bobby@85-124-22-227.teleworker.xdsl-line.inode.at, Quit: Goin' down hard)
19:17gbaman has joined IRC (gbaman!~gbaman@members.unit1.farsetlabs.org.uk)
19:39ricotz has left IRC (ricotz!~rico@ubuntu/member/ricotz, Quit: Ex-Chat)
20:20alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
20:24ravi has joined IRC (ravi!6f7d89b7@gateway/web/freenode/ip.111.125.137.183)
20:27
<ravi>
when i run ltsp-build-client command, it downloads all files from network..there is network issue in my area...is it possible to install it using ubuntu iso installation file
20:28
<vagrantc>
as long as the ISO contains all the necessary packages, yes.
20:28
ravi: ltsp-build-client --mirror file:///media/cdrom --accept-unsigned-packages ... i think that should work
20:29
<ravi>
okk..
20:29
<vagrantc>
maybe also --security-mirror none and --updates-mirror none
20:29
with the CD mounted on /media/cdrom
20:29
<ravi>
ok
20:30
<vagrantc>
good luck
20:30
<ravi>
thanks
20:37
<alkisg>
!ltsp-pnp
20:37
<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
20:37
<alkisg>
You can also do that ^ :)
20:37
It doesn't build a chroot...
20:37
ravi: ^
20:37
<ravi>
ok
20:38gbaman has left IRC (gbaman!~gbaman@members.unit1.farsetlabs.org.uk, Remote host closed the connection)
20:40
<vagrantc>
oh yeah, ltsp-pnp ...
20:40
despite seeing that as one of the best innovations in LTSP in many many years, i forget to mention it :)
20:41
<ravi>
yeah this seems good..let me try this...thank <alkisg>, <vagrant>
20:45vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving)
21:08andygraybeal has left IRC (andygraybeal!~andy@h201.57.188.173.dynamic.ip.windstream.net, Ping timeout: 246 seconds)
21:11Faith has left IRC (Faith!~paty@unaffiliated/faith, Quit: Saindo)
21:14alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Remote host closed the connection)
21:23andygraybeal has joined IRC (andygraybeal!~andy@40.143.114.146)
21:38vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc)
23:18gbaman has joined IRC (gbaman!~gbaman@31.205.104.134)
23:24gbaman has left IRC (gbaman!~gbaman@31.205.104.134, Remote host closed the connection)
23:24gbaman has joined IRC (gbaman!~gbaman@31.205.104.159)