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


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

02:10mgariepy has left IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy, Ping timeout: 260 seconds)
02:13mgariepy has joined IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy)
03:47
<alkisg>
Leolo_2: using a dedicated nbd port is deprecated, try to use the new name based method.
03:48
Also, if you want to use a loopback image AND be able to experiment on top of it, create a new VM with e.g. virtualbox, select static image, not dynamic, and then work on snapshots on top of that
03:48
The "ltsp-update-image" equivalent then will be "merge snapshot"
03:48
...which only takes a couple of seconds
03:49
btrfs allows for snapshots within the image itself, that's why I was experimenting on it
05:05ltsp` has joined IRC (ltsp`!bot@ltsp.org)
05:09lmds__ has joined IRC (lmds__!~lmds@tui.pi-et-ro.net)
05:12ltsp has left IRC (ltsp!~supybot@ltsp.org, Ping timeout: 246 seconds)
05:12gdi2k has left IRC (gdi2k!~gdi2k@49.151.17.102, Ping timeout: 246 seconds)
05:13lmds_ has left IRC (lmds_!~lmds@tui.pi-et-ro.net, Ping timeout: 246 seconds)
05:13gdi2k has joined IRC (gdi2k!~gdi2k@49.151.17.102)
05:29kjackal has joined IRC (kjackal!~quassel@2a02:587:3117:9e00:b036:4169:f788:fad6)
05:37kjackal has left IRC (kjackal!~quassel@2a02:587:3117:9e00:b036:4169:f788:fad6, Ping timeout: 260 seconds)
05:39ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz)
06:51mikkel has joined IRC (mikkel!~mikkel@mail.dlvs.dk)
06:52kjackal has joined IRC (kjackal!~quassel@onopfy.static.otenet.gr)
07:01alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
07:12adrianorg has left IRC (adrianorg!~adrianorg@187.113.244.222, Ping timeout: 276 seconds)
07:12adrianorg has joined IRC (adrianorg!~adrianorg@187.113.244.222)
07:16robb_nl has joined IRC (robb_nl!~robb_nl@62.235.16.53)
07:25kjackal has left IRC (kjackal!~quassel@onopfy.static.otenet.gr, Remote host closed the connection)
07:40kjackal has joined IRC (kjackal!~quassel@onopfy.static.otenet.gr)
07:53laro has joined IRC (laro!c2e09b55@gateway/web/freenode/ip.194.224.155.85)
07:53
<laro>
hi everyone :)
07:54
<alkisg>
Hello
07:54
<laro>
Today I have a question about "shared folders", I mean by that a folder in the ltsp-pnp server that any user can access
07:54
hey alkisg ;)
07:55
everything is working smoothly here, installed the tp-link sg-1024de as you suggested
07:55
<alkisg>
Do you know about LOCALAPPS_EXTRA_MOUNTS?
07:55
<laro>
I was reading this https://lists.debian.org/debian-edu/2016/02/msg00005.html
07:55
<alkisg>
err, typo, LOCAL_APPS_EXTRAMOUNTS
07:55
<laro>
and it mentions it, but I didn't if I had to do the same but in /var/lib/tftpboot/ltsp/i386/lts.conf
07:56
*didn't know
07:56
<alkisg>
Yes, the correct lts.conf path is in tftp, not in opt
07:58
<laro>
so I create a folder in the server and edit lts.conf right?
07:59
<alkisg>
Yes, e.g. /home/Shared, and make sure it's there in the chroot as well
08:03
<laro>
ok I'm gonna try that
08:03
Do I need to restart the server? or just the clients?
08:03
<alkisg>
Only the client
08:04
<laro>
Is it safe to update the system? because last time it messed up with my interfaces set up, I guess you remember XD
08:08
<alkisg>
Sorry I don't remember, can you remind me?
08:08
In general it's safe to run ubuntu upgrades (it's unrelated to ltsp),
08:08
<laro>
Yes, I am using ubuntu mate 16.04 with ltsp-pnp
08:08
<alkisg>
but of course there's always a risk; I've seen newer kernels not booting with the same hardware, graphics drivers issues, filesystem issues etc
08:09
<laro>
And last time some update messed with interfaces, I think, You had to vnc and fix it
08:09
<alkisg>
I remember the vnc, but I don't remember what issue it was
08:11
<laro>
root@servidor-ltsp:~# cd /etc/network/if-up.d/ root@servidor-ltsp:/etc/network/if-up.d# mv /tmp/sch-scripts.if-up sch-scripts root@servidor-ltsp:/etc/network/if-up.d# chmod +x sch-scripts root@servidor-ltsp:/etc/network/if-up.d# ip a
08:11
something like that I think
08:12
<alkisg>
Do you have a 2-nic setup?
08:13
<laro>
Yes
08:13
<alkisg>
That script solves the flow control issue and adds automatic nat support. It's not related to issues caused by updates.
08:14
I.e. that indeed fixed a problem, but not a problem caused by updates
08:14
<laro>
13:08 <alkisg> laro: your dnsmasq needed restarting because of stupid ubuntu patches
08:14
I found the log haha, it was dnsmasq
08:15
<alkisg>
Again not related to updates though
08:16
<laro>
oh ok
08:16
thought patches were related to updates
08:17
<alkisg>
The issue was this: ubuntu puts dnsmasq in a special mode called "bind-interfaces". This "patch" has been added a few years ago.
08:17
<laro>
13:11 If you're keeping notes, the main issue was "bind-interfaces" in /etc/dnsmasq.d/network-manager 13:11 I'll add that to the wiki, if I don't have it already...
08:17
<alkisg>
But dnsmasq doesn't work well that way, and some times it hangs and it needs to be restarted
08:17
So for ltsp, it's best if we remove the stupid ubuntu "bind-interfaces" option
08:18
<laro>
ok I understand it
08:18
now
08:18
<alkisg>
So it wasn't caused by updates. You always had this issue, it just appears randomly, e.g. 1 out of 100 times
08:19
<laro>
so I was just being unlucky
08:19
<alkisg>
Yes, a reboot would have fixed it
08:19
<laro>
shared folder is working, btw, thanks again
08:20
<alkisg>
np :)
08:20
<laro>
ok, because of that "magic" you did, I was afraid to touch anything haha, newbie issues
08:43kjackal_ has joined IRC (kjackal_!~quassel@onopfy.static.otenet.gr)
08:44yanu_ has joined IRC (yanu_!~yanu@178-116-58-90.access.telenet.be)
08:44lmds_ has joined IRC (lmds_!~lmds@tui.pi-et-ro.net)
08:45adrianor1 has joined IRC (adrianor1!~adrianorg@187.113.244.222)
08:45adrianorg has left IRC (adrianorg!~adrianorg@187.113.244.222, Ping timeout: 250 seconds)
08:45kjackal has left IRC (kjackal!~quassel@onopfy.static.otenet.gr, Ping timeout: 250 seconds)
08:45alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Ping timeout: 250 seconds)
08:45lmds__ has left IRC (lmds__!~lmds@tui.pi-et-ro.net, Ping timeout: 250 seconds)
08:45yanu has left IRC (yanu!~yanu@178.116.58.90, Ping timeout: 250 seconds)
08:45Parker955_Away has left IRC (Parker955_Away!~parker@2607:5300:60:8425::2d62:a8e6, Ping timeout: 250 seconds)
08:46alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
08:46Parker955_Away has joined IRC (Parker955_Away!~parker@2607:5300:60:8425::2d62:a8e6)
09:09Phantomas has joined IRC (Phantomas!~ftsamis@ubuntu/member/phantomas)
09:39cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 252 seconds)
09:51cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg)
09:57adrianor1 has left IRC (adrianor1!~adrianorg@187.113.244.222, Ping timeout: 252 seconds)
09:58adrianorg has joined IRC (adrianorg!~adrianorg@177.132.220.69)
10:15cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 250 seconds)
10:32cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg)
10:37cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 252 seconds)
10:43lbssousa has joined IRC (lbssousa!~lbssousa@177.143.30.213)
10:57alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.)
11:03alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
11:08cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg)
11:19kjackal_ has left IRC (kjackal_!~quassel@onopfy.static.otenet.gr, Ping timeout: 260 seconds)
11:30adrianorg has left IRC (adrianorg!~adrianorg@177.132.220.69, Ping timeout: 260 seconds)
11:32adrianorg has joined IRC (adrianorg!~adrianorg@189.58.235.147.dynamic.adsl.gvt.net.br)
11:52kjackal has joined IRC (kjackal!~quassel@2a02:587:3117:9e00:fd30:a32:56b5:248d)
11:52Da-Geek has joined IRC (Da-Geek!~Da-Geek@host31-54-33-53.range31-54.btcentralplus.com)
11:57alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Quit: Leaving.)
12:34kalsan has joined IRC (kalsan!c3b06ef3@gateway/web/freenode/ip.195.176.110.243)
12:35
<kalsan>
hi there!
12:39
anyone around?
12:48
looks like there isn't. have a great day
12:48kalsan has left IRC (kalsan!c3b06ef3@gateway/web/freenode/ip.195.176.110.243, Quit: Page closed)
12:57laro has left IRC (laro!c2e09b55@gateway/web/freenode/ip.194.224.155.85, Quit: Page closed)
13:57ben_roose has joined IRC (ben_roose!~roose@roose.cs.wichita.edu)
14:23mikkel has left IRC (mikkel!~mikkel@mail.dlvs.dk, Quit: Leaving)
14:31kjackal_ has joined IRC (kjackal_!~quassel@2a02:587:3117:9e00:d547:5031:4298:f0e4)
14:33kjackal has left IRC (kjackal!~quassel@2a02:587:3117:9e00:fd30:a32:56b5:248d, Ping timeout: 260 seconds)
14:44mmetzger has joined IRC (mmetzger!~mmetzger@12.14.11.232)
14:51kjackal_ has left IRC (kjackal_!~quassel@2a02:587:3117:9e00:d547:5031:4298:f0e4, Quit: No Ping reply in 180 seconds.)
14:53kjackal has joined IRC (kjackal!~quassel@2a02:587:3117:9e00:d547:5031:4298:f0e4)
15:54robb_nl has left IRC (robb_nl!~robb_nl@62.235.16.53, Ping timeout: 244 seconds)
15:59mmetzger has left IRC (mmetzger!~mmetzger@12.14.11.232, Quit: leaving)
16:14alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg)
16:24robb_nl has joined IRC (robb_nl!~robb_nl@62.235.16.53)
17:15kjackal has left IRC (kjackal!~quassel@2a02:587:3117:9e00:d547:5031:4298:f0e4, Quit: No Ping reply in 180 seconds.)
17:17kjackal has joined IRC (kjackal!~quassel@2a02:587:3117:9e00:88e3:65e2:68aa:fd07)
17:18robb_nl has left IRC (robb_nl!~robb_nl@62.235.16.53, Ping timeout: 260 seconds)
17:34Phantomas has left IRC (Phantomas!~ftsamis@ubuntu/member/phantomas)
17:51robb_nl has joined IRC (robb_nl!~robb_nl@62.235.16.53)
17:56robb_nl has left IRC (robb_nl!~robb_nl@62.235.16.53, Ping timeout: 244 seconds)
18:34robb_nl has joined IRC (robb_nl!~robb_nl@62.235.16.53)
18:54
<Leolo_2>
ldm[2263]: segfault at 8 ip 0000000000404134 sp 00007fffd3ee03a0 error 4 in ldm[400000+7000]
19:13robb_nl has left IRC (robb_nl!~robb_nl@62.235.16.53, Quit: I'm gone, bye bye)
19:15
<Leolo_2>
the problem is that ldm is being launched from /etc/init/prefdm.conf AND from SCREEN_07=ldm
19:15
hmmm
19:46gehidore has left IRC (gehidore!~username@unaffiliated/man, Quit: WeeChat 1.5)
20:01lbssousa has left IRC (lbssousa!~lbssousa@177.143.30.213, Quit: Leaving)
20:02gehidore has joined IRC (gehidore!~username@unaffiliated/man)
20:03gehidore has joined IRC (gehidore!~username@unaffiliated/man)
20:03gehidore has joined IRC (gehidore!~username@unaffiliated/man)
20:03gehidore has left IRC (gehidore!~username@unaffiliated/man, Client Quit)
20:04gehidore has joined IRC (gehidore!~username@unaffiliated/man)
20:28adrianorg has left IRC (adrianorg!~adrianorg@189.58.235.147.dynamic.adsl.gvt.net.br, Remote host closed the connection)
20:29adrianorg has joined IRC (adrianorg!~adrianorg@189.58.235.147.dynamic.adsl.gvt.net.br)
20:37ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving)
21:44
<Leolo_2>
Error: Read failed: End of file
21:44
Exiting.
21:44
nbd-server isn't working
21:55adrianorg has left IRC (adrianorg!~adrianorg@189.58.235.147.dynamic.adsl.gvt.net.br, Ping timeout: 250 seconds)
21:57adrianorg has joined IRC (adrianorg!~adrianorg@187.115.110.140)
22:14adrianorg has left IRC (adrianorg!~adrianorg@187.115.110.140, Ping timeout: 252 seconds)
22:16adrianorg has joined IRC (adrianorg!~adrianorg@177.18.48.141)
22:21ben_roose has left IRC (ben_roose!~roose@roose.cs.wichita.edu, Remote host closed the connection)
22:47
<Leolo_2>
nbd-server had two problems : a- 2.9 that installed is broken and II- it was using IPv6 for a local test
22:47
got that working
22:47
now NBD_SWAP isn't working
22:48
I get as far as the swapon and then it hangs
22:49
correction
22:49
it's trying to encrypt swap...
22:51
but even if I turn of encryption it fails
22:54gdi2k has left IRC (gdi2k!~gdi2k@49.151.17.102, Ping timeout: 260 seconds)
23:02mgariepy has left IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy, Ping timeout: 276 seconds)
23:15mgariepy has joined IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy)
23:43adrianorg has left IRC (adrianorg!~adrianorg@177.18.48.141, Ping timeout: 252 seconds)
23:44adrianorg has joined IRC (adrianorg!~adrianorg@177.18.179.36)
23:56
<Leolo_2>
not only that, but nbd root with a name is broken and doesn't work