00:00 | sutula has left IRC (sutula!~sutula@207-118-150-52.dyn.centurytel.net, Quit: 'till next time) | |
00:00 | lucascastro has left IRC (lucascastro!~lucas@186.227.186.18, Remote host closed the connection) | |
00:01 | lucascastro has joined IRC (lucascastro!~lucas@186.227.186.18) | |
00:04 | sutula has joined IRC (sutula!~sutula@207-118-150-52.dyn.centurytel.net) | |
00:22 | map7 has joined IRC (map7!~user@103.232.216.31) | |
01:07 | map7` has joined IRC (map7`!~user@103.232.216.31) | |
01:07 | <map7`> exit
| |
01:07 | exit
| |
01:07 | map7` has left IRC (map7`!~user@103.232.216.31) | |
01:08 | map7` has joined IRC (map7`!~user@103.232.216.31) | |
01:08 | <map7`> I'm trying to upgrade the kernel in my thin client image but when I boot the new kernel I'm getting the following errors
| |
01:08 | modprobe: module overlayfs not found in modules.dep
| |
01:08 | modprobe: module aufs not found in modules.dep
| |
01:09 | I'm installing kernel 4.9 from debian jessie's backports
| |
01:13 | How do I install the overlayfs for the kernel?
| |
03:18 | adrianor1 has joined IRC (adrianor1!~adrianorg@177.18.101.201) | |
03:21 | adrianorg has left IRC (adrianorg!~adrianorg@189.58.228.66.dynamic.adsl.gvt.net.br, Ping timeout: 240 seconds) | |
03:37 | adrianor1 has left IRC (adrianor1!~adrianorg@177.18.101.201, Ping timeout: 268 seconds) | |
03:48 | adrianorg has joined IRC (adrianorg!~adrianorg@179.187.25.16.dynamic.adsl.gvt.net.br) | |
04:31 | adrianor1 has joined IRC (adrianor1!~adrianorg@189.58.239.1) | |
04:32 | adrianorg has left IRC (adrianorg!~adrianorg@179.187.25.16.dynamic.adsl.gvt.net.br, Ping timeout: 268 seconds) | |
04:50 | <alkisg> map7`: it sounds like you didn't run ltsp-update-kernels. What's the output of `uname -r` in busybox, is it 4.9?
| |
05:00 | Statler has joined IRC (Statler!~Georg@p4FC1F30E.dip0.t-ipconnect.de) | |
05:31 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
06:08 | <map7`> alkisg: I did run ltsp-update-kernels. I just spoke to Vagrant on the mailing list
| |
06:09 | I agree with him that I would be better off jumping to Debian Stretch
| |
06:09 | <alkisg> Yeah saw the mail, I didn't realize you had a very old ltsp that couldn't cope with overlay fs
| |
06:09 | We fixed that years ago :)
| |
06:09 | adrianorg has joined IRC (adrianorg!~adrianorg@177.132.220.229) | |
06:10 | <map7`> yep this is a production box with four companies using thin clients off it so we don't get a chance to do big upgrades that often.
| |
06:12 | adrianor1 has left IRC (adrianor1!~adrianorg@189.58.239.1, Ping timeout: 240 seconds) | |
06:18 | <alkisg> I think the fix is there in jessie-backports
| |
06:18 | So you just need to add backports to your chroot
| |
06:18 | But if you're just rolling out the update, then sure, go for stretch
| |
06:19 | <map7`> alkisg: I did try the kernel & ltsp-client from backports and it still had the problem
| |
06:19 | and ltsp-client-core
| |
06:19 | did a rebuild ltsp-update-kernels and ltsp-update-image
| |
06:19 | and it still had exactly the same problem
| |
06:19 | <alkisg> Did you run update-kernels and update-initramfs inside the chroot?
| |
06:21 | Put this file to pastebin: /opt/ltsp/i386/usr/share/initramfs-tools/scripts/init-bottom/ltsp
| |
06:21 | ...so that I see if it supports overlay fs or not
| |
06:22 | Hers is mine, see that I have code there that checks for both UNION_TYPE=overlay and for UNION_TYPE=overlayfs
| |
06:22 | *here: http://termbin.com/mc1r
| |
06:23 | <map7`> alkisg: I did the update-kernels but not the update-initramfs
| |
06:24 | <alkisg> (09:21:03 πμ) alkisg: Put this file to pastebin: /opt/ltsp/i386/usr/share/initramfs-tools/scripts/init-bottom/ltsp
| |
06:25 | mikkel has joined IRC (mikkel!~mikkel@mail.dlvs.dk) | |
06:25 | <map7`> https://pastebin.com/ubcc19ZV
| |
06:28 | <alkisg> map7`: that's the same as mine, which is the latest upstream one
| |
06:28 | It should support overlay fs fine
| |
06:28 | So, back to my initial question, what's the output of `uname -r` in the client busybox
| |
06:29 | Maybe you just haven't properly updated tftp...
| |
06:30 | <map7`> 4.9.0-0.bpo.2-686
| |
06:30 | which is the kernel I'm trying to load on the client
| |
06:30 | <alkisg> And what happens if you manually try this: modprobe overlay
| |
06:31 | <map7`> overlay not found in modules.dep
| |
06:31 | maybe the backports kernel doesn't have overlay compiled in?
| |
06:32 | <alkisg> find /opt/ltsp/i386/lib/modules/ -name '*overlay*'
| |
06:32 | What's the output of that?
| |
06:33 | <map7`> https://pastebin.com/20XS8vfP
| |
06:33 | <alkisg> So sure it's there
| |
06:33 | Did you omit it from the initramfs modules?
| |
06:33 | Try the same command in busybox, find /lib -name...
| |
06:33 | (not in the chroot of course, in /lib)
| |
06:35 | <map7`> Nothing comes up
| |
06:35 | (I had to do a find /lib | grep overlay)
| |
06:36 | because of busybox find doesn't support -name I think
| |
06:36 | <alkisg> grep MODULES /etc/initramfs-tools/initramfs.conf
| |
06:36 | On the server
| |
06:36 | Output?
| |
06:36 | <map7`> MODULES=most
| |
06:36 | <alkisg> Ah sorry on the chroot
| |
06:37 | grep MODULES /opt/ltsp/i386/etc/initramfs-tools/initramfs.conf
| |
06:37 | <map7`> same result
| |
06:38 | I did type 'update-initramfs -k all -u' before
| |
06:38 | in chroot
| |
06:38 | is this incorrect?
| |
06:39 | <alkisg> update-initramfs -u is enough
| |
06:39 | <map7`> ok
| |
06:40 | <alkisg> Put this to pastebin: /opt/ltsp/i386/usr/share/initramfs-tools/hooks/ltsp
| |
06:41 | !termbin
| |
06:41 | <ltsp> termbin: To share the output of some command, run: command | nc termbin.com 9999 . This executes command , sends its output to termbin.com, and returns a URL. Paste this URL here to share the command output with us.
| |
06:41 | <alkisg> (that's a quicker way to use pastebin..)
| |
06:44 | <map7`> http://termbin.com/fmky
| |
06:44 | <alkisg> manual_add_modules overlay
| |
06:45 | So it's supposed to properly add the module
| |
06:46 | <map7`> hmmmm
| |
06:47 | I'm going to have to go now, but I'll have this test rig here to test anything on.
| |
06:47 | <alkisg> Well, next I would try `update-initramfs -u` in the chroot and `cpio -i /boot/initrd.img` etc, and maybe put some debugging printfs in the hooks to see why it doesn't work
| |
06:47 | <map7`> I think I'll upgrade to Stretch and that should fix things
| |
06:47 | <alkisg> It's supposed to work
| |
06:47 | Yeah, go for that
| |
06:48 | <map7`> alkisg: bye, and thanks for the debugging
| |
06:48 | <alkisg> Bye
| |
06:58 | Statler has left IRC (Statler!~Georg@p4FC1F30E.dip0.t-ipconnect.de, Remote host closed the connection) | |
07:02 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
07:18 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
07:30 | RELO has left IRC (RELO!~Thunderbi@151.66.31.9, Quit: RELO) | |
07:56 | RELO has joined IRC (RELO!~Thunderbi@151.66.31.9) | |
07:57 | RELO has left IRC (RELO!~Thunderbi@151.66.31.9, Quit: RELO) | |
08:00 | johnsmith has joined IRC (johnsmith!b4974832@gateway/web/freenode/ip.180.151.72.50) | |
08:00 | johnsmith1 has joined IRC (johnsmith1!~Adium@180.151.72.50) | |
08:52 | adrianor1 has joined IRC (adrianor1!~adrianorg@186.215.23.14) | |
08:56 | adrianorg has left IRC (adrianorg!~adrianorg@177.132.220.229, Ping timeout: 240 seconds) | |
09:22 | adrianor1 has left IRC (adrianor1!~adrianorg@186.215.23.14, Ping timeout: 240 seconds) | |
09:22 | adrianorg has joined IRC (adrianorg!~adrianorg@177.18.51.53) | |
09:24 | Statler has joined IRC (Statler!~Georg@mail.lohn24.de) | |
09:59 | gvy has joined IRC (gvy!~mike@altlinux/developer/mike) | |
10:08 | markus_e92 has left IRC (markus_e92!~markus_e9@91-115-23-94.adsl.highway.telekom.at, Ping timeout: 268 seconds) | |
10:11 | markus_e92 has joined IRC (markus_e92!~markus_e9@91-115-157-163.adsl.highway.telekom.at) | |
10:21 | johnsmith has left IRC (johnsmith!b4974832@gateway/web/freenode/ip.180.151.72.50, Ping timeout: 260 seconds) | |
10:23 | ogra_ has left IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de, Ping timeout: 240 seconds) | |
10:24 | ogra_ has joined IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de) | |
11:15 | tremolo has joined IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net) | |
13:02 | larryni has joined IRC (larryni!~larryni@host86-156-113-168.range86-156.btcentralplus.com) | |
13:21 | johnsmith1 has left IRC (johnsmith1!~Adium@180.151.72.50, Quit: Leaving.) | |
13:23 | tremolo has left IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net, Ping timeout: 246 seconds) | |
13:28 | lee has left IRC (lee!~lee@loathe.ms, Ping timeout: 260 seconds) | |
13:43 | lee has joined IRC (lee!~lee@loathe.ms) | |
13:43 | tremolo has joined IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net) | |
13:48 | gvy has left IRC (gvy!~mike@altlinux/developer/mike, Quit: Leaving) | |
13:57 | ben_roose has joined IRC (ben_roose!~roose@roose.cs.wichita.edu) | |
14:12 | mikkel has left IRC (mikkel!~mikkel@mail.dlvs.dk, Quit: Leaving) | |
14:27 | tremolo has left IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net, Ping timeout: 240 seconds) | |
14:29 | FojiKing has joined IRC (FojiKing!272b17ab@gateway/web/freenode/ip.39.43.23.171) | |
14:31 | <FojiKing> thanks
| |
14:32 | guys i need a little help
| |
14:33 | can anyone help me???
| |
14:34 | FojiKing has left IRC (FojiKing!272b17ab@gateway/web/freenode/ip.39.43.23.171, Quit: Page closed) | |
14:41 | tremolo has joined IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net) | |
14:55 | <||cw> no help for the impatient!
| |
15:04 | <quinox> :)
| |
15:38 | tremolo has left IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net, Ping timeout: 268 seconds) | |
15:42 | forum has joined IRC (forum!~Thunderbi@212-183-100-45.adsl.highway.telekom.at) | |
15:50 | tremolo has joined IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net) | |
15:55 | forum has left IRC (forum!~Thunderbi@212-183-100-45.adsl.highway.telekom.at, Ping timeout: 260 seconds) | |
15:57 | Statler has left IRC (Statler!~Georg@mail.lohn24.de, Remote host closed the connection) | |
16:17 | tremolo has left IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net, Ping timeout: 260 seconds) | |
16:21 | tremolo has joined IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net) | |
16:38 | Faith has joined IRC (Faith!~paty_@unaffiliated/faith) | |
16:48 | megaVlad has joined IRC (megaVlad!b0644b24@gateway/web/freenode/ip.176.100.75.36) | |
16:49 | <megaVlad> hellow
| |
16:50 | <tremolo> howdy
| |
16:54 | <megaVlad> I from Russia and i write Graduation work about integration ltsp in bank. So, I'm sorry for my English. I want use NBD and FUSE as file system
| |
16:56 | It's a good idea? Or There are more successful solutions
| |
17:00 | tremolo has left IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net, Ping timeout: 268 seconds) | |
17:01 | tremolo has joined IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net) | |
17:09 | megaVlad has left IRC (megaVlad!b0644b24@gateway/web/freenode/ip.176.100.75.36, Quit: Page closed) | |
17:24 | vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc) | |
17:32 | tremolo has left IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net, Ping timeout: 268 seconds) | |
17:45 | tremolo has joined IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net) | |
18:00 | tremolo has left IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net, Ping timeout: 240 seconds) | |
18:07 | lucascastro has left IRC (lucascastro!~lucas@186.227.186.18, Remote host closed the connection) | |
18:08 | lucascastro has joined IRC (lucascastro!~lucas@186.227.186.18) | |
18:10 | johnsmith has joined IRC (johnsmith!~Adium@122.162.118.125) | |
18:14 | tremolo has joined IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net) | |
18:21 | johnsmith has left IRC (johnsmith!~Adium@122.162.118.125, Quit: Leaving.) | |
18:29 | tremolo has left IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net, Ping timeout: 255 seconds) | |
18:35 | lucascastro has left IRC (lucascastro!~lucas@186.227.186.18, Read error: Connection reset by peer) | |
18:35 | lucascastro has joined IRC (lucascastro!~lucas@186.227.186.18) | |
18:43 | tremolo has joined IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net) | |
19:05 | Freejack has left IRC (Freejack!~quassel@unaffiliated/freejack, Ping timeout: 246 seconds) | |
19:11 | lucascastro has left IRC (lucascastro!~lucas@186.227.186.18, Remote host closed the connection) | |
19:22 | tremolo has left IRC (tremolo!~tremolo@c-24-127-245-112.hsd1.mi.comcast.net, Quit: Well... bye) | |
19:55 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
20:36 | Hyperbyte has left IRC (Hyperbyte!jan@middelkoop.cc, Ping timeout: 260 seconds) | |
20:37 | Hyperbyte has joined IRC (Hyperbyte!jan@middelkoop.cc) | |
20:38 | larryni has left IRC (larryni!~larryni@host86-156-113-168.range86-156.btcentralplus.com, Quit: Leaving) | |
20:54 | Faith has left IRC (Faith!~paty_@unaffiliated/faith, Quit: Leaving) | |
21:14 | Statler has joined IRC (Statler!~Georg@p4FC1F30E.dip0.t-ipconnect.de) | |
21:51 | <drymis> megaVlad: Yes, LTSP could work and can be very secure if configured to be so.
| |
21:55 | megaVlad: Problems would include trying to run proprietary software ment for Windows. If the banking software can run on Linux or a web browser, then there would be no problem.
| |
22:15 | ben_roose has left IRC (ben_roose!~roose@roose.cs.wichita.edu, Remote host closed the connection) | |
23:53 | Statler has left IRC (Statler!~Georg@p4FC1F30E.dip0.t-ipconnect.de, Remote host closed the connection) | |